Thu, 03 Nov 2011 17:52:13 +0100
Added a dialog to show RSS feeds.
--- a/APIs/Python3/eric5.api Tue Nov 01 15:46:11 2011 +0100 +++ b/APIs/Python3/eric5.api Thu Nov 03 17:52:13 2011 +0100 @@ -1968,11 +1968,29 @@ eric5.Helpviewer.Download.DownloadModel.DownloadModel?1(manager, parent=None) eric5.Helpviewer.Download.DownloadUtilities.dataString?4(size) eric5.Helpviewer.Download.DownloadUtilities.timeString?4(timeRemaining) +eric5.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.getData?4() +eric5.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.on_titleEdit_textChanged?4(txt) +eric5.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog.on_urlEdit_textChanged?4(p0) +eric5.Helpviewer.Feeds.FeedEditDialog.FeedEditDialog?1(urlString, title, parent=None) +eric5.Helpviewer.Feeds.FeedsDialog.FeedsDialog?1(availableFeeds, browser, parent=None) +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.ErrorDataRole?7 +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.UrlStringRole?7 +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.addFeed?4(urlString, title, icon) +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.newUrl?7 +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.on_deleteButton_clicked?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.on_editButton_clicked?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.on_feedsTree_itemSelectionChanged?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.on_reloadAllButton_clicked?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.on_reloadButton_clicked?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.openUrl?7 +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager.show?4() +eric5.Helpviewer.Feeds.FeedsManager.FeedsManager?1(parent=None) eric5.Helpviewer.HTMLResources.notFoundPage_html?7 eric5.Helpviewer.HTMLResources.startPage_html?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.addBookmark?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.backward?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.backwardAvailable?7 +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.checkRSS?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.clearHistory?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.contextMenuEvent?4(evt) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.copy?4() @@ -1985,6 +2003,8 @@ eric5.Helpviewer.HelpBrowserWV.HelpBrowser.focusOutEvent?4(evt) eric5.Helpviewer.HelpBrowserWV.HelpBrowser.forward?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.forwardAvailable?7 +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.getRSS?4() +eric5.Helpviewer.HelpBrowserWV.HelpBrowser.hasRSS?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.hasSelection?4() eric5.Helpviewer.HelpBrowserWV.HelpBrowser.highlighted?7 eric5.Helpviewer.HelpBrowserWV.HelpBrowser.home?4() @@ -2109,6 +2129,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow._bookmarksManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._cookieJar?8 eric5.Helpviewer.HelpWindow.HelpWindow._downloadManager?8 +eric5.Helpviewer.HelpWindow.HelpWindow._feedsManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._helpEngine?8 eric5.Helpviewer.HelpWindow.HelpWindow._historyManager?8 eric5.Helpviewer.HelpWindow.HelpWindow._networkAccessManager?8 @@ -2124,6 +2145,7 @@ eric5.Helpviewer.HelpWindow.HelpWindow.downloadManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.eventKeyboardModifiers?4() eric5.Helpviewer.HelpWindow.HelpWindow.eventMouseButtons?4() +eric5.Helpviewer.HelpWindow.HelpWindow.feedsManager?4() eric5.Helpviewer.HelpWindow.HelpWindow.getActions?4() eric5.Helpviewer.HelpWindow.HelpWindow.getSourceFileList?4() eric5.Helpviewer.HelpWindow.HelpWindow.helpClosed?7
--- a/APIs/Python3/eric5.bas Tue Nov 01 15:46:11 2011 +0100 +++ b/APIs/Python3/eric5.bas Thu Nov 03 17:52:13 2011 +0100 @@ -54,7 +54,7 @@ BrowserSysPathItem BrowserItem ChangeBookmarkCommand QUndoCommand ChatWidget QWidget Ui_ChatWidget -Class ClbrBase +Class ClbrBaseClasses.Class VisibilityMixin ClassItem UMLItem ClassScope Scope ClbrBase _ClbrBase @@ -190,6 +190,9 @@ ExporterRTF ExporterBase ExporterTEX ExporterBase FavIconLabel QLabel +FeedEditDialog QDialog Ui_FeedEditDialog +FeedsDialog QDialog Ui_FeedsDialog +FeedsManager QDialog Ui_FeedsManager Fetch HgExtension FetchProjectHelper HgExtensionProjectHelper FileDialogWizard QObject
--- a/Documentation/Help/source.qhp Tue Nov 01 15:46:11 2011 +0100 +++ b/Documentation/Help/source.qhp Thu Nov 03 17:52:13 2011 +0100 @@ -227,6 +227,11 @@ <section title="eric5.Helpviewer.Download.DownloadModel" ref="eric5.Helpviewer.Download.DownloadModel.html" /> <section title="eric5.Helpviewer.Download.DownloadUtilities" ref="eric5.Helpviewer.Download.DownloadUtilities.html" /> </section> + <section title="eric5.Helpviewer.Feeds" ref="index-eric5.Helpviewer.Feeds.html"> + <section title="eric5.Helpviewer.Feeds.FeedEditDialog" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html" /> + <section title="eric5.Helpviewer.Feeds.FeedsDialog" ref="eric5.Helpviewer.Feeds.FeedsDialog.html" /> + <section title="eric5.Helpviewer.Feeds.FeedsManager" ref="eric5.Helpviewer.Feeds.FeedsManager.html" /> + </section> <section title="eric5.Helpviewer.History" ref="index-eric5.Helpviewer.History.html"> <section title="eric5.Helpviewer.History.HistoryCompleter" ref="eric5.Helpviewer.History.HistoryCompleter.html" /> <section title="eric5.Helpviewer.History.HistoryDialog" ref="eric5.Helpviewer.History.HistoryDialog.html" /> @@ -865,84 +870,80 @@ </toc> <keywords> <keyword name="eric5 (Package)" id="eric5 (Package)" ref="index-eric5.html" /> - <keyword name="eric5_unittest (Module)" id="eric5_unittest (Module)" ref="eric5.eric5_unittest.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_unittest.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_unittest.html#main" /> - <keyword name="uninstall (Module)" id="uninstall (Module)" ref="eric5.uninstall.html" /> - <keyword name="initGlobals" id="initGlobals" ref="eric5.uninstall.html#initGlobals" /> - <keyword name="main" id="main" ref="eric5.uninstall.html#main" /> - <keyword name="uninstallEric" id="uninstallEric" ref="eric5.uninstall.html#uninstallEric" /> - <keyword name="usage" id="usage" ref="eric5.uninstall.html#usage" /> - <keyword name="wrapperName" id="wrapperName" ref="eric5.uninstall.html#wrapperName" /> - <keyword name="eric5_plugininstall (Module)" id="eric5_plugininstall (Module)" ref="eric5.eric5_plugininstall.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_plugininstall.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_plugininstall.html#main" /> - <keyword name="eric5 (Module)" id="eric5 (Module)" ref="eric5.eric5.html" /> - <keyword name="excepthook" id="excepthook" ref="eric5.eric5.html#excepthook" /> - <keyword name="handleSingleApplication" id="handleSingleApplication" ref="eric5.eric5.html#handleSingleApplication" /> - <keyword name="main" id="main" ref="eric5.eric5.html#main" /> - <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" /> - <keyword name="eric5_pluginuninstall (Module)" id="eric5_pluginuninstall (Module)" ref="eric5.eric5_pluginuninstall.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_pluginuninstall.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_pluginuninstall.html#main" /> - <keyword name="eric5_pluginrepository (Module)" id="eric5_pluginrepository (Module)" ref="eric5.eric5_pluginrepository.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_pluginrepository.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_pluginrepository.html#main" /> - <keyword name="eric5_qregexp (Module)" id="eric5_qregexp (Module)" ref="eric5.eric5_qregexp.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_qregexp.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_qregexp.html#main" /> - <keyword name="eric5config (Module)" id="eric5config (Module)" ref="eric5.eric5config.html" /> - <keyword name="getConfig" id="getConfig" ref="eric5.eric5config.html#getConfig" /> - <keyword name="eric5_api (Module)" id="eric5_api (Module)" ref="eric5.eric5_api.html" /> - <keyword name="main" id="main" ref="eric5.eric5_api.html#main" /> - <keyword name="usage" id="usage" ref="eric5.eric5_api.html#usage" /> - <keyword name="version" id="version" ref="eric5.eric5_api.html#version" /> - <keyword name="eric5_doc (Module)" id="eric5_doc (Module)" ref="eric5.eric5_doc.html" /> - <keyword name="main" id="main" ref="eric5.eric5_doc.html#main" /> - <keyword name="usage" id="usage" ref="eric5.eric5_doc.html#usage" /> - <keyword name="version" id="version" ref="eric5.eric5_doc.html#version" /> - <keyword name="eric5_sqlbrowser (Module)" id="eric5_sqlbrowser (Module)" ref="eric5.eric5_sqlbrowser.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_sqlbrowser.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_sqlbrowser.html#main" /> - <keyword name="install-i18n (Module)" id="install-i18n (Module)" ref="eric5.install-i18n.html" /> - <keyword name="getConfigDir" id="getConfigDir" ref="eric5.install-i18n.html#getConfigDir" /> - <keyword name="installTranslations" id="installTranslations" ref="eric5.install-i18n.html#installTranslations" /> - <keyword name="main" id="main" ref="eric5.install-i18n.html#main" /> - <keyword name="usage" id="usage" ref="eric5.install-i18n.html#usage" /> - <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric5.patch_modpython.html" /> - <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_modpython.html#initGlobals" /> - <keyword name="main" id="main" ref="eric5.patch_modpython.html#main" /> - <keyword name="usage" id="usage" ref="eric5.patch_modpython.html#usage" /> <keyword name="compileUiFiles (Module)" id="compileUiFiles (Module)" ref="eric5.compileUiFiles.html" /> <keyword name="compileUiDir" id="compileUiDir" ref="eric5.compileUiFiles.html#compileUiDir" /> <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.compileUiFiles.html#compileUiFiles" /> <keyword name="compile_ui" id="compile_ui" ref="eric5.compileUiFiles.html#compile_ui" /> <keyword name="main" id="main" ref="eric5.compileUiFiles.html#main" /> <keyword name="pyName" id="pyName" ref="eric5.compileUiFiles.html#pyName" /> + <keyword name="eric5 (Module)" id="eric5 (Module)" ref="eric5.eric5.html" /> + <keyword name="excepthook" id="excepthook" ref="eric5.eric5.html#excepthook" /> + <keyword name="handleSingleApplication" id="handleSingleApplication" ref="eric5.eric5.html#handleSingleApplication" /> + <keyword name="main" id="main" ref="eric5.eric5.html#main" /> + <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" /> + <keyword name="eric5_api (Module)" id="eric5_api (Module)" ref="eric5.eric5_api.html" /> + <keyword name="main" id="main" ref="eric5.eric5_api.html#main" /> + <keyword name="usage" id="usage" ref="eric5.eric5_api.html#usage" /> + <keyword name="version" id="version" ref="eric5.eric5_api.html#version" /> + <keyword name="eric5_compare (Module)" id="eric5_compare (Module)" ref="eric5.eric5_compare.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_compare.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_compare.html#main" /> + <keyword name="eric5_configure (Module)" id="eric5_configure (Module)" ref="eric5.eric5_configure.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_configure.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_configure.html#main" /> <keyword name="eric5_diff (Module)" id="eric5_diff (Module)" ref="eric5.eric5_diff.html" /> <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_diff.html#createMainWidget" /> <keyword name="main" id="main" ref="eric5.eric5_diff.html#main" /> - <keyword name="eric5_compare (Module)" id="eric5_compare (Module)" ref="eric5.eric5_compare.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_compare.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_compare.html#main" /> - <keyword name="eric5_webbrowser (Module)" id="eric5_webbrowser (Module)" ref="eric5.eric5_webbrowser.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_webbrowser.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_webbrowser.html#main" /> + <keyword name="eric5_doc (Module)" id="eric5_doc (Module)" ref="eric5.eric5_doc.html" /> + <keyword name="main" id="main" ref="eric5.eric5_doc.html#main" /> + <keyword name="usage" id="usage" ref="eric5.eric5_doc.html#usage" /> + <keyword name="version" id="version" ref="eric5.eric5_doc.html#version" /> + <keyword name="eric5_editor (Module)" id="eric5_editor (Module)" ref="eric5.eric5_editor.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_editor.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_editor.html#main" /> + <keyword name="eric5_iconeditor (Module)" id="eric5_iconeditor (Module)" ref="eric5.eric5_iconeditor.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_iconeditor.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_iconeditor.html#main" /> + <keyword name="eric5_plugininstall (Module)" id="eric5_plugininstall (Module)" ref="eric5.eric5_plugininstall.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_plugininstall.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_plugininstall.html#main" /> + <keyword name="eric5_pluginrepository (Module)" id="eric5_pluginrepository (Module)" ref="eric5.eric5_pluginrepository.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_pluginrepository.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_pluginrepository.html#main" /> + <keyword name="eric5_pluginuninstall (Module)" id="eric5_pluginuninstall (Module)" ref="eric5.eric5_pluginuninstall.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_pluginuninstall.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_pluginuninstall.html#main" /> + <keyword name="eric5_qregexp (Module)" id="eric5_qregexp (Module)" ref="eric5.eric5_qregexp.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_qregexp.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_qregexp.html#main" /> + <keyword name="eric5_re (Module)" id="eric5_re (Module)" ref="eric5.eric5_re.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_re.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_re.html#main" /> + <keyword name="eric5_sqlbrowser (Module)" id="eric5_sqlbrowser (Module)" ref="eric5.eric5_sqlbrowser.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_sqlbrowser.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_sqlbrowser.html#main" /> <keyword name="eric5_tray (Module)" id="eric5_tray (Module)" ref="eric5.eric5_tray.html" /> <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_tray.html#createMainWidget" /> <keyword name="main" id="main" ref="eric5.eric5_tray.html#main" /> - <keyword name="eric5_re (Module)" id="eric5_re (Module)" ref="eric5.eric5_re.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_re.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_re.html#main" /> - <keyword name="eric5_configure (Module)" id="eric5_configure (Module)" ref="eric5.eric5_configure.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_configure.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_configure.html#main" /> <keyword name="eric5_trpreviewer (Module)" id="eric5_trpreviewer (Module)" ref="eric5.eric5_trpreviewer.html" /> <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_trpreviewer.html#createMainWidget" /> <keyword name="main" id="main" ref="eric5.eric5_trpreviewer.html#main" /> - <keyword name="eric5_iconeditor (Module)" id="eric5_iconeditor (Module)" ref="eric5.eric5_iconeditor.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_iconeditor.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_iconeditor.html#main" /> + <keyword name="eric5_uipreviewer (Module)" id="eric5_uipreviewer (Module)" ref="eric5.eric5_uipreviewer.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_uipreviewer.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_uipreviewer.html#main" /> + <keyword name="eric5_unittest (Module)" id="eric5_unittest (Module)" ref="eric5.eric5_unittest.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_unittest.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_unittest.html#main" /> + <keyword name="eric5_webbrowser (Module)" id="eric5_webbrowser (Module)" ref="eric5.eric5_webbrowser.html" /> + <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_webbrowser.html#createMainWidget" /> + <keyword name="main" id="main" ref="eric5.eric5_webbrowser.html#main" /> + <keyword name="eric5config (Module)" id="eric5config (Module)" ref="eric5.eric5config.html" /> + <keyword name="getConfig" id="getConfig" ref="eric5.eric5config.html#getConfig" /> + <keyword name="install-i18n (Module)" id="install-i18n (Module)" ref="eric5.install-i18n.html" /> + <keyword name="getConfigDir" id="getConfigDir" ref="eric5.install-i18n.html#getConfigDir" /> + <keyword name="installTranslations" id="installTranslations" ref="eric5.install-i18n.html#installTranslations" /> + <keyword name="main" id="main" ref="eric5.install-i18n.html#main" /> + <keyword name="usage" id="usage" ref="eric5.install-i18n.html#usage" /> <keyword name="install (Module)" id="install (Module)" ref="eric5.install.html" /> <keyword name="cleanUp" id="cleanUp" ref="eric5.install.html#cleanUp" /> <keyword name="compileUiDir" id="compileUiDir" ref="eric5.install.html#compileUiDir" /> @@ -963,334 +964,129 @@ <keyword name="pyName" id="pyName" ref="eric5.install.html#pyName" /> <keyword name="usage" id="usage" ref="eric5.install.html#usage" /> <keyword name="wrapperName" id="wrapperName" ref="eric5.install.html#wrapperName" /> - <keyword name="eric5_editor (Module)" id="eric5_editor (Module)" ref="eric5.eric5_editor.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_editor.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_editor.html#main" /> - <keyword name="eric5_uipreviewer (Module)" id="eric5_uipreviewer (Module)" ref="eric5.eric5_uipreviewer.html" /> - <keyword name="createMainWidget" id="createMainWidget" ref="eric5.eric5_uipreviewer.html#createMainWidget" /> - <keyword name="main" id="main" ref="eric5.eric5_uipreviewer.html#main" /> - <keyword name="IconEditor (Package)" id="IconEditor (Package)" ref="index-eric5.IconEditor.html" /> - <keyword name="IconEditorPalette (Module)" id="IconEditorPalette (Module)" ref="eric5.IconEditor.IconEditorPalette.html" /> - <keyword name="IconEditorPalette" id="IconEditorPalette" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette" /> - <keyword name="IconEditorPalette (Constructor)" id="IconEditorPalette (Constructor)" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__init__" /> - <keyword name="IconEditorPalette.__alphaChanged" id="IconEditorPalette.__alphaChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__alphaChanged" /> - <keyword name="IconEditorPalette.__compositingChanged" id="IconEditorPalette.__compositingChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__compositingChanged" /> - <keyword name="IconEditorPalette.__selectColor" id="IconEditorPalette.__selectColor" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__selectColor" /> - <keyword name="IconEditorPalette.colorChanged" id="IconEditorPalette.colorChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.colorChanged" /> - <keyword name="IconEditorPalette.previewChanged" id="IconEditorPalette.previewChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.previewChanged" /> - <keyword name="IconEditorPalette.setCompositingMode" id="IconEditorPalette.setCompositingMode" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.setCompositingMode" /> - <keyword name="IconSizeDialog (Module)" id="IconSizeDialog (Module)" ref="eric5.IconEditor.IconSizeDialog.html" /> - <keyword name="IconSizeDialog" id="IconSizeDialog" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog" /> - <keyword name="IconSizeDialog (Constructor)" id="IconSizeDialog (Constructor)" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.__init__" /> - <keyword name="IconSizeDialog.getData" id="IconSizeDialog.getData" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.getData" /> - <keyword name="IconEditorGrid (Module)" id="IconEditorGrid (Module)" ref="eric5.IconEditor.IconEditorGrid.html" /> - <keyword name="IconEditCommand" id="IconEditCommand" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand" /> - <keyword name="IconEditorGrid" id="IconEditorGrid" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid" /> - <keyword name="IconEditCommand (Constructor)" id="IconEditCommand (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.__init__" /> - <keyword name="IconEditCommand.redo" id="IconEditCommand.redo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.redo" /> - <keyword name="IconEditCommand.setAfterImage" id="IconEditCommand.setAfterImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.setAfterImage" /> - <keyword name="IconEditCommand.undo" id="IconEditCommand.undo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.undo" /> - <keyword name="IconEditorGrid (Constructor)" id="IconEditorGrid (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__init__" /> - <keyword name="IconEditorGrid.__checkClipboard" id="IconEditorGrid.__checkClipboard" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__checkClipboard" /> - <keyword name="IconEditorGrid.__cleanChanged" id="IconEditorGrid.__cleanChanged" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__cleanChanged" /> - <keyword name="IconEditorGrid.__clipboardImage" id="IconEditorGrid.__clipboardImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__clipboardImage" /> - <keyword name="IconEditorGrid.__drawFlood" id="IconEditorGrid.__drawFlood" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawFlood" /> - <keyword name="IconEditorGrid.__drawPasteRect" id="IconEditorGrid.__drawPasteRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawPasteRect" /> - <keyword name="IconEditorGrid.__drawTool" id="IconEditorGrid.__drawTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawTool" /> - <keyword name="IconEditorGrid.__getSelectionImage" id="IconEditorGrid.__getSelectionImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__getSelectionImage" /> - <keyword name="IconEditorGrid.__imageCoordinates" id="IconEditorGrid.__imageCoordinates" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__imageCoordinates" /> - <keyword name="IconEditorGrid.__initCursors" id="IconEditorGrid.__initCursors" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initCursors" /> - <keyword name="IconEditorGrid.__initUndoTexts" id="IconEditorGrid.__initUndoTexts" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initUndoTexts" /> - <keyword name="IconEditorGrid.__isMarked" id="IconEditorGrid.__isMarked" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__isMarked" /> - <keyword name="IconEditorGrid.__pixelRect" id="IconEditorGrid.__pixelRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__pixelRect" /> - <keyword name="IconEditorGrid.__setImagePixel" id="IconEditorGrid.__setImagePixel" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__setImagePixel" /> - <keyword name="IconEditorGrid.__unMark" id="IconEditorGrid.__unMark" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__unMark" /> - <keyword name="IconEditorGrid.__updateImageRect" id="IconEditorGrid.__updateImageRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateImageRect" /> - <keyword name="IconEditorGrid.__updatePreviewPixmap" id="IconEditorGrid.__updatePreviewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updatePreviewPixmap" /> - <keyword name="IconEditorGrid.__updateRect" id="IconEditorGrid.__updateRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateRect" /> - <keyword name="IconEditorGrid.canPaste" id="IconEditorGrid.canPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canPaste" /> - <keyword name="IconEditorGrid.canRedo" id="IconEditorGrid.canRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canRedo" /> - <keyword name="IconEditorGrid.canUndo" id="IconEditorGrid.canUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canUndo" /> - <keyword name="IconEditorGrid.compositingMode" id="IconEditorGrid.compositingMode" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.compositingMode" /> - <keyword name="IconEditorGrid.editClear" id="IconEditorGrid.editClear" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editClear" /> - <keyword name="IconEditorGrid.editCopy" id="IconEditorGrid.editCopy" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCopy" /> - <keyword name="IconEditorGrid.editCut" id="IconEditorGrid.editCut" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCut" /> - <keyword name="IconEditorGrid.editNew" id="IconEditorGrid.editNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editNew" /> - <keyword name="IconEditorGrid.editPaste" id="IconEditorGrid.editPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPaste" /> - <keyword name="IconEditorGrid.editPasteAsNew" id="IconEditorGrid.editPasteAsNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPasteAsNew" /> - <keyword name="IconEditorGrid.editRedo" id="IconEditorGrid.editRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editRedo" /> - <keyword name="IconEditorGrid.editResize" id="IconEditorGrid.editResize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editResize" /> - <keyword name="IconEditorGrid.editSelectAll" id="IconEditorGrid.editSelectAll" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editSelectAll" /> - <keyword name="IconEditorGrid.editUndo" id="IconEditorGrid.editUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editUndo" /> - <keyword name="IconEditorGrid.grayScale" id="IconEditorGrid.grayScale" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.grayScale" /> - <keyword name="IconEditorGrid.iconImage" id="IconEditorGrid.iconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconImage" /> - <keyword name="IconEditorGrid.iconSize" id="IconEditorGrid.iconSize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconSize" /> - <keyword name="IconEditorGrid.isDirty" id="IconEditorGrid.isDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isDirty" /> - <keyword name="IconEditorGrid.isGridEnabled" id="IconEditorGrid.isGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isGridEnabled" /> - <keyword name="IconEditorGrid.isSelectionAvailable" id="IconEditorGrid.isSelectionAvailable" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isSelectionAvailable" /> - <keyword name="IconEditorGrid.mouseMoveEvent" id="IconEditorGrid.mouseMoveEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseMoveEvent" /> - <keyword name="IconEditorGrid.mousePressEvent" id="IconEditorGrid.mousePressEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mousePressEvent" /> - <keyword name="IconEditorGrid.mouseReleaseEvent" id="IconEditorGrid.mouseReleaseEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseReleaseEvent" /> - <keyword name="IconEditorGrid.paintEvent" id="IconEditorGrid.paintEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.paintEvent" /> - <keyword name="IconEditorGrid.penColor" id="IconEditorGrid.penColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.penColor" /> - <keyword name="IconEditorGrid.previewPixmap" id="IconEditorGrid.previewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.previewPixmap" /> - <keyword name="IconEditorGrid.setCompositingMode" id="IconEditorGrid.setCompositingMode" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setCompositingMode" /> - <keyword name="IconEditorGrid.setDirty" id="IconEditorGrid.setDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setDirty" /> - <keyword name="IconEditorGrid.setGridEnabled" id="IconEditorGrid.setGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setGridEnabled" /> - <keyword name="IconEditorGrid.setIconImage" id="IconEditorGrid.setIconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setIconImage" /> - <keyword name="IconEditorGrid.setPenColor" id="IconEditorGrid.setPenColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setPenColor" /> - <keyword name="IconEditorGrid.setTool" id="IconEditorGrid.setTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setTool" /> - <keyword name="IconEditorGrid.setZoomFactor" id="IconEditorGrid.setZoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setZoomFactor" /> - <keyword name="IconEditorGrid.shutdown" id="IconEditorGrid.shutdown" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.shutdown" /> - <keyword name="IconEditorGrid.sizeHint" id="IconEditorGrid.sizeHint" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.sizeHint" /> - <keyword name="IconEditorGrid.tool" id="IconEditorGrid.tool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.tool" /> - <keyword name="IconEditorGrid.zoomFactor" id="IconEditorGrid.zoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.zoomFactor" /> - <keyword name="IconZoomDialog (Module)" id="IconZoomDialog (Module)" ref="eric5.IconEditor.IconZoomDialog.html" /> - <keyword name="IconZoomDialog" id="IconZoomDialog" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog" /> - <keyword name="IconZoomDialog (Constructor)" id="IconZoomDialog (Constructor)" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.__init__" /> - <keyword name="IconZoomDialog.getZoomFactor" id="IconZoomDialog.getZoomFactor" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.getZoomFactor" /> - <keyword name="IconEditorWindow (Module)" id="IconEditorWindow (Module)" ref="eric5.IconEditor.IconEditorWindow.html" /> - <keyword name="IconEditorWindow" id="IconEditorWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow" /> - <keyword name="IconEditorWindow (Constructor)" id="IconEditorWindow (Constructor)" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__init__" /> - <keyword name="IconEditorWindow.__about" id="IconEditorWindow.__about" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__about" /> - <keyword name="IconEditorWindow.__aboutQt" id="IconEditorWindow.__aboutQt" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__aboutQt" /> - <keyword name="IconEditorWindow.__checkActions" id="IconEditorWindow.__checkActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__checkActions" /> - <keyword name="IconEditorWindow.__closeAll" id="IconEditorWindow.__closeAll" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__closeAll" /> - <keyword name="IconEditorWindow.__createPaletteDock" id="IconEditorWindow.__createPaletteDock" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createPaletteDock" /> - <keyword name="IconEditorWindow.__createStatusBar" id="IconEditorWindow.__createStatusBar" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createStatusBar" /> - <keyword name="IconEditorWindow.__initActions" id="IconEditorWindow.__initActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initActions" /> - <keyword name="IconEditorWindow.__initEditActions" id="IconEditorWindow.__initEditActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initEditActions" /> - <keyword name="IconEditorWindow.__initFileActions" id="IconEditorWindow.__initFileActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileActions" /> - <keyword name="IconEditorWindow.__initFileFilters" id="IconEditorWindow.__initFileFilters" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileFilters" /> - <keyword name="IconEditorWindow.__initHelpActions" id="IconEditorWindow.__initHelpActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initHelpActions" /> - <keyword name="IconEditorWindow.__initMenus" id="IconEditorWindow.__initMenus" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initMenus" /> - <keyword name="IconEditorWindow.__initToolbars" id="IconEditorWindow.__initToolbars" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolbars" /> - <keyword name="IconEditorWindow.__initToolsActions" id="IconEditorWindow.__initToolsActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolsActions" /> - <keyword name="IconEditorWindow.__initViewActions" id="IconEditorWindow.__initViewActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initViewActions" /> - <keyword name="IconEditorWindow.__loadIconFile" id="IconEditorWindow.__loadIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__loadIconFile" /> - <keyword name="IconEditorWindow.__maybeSave" id="IconEditorWindow.__maybeSave" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__maybeSave" /> - <keyword name="IconEditorWindow.__modificationChanged" id="IconEditorWindow.__modificationChanged" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__modificationChanged" /> - <keyword name="IconEditorWindow.__newIcon" id="IconEditorWindow.__newIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newIcon" /> - <keyword name="IconEditorWindow.__newWindow" id="IconEditorWindow.__newWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newWindow" /> - <keyword name="IconEditorWindow.__openIcon" id="IconEditorWindow.__openIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__openIcon" /> - <keyword name="IconEditorWindow.__saveIcon" id="IconEditorWindow.__saveIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIcon" /> - <keyword name="IconEditorWindow.__saveIconAs" id="IconEditorWindow.__saveIconAs" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconAs" /> - <keyword name="IconEditorWindow.__saveIconFile" id="IconEditorWindow.__saveIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconFile" /> - <keyword name="IconEditorWindow.__setCurrentFile" id="IconEditorWindow.__setCurrentFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__setCurrentFile" /> - <keyword name="IconEditorWindow.__strippedName" id="IconEditorWindow.__strippedName" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__strippedName" /> - <keyword name="IconEditorWindow.__updatePosition" id="IconEditorWindow.__updatePosition" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updatePosition" /> - <keyword name="IconEditorWindow.__updateSize" id="IconEditorWindow.__updateSize" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateSize" /> - <keyword name="IconEditorWindow.__updateZoom" id="IconEditorWindow.__updateZoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateZoom" /> - <keyword name="IconEditorWindow.__whatsThis" id="IconEditorWindow.__whatsThis" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__whatsThis" /> - <keyword name="IconEditorWindow.__zoom" id="IconEditorWindow.__zoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoom" /> - <keyword name="IconEditorWindow.__zoomIn" id="IconEditorWindow.__zoomIn" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomIn" /> - <keyword name="IconEditorWindow.__zoomOut" id="IconEditorWindow.__zoomOut" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomOut" /> - <keyword name="IconEditorWindow.__zoomReset" id="IconEditorWindow.__zoomReset" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomReset" /> - <keyword name="IconEditorWindow.closeEvent" id="IconEditorWindow.closeEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.closeEvent" /> - <keyword name="E5XML (Package)" id="E5XML (Package)" ref="index-eric5.E5XML.html" /> - <keyword name="XMLStreamReaderBase (Module)" id="XMLStreamReaderBase (Module)" ref="eric5.E5XML.XMLStreamReaderBase.html" /> - <keyword name="XMLStreamReaderBase" id="XMLStreamReaderBase" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase" /> - <keyword name="XMLStreamReaderBase (Constructor)" id="XMLStreamReaderBase (Constructor)" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__init__" /> - <keyword name="XMLStreamReaderBase.__readDict" id="XMLStreamReaderBase.__readDict" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readDict" /> - <keyword name="XMLStreamReaderBase.__readFrozenset" id="XMLStreamReaderBase.__readFrozenset" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readFrozenset" /> - <keyword name="XMLStreamReaderBase.__readList" id="XMLStreamReaderBase.__readList" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readList" /> - <keyword name="XMLStreamReaderBase.__readSet" id="XMLStreamReaderBase.__readSet" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readSet" /> - <keyword name="XMLStreamReaderBase.__readTuple" id="XMLStreamReaderBase.__readTuple" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readTuple" /> - <keyword name="XMLStreamReaderBase._readBasics" id="XMLStreamReaderBase._readBasics" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase._readBasics" /> - <keyword name="XMLStreamReaderBase._skipUnknownElement" id="XMLStreamReaderBase._skipUnknownElement" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase._skipUnknownElement" /> - <keyword name="XMLStreamReaderBase.attribute" id="XMLStreamReaderBase.attribute" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.attribute" /> - <keyword name="XMLStreamReaderBase.raiseBadValue" id="XMLStreamReaderBase.raiseBadValue" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseBadValue" /> - <keyword name="XMLStreamReaderBase.raiseUnexpectedStartTag" id="XMLStreamReaderBase.raiseUnexpectedStartTag" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseUnexpectedStartTag" /> - <keyword name="XMLStreamReaderBase.raiseUnsupportedFormatVersion" id="XMLStreamReaderBase.raiseUnsupportedFormatVersion" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseUnsupportedFormatVersion" /> - <keyword name="XMLStreamReaderBase.readXML" id="XMLStreamReaderBase.readXML" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.readXML" /> - <keyword name="XMLStreamReaderBase.showErrorMessage" id="XMLStreamReaderBase.showErrorMessage" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.showErrorMessage" /> - <keyword name="XMLStreamReaderBase.toBool" id="XMLStreamReaderBase.toBool" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.toBool" /> - <keyword name="TemplatesWriter (Module)" id="TemplatesWriter (Module)" ref="eric5.E5XML.TemplatesWriter.html" /> - <keyword name="TemplatesWriter" id="TemplatesWriter" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter" /> - <keyword name="TemplatesWriter (Constructor)" id="TemplatesWriter (Constructor)" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.__init__" /> - <keyword name="TemplatesWriter.writeXML" id="TemplatesWriter.writeXML" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.writeXML" /> - <keyword name="ProjectReader (Module)" id="ProjectReader (Module)" ref="eric5.E5XML.ProjectReader.html" /> - <keyword name="ProjectReader" id="ProjectReader" ref="eric5.E5XML.ProjectReader.html#ProjectReader" /> - <keyword name="ProjectReader (Constructor)" id="ProjectReader (Constructor)" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__init__" /> - <keyword name="ProjectReader.__readBasicDataField" id="ProjectReader.__readBasicDataField" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readBasicDataField" /> - <keyword name="ProjectReader.__readFiles" id="ProjectReader.__readFiles" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readFiles" /> - <keyword name="ProjectReader.__readFiletypeAssociations" id="ProjectReader.__readFiletypeAssociations" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readFiletypeAssociations" /> - <keyword name="ProjectReader.__readLexerAssociations" id="ProjectReader.__readLexerAssociations" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readLexerAssociations" /> - <keyword name="ProjectReader.__readVcs" id="ProjectReader.__readVcs" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readVcs" /> - <keyword name="ProjectReader.readXML" id="ProjectReader.readXML" ref="eric5.E5XML.ProjectReader.html#ProjectReader.readXML" /> - <keyword name="PluginRepositoryReader (Module)" id="PluginRepositoryReader (Module)" ref="eric5.E5XML.PluginRepositoryReader.html" /> - <keyword name="PluginRepositoryReader" id="PluginRepositoryReader" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader" /> - <keyword name="PluginRepositoryReader (Constructor)" id="PluginRepositoryReader (Constructor)" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.__init__" /> - <keyword name="PluginRepositoryReader.__readPlugin" id="PluginRepositoryReader.__readPlugin" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.__readPlugin" /> - <keyword name="PluginRepositoryReader.readXML" id="PluginRepositoryReader.readXML" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.readXML" /> - <keyword name="MultiProjectReader (Module)" id="MultiProjectReader (Module)" ref="eric5.E5XML.MultiProjectReader.html" /> - <keyword name="MultiProjectReader" id="MultiProjectReader" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader" /> - <keyword name="MultiProjectReader (Constructor)" id="MultiProjectReader (Constructor)" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__init__" /> - <keyword name="MultiProjectReader.__readProject" id="MultiProjectReader.__readProject" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__readProject" /> - <keyword name="MultiProjectReader.__readProjects" id="MultiProjectReader.__readProjects" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__readProjects" /> - <keyword name="MultiProjectReader.readXML" id="MultiProjectReader.readXML" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.readXML" /> - <keyword name="ShortcutsWriter (Module)" id="ShortcutsWriter (Module)" ref="eric5.E5XML.ShortcutsWriter.html" /> - <keyword name="ShortcutsWriter" id="ShortcutsWriter" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter" /> - <keyword name="ShortcutsWriter (Constructor)" id="ShortcutsWriter (Constructor)" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__init__" /> - <keyword name="ShortcutsWriter.__writeActions" id="ShortcutsWriter.__writeActions" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__writeActions" /> - <keyword name="ShortcutsWriter.writeXML" id="ShortcutsWriter.writeXML" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.writeXML" /> - <keyword name="TasksWriter (Module)" id="TasksWriter (Module)" ref="eric5.E5XML.TasksWriter.html" /> - <keyword name="TasksWriter" id="TasksWriter" ref="eric5.E5XML.TasksWriter.html#TasksWriter" /> - <keyword name="TasksWriter (Constructor)" id="TasksWriter (Constructor)" ref="eric5.E5XML.TasksWriter.html#TasksWriter.__init__" /> - <keyword name="TasksWriter.writeXML" id="TasksWriter.writeXML" ref="eric5.E5XML.TasksWriter.html#TasksWriter.writeXML" /> - <keyword name="UserProjectWriter (Module)" id="UserProjectWriter (Module)" ref="eric5.E5XML.UserProjectWriter.html" /> - <keyword name="UserProjectWriter" id="UserProjectWriter" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter" /> - <keyword name="UserProjectWriter (Constructor)" id="UserProjectWriter (Constructor)" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.__init__" /> - <keyword name="UserProjectWriter.writeXML" id="UserProjectWriter.writeXML" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.writeXML" /> - <keyword name="TemplatesReader (Module)" id="TemplatesReader (Module)" ref="eric5.E5XML.TemplatesReader.html" /> - <keyword name="TemplatesReader" id="TemplatesReader" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader" /> - <keyword name="TemplatesReader (Constructor)" id="TemplatesReader (Constructor)" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__init__" /> - <keyword name="TemplatesReader.__readTemplate" id="TemplatesReader.__readTemplate" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__readTemplate" /> - <keyword name="TemplatesReader.__readTemplateGroup" id="TemplatesReader.__readTemplateGroup" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__readTemplateGroup" /> - <keyword name="TemplatesReader.readXML" id="TemplatesReader.readXML" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.readXML" /> - <keyword name="SessionReader (Module)" id="SessionReader (Module)" ref="eric5.E5XML.SessionReader.html" /> - <keyword name="SessionReader" id="SessionReader" ref="eric5.E5XML.SessionReader.html#SessionReader" /> - <keyword name="SessionReader (Constructor)" id="SessionReader (Constructor)" ref="eric5.E5XML.SessionReader.html#SessionReader.__init__" /> - <keyword name="SessionReader.__readBookmark" id="SessionReader.__readBookmark" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBookmark" /> - <keyword name="SessionReader.__readBookmarks" id="SessionReader.__readBookmarks" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBookmarks" /> - <keyword name="SessionReader.__readBreakpoint" id="SessionReader.__readBreakpoint" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBreakpoint" /> - <keyword name="SessionReader.__readBreakpoints" id="SessionReader.__readBreakpoints" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBreakpoints" /> - <keyword name="SessionReader.__readDebugInfo" id="SessionReader.__readDebugInfo" ref="eric5.E5XML.SessionReader.html#SessionReader.__readDebugInfo" /> - <keyword name="SessionReader.__readFilenames" id="SessionReader.__readFilenames" ref="eric5.E5XML.SessionReader.html#SessionReader.__readFilenames" /> - <keyword name="SessionReader.__readWatchexpression" id="SessionReader.__readWatchexpression" ref="eric5.E5XML.SessionReader.html#SessionReader.__readWatchexpression" /> - <keyword name="SessionReader.__readWatchexpressions" id="SessionReader.__readWatchexpressions" ref="eric5.E5XML.SessionReader.html#SessionReader.__readWatchexpressions" /> - <keyword name="SessionReader.readXML" id="SessionReader.readXML" ref="eric5.E5XML.SessionReader.html#SessionReader.readXML" /> - <keyword name="MultiProjectWriter (Module)" id="MultiProjectWriter (Module)" ref="eric5.E5XML.MultiProjectWriter.html" /> - <keyword name="MultiProjectWriter" id="MultiProjectWriter" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter" /> - <keyword name="MultiProjectWriter (Constructor)" id="MultiProjectWriter (Constructor)" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.__init__" /> - <keyword name="MultiProjectWriter.writeXML" id="MultiProjectWriter.writeXML" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.writeXML" /> - <keyword name="XMLStreamWriterBase (Module)" id="XMLStreamWriterBase (Module)" ref="eric5.E5XML.XMLStreamWriterBase.html" /> - <keyword name="XMLStreamWriterBase" id="XMLStreamWriterBase" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase" /> - <keyword name="XMLStreamWriterBase (Constructor)" id="XMLStreamWriterBase (Constructor)" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.__init__" /> - <keyword name="XMLStreamWriterBase._writeBasics" id="XMLStreamWriterBase._writeBasics" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._writeBasics" /> - <keyword name="XMLStreamWriterBase._write_bool" id="XMLStreamWriterBase._write_bool" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bool" /> - <keyword name="XMLStreamWriterBase._write_bytearray" id="XMLStreamWriterBase._write_bytearray" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bytearray" /> - <keyword name="XMLStreamWriterBase._write_bytes" id="XMLStreamWriterBase._write_bytes" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bytes" /> - <keyword name="XMLStreamWriterBase._write_complex" id="XMLStreamWriterBase._write_complex" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_complex" /> - <keyword name="XMLStreamWriterBase._write_dictionary" id="XMLStreamWriterBase._write_dictionary" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_dictionary" /> - <keyword name="XMLStreamWriterBase._write_float" id="XMLStreamWriterBase._write_float" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_float" /> - <keyword name="XMLStreamWriterBase._write_frozenset" id="XMLStreamWriterBase._write_frozenset" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_frozenset" /> - <keyword name="XMLStreamWriterBase._write_int" id="XMLStreamWriterBase._write_int" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_int" /> - <keyword name="XMLStreamWriterBase._write_list" id="XMLStreamWriterBase._write_list" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_list" /> - <keyword name="XMLStreamWriterBase._write_none" id="XMLStreamWriterBase._write_none" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_none" /> - <keyword name="XMLStreamWriterBase._write_set" id="XMLStreamWriterBase._write_set" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_set" /> - <keyword name="XMLStreamWriterBase._write_string" id="XMLStreamWriterBase._write_string" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_string" /> - <keyword name="XMLStreamWriterBase._write_tuple" id="XMLStreamWriterBase._write_tuple" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_tuple" /> - <keyword name="XMLStreamWriterBase._write_unimplemented" id="XMLStreamWriterBase._write_unimplemented" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_unimplemented" /> - <keyword name="XMLStreamWriterBase.writeBasics" id="XMLStreamWriterBase.writeBasics" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.writeBasics" /> - <keyword name="XMLStreamWriterBase.writeXML" id="XMLStreamWriterBase.writeXML" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.writeXML" /> - <keyword name="DebuggerPropertiesWriter (Module)" id="DebuggerPropertiesWriter (Module)" ref="eric5.E5XML.DebuggerPropertiesWriter.html" /> - <keyword name="DebuggerPropertiesWriter" id="DebuggerPropertiesWriter" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter" /> - <keyword name="DebuggerPropertiesWriter (Constructor)" id="DebuggerPropertiesWriter (Constructor)" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.__init__" /> - <keyword name="DebuggerPropertiesWriter.writeXML" id="DebuggerPropertiesWriter.writeXML" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.writeXML" /> - <keyword name="ProjectWriter (Module)" id="ProjectWriter (Module)" ref="eric5.E5XML.ProjectWriter.html" /> - <keyword name="ProjectWriter" id="ProjectWriter" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter" /> - <keyword name="ProjectWriter (Constructor)" id="ProjectWriter (Constructor)" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.__init__" /> - <keyword name="ProjectWriter.writeXML" id="ProjectWriter.writeXML" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.writeXML" /> - <keyword name="UserProjectReader (Module)" id="UserProjectReader (Module)" ref="eric5.E5XML.UserProjectReader.html" /> - <keyword name="UserProjectReader" id="UserProjectReader" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader" /> - <keyword name="UserProjectReader (Constructor)" id="UserProjectReader (Constructor)" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader.__init__" /> - <keyword name="UserProjectReader.readXML" id="UserProjectReader.readXML" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader.readXML" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.E5XML.Config.html" /> - <keyword name="TasksReader (Module)" id="TasksReader (Module)" ref="eric5.E5XML.TasksReader.html" /> - <keyword name="TasksReader" id="TasksReader" ref="eric5.E5XML.TasksReader.html#TasksReader" /> - <keyword name="TasksReader (Constructor)" id="TasksReader (Constructor)" ref="eric5.E5XML.TasksReader.html#TasksReader.__init__" /> - <keyword name="TasksReader.__readTask" id="TasksReader.__readTask" ref="eric5.E5XML.TasksReader.html#TasksReader.__readTask" /> - <keyword name="TasksReader.readXML" id="TasksReader.readXML" ref="eric5.E5XML.TasksReader.html#TasksReader.readXML" /> - <keyword name="ShortcutsReader (Module)" id="ShortcutsReader (Module)" ref="eric5.E5XML.ShortcutsReader.html" /> - <keyword name="ShortcutsReader" id="ShortcutsReader" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader" /> - <keyword name="ShortcutsReader (Constructor)" id="ShortcutsReader (Constructor)" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.__init__" /> - <keyword name="ShortcutsReader.__readShortCut" id="ShortcutsReader.__readShortCut" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.__readShortCut" /> - <keyword name="ShortcutsReader.getShortcuts" id="ShortcutsReader.getShortcuts" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.getShortcuts" /> - <keyword name="ShortcutsReader.readXML" id="ShortcutsReader.readXML" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.readXML" /> - <keyword name="HighlightingStylesWriter (Module)" id="HighlightingStylesWriter (Module)" ref="eric5.E5XML.HighlightingStylesWriter.html" /> - <keyword name="HighlightingStylesWriter" id="HighlightingStylesWriter" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter" /> - <keyword name="HighlightingStylesWriter (Constructor)" id="HighlightingStylesWriter (Constructor)" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.__init__" /> - <keyword name="HighlightingStylesWriter.writeXML" id="HighlightingStylesWriter.writeXML" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.writeXML" /> - <keyword name="SessionWriter (Module)" id="SessionWriter (Module)" ref="eric5.E5XML.SessionWriter.html" /> - <keyword name="SessionWriter" id="SessionWriter" ref="eric5.E5XML.SessionWriter.html#SessionWriter" /> - <keyword name="SessionWriter (Constructor)" id="SessionWriter (Constructor)" ref="eric5.E5XML.SessionWriter.html#SessionWriter.__init__" /> - <keyword name="SessionWriter.writeXML" id="SessionWriter.writeXML" ref="eric5.E5XML.SessionWriter.html#SessionWriter.writeXML" /> - <keyword name="DebuggerPropertiesReader (Module)" id="DebuggerPropertiesReader (Module)" ref="eric5.E5XML.DebuggerPropertiesReader.html" /> - <keyword name="DebuggerPropertiesReader" id="DebuggerPropertiesReader" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader" /> - <keyword name="DebuggerPropertiesReader (Constructor)" id="DebuggerPropertiesReader (Constructor)" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__init__" /> - <keyword name="DebuggerPropertiesReader.__readPathTranslation" id="DebuggerPropertiesReader.__readPathTranslation" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__readPathTranslation" /> - <keyword name="DebuggerPropertiesReader.__readRemoteDebugger" id="DebuggerPropertiesReader.__readRemoteDebugger" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__readRemoteDebugger" /> - <keyword name="DebuggerPropertiesReader.readXML" id="DebuggerPropertiesReader.readXML" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.readXML" /> - <keyword name="HighlightingStylesReader (Module)" id="HighlightingStylesReader (Module)" ref="eric5.E5XML.HighlightingStylesReader.html" /> - <keyword name="HighlightingStylesReader" id="HighlightingStylesReader" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader" /> - <keyword name="HighlightingStylesReader (Constructor)" id="HighlightingStylesReader (Constructor)" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__init__" /> - <keyword name="HighlightingStylesReader.__readLexer" id="HighlightingStylesReader.__readLexer" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__readLexer" /> - <keyword name="HighlightingStylesReader.__readStyle" id="HighlightingStylesReader.__readStyle" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__readStyle" /> - <keyword name="HighlightingStylesReader.readXML" id="HighlightingStylesReader.readXML" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.readXML" /> - <keyword name="E5Graphics (Package)" id="E5Graphics (Package)" ref="index-eric5.E5Graphics.html" /> - <keyword name="E5GraphicsView (Module)" id="E5GraphicsView (Module)" ref="eric5.E5Graphics.E5GraphicsView.html" /> - <keyword name="E5GraphicsView" id="E5GraphicsView" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView" /> - <keyword name="E5GraphicsView (Constructor)" id="E5GraphicsView (Constructor)" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__init__" /> - <keyword name="E5GraphicsView.__getDiagram" id="E5GraphicsView.__getDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__getDiagram" /> - <keyword name="E5GraphicsView._getDiagramRect" id="E5GraphicsView._getDiagramRect" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramRect" /> - <keyword name="E5GraphicsView._getDiagramSize" id="E5GraphicsView._getDiagramSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramSize" /> - <keyword name="E5GraphicsView.filteredItems" id="E5GraphicsView.filteredItems" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.filteredItems" /> - <keyword name="E5GraphicsView.printDiagram" id="E5GraphicsView.printDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.printDiagram" /> - <keyword name="E5GraphicsView.resizeScene" id="E5GraphicsView.resizeScene" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.resizeScene" /> - <keyword name="E5GraphicsView.saveImage" id="E5GraphicsView.saveImage" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.saveImage" /> - <keyword name="E5GraphicsView.setSceneSize" id="E5GraphicsView.setSceneSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setSceneSize" /> - <keyword name="E5GraphicsView.setZoom" id="E5GraphicsView.setZoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setZoom" /> - <keyword name="E5GraphicsView.zoom" id="E5GraphicsView.zoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoom" /> - <keyword name="E5GraphicsView.zoomIn" id="E5GraphicsView.zoomIn" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomIn" /> - <keyword name="E5GraphicsView.zoomOut" id="E5GraphicsView.zoomOut" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomOut" /> - <keyword name="E5GraphicsView.zoomReset" id="E5GraphicsView.zoomReset" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomReset" /> - <keyword name="E5ArrowItem (Module)" id="E5ArrowItem (Module)" ref="eric5.E5Graphics.E5ArrowItem.html" /> - <keyword name="E5ArrowItem" id="E5ArrowItem" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem" /> - <keyword name="E5ArrowItem (Constructor)" id="E5ArrowItem (Constructor)" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.__init__" /> - <keyword name="E5ArrowItem.boundingRect" id="E5ArrowItem.boundingRect" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.boundingRect" /> - <keyword name="E5ArrowItem.paint" id="E5ArrowItem.paint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.paint" /> - <keyword name="E5ArrowItem.setEndPoint" id="E5ArrowItem.setEndPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setEndPoint" /> - <keyword name="E5ArrowItem.setPoints" id="E5ArrowItem.setPoints" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setPoints" /> - <keyword name="E5ArrowItem.setStartPoint" id="E5ArrowItem.setStartPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setStartPoint" /> - <keyword name="PyUnit (Package)" id="PyUnit (Package)" ref="index-eric5.PyUnit.html" /> - <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" /> - <keyword name="QtTestResult" id="QtTestResult" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult" /> - <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" /> - <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" /> - <keyword name="QtTestResult (Constructor)" id="QtTestResult (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.__init__" /> - <keyword name="QtTestResult.addError" id="QtTestResult.addError" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addError" /> - <keyword name="QtTestResult.addExpectedFailure" id="QtTestResult.addExpectedFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addExpectedFailure" /> - <keyword name="QtTestResult.addFailure" id="QtTestResult.addFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addFailure" /> - <keyword name="QtTestResult.addSkip" id="QtTestResult.addSkip" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addSkip" /> - <keyword name="QtTestResult.addUnexpectedSuccess" id="QtTestResult.addUnexpectedSuccess" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addUnexpectedSuccess" /> - <keyword name="QtTestResult.startTest" id="QtTestResult.startTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.startTest" /> - <keyword name="QtTestResult.stopTest" id="QtTestResult.stopTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.stopTest" /> - <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" /> - <keyword name="UnittestDialog.__UTPrepared" id="UnittestDialog.__UTPrepared" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__UTPrepared" /> - <keyword name="UnittestDialog.__setProgressColor" id="UnittestDialog.__setProgressColor" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setProgressColor" /> - <keyword name="UnittestDialog.__setRunningMode" id="UnittestDialog.__setRunningMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setRunningMode" /> - <keyword name="UnittestDialog.__setStoppedMode" id="UnittestDialog.__setStoppedMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setStoppedMode" /> - <keyword name="UnittestDialog.__showSource" id="UnittestDialog.__showSource" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__showSource" /> - <keyword name="UnittestDialog.insertProg" id="UnittestDialog.insertProg" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertProg" /> - <keyword name="UnittestDialog.insertTestName" id="UnittestDialog.insertTestName" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertTestName" /> - <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" /> - <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" /> - <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" /> - <keyword name="UnittestDialog.on_fileDialogButton_clicked" id="UnittestDialog.on_fileDialogButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_fileDialogButton_clicked" /> - <keyword name="UnittestDialog.on_startButton_clicked" id="UnittestDialog.on_startButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_startButton_clicked" /> - <keyword name="UnittestDialog.on_stopButton_clicked" id="UnittestDialog.on_stopButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_stopButton_clicked" /> - <keyword name="UnittestDialog.on_testsuiteComboBox_editTextChanged" id="UnittestDialog.on_testsuiteComboBox_editTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuiteComboBox_editTextChanged" /> - <keyword name="UnittestDialog.testErrored" id="UnittestDialog.testErrored" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testErrored" /> - <keyword name="UnittestDialog.testFailed" id="UnittestDialog.testFailed" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailed" /> - <keyword name="UnittestDialog.testFailedExpected" id="UnittestDialog.testFailedExpected" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailedExpected" /> - <keyword name="UnittestDialog.testFinished" id="UnittestDialog.testFinished" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFinished" /> - <keyword name="UnittestDialog.testSkipped" id="UnittestDialog.testSkipped" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testSkipped" /> - <keyword name="UnittestDialog.testStarted" id="UnittestDialog.testStarted" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testStarted" /> - <keyword name="UnittestDialog.testSucceededUnexpected" id="UnittestDialog.testSucceededUnexpected" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testSucceededUnexpected" /> - <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" /> - <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" /> + <keyword name="patch_modpython (Module)" id="patch_modpython (Module)" ref="eric5.patch_modpython.html" /> + <keyword name="initGlobals" id="initGlobals" ref="eric5.patch_modpython.html#initGlobals" /> + <keyword name="main" id="main" ref="eric5.patch_modpython.html#main" /> + <keyword name="usage" id="usage" ref="eric5.patch_modpython.html#usage" /> + <keyword name="uninstall (Module)" id="uninstall (Module)" ref="eric5.uninstall.html" /> + <keyword name="initGlobals" id="initGlobals" ref="eric5.uninstall.html#initGlobals" /> + <keyword name="main" id="main" ref="eric5.uninstall.html#main" /> + <keyword name="uninstallEric" id="uninstallEric" ref="eric5.uninstall.html#uninstallEric" /> + <keyword name="usage" id="usage" ref="eric5.uninstall.html#usage" /> + <keyword name="wrapperName" id="wrapperName" ref="eric5.uninstall.html#wrapperName" /> + <keyword name="Cooperation (Package)" id="Cooperation (Package)" ref="index-eric5.Cooperation.html" /> + <keyword name="ChatWidget (Module)" id="ChatWidget (Module)" ref="eric5.Cooperation.ChatWidget.html" /> + <keyword name="ChatWidget" id="ChatWidget" ref="eric5.Cooperation.ChatWidget.html#ChatWidget" /> + <keyword name="ChatWidget (Constructor)" id="ChatWidget (Constructor)" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__init__" /> + <keyword name="ChatWidget.__banKickUser" id="ChatWidget.__banKickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banKickUser" /> + <keyword name="ChatWidget.__banUser" id="ChatWidget.__banUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banUser" /> + <keyword name="ChatWidget.__clearChat" id="ChatWidget.__clearChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearChat" /> + <keyword name="ChatWidget.__clearHostsHistory" id="ChatWidget.__clearHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearHostsHistory" /> + <keyword name="ChatWidget.__copyAllChat" id="ChatWidget.__copyAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyAllChat" /> + <keyword name="ChatWidget.__copyChat" id="ChatWidget.__copyChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyChat" /> + <keyword name="ChatWidget.__cutAllChat" id="ChatWidget.__cutAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutAllChat" /> + <keyword name="ChatWidget.__cutChat" id="ChatWidget.__cutChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutChat" /> + <keyword name="ChatWidget.__editorCommandMessage" id="ChatWidget.__editorCommandMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__editorCommandMessage" /> + <keyword name="ChatWidget.__getConnectionParameters" id="ChatWidget.__getConnectionParameters" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__getConnectionParameters" /> + <keyword name="ChatWidget.__handleMessage" id="ChatWidget.__handleMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__handleMessage" /> + <keyword name="ChatWidget.__initChatMenu" id="ChatWidget.__initChatMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initChatMenu" /> + <keyword name="ChatWidget.__initUsersMenu" id="ChatWidget.__initUsersMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initUsersMenu" /> + <keyword name="ChatWidget.__initialConnectionRefused" id="ChatWidget.__initialConnectionRefused" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initialConnectionRefused" /> + <keyword name="ChatWidget.__kickUser" id="ChatWidget.__kickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__kickUser" /> + <keyword name="ChatWidget.__loadHostsHistory" id="ChatWidget.__loadHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__loadHostsHistory" /> + <keyword name="ChatWidget.__newParticipant" id="ChatWidget.__newParticipant" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__newParticipant" /> + <keyword name="ChatWidget.__participantLeft" id="ChatWidget.__participantLeft" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__participantLeft" /> + <keyword name="ChatWidget.__saveChat" id="ChatWidget.__saveChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveChat" /> + <keyword name="ChatWidget.__saveHostsHistory" id="ChatWidget.__saveHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveHostsHistory" /> + <keyword name="ChatWidget.__setConnected" id="ChatWidget.__setConnected" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setConnected" /> + <keyword name="ChatWidget.__setHostsHistory" id="ChatWidget.__setHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setHostsHistory" /> + <keyword name="ChatWidget.__showErrorMessage" id="ChatWidget.__showErrorMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__showErrorMessage" /> + <keyword name="ChatWidget.appendMessage" id="ChatWidget.appendMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.appendMessage" /> + <keyword name="ChatWidget.checkEditorActions" id="ChatWidget.checkEditorActions" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.checkEditorActions" /> + <keyword name="ChatWidget.getClient" id="ChatWidget.getClient" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.getClient" /> + <keyword name="ChatWidget.on_cancelEditButton_clicked" id="ChatWidget.on_cancelEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_cancelEditButton_clicked" /> + <keyword name="ChatWidget.on_chatEdit_copyAvailable" id="ChatWidget.on_chatEdit_copyAvailable" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_copyAvailable" /> + <keyword name="ChatWidget.on_chatEdit_customContextMenuRequested" id="ChatWidget.on_chatEdit_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_customContextMenuRequested" /> + <keyword name="ChatWidget.on_clearHostsButton_clicked" id="ChatWidget.on_clearHostsButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_clearHostsButton_clicked" /> + <keyword name="ChatWidget.on_connectButton_clicked" id="ChatWidget.on_connectButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_connectButton_clicked" /> + <keyword name="ChatWidget.on_hostEdit_editTextChanged" id="ChatWidget.on_hostEdit_editTextChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_hostEdit_editTextChanged" /> + <keyword name="ChatWidget.on_sendEditButton_clicked" id="ChatWidget.on_sendEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_sendEditButton_clicked" /> + <keyword name="ChatWidget.on_serverButton_clicked" id="ChatWidget.on_serverButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_serverButton_clicked" /> + <keyword name="ChatWidget.on_shareButton_clicked" id="ChatWidget.on_shareButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_shareButton_clicked" /> + <keyword name="ChatWidget.on_startEditButton_clicked" id="ChatWidget.on_startEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_startEditButton_clicked" /> + <keyword name="ChatWidget.on_usersList_customContextMenuRequested" id="ChatWidget.on_usersList_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_usersList_customContextMenuRequested" /> + <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" /> + <keyword name="Connection (Module)" id="Connection (Module)" ref="eric5.Cooperation.Connection.html" /> + <keyword name="Connection" id="Connection" ref="eric5.Cooperation.Connection.html#Connection" /> + <keyword name="Connection (Constructor)" id="Connection (Constructor)" ref="eric5.Cooperation.Connection.html#Connection.__init__" /> + <keyword name="Connection.__dataLengthForCurrentDataType" id="Connection.__dataLengthForCurrentDataType" ref="eric5.Cooperation.Connection.html#Connection.__dataLengthForCurrentDataType" /> + <keyword name="Connection.__disconnected" id="Connection.__disconnected" ref="eric5.Cooperation.Connection.html#Connection.__disconnected" /> + <keyword name="Connection.__hasEnoughData" id="Connection.__hasEnoughData" ref="eric5.Cooperation.Connection.html#Connection.__hasEnoughData" /> + <keyword name="Connection.__processData" id="Connection.__processData" ref="eric5.Cooperation.Connection.html#Connection.__processData" /> + <keyword name="Connection.__processReadyRead" id="Connection.__processReadyRead" ref="eric5.Cooperation.Connection.html#Connection.__processReadyRead" /> + <keyword name="Connection.__readDataIntoBuffer" id="Connection.__readDataIntoBuffer" ref="eric5.Cooperation.Connection.html#Connection.__readDataIntoBuffer" /> + <keyword name="Connection.__readProtocolHeader" id="Connection.__readProtocolHeader" ref="eric5.Cooperation.Connection.html#Connection.__readProtocolHeader" /> + <keyword name="Connection.__sendGreetingMessage" id="Connection.__sendGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.__sendGreetingMessage" /> + <keyword name="Connection.__sendPing" id="Connection.__sendPing" ref="eric5.Cooperation.Connection.html#Connection.__sendPing" /> + <keyword name="Connection.name" id="Connection.name" ref="eric5.Cooperation.Connection.html#Connection.name" /> + <keyword name="Connection.sendEditorCommand" id="Connection.sendEditorCommand" ref="eric5.Cooperation.Connection.html#Connection.sendEditorCommand" /> + <keyword name="Connection.sendGetParticipants" id="Connection.sendGetParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendGetParticipants" /> + <keyword name="Connection.sendMessage" id="Connection.sendMessage" ref="eric5.Cooperation.Connection.html#Connection.sendMessage" /> + <keyword name="Connection.sendParticipants" id="Connection.sendParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendParticipants" /> + <keyword name="Connection.serverPort" id="Connection.serverPort" ref="eric5.Cooperation.Connection.html#Connection.serverPort" /> + <keyword name="Connection.setClient" id="Connection.setClient" ref="eric5.Cooperation.Connection.html#Connection.setClient" /> + <keyword name="Connection.setGreetingMessage" id="Connection.setGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.setGreetingMessage" /> + <keyword name="Connection.timerEvent" id="Connection.timerEvent" ref="eric5.Cooperation.Connection.html#Connection.timerEvent" /> + <keyword name="CooperationClient (Module)" id="CooperationClient (Module)" ref="eric5.Cooperation.CooperationClient.html" /> + <keyword name="CooperationClient" id="CooperationClient" ref="eric5.Cooperation.CooperationClient.html#CooperationClient" /> + <keyword name="CooperationClient (Constructor)" id="CooperationClient (Constructor)" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__init__" /> + <keyword name="CooperationClient.__connectionError" id="CooperationClient.__connectionError" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionError" /> + <keyword name="CooperationClient.__connectionRejected" id="CooperationClient.__connectionRejected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionRejected" /> + <keyword name="CooperationClient.__disconnected" id="CooperationClient.__disconnected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__disconnected" /> + <keyword name="CooperationClient.__findConnections" id="CooperationClient.__findConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__findConnections" /> + <keyword name="CooperationClient.__getParticipants" id="CooperationClient.__getParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__getParticipants" /> + <keyword name="CooperationClient.__newConnection" id="CooperationClient.__newConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__newConnection" /> + <keyword name="CooperationClient.__processParticipants" id="CooperationClient.__processParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__processParticipants" /> + <keyword name="CooperationClient.__readyForUse" id="CooperationClient.__readyForUse" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__readyForUse" /> + <keyword name="CooperationClient.banKickUser" id="CooperationClient.banKickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banKickUser" /> + <keyword name="CooperationClient.banUser" id="CooperationClient.banUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banUser" /> + <keyword name="CooperationClient.chatWidget" id="CooperationClient.chatWidget" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.chatWidget" /> + <keyword name="CooperationClient.close" id="CooperationClient.close" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.close" /> + <keyword name="CooperationClient.connectToHost" id="CooperationClient.connectToHost" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.connectToHost" /> + <keyword name="CooperationClient.disconnectConnections" id="CooperationClient.disconnectConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.disconnectConnections" /> + <keyword name="CooperationClient.errorString" id="CooperationClient.errorString" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.errorString" /> + <keyword name="CooperationClient.hasConnection" id="CooperationClient.hasConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnection" /> + <keyword name="CooperationClient.hasConnections" id="CooperationClient.hasConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnections" /> + <keyword name="CooperationClient.isListening" id="CooperationClient.isListening" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.isListening" /> + <keyword name="CooperationClient.kickUser" id="CooperationClient.kickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.kickUser" /> + <keyword name="CooperationClient.nickName" id="CooperationClient.nickName" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.nickName" /> + <keyword name="CooperationClient.removeConnection" id="CooperationClient.removeConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.removeConnection" /> + <keyword name="CooperationClient.sendEditorCommand" id="CooperationClient.sendEditorCommand" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendEditorCommand" /> + <keyword name="CooperationClient.sendMessage" id="CooperationClient.sendMessage" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendMessage" /> + <keyword name="CooperationClient.startListening" id="CooperationClient.startListening" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.startListening" /> + <keyword name="CooperationServer (Module)" id="CooperationServer (Module)" ref="eric5.Cooperation.CooperationServer.html" /> + <keyword name="CooperationServer" id="CooperationServer" ref="eric5.Cooperation.CooperationServer.html#CooperationServer" /> + <keyword name="CooperationServer (Constructor)" id="CooperationServer (Constructor)" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.__init__" /> + <keyword name="CooperationServer.incomingConnection" id="CooperationServer.incomingConnection" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.incomingConnection" /> + <keyword name="CooperationServer.startListening" id="CooperationServer.startListening" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.startListening" /> <keyword name="DataViews (Package)" id="DataViews (Package)" ref="index-eric5.DataViews.html" /> + <keyword name="CodeMetrics (Module)" id="CodeMetrics (Module)" ref="eric5.DataViews.CodeMetrics.html" /> + <keyword name="Parser" id="Parser" ref="eric5.DataViews.CodeMetrics.html#Parser" /> + <keyword name="SourceStat" id="SourceStat" ref="eric5.DataViews.CodeMetrics.html#SourceStat" /> + <keyword name="Token" id="Token" ref="eric5.DataViews.CodeMetrics.html#Token" /> + <keyword name="analyze" id="analyze" ref="eric5.DataViews.CodeMetrics.html#analyze" /> + <keyword name="main" id="main" ref="eric5.DataViews.CodeMetrics.html#main" /> + <keyword name="summarize" id="summarize" ref="eric5.DataViews.CodeMetrics.html#summarize" /> + <keyword name="Parser.__addToken" id="Parser.__addToken" ref="eric5.DataViews.CodeMetrics.html#Parser.__addToken" /> + <keyword name="Parser.parse" id="Parser.parse" ref="eric5.DataViews.CodeMetrics.html#Parser.parse" /> + <keyword name="SourceStat (Constructor)" id="SourceStat (Constructor)" ref="eric5.DataViews.CodeMetrics.html#SourceStat.__init__" /> + <keyword name="SourceStat.dedent" id="SourceStat.dedent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dedent" /> + <keyword name="SourceStat.dump" id="SourceStat.dump" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dump" /> + <keyword name="SourceStat.getCounter" id="SourceStat.getCounter" ref="eric5.DataViews.CodeMetrics.html#SourceStat.getCounter" /> + <keyword name="SourceStat.inc" id="SourceStat.inc" ref="eric5.DataViews.CodeMetrics.html#SourceStat.inc" /> + <keyword name="SourceStat.indent" id="SourceStat.indent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.indent" /> + <keyword name="SourceStat.push" id="SourceStat.push" ref="eric5.DataViews.CodeMetrics.html#SourceStat.push" /> + <keyword name="Token (Constructor)" id="Token (Constructor)" ref="eric5.DataViews.CodeMetrics.html#Token.__init__" /> <keyword name="CodeMetricsDialog (Module)" id="CodeMetricsDialog (Module)" ref="eric5.DataViews.CodeMetricsDialog.html" /> <keyword name="CodeMetricsDialog" id="CodeMetricsDialog" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog" /> <keyword name="CodeMetricsDialog (Constructor)" id="CodeMetricsDialog (Constructor)" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.__init__" /> @@ -1307,6 +1103,21 @@ <keyword name="CodeMetricsDialog.on_startButton_clicked" id="CodeMetricsDialog.on_startButton_clicked" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.on_startButton_clicked" /> <keyword name="CodeMetricsDialog.prepare" id="CodeMetricsDialog.prepare" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.prepare" /> <keyword name="CodeMetricsDialog.start" id="CodeMetricsDialog.start" ref="eric5.DataViews.CodeMetricsDialog.html#CodeMetricsDialog.start" /> + <keyword name="PyCoverageDialog (Module)" id="PyCoverageDialog (Module)" ref="eric5.DataViews.PyCoverageDialog.html" /> + <keyword name="PyCoverageDialog" id="PyCoverageDialog" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog" /> + <keyword name="PyCoverageDialog (Constructor)" id="PyCoverageDialog (Constructor)" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__init__" /> + <keyword name="PyCoverageDialog.__annotate" id="PyCoverageDialog.__annotate" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotate" /> + <keyword name="PyCoverageDialog.__annotateAll" id="PyCoverageDialog.__annotateAll" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotateAll" /> + <keyword name="PyCoverageDialog.__createResultItem" id="PyCoverageDialog.__createResultItem" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__createResultItem" /> + <keyword name="PyCoverageDialog.__deleteAnnotated" id="PyCoverageDialog.__deleteAnnotated" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__deleteAnnotated" /> + <keyword name="PyCoverageDialog.__erase" id="PyCoverageDialog.__erase" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__erase" /> + <keyword name="PyCoverageDialog.__finish" id="PyCoverageDialog.__finish" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__finish" /> + <keyword name="PyCoverageDialog.__format_lines" id="PyCoverageDialog.__format_lines" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__format_lines" /> + <keyword name="PyCoverageDialog.__showContextMenu" id="PyCoverageDialog.__showContextMenu" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__showContextMenu" /> + <keyword name="PyCoverageDialog.on_buttonBox_clicked" id="PyCoverageDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_buttonBox_clicked" /> + <keyword name="PyCoverageDialog.on_reloadButton_clicked" id="PyCoverageDialog.on_reloadButton_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_reloadButton_clicked" /> + <keyword name="PyCoverageDialog.start" id="PyCoverageDialog.start" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.start" /> + <keyword name="PyCoverageDialog.stringify" id="PyCoverageDialog.stringify" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.stringify" /> <keyword name="PyProfileDialog (Module)" id="PyProfileDialog (Module)" ref="eric5.DataViews.PyProfileDialog.html" /> <keyword name="ProfileTreeWidgetItem" id="ProfileTreeWidgetItem" ref="eric5.DataViews.PyProfileDialog.html#ProfileTreeWidgetItem" /> <keyword name="PyProfileDialog" id="PyProfileDialog" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog" /> @@ -1326,533 +1137,63 @@ <keyword name="PyProfileDialog.__unfinish" id="PyProfileDialog.__unfinish" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.__unfinish" /> <keyword name="PyProfileDialog.on_buttonBox_clicked" id="PyProfileDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.on_buttonBox_clicked" /> <keyword name="PyProfileDialog.start" id="PyProfileDialog.start" ref="eric5.DataViews.PyProfileDialog.html#PyProfileDialog.start" /> - <keyword name="PyCoverageDialog (Module)" id="PyCoverageDialog (Module)" ref="eric5.DataViews.PyCoverageDialog.html" /> - <keyword name="PyCoverageDialog" id="PyCoverageDialog" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog" /> - <keyword name="PyCoverageDialog (Constructor)" id="PyCoverageDialog (Constructor)" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__init__" /> - <keyword name="PyCoverageDialog.__annotate" id="PyCoverageDialog.__annotate" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotate" /> - <keyword name="PyCoverageDialog.__annotateAll" id="PyCoverageDialog.__annotateAll" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__annotateAll" /> - <keyword name="PyCoverageDialog.__createResultItem" id="PyCoverageDialog.__createResultItem" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__createResultItem" /> - <keyword name="PyCoverageDialog.__deleteAnnotated" id="PyCoverageDialog.__deleteAnnotated" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__deleteAnnotated" /> - <keyword name="PyCoverageDialog.__erase" id="PyCoverageDialog.__erase" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__erase" /> - <keyword name="PyCoverageDialog.__finish" id="PyCoverageDialog.__finish" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__finish" /> - <keyword name="PyCoverageDialog.__format_lines" id="PyCoverageDialog.__format_lines" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__format_lines" /> - <keyword name="PyCoverageDialog.__showContextMenu" id="PyCoverageDialog.__showContextMenu" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.__showContextMenu" /> - <keyword name="PyCoverageDialog.on_buttonBox_clicked" id="PyCoverageDialog.on_buttonBox_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_buttonBox_clicked" /> - <keyword name="PyCoverageDialog.on_reloadButton_clicked" id="PyCoverageDialog.on_reloadButton_clicked" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.on_reloadButton_clicked" /> - <keyword name="PyCoverageDialog.start" id="PyCoverageDialog.start" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.start" /> - <keyword name="PyCoverageDialog.stringify" id="PyCoverageDialog.stringify" ref="eric5.DataViews.PyCoverageDialog.html#PyCoverageDialog.stringify" /> - <keyword name="CodeMetrics (Module)" id="CodeMetrics (Module)" ref="eric5.DataViews.CodeMetrics.html" /> - <keyword name="Parser" id="Parser" ref="eric5.DataViews.CodeMetrics.html#Parser" /> - <keyword name="SourceStat" id="SourceStat" ref="eric5.DataViews.CodeMetrics.html#SourceStat" /> - <keyword name="Token" id="Token" ref="eric5.DataViews.CodeMetrics.html#Token" /> - <keyword name="analyze" id="analyze" ref="eric5.DataViews.CodeMetrics.html#analyze" /> - <keyword name="main" id="main" ref="eric5.DataViews.CodeMetrics.html#main" /> - <keyword name="summarize" id="summarize" ref="eric5.DataViews.CodeMetrics.html#summarize" /> - <keyword name="Parser.__addToken" id="Parser.__addToken" ref="eric5.DataViews.CodeMetrics.html#Parser.__addToken" /> - <keyword name="Parser.parse" id="Parser.parse" ref="eric5.DataViews.CodeMetrics.html#Parser.parse" /> - <keyword name="SourceStat (Constructor)" id="SourceStat (Constructor)" ref="eric5.DataViews.CodeMetrics.html#SourceStat.__init__" /> - <keyword name="SourceStat.dedent" id="SourceStat.dedent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dedent" /> - <keyword name="SourceStat.dump" id="SourceStat.dump" ref="eric5.DataViews.CodeMetrics.html#SourceStat.dump" /> - <keyword name="SourceStat.getCounter" id="SourceStat.getCounter" ref="eric5.DataViews.CodeMetrics.html#SourceStat.getCounter" /> - <keyword name="SourceStat.inc" id="SourceStat.inc" ref="eric5.DataViews.CodeMetrics.html#SourceStat.inc" /> - <keyword name="SourceStat.indent" id="SourceStat.indent" ref="eric5.DataViews.CodeMetrics.html#SourceStat.indent" /> - <keyword name="SourceStat.push" id="SourceStat.push" ref="eric5.DataViews.CodeMetrics.html#SourceStat.push" /> - <keyword name="Token (Constructor)" id="Token (Constructor)" ref="eric5.DataViews.CodeMetrics.html#Token.__init__" /> - <keyword name="PluginManager (Package)" id="PluginManager (Package)" ref="index-eric5.PluginManager.html" /> - <keyword name="PluginManager (Module)" id="PluginManager (Module)" ref="eric5.PluginManager.PluginManager.html" /> - <keyword name="PluginManager" id="PluginManager" ref="eric5.PluginManager.PluginManager.html#PluginManager" /> - <keyword name="PluginManager (Constructor)" id="PluginManager (Constructor)" ref="eric5.PluginManager.PluginManager.html#PluginManager.__init__" /> - <keyword name="PluginManager.__canActivatePlugin" id="PluginManager.__canActivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canActivatePlugin" /> - <keyword name="PluginManager.__canDeactivatePlugin" id="PluginManager.__canDeactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canDeactivatePlugin" /> - <keyword name="PluginManager.__checkPluginsDownloadDirectory" id="PluginManager.__checkPluginsDownloadDirectory" ref="eric5.PluginManager.PluginManager.html#PluginManager.__checkPluginsDownloadDirectory" /> - <keyword name="PluginManager.__getShortInfo" id="PluginManager.__getShortInfo" ref="eric5.PluginManager.PluginManager.html#PluginManager.__getShortInfo" /> - <keyword name="PluginManager.__insertPluginsPaths" id="PluginManager.__insertPluginsPaths" ref="eric5.PluginManager.PluginManager.html#PluginManager.__insertPluginsPaths" /> - <keyword name="PluginManager.__loadPlugins" id="PluginManager.__loadPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.__loadPlugins" /> - <keyword name="PluginManager.__pluginDirectoriesExist" id="PluginManager.__pluginDirectoriesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginDirectoriesExist" /> - <keyword name="PluginManager.__pluginModulesExist" id="PluginManager.__pluginModulesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginModulesExist" /> - <keyword name="PluginManager.activatePlugin" id="PluginManager.activatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugin" /> - <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" /> - <keyword name="PluginManager.getPluginDetails" id="PluginManager.getPluginDetails" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDetails" /> - <keyword name="PluginManager.getPluginDir" id="PluginManager.getPluginDir" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDir" /> - <keyword name="PluginManager.getPluginDisplayStrings" id="PluginManager.getPluginDisplayStrings" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDisplayStrings" /> - <keyword name="PluginManager.getPluginExeDisplayData" id="PluginManager.getPluginExeDisplayData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginExeDisplayData" /> - <keyword name="PluginManager.getPluginInfos" id="PluginManager.getPluginInfos" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginInfos" /> - <keyword name="PluginManager.getPluginModules" id="PluginManager.getPluginModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginModules" /> - <keyword name="PluginManager.getPluginObject" id="PluginManager.getPluginObject" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginObject" /> - <keyword name="PluginManager.getPluginPreviewPixmap" id="PluginManager.getPluginPreviewPixmap" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginPreviewPixmap" /> - <keyword name="PluginManager.getVcsSystemIndicators" id="PluginManager.getVcsSystemIndicators" ref="eric5.PluginManager.PluginManager.html#PluginManager.getVcsSystemIndicators" /> - <keyword name="PluginManager.initOnDemandPlugin" id="PluginManager.initOnDemandPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugin" /> - <keyword name="PluginManager.initOnDemandPlugins" id="PluginManager.initOnDemandPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugins" /> - <keyword name="PluginManager.isPluginActive" id="PluginManager.isPluginActive" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginActive" /> - <keyword name="PluginManager.isPluginLoaded" id="PluginManager.isPluginLoaded" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginLoaded" /> - <keyword name="PluginManager.isValidPluginName" id="PluginManager.isValidPluginName" ref="eric5.PluginManager.PluginManager.html#PluginManager.isValidPluginName" /> - <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.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" /> - <keyword name="PluginInstallWidget" id="PluginInstallWidget" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget" /> - <keyword name="PluginInstallWindow" id="PluginInstallWindow" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow" /> - <keyword name="PluginInstallDialog (Constructor)" id="PluginInstallDialog (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.__init__" /> - <keyword name="PluginInstallDialog.restartNeeded" id="PluginInstallDialog.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.restartNeeded" /> - <keyword name="PluginInstallWidget (Constructor)" id="PluginInstallWidget (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__init__" /> - <keyword name="PluginInstallWidget.__createArchivesList" id="PluginInstallWidget.__createArchivesList" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__createArchivesList" /> - <keyword name="PluginInstallWidget.__installPlugin" id="PluginInstallWidget.__installPlugin" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugin" /> - <keyword name="PluginInstallWidget.__installPlugins" id="PluginInstallWidget.__installPlugins" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugins" /> - <keyword name="PluginInstallWidget.__makedirs" id="PluginInstallWidget.__makedirs" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__makedirs" /> - <keyword name="PluginInstallWidget.__rollback" id="PluginInstallWidget.__rollback" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__rollback" /> - <keyword name="PluginInstallWidget.__selectPage" id="PluginInstallWidget.__selectPage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__selectPage" /> - <keyword name="PluginInstallWidget.__uninstallPackage" id="PluginInstallWidget.__uninstallPackage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__uninstallPackage" /> - <keyword name="PluginInstallWidget.on_addArchivesButton_clicked" id="PluginInstallWidget.on_addArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_addArchivesButton_clicked" /> - <keyword name="PluginInstallWidget.on_archivesList_itemSelectionChanged" id="PluginInstallWidget.on_archivesList_itemSelectionChanged" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_archivesList_itemSelectionChanged" /> - <keyword name="PluginInstallWidget.on_buttonBox_clicked" id="PluginInstallWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_buttonBox_clicked" /> - <keyword name="PluginInstallWidget.on_removeArchivesButton_clicked" id="PluginInstallWidget.on_removeArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_removeArchivesButton_clicked" /> - <keyword name="PluginInstallWidget.restartNeeded" id="PluginInstallWidget.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.restartNeeded" /> - <keyword name="PluginInstallWindow (Constructor)" id="PluginInstallWindow (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow.__init__" /> - <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" /> - <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" /> - <keyword name="PluginRepositoryWidget" id="PluginRepositoryWidget" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget" /> - <keyword name="PluginRepositoryWindow" id="PluginRepositoryWindow" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow" /> - <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" /> - <keyword name="PluginRepositoryDialog.__closeAndInstall" id="PluginRepositoryDialog.__closeAndInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__closeAndInstall" /> - <keyword name="PluginRepositoryDialog.getDownloadedPlugins" id="PluginRepositoryDialog.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.getDownloadedPlugins" /> - <keyword name="PluginRepositoryWidget (Constructor)" id="PluginRepositoryWidget (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__init__" /> - <keyword name="PluginRepositoryWidget.__downloadCancel" id="PluginRepositoryWidget.__downloadCancel" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadCancel" /> - <keyword name="PluginRepositoryWidget.__downloadFile" id="PluginRepositoryWidget.__downloadFile" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFile" /> - <keyword name="PluginRepositoryWidget.__downloadFileDone" id="PluginRepositoryWidget.__downloadFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFileDone" /> - <keyword name="PluginRepositoryWidget.__downloadPlugin" id="PluginRepositoryWidget.__downloadPlugin" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugin" /> - <keyword name="PluginRepositoryWidget.__downloadPluginDone" id="PluginRepositoryWidget.__downloadPluginDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginDone" /> - <keyword name="PluginRepositoryWidget.__downloadPlugins" id="PluginRepositoryWidget.__downloadPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugins" /> - <keyword name="PluginRepositoryWidget.__downloadPluginsDone" id="PluginRepositoryWidget.__downloadPluginsDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginsDone" /> - <keyword name="PluginRepositoryWidget.__downloadProgress" id="PluginRepositoryWidget.__downloadProgress" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadProgress" /> - <keyword name="PluginRepositoryWidget.__downloadRepositoryFileDone" id="PluginRepositoryWidget.__downloadRepositoryFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadRepositoryFileDone" /> - <keyword name="PluginRepositoryWidget.__formatDescription" id="PluginRepositoryWidget.__formatDescription" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__formatDescription" /> - <keyword name="PluginRepositoryWidget.__isUpToDate" id="PluginRepositoryWidget.__isUpToDate" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__isUpToDate" /> - <keyword name="PluginRepositoryWidget.__populateList" id="PluginRepositoryWidget.__populateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__populateList" /> - <keyword name="PluginRepositoryWidget.__resortRepositoryList" id="PluginRepositoryWidget.__resortRepositoryList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__resortRepositoryList" /> - <keyword name="PluginRepositoryWidget.__selectedItems" id="PluginRepositoryWidget.__selectedItems" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__selectedItems" /> - <keyword name="PluginRepositoryWidget.__sslErrors" id="PluginRepositoryWidget.__sslErrors" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__sslErrors" /> - <keyword name="PluginRepositoryWidget.__updateList" id="PluginRepositoryWidget.__updateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__updateList" /> - <keyword name="PluginRepositoryWidget.addEntry" id="PluginRepositoryWidget.addEntry" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.addEntry" /> - <keyword name="PluginRepositoryWidget.getDownloadedPlugins" id="PluginRepositoryWidget.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.getDownloadedPlugins" /> - <keyword name="PluginRepositoryWidget.on_buttonBox_clicked" id="PluginRepositoryWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_buttonBox_clicked" /> - <keyword name="PluginRepositoryWidget.on_repositoryList_currentItemChanged" id="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_currentItemChanged" /> - <keyword name="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" id="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" /> - <keyword name="PluginRepositoryWindow (Constructor)" id="PluginRepositoryWindow (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__init__" /> - <keyword name="PluginRepositoryWindow.__startPluginInstall" id="PluginRepositoryWindow.__startPluginInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__startPluginInstall" /> - <keyword name="PluginInfoDialog (Module)" id="PluginInfoDialog (Module)" ref="eric5.PluginManager.PluginInfoDialog.html" /> - <keyword name="PluginInfoDialog" id="PluginInfoDialog" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog" /> - <keyword name="PluginInfoDialog (Constructor)" id="PluginInfoDialog (Constructor)" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__init__" /> - <keyword name="PluginInfoDialog.__activatePlugin" id="PluginInfoDialog.__activatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__activatePlugin" /> - <keyword name="PluginInfoDialog.__createEntry" id="PluginInfoDialog.__createEntry" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__createEntry" /> - <keyword name="PluginInfoDialog.__deactivatePlugin" id="PluginInfoDialog.__deactivatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__deactivatePlugin" /> - <keyword name="PluginInfoDialog.__populateList" id="PluginInfoDialog.__populateList" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__populateList" /> - <keyword name="PluginInfoDialog.__showContextMenu" id="PluginInfoDialog.__showContextMenu" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showContextMenu" /> - <keyword name="PluginInfoDialog.__showDetails" id="PluginInfoDialog.__showDetails" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showDetails" /> - <keyword name="PluginInfoDialog.on_pluginList_itemActivated" id="PluginInfoDialog.on_pluginList_itemActivated" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.on_pluginList_itemActivated" /> - <keyword name="PluginUninstallDialog (Module)" id="PluginUninstallDialog (Module)" ref="eric5.PluginManager.PluginUninstallDialog.html" /> - <keyword name="PluginUninstallDialog" id="PluginUninstallDialog" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog" /> - <keyword name="PluginUninstallWidget" id="PluginUninstallWidget" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget" /> - <keyword name="PluginUninstallWindow" id="PluginUninstallWindow" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow" /> - <keyword name="PluginUninstallDialog (Constructor)" id="PluginUninstallDialog (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog.__init__" /> - <keyword name="PluginUninstallWidget (Constructor)" id="PluginUninstallWidget (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__init__" /> - <keyword name="PluginUninstallWidget.__uninstallPlugin" id="PluginUninstallWidget.__uninstallPlugin" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__uninstallPlugin" /> - <keyword name="PluginUninstallWidget.on_buttonBox_accepted" id="PluginUninstallWidget.on_buttonBox_accepted" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_buttonBox_accepted" /> - <keyword name="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" id="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" /> - <keyword name="PluginUninstallWindow (Constructor)" id="PluginUninstallWindow (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow.__init__" /> - <keyword name="PluginExceptions (Module)" id="PluginExceptions (Module)" ref="eric5.PluginManager.PluginExceptions.html" /> - <keyword name="PluginActivationError" id="PluginActivationError" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError" /> - <keyword name="PluginClassFormatError" id="PluginClassFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError" /> - <keyword name="PluginError" id="PluginError" ref="eric5.PluginManager.PluginExceptions.html#PluginError" /> - <keyword name="PluginLoadError" id="PluginLoadError" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError" /> - <keyword name="PluginModuleFormatError" id="PluginModuleFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError" /> - <keyword name="PluginModulesError" id="PluginModulesError" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError" /> - <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" /> - <keyword name="PluginActivationError (Constructor)" id="PluginActivationError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError.__init__" /> - <keyword name="PluginClassFormatError (Constructor)" id="PluginClassFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError.__init__" /> - <keyword name="PluginError (Constructor)" id="PluginError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__init__" /> - <keyword name="PluginError.__repr__" id="PluginError.__repr__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__repr__" /> - <keyword name="PluginError.__str__" id="PluginError.__str__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__str__" /> - <keyword name="PluginLoadError (Constructor)" id="PluginLoadError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError.__init__" /> - <keyword name="PluginModuleFormatError (Constructor)" id="PluginModuleFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError.__init__" /> - <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" /> - <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" /> - <keyword name="PluginDetailsDialog (Module)" id="PluginDetailsDialog (Module)" ref="eric5.PluginManager.PluginDetailsDialog.html" /> - <keyword name="PluginDetailsDialog" id="PluginDetailsDialog" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog" /> - <keyword name="PluginDetailsDialog (Constructor)" id="PluginDetailsDialog (Constructor)" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.__init__" /> - <keyword name="PluginDetailsDialog.on_activeCheckBox_clicked" id="PluginDetailsDialog.on_activeCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_activeCheckBox_clicked" /> - <keyword name="PluginDetailsDialog.on_autoactivateCheckBox_clicked" id="PluginDetailsDialog.on_autoactivateCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_autoactivateCheckBox_clicked" /> <keyword name="DebugClients (Package)" id="DebugClients (Package)" ref="index-eric5.DebugClients.html" /> - <keyword name="MultiProject (Package)" id="MultiProject (Package)" ref="index-eric5.MultiProject.html" /> - <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" /> - <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" /> - <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" /> - <keyword name="MultiProject.__checkFilesExist" id="MultiProject.__checkFilesExist" ref="eric5.MultiProject.MultiProject.html#MultiProject.__checkFilesExist" /> - <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" /> - <keyword name="MultiProject.__saveRecent" id="MultiProject.__saveRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__saveRecent" /> - <keyword name="MultiProject.__showContextMenuRecent" id="MultiProject.__showContextMenuRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showContextMenuRecent" /> - <keyword name="MultiProject.__showMenu" id="MultiProject.__showMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showMenu" /> - <keyword name="MultiProject.__showProperties" id="MultiProject.__showProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showProperties" /> - <keyword name="MultiProject.__syncRecent" id="MultiProject.__syncRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__syncRecent" /> - <keyword name="MultiProject.__writeMultiProject" id="MultiProject.__writeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeMultiProject" /> - <keyword name="MultiProject.addE5Actions" id="MultiProject.addE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.addE5Actions" /> - <keyword name="MultiProject.addProject" id="MultiProject.addProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.addProject" /> - <keyword name="MultiProject.changeProjectProperties" id="MultiProject.changeProjectProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.changeProjectProperties" /> - <keyword name="MultiProject.checkDirty" id="MultiProject.checkDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.checkDirty" /> - <keyword name="MultiProject.closeMultiProject" id="MultiProject.closeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.closeMultiProject" /> - <keyword name="MultiProject.getActions" id="MultiProject.getActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.getActions" /> - <keyword name="MultiProject.getDependantProjectFiles" id="MultiProject.getDependantProjectFiles" ref="eric5.MultiProject.MultiProject.html#MultiProject.getDependantProjectFiles" /> - <keyword name="MultiProject.getMasterProjectFile" id="MultiProject.getMasterProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMasterProjectFile" /> - <keyword name="MultiProject.getMenu" id="MultiProject.getMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMenu" /> - <keyword name="MultiProject.getMostRecent" id="MultiProject.getMostRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMostRecent" /> - <keyword name="MultiProject.getMultiProjectFile" id="MultiProject.getMultiProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectFile" /> - <keyword name="MultiProject.getMultiProjectPath" id="MultiProject.getMultiProjectPath" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectPath" /> - <keyword name="MultiProject.getProject" id="MultiProject.getProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProject" /> - <keyword name="MultiProject.getProjects" id="MultiProject.getProjects" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProjects" /> - <keyword name="MultiProject.initActions" id="MultiProject.initActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.initActions" /> - <keyword name="MultiProject.initMenu" id="MultiProject.initMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.initMenu" /> - <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.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" /> - <keyword name="MultiProject.removeProject" id="MultiProject.removeProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeProject" /> - <keyword name="MultiProject.saveMultiProject" id="MultiProject.saveMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProject" /> - <keyword name="MultiProject.saveMultiProjectAs" id="MultiProject.saveMultiProjectAs" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProjectAs" /> - <keyword name="MultiProject.setDirty" id="MultiProject.setDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.setDirty" /> - <keyword name="AddProjectDialog (Module)" id="AddProjectDialog (Module)" ref="eric5.MultiProject.AddProjectDialog.html" /> - <keyword name="AddProjectDialog" id="AddProjectDialog" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog" /> - <keyword name="AddProjectDialog (Constructor)" id="AddProjectDialog (Constructor)" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__init__" /> - <keyword name="AddProjectDialog.__updateUi" id="AddProjectDialog.__updateUi" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__updateUi" /> - <keyword name="AddProjectDialog.getData" id="AddProjectDialog.getData" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.getData" /> - <keyword name="AddProjectDialog.on_fileButton_clicked" id="AddProjectDialog.on_fileButton_clicked" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_fileButton_clicked" /> - <keyword name="AddProjectDialog.on_filenameEdit_textChanged" id="AddProjectDialog.on_filenameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenameEdit_textChanged" /> - <keyword name="AddProjectDialog.on_nameEdit_textChanged" id="AddProjectDialog.on_nameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_nameEdit_textChanged" /> - <keyword name="MultiProjectBrowser (Module)" id="MultiProjectBrowser (Module)" ref="eric5.MultiProject.MultiProjectBrowser.html" /> - <keyword name="MultiProjectBrowser" id="MultiProjectBrowser" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser" /> - <keyword name="MultiProjectBrowser (Constructor)" id="MultiProjectBrowser (Constructor)" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__init__" /> - <keyword name="MultiProjectBrowser.__addProject" id="MultiProjectBrowser.__addProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__addProject" /> - <keyword name="MultiProjectBrowser.__configure" id="MultiProjectBrowser.__configure" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__configure" /> - <keyword name="MultiProjectBrowser.__contextMenuRequested" id="MultiProjectBrowser.__contextMenuRequested" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__contextMenuRequested" /> - <keyword name="MultiProjectBrowser.__createPopupMenu" id="MultiProjectBrowser.__createPopupMenu" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__createPopupMenu" /> - <keyword name="MultiProjectBrowser.__findProjectItem" id="MultiProjectBrowser.__findProjectItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findProjectItem" /> - <keyword name="MultiProjectBrowser.__multiProjectClosed" id="MultiProjectBrowser.__multiProjectClosed" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectClosed" /> - <keyword name="MultiProjectBrowser.__multiProjectOpened" id="MultiProjectBrowser.__multiProjectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectOpened" /> - <keyword name="MultiProjectBrowser.__newMultiProject" id="MultiProjectBrowser.__newMultiProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__newMultiProject" /> - <keyword name="MultiProjectBrowser.__openItem" id="MultiProjectBrowser.__openItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__openItem" /> - <keyword name="MultiProjectBrowser.__projectAdded" id="MultiProjectBrowser.__projectAdded" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectAdded" /> - <keyword name="MultiProjectBrowser.__projectDataChanged" id="MultiProjectBrowser.__projectDataChanged" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectDataChanged" /> - <keyword name="MultiProjectBrowser.__projectOpened" id="MultiProjectBrowser.__projectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectOpened" /> - <keyword name="MultiProjectBrowser.__projectRemoved" id="MultiProjectBrowser.__projectRemoved" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectRemoved" /> - <keyword name="MultiProjectBrowser.__removeProject" id="MultiProjectBrowser.__removeProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__removeProject" /> - <keyword name="MultiProjectBrowser.__setItemData" id="MultiProjectBrowser.__setItemData" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__setItemData" /> - <keyword name="MultiProjectBrowser.__showProjectProperties" id="MultiProjectBrowser.__showProjectProperties" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__showProjectProperties" /> - <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.MultiProject.PropertiesDialog.html" /> - <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog" /> - <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.__init__" /> - <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.storeData" /> - <keyword name="Graphics (Package)" id="Graphics (Package)" ref="index-eric5.Graphics.html" /> - <keyword name="PackageDiagram (Module)" id="PackageDiagram (Module)" ref="eric5.Graphics.PackageDiagram.html" /> - <keyword name="PackageDiagram" id="PackageDiagram" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram" /> - <keyword name="PackageDiagram (Constructor)" id="PackageDiagram (Constructor)" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__init__" /> - <keyword name="PackageDiagram.__addExternalClass" id="PackageDiagram.__addExternalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addExternalClass" /> - <keyword name="PackageDiagram.__addLocalClass" id="PackageDiagram.__addLocalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addLocalClass" /> - <keyword name="PackageDiagram.__arrangeClasses" id="PackageDiagram.__arrangeClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__arrangeClasses" /> - <keyword name="PackageDiagram.__buildClasses" id="PackageDiagram.__buildClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildClasses" /> - <keyword name="PackageDiagram.__buildModulesDict" id="PackageDiagram.__buildModulesDict" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildModulesDict" /> - <keyword name="PackageDiagram.__createAssociations" id="PackageDiagram.__createAssociations" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__createAssociations" /> - <keyword name="PackageDiagram.__getCurrentShape" id="PackageDiagram.__getCurrentShape" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__getCurrentShape" /> - <keyword name="PackageDiagram.relayout" id="PackageDiagram.relayout" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.relayout" /> - <keyword name="PackageDiagram.show" id="PackageDiagram.show" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.show" /> - <keyword name="UMLClassDiagram (Module)" id="UMLClassDiagram (Module)" ref="eric5.Graphics.UMLClassDiagram.html" /> - <keyword name="UMLClassDiagram" id="UMLClassDiagram" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram" /> - <keyword name="UMLClassDiagram (Constructor)" id="UMLClassDiagram (Constructor)" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__init__" /> - <keyword name="UMLClassDiagram.__addExternalClass" id="UMLClassDiagram.__addExternalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addExternalClass" /> - <keyword name="UMLClassDiagram.__addLocalClass" id="UMLClassDiagram.__addLocalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addLocalClass" /> - <keyword name="UMLClassDiagram.__arrangeClasses" id="UMLClassDiagram.__arrangeClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__arrangeClasses" /> - <keyword name="UMLClassDiagram.__buildClasses" id="UMLClassDiagram.__buildClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__buildClasses" /> - <keyword name="UMLClassDiagram.__createAssociations" id="UMLClassDiagram.__createAssociations" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__createAssociations" /> - <keyword name="UMLClassDiagram.__getCurrentShape" id="UMLClassDiagram.__getCurrentShape" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__getCurrentShape" /> - <keyword name="UMLClassDiagram.relayout" id="UMLClassDiagram.relayout" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.relayout" /> - <keyword name="UMLClassDiagram.show" id="UMLClassDiagram.show" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.show" /> - <keyword name="ApplicationDiagram (Module)" id="ApplicationDiagram (Module)" ref="eric5.Graphics.ApplicationDiagram.html" /> - <keyword name="ApplicationDiagram" id="ApplicationDiagram" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram" /> - <keyword name="ApplicationDiagram (Constructor)" id="ApplicationDiagram (Constructor)" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__init__" /> - <keyword name="ApplicationDiagram.__addPackage" id="ApplicationDiagram.__addPackage" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__addPackage" /> - <keyword name="ApplicationDiagram.__buildModulesDict" id="ApplicationDiagram.__buildModulesDict" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildModulesDict" /> - <keyword name="ApplicationDiagram.__buildPackages" id="ApplicationDiagram.__buildPackages" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildPackages" /> - <keyword name="ApplicationDiagram.__createAssociations" id="ApplicationDiagram.__createAssociations" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__createAssociations" /> - <keyword name="ApplicationDiagram.relayout" id="ApplicationDiagram.relayout" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.relayout" /> - <keyword name="ApplicationDiagram.show" id="ApplicationDiagram.show" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.show" /> - <keyword name="SvgDiagram (Module)" id="SvgDiagram (Module)" ref="eric5.Graphics.SvgDiagram.html" /> - <keyword name="SvgDiagram" id="SvgDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram" /> - <keyword name="SvgDiagram (Constructor)" id="SvgDiagram (Constructor)" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__init__" /> - <keyword name="SvgDiagram.__adjustScrollBar" id="SvgDiagram.__adjustScrollBar" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__adjustScrollBar" /> - <keyword name="SvgDiagram.__doZoom" id="SvgDiagram.__doZoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__doZoom" /> - <keyword name="SvgDiagram.__initActions" id="SvgDiagram.__initActions" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initActions" /> - <keyword name="SvgDiagram.__initContextMenu" id="SvgDiagram.__initContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initContextMenu" /> - <keyword name="SvgDiagram.__initToolBars" id="SvgDiagram.__initToolBars" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initToolBars" /> - <keyword name="SvgDiagram.__print" id="SvgDiagram.__print" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__print" /> - <keyword name="SvgDiagram.__printDiagram" id="SvgDiagram.__printDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printDiagram" /> - <keyword name="SvgDiagram.__printPreviewDiagram" id="SvgDiagram.__printPreviewDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printPreviewDiagram" /> - <keyword name="SvgDiagram.__showContextMenu" id="SvgDiagram.__showContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__showContextMenu" /> - <keyword name="SvgDiagram.__zoom" id="SvgDiagram.__zoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoom" /> - <keyword name="SvgDiagram.__zoomIn" id="SvgDiagram.__zoomIn" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomIn" /> - <keyword name="SvgDiagram.__zoomOut" id="SvgDiagram.__zoomOut" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomOut" /> - <keyword name="SvgDiagram.__zoomReset" id="SvgDiagram.__zoomReset" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomReset" /> - <keyword name="SvgDiagram.getDiagramName" id="SvgDiagram.getDiagramName" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.getDiagramName" /> - <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric5.Graphics.PixmapDiagram.html" /> - <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram" /> - <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" /> - <keyword name="PixmapDiagram.__adjustScrollBar" id="PixmapDiagram.__adjustScrollBar" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__adjustScrollBar" /> - <keyword name="PixmapDiagram.__doZoom" id="PixmapDiagram.__doZoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__doZoom" /> - <keyword name="PixmapDiagram.__initActions" id="PixmapDiagram.__initActions" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initActions" /> - <keyword name="PixmapDiagram.__initContextMenu" id="PixmapDiagram.__initContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initContextMenu" /> - <keyword name="PixmapDiagram.__initToolBars" id="PixmapDiagram.__initToolBars" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initToolBars" /> - <keyword name="PixmapDiagram.__print" id="PixmapDiagram.__print" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__print" /> - <keyword name="PixmapDiagram.__printDiagram" id="PixmapDiagram.__printDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printDiagram" /> - <keyword name="PixmapDiagram.__printPreviewDiagram" id="PixmapDiagram.__printPreviewDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printPreviewDiagram" /> - <keyword name="PixmapDiagram.__showContextMenu" id="PixmapDiagram.__showContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showContextMenu" /> - <keyword name="PixmapDiagram.__showPixmap" id="PixmapDiagram.__showPixmap" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showPixmap" /> - <keyword name="PixmapDiagram.__zoom" id="PixmapDiagram.__zoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoom" /> - <keyword name="PixmapDiagram.__zoomIn" id="PixmapDiagram.__zoomIn" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomIn" /> - <keyword name="PixmapDiagram.__zoomOut" id="PixmapDiagram.__zoomOut" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomOut" /> - <keyword name="PixmapDiagram.__zoomReset" id="PixmapDiagram.__zoomReset" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomReset" /> - <keyword name="PixmapDiagram.getDiagramName" id="PixmapDiagram.getDiagramName" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getDiagramName" /> - <keyword name="PixmapDiagram.getStatus" id="PixmapDiagram.getStatus" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getStatus" /> - <keyword name="UMLItem (Module)" id="UMLItem (Module)" ref="eric5.Graphics.UMLItem.html" /> - <keyword name="UMLItem" id="UMLItem" ref="eric5.Graphics.UMLItem.html#UMLItem" /> - <keyword name="UMLItem (Constructor)" id="UMLItem (Constructor)" ref="eric5.Graphics.UMLItem.html#UMLItem.__init__" /> - <keyword name="UMLItem.addAssociation" id="UMLItem.addAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.addAssociation" /> - <keyword name="UMLItem.adjustAssociations" id="UMLItem.adjustAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.adjustAssociations" /> - <keyword name="UMLItem.itemChange" id="UMLItem.itemChange" ref="eric5.Graphics.UMLItem.html#UMLItem.itemChange" /> - <keyword name="UMLItem.moveBy" id="UMLItem.moveBy" ref="eric5.Graphics.UMLItem.html#UMLItem.moveBy" /> - <keyword name="UMLItem.paint" id="UMLItem.paint" ref="eric5.Graphics.UMLItem.html#UMLItem.paint" /> - <keyword name="UMLItem.removeAssociation" id="UMLItem.removeAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociation" /> - <keyword name="UMLItem.removeAssociations" id="UMLItem.removeAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociations" /> - <keyword name="UMLItem.setPos" id="UMLItem.setPos" ref="eric5.Graphics.UMLItem.html#UMLItem.setPos" /> - <keyword name="UMLItem.setSize" id="UMLItem.setSize" ref="eric5.Graphics.UMLItem.html#UMLItem.setSize" /> - <keyword name="UMLSceneSizeDialog (Module)" id="UMLSceneSizeDialog (Module)" ref="eric5.Graphics.UMLSceneSizeDialog.html" /> - <keyword name="UMLSceneSizeDialog" id="UMLSceneSizeDialog" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog" /> - <keyword name="UMLSceneSizeDialog (Constructor)" id="UMLSceneSizeDialog (Constructor)" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.__init__" /> - <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" /> - <keyword name="ImportsDiagram (Module)" id="ImportsDiagram (Module)" ref="eric5.Graphics.ImportsDiagram.html" /> - <keyword name="ImportsDiagram" id="ImportsDiagram" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram" /> - <keyword name="ImportsDiagram (Constructor)" id="ImportsDiagram (Constructor)" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__init__" /> - <keyword name="ImportsDiagram.__addModule" id="ImportsDiagram.__addModule" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__addModule" /> - <keyword name="ImportsDiagram.__buildImports" id="ImportsDiagram.__buildImports" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildImports" /> - <keyword name="ImportsDiagram.__buildModulesDict" id="ImportsDiagram.__buildModulesDict" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildModulesDict" /> - <keyword name="ImportsDiagram.__createAssociations" id="ImportsDiagram.__createAssociations" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__createAssociations" /> - <keyword name="ImportsDiagram.relayout" id="ImportsDiagram.relayout" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.relayout" /> - <keyword name="ImportsDiagram.show" id="ImportsDiagram.show" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.show" /> - <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" /> - <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" /> - <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" /> - <keyword name="AssociationItem.__calculateEndingPoints_center" id="AssociationItem.__calculateEndingPoints_center" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_center" /> - <keyword name="AssociationItem.__calculateEndingPoints_rectangle" id="AssociationItem.__calculateEndingPoints_rectangle" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_rectangle" /> - <keyword name="AssociationItem.__findIntersection" id="AssociationItem.__findIntersection" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findIntersection" /> - <keyword name="AssociationItem.__findPointRegion" id="AssociationItem.__findPointRegion" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findPointRegion" /> - <keyword name="AssociationItem.__findRectIntersectionPoint" id="AssociationItem.__findRectIntersectionPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findRectIntersectionPoint" /> - <keyword name="AssociationItem.__mapRectFromItem" id="AssociationItem.__mapRectFromItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__mapRectFromItem" /> - <keyword name="AssociationItem.__updateEndPoint" id="AssociationItem.__updateEndPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__updateEndPoint" /> - <keyword name="AssociationItem.unassociate" id="AssociationItem.unassociate" ref="eric5.Graphics.AssociationItem.html#AssociationItem.unassociate" /> - <keyword name="AssociationItem.widgetMoved" id="AssociationItem.widgetMoved" ref="eric5.Graphics.AssociationItem.html#AssociationItem.widgetMoved" /> - <keyword name="ModuleItem (Module)" id="ModuleItem (Module)" ref="eric5.Graphics.ModuleItem.html" /> - <keyword name="ModuleItem" id="ModuleItem" ref="eric5.Graphics.ModuleItem.html#ModuleItem" /> - <keyword name="ModuleModel" id="ModuleModel" ref="eric5.Graphics.ModuleItem.html#ModuleModel" /> - <keyword name="ModuleItem (Constructor)" id="ModuleItem (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__init__" /> - <keyword name="ModuleItem.__calculateSize" id="ModuleItem.__calculateSize" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__calculateSize" /> - <keyword name="ModuleItem.__createTexts" id="ModuleItem.__createTexts" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__createTexts" /> - <keyword name="ModuleItem.paint" id="ModuleItem.paint" ref="eric5.Graphics.ModuleItem.html#ModuleItem.paint" /> - <keyword name="ModuleItem.setModel" id="ModuleItem.setModel" ref="eric5.Graphics.ModuleItem.html#ModuleItem.setModel" /> - <keyword name="ModuleModel (Constructor)" id="ModuleModel (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleModel.__init__" /> - <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" /> - <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" /> - <keyword name="ModuleModel.getName" id="ModuleModel.getName" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getName" /> - <keyword name="UMLDialog (Module)" id="UMLDialog (Module)" ref="eric5.Graphics.UMLDialog.html" /> - <keyword name="UMLDialog" id="UMLDialog" ref="eric5.Graphics.UMLDialog.html#UMLDialog" /> - <keyword name="UMLDialog (Constructor)" id="UMLDialog (Constructor)" ref="eric5.Graphics.UMLDialog.html#UMLDialog.__init__" /> - <keyword name="ClassItem (Module)" id="ClassItem (Module)" ref="eric5.Graphics.ClassItem.html" /> - <keyword name="ClassItem" id="ClassItem" ref="eric5.Graphics.ClassItem.html#ClassItem" /> - <keyword name="ClassModel" id="ClassModel" ref="eric5.Graphics.ClassItem.html#ClassModel" /> - <keyword name="ClassItem (Constructor)" id="ClassItem (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassItem.__init__" /> - <keyword name="ClassItem.__calculateSize" id="ClassItem.__calculateSize" ref="eric5.Graphics.ClassItem.html#ClassItem.__calculateSize" /> - <keyword name="ClassItem.__createTexts" id="ClassItem.__createTexts" ref="eric5.Graphics.ClassItem.html#ClassItem.__createTexts" /> - <keyword name="ClassItem.isExternal" id="ClassItem.isExternal" ref="eric5.Graphics.ClassItem.html#ClassItem.isExternal" /> - <keyword name="ClassItem.paint" id="ClassItem.paint" ref="eric5.Graphics.ClassItem.html#ClassItem.paint" /> - <keyword name="ClassItem.setModel" id="ClassItem.setModel" ref="eric5.Graphics.ClassItem.html#ClassItem.setModel" /> - <keyword name="ClassModel (Constructor)" id="ClassModel (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassModel.__init__" /> - <keyword name="ClassModel.addAttribute" id="ClassModel.addAttribute" ref="eric5.Graphics.ClassItem.html#ClassModel.addAttribute" /> - <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" /> - <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" /> - <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" /> - <keyword name="ClassModel.getName" id="ClassModel.getName" ref="eric5.Graphics.ClassItem.html#ClassModel.getName" /> - <keyword name="PackageItem (Module)" id="PackageItem (Module)" ref="eric5.Graphics.PackageItem.html" /> - <keyword name="PackageItem" id="PackageItem" ref="eric5.Graphics.PackageItem.html#PackageItem" /> - <keyword name="PackageModel" id="PackageModel" ref="eric5.Graphics.PackageItem.html#PackageModel" /> - <keyword name="PackageItem (Constructor)" id="PackageItem (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageItem.__init__" /> - <keyword name="PackageItem.__calculateSize" id="PackageItem.__calculateSize" ref="eric5.Graphics.PackageItem.html#PackageItem.__calculateSize" /> - <keyword name="PackageItem.__createTexts" id="PackageItem.__createTexts" ref="eric5.Graphics.PackageItem.html#PackageItem.__createTexts" /> - <keyword name="PackageItem.paint" id="PackageItem.paint" ref="eric5.Graphics.PackageItem.html#PackageItem.paint" /> - <keyword name="PackageItem.setModel" id="PackageItem.setModel" ref="eric5.Graphics.PackageItem.html#PackageItem.setModel" /> - <keyword name="PackageModel (Constructor)" id="PackageModel (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageModel.__init__" /> - <keyword name="PackageModel.addModule" id="PackageModel.addModule" ref="eric5.Graphics.PackageItem.html#PackageModel.addModule" /> - <keyword name="PackageModel.getModules" id="PackageModel.getModules" ref="eric5.Graphics.PackageItem.html#PackageModel.getModules" /> - <keyword name="PackageModel.getName" id="PackageModel.getName" ref="eric5.Graphics.PackageItem.html#PackageModel.getName" /> - <keyword name="GraphicsUtilities (Module)" id="GraphicsUtilities (Module)" ref="eric5.Graphics.GraphicsUtilities.html" /> - <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" /> - <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" /> - <keyword name="sort" id="sort" ref="eric5.Graphics.GraphicsUtilities.html#sort" /> - <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.Graphics.ZoomDialog.html" /> - <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog" /> - <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.__init__" /> - <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.getZoomSize" /> - <keyword name="UMLGraphicsView (Module)" id="UMLGraphicsView (Module)" ref="eric5.Graphics.UMLGraphicsView.html" /> - <keyword name="UMLGraphicsView" id="UMLGraphicsView" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView" /> - <keyword name="UMLGraphicsView (Constructor)" id="UMLGraphicsView (Constructor)" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__init__" /> - <keyword name="UMLGraphicsView.__alignShapes" id="UMLGraphicsView.__alignShapes" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__alignShapes" /> - <keyword name="UMLGraphicsView.__checkSizeActions" id="UMLGraphicsView.__checkSizeActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__checkSizeActions" /> - <keyword name="UMLGraphicsView.__decHeight" id="UMLGraphicsView.__decHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decHeight" /> - <keyword name="UMLGraphicsView.__decWidth" id="UMLGraphicsView.__decWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decWidth" /> - <keyword name="UMLGraphicsView.__deleteShape" id="UMLGraphicsView.__deleteShape" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__deleteShape" /> - <keyword name="UMLGraphicsView.__incHeight" id="UMLGraphicsView.__incHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incHeight" /> - <keyword name="UMLGraphicsView.__incWidth" id="UMLGraphicsView.__incWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incWidth" /> - <keyword name="UMLGraphicsView.__initActions" id="UMLGraphicsView.__initActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__initActions" /> - <keyword name="UMLGraphicsView.__printDiagram" id="UMLGraphicsView.__printDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printDiagram" /> - <keyword name="UMLGraphicsView.__printPreviewDiagram" id="UMLGraphicsView.__printPreviewDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printPreviewDiagram" /> - <keyword name="UMLGraphicsView.__relayout" id="UMLGraphicsView.__relayout" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__relayout" /> - <keyword name="UMLGraphicsView.__saveImage" id="UMLGraphicsView.__saveImage" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__saveImage" /> - <keyword name="UMLGraphicsView.__sceneChanged" id="UMLGraphicsView.__sceneChanged" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__sceneChanged" /> - <keyword name="UMLGraphicsView.__setSize" id="UMLGraphicsView.__setSize" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__setSize" /> - <keyword name="UMLGraphicsView.__zoom" id="UMLGraphicsView.__zoom" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__zoom" /> - <keyword name="UMLGraphicsView.filteredItems" id="UMLGraphicsView.filteredItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.filteredItems" /> - <keyword name="UMLGraphicsView.initToolBar" id="UMLGraphicsView.initToolBar" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.initToolBar" /> - <keyword name="UMLGraphicsView.selectItem" id="UMLGraphicsView.selectItem" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItem" /> - <keyword name="UMLGraphicsView.selectItems" id="UMLGraphicsView.selectItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItems" /> - <keyword name="UMLGraphicsView.setDiagramName" id="UMLGraphicsView.setDiagramName" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.setDiagramName" /> - <keyword name="E5Network (Package)" id="E5Network (Package)" ref="index-eric5.E5Network.html" /> - <keyword name="E5NetworkHeaderDetailsDialog (Module)" id="E5NetworkHeaderDetailsDialog (Module)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html" /> - <keyword name="E5NetworkHeaderDetailsDialog" id="E5NetworkHeaderDetailsDialog" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog" /> - <keyword name="E5NetworkHeaderDetailsDialog (Constructor)" id="E5NetworkHeaderDetailsDialog (Constructor)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.__init__" /> - <keyword name="E5NetworkHeaderDetailsDialog.setData" id="E5NetworkHeaderDetailsDialog.setData" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.setData" /> - <keyword name="E5NetworkProxyFactory (Module)" id="E5NetworkProxyFactory (Module)" ref="eric5.E5Network.E5NetworkProxyFactory.html" /> - <keyword name="E5NetworkProxyFactory" id="E5NetworkProxyFactory" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory" /> - <keyword name="proxyAuthenticationRequired" id="proxyAuthenticationRequired" ref="eric5.E5Network.E5NetworkProxyFactory.html#proxyAuthenticationRequired" /> - <keyword name="schemeFromProxyType" id="schemeFromProxyType" ref="eric5.E5Network.E5NetworkProxyFactory.html#schemeFromProxyType" /> - <keyword name="E5NetworkProxyFactory (Constructor)" id="E5NetworkProxyFactory (Constructor)" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.__init__" /> - <keyword name="E5NetworkProxyFactory.queryProxy" id="E5NetworkProxyFactory.queryProxy" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.queryProxy" /> - <keyword name="E5NetworkMonitor (Module)" id="E5NetworkMonitor (Module)" ref="eric5.E5Network.E5NetworkMonitor.html" /> - <keyword name="E5NetworkMonitor" id="E5NetworkMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor" /> - <keyword name="E5NetworkRequest" id="E5NetworkRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest" /> - <keyword name="E5RequestModel" id="E5RequestModel" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel" /> - <keyword name="E5NetworkMonitor.closeMonitor" id="E5NetworkMonitor.closeMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeMonitor" /> - <keyword name="E5NetworkMonitor.instance" id="E5NetworkMonitor.instance" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.instance" /> - <keyword name="E5NetworkMonitor (Constructor)" id="E5NetworkMonitor (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__init__" /> - <keyword name="E5NetworkMonitor.__currentChanged" id="E5NetworkMonitor.__currentChanged" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__currentChanged" /> - <keyword name="E5NetworkMonitor.__showHeaderDetails" id="E5NetworkMonitor.__showHeaderDetails" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__showHeaderDetails" /> - <keyword name="E5NetworkMonitor.closeEvent" id="E5NetworkMonitor.closeEvent" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeEvent" /> - <keyword name="E5NetworkMonitor.reject" id="E5NetworkMonitor.reject" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.reject" /> - <keyword name="E5NetworkRequest (Constructor)" id="E5NetworkRequest (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest.__init__" /> - <keyword name="E5RequestModel (Constructor)" id="E5RequestModel (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__init__" /> - <keyword name="E5RequestModel.__addReply" id="E5RequestModel.__addReply" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addReply" /> - <keyword name="E5RequestModel.__addRequest" id="E5RequestModel.__addRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addRequest" /> - <keyword name="E5RequestModel.__requestCreated" id="E5RequestModel.__requestCreated" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__requestCreated" /> - <keyword name="E5RequestModel.columnCount" id="E5RequestModel.columnCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.columnCount" /> - <keyword name="E5RequestModel.data" id="E5RequestModel.data" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.data" /> - <keyword name="E5RequestModel.headerData" id="E5RequestModel.headerData" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.headerData" /> - <keyword name="E5RequestModel.removeRows" id="E5RequestModel.removeRows" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.removeRows" /> - <keyword name="E5RequestModel.rowCount" id="E5RequestModel.rowCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.rowCount" /> <keyword name="Debugger (Package)" id="Debugger (Package)" ref="index-eric5.Debugger.html" /> - <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.Debugger.DebugProtocol.html" /> - <keyword name="DebugUI (Module)" id="DebugUI (Module)" ref="eric5.Debugger.DebugUI.html" /> - <keyword name="DebugUI" id="DebugUI" ref="eric5.Debugger.DebugUI.html#DebugUI" /> - <keyword name="DebugUI (Constructor)" id="DebugUI (Constructor)" ref="eric5.Debugger.DebugUI.html#DebugUI.__init__" /> - <keyword name="DebugUI.__breakpointSelected" id="DebugUI.__breakpointSelected" ref="eric5.Debugger.DebugUI.html#DebugUI.__breakpointSelected" /> - <keyword name="DebugUI.__checkActions" id="DebugUI.__checkActions" ref="eric5.Debugger.DebugUI.html#DebugUI.__checkActions" /> - <keyword name="DebugUI.__clearBreakpoints" id="DebugUI.__clearBreakpoints" ref="eric5.Debugger.DebugUI.html#DebugUI.__clearBreakpoints" /> - <keyword name="DebugUI.__clientBreakConditionError" id="DebugUI.__clientBreakConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientBreakConditionError" /> - <keyword name="DebugUI.__clientException" id="DebugUI.__clientException" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientException" /> - <keyword name="DebugUI.__clientExit" id="DebugUI.__clientExit" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientExit" /> - <keyword name="DebugUI.__clientGone" id="DebugUI.__clientGone" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientGone" /> - <keyword name="DebugUI.__clientLine" id="DebugUI.__clientLine" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientLine" /> - <keyword name="DebugUI.__clientSyntaxError" id="DebugUI.__clientSyntaxError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientSyntaxError" /> - <keyword name="DebugUI.__clientThreadSet" id="DebugUI.__clientThreadSet" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientThreadSet" /> - <keyword name="DebugUI.__clientVariable" id="DebugUI.__clientVariable" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariable" /> - <keyword name="DebugUI.__clientVariables" id="DebugUI.__clientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariables" /> - <keyword name="DebugUI.__clientWatchConditionError" id="DebugUI.__clientWatchConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientWatchConditionError" /> - <keyword name="DebugUI.__compileChangedProjectFiles" id="DebugUI.__compileChangedProjectFiles" ref="eric5.Debugger.DebugUI.html#DebugUI.__compileChangedProjectFiles" /> - <keyword name="DebugUI.__configureExceptionsFilter" id="DebugUI.__configureExceptionsFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureExceptionsFilter" /> - <keyword name="DebugUI.__configureIgnoredExceptions" id="DebugUI.__configureIgnoredExceptions" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureIgnoredExceptions" /> - <keyword name="DebugUI.__configureVariablesFilters" id="DebugUI.__configureVariablesFilters" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureVariablesFilters" /> - <keyword name="DebugUI.__continue" id="DebugUI.__continue" ref="eric5.Debugger.DebugUI.html#DebugUI.__continue" /> - <keyword name="DebugUI.__coverageProject" id="DebugUI.__coverageProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageProject" /> - <keyword name="DebugUI.__coverageScript" id="DebugUI.__coverageScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageScript" /> - <keyword name="DebugUI.__cursorChanged" id="DebugUI.__cursorChanged" ref="eric5.Debugger.DebugUI.html#DebugUI.__cursorChanged" /> - <keyword name="DebugUI.__debugProject" id="DebugUI.__debugProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugProject" /> - <keyword name="DebugUI.__debugScript" id="DebugUI.__debugScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugScript" /> - <keyword name="DebugUI.__doCoverage" id="DebugUI.__doCoverage" ref="eric5.Debugger.DebugUI.html#DebugUI.__doCoverage" /> - <keyword name="DebugUI.__doDebug" id="DebugUI.__doDebug" ref="eric5.Debugger.DebugUI.html#DebugUI.__doDebug" /> - <keyword name="DebugUI.__doProfile" id="DebugUI.__doProfile" ref="eric5.Debugger.DebugUI.html#DebugUI.__doProfile" /> - <keyword name="DebugUI.__doRestart" id="DebugUI.__doRestart" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRestart" /> - <keyword name="DebugUI.__doRun" id="DebugUI.__doRun" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRun" /> - <keyword name="DebugUI.__editBreakpoint" id="DebugUI.__editBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__editBreakpoint" /> - <keyword name="DebugUI.__editorOpened" id="DebugUI.__editorOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__editorOpened" /> - <keyword name="DebugUI.__enterRemote" id="DebugUI.__enterRemote" ref="eric5.Debugger.DebugUI.html#DebugUI.__enterRemote" /> - <keyword name="DebugUI.__eval" id="DebugUI.__eval" ref="eric5.Debugger.DebugUI.html#DebugUI.__eval" /> - <keyword name="DebugUI.__exec" id="DebugUI.__exec" ref="eric5.Debugger.DebugUI.html#DebugUI.__exec" /> - <keyword name="DebugUI.__getClientVariables" id="DebugUI.__getClientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__getClientVariables" /> - <keyword name="DebugUI.__getThreadList" id="DebugUI.__getThreadList" ref="eric5.Debugger.DebugUI.html#DebugUI.__getThreadList" /> - <keyword name="DebugUI.__lastEditorClosed" id="DebugUI.__lastEditorClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__lastEditorClosed" /> - <keyword name="DebugUI.__nextBreakpoint" id="DebugUI.__nextBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__nextBreakpoint" /> - <keyword name="DebugUI.__passiveDebugStarted" id="DebugUI.__passiveDebugStarted" ref="eric5.Debugger.DebugUI.html#DebugUI.__passiveDebugStarted" /> - <keyword name="DebugUI.__previousBreakpoint" id="DebugUI.__previousBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__previousBreakpoint" /> - <keyword name="DebugUI.__profileProject" id="DebugUI.__profileProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileProject" /> - <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.__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" /> - <keyword name="DebugUI.__runToCursor" id="DebugUI.__runToCursor" ref="eric5.Debugger.DebugUI.html#DebugUI.__runToCursor" /> - <keyword name="DebugUI.__showBreakpointsMenu" id="DebugUI.__showBreakpointsMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showBreakpointsMenu" /> - <keyword name="DebugUI.__showDebugMenu" id="DebugUI.__showDebugMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showDebugMenu" /> - <keyword name="DebugUI.__specialContinue" id="DebugUI.__specialContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.__specialContinue" /> - <keyword name="DebugUI.__step" id="DebugUI.__step" ref="eric5.Debugger.DebugUI.html#DebugUI.__step" /> - <keyword name="DebugUI.__stepOut" id="DebugUI.__stepOut" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOut" /> - <keyword name="DebugUI.__stepOver" id="DebugUI.__stepOver" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOver" /> - <keyword name="DebugUI.__stepQuit" id="DebugUI.__stepQuit" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepQuit" /> - <keyword name="DebugUI.__stopScript" id="DebugUI.__stopScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__stopScript" /> - <keyword name="DebugUI.__toggleBreakpoint" id="DebugUI.__toggleBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__toggleBreakpoint" /> - <keyword name="DebugUI.getActions" id="DebugUI.getActions" ref="eric5.Debugger.DebugUI.html#DebugUI.getActions" /> - <keyword name="DebugUI.initActions" id="DebugUI.initActions" ref="eric5.Debugger.DebugUI.html#DebugUI.initActions" /> - <keyword name="DebugUI.initMenus" id="DebugUI.initMenus" ref="eric5.Debugger.DebugUI.html#DebugUI.initMenus" /> - <keyword name="DebugUI.initToolbars" id="DebugUI.initToolbars" ref="eric5.Debugger.DebugUI.html#DebugUI.initToolbars" /> - <keyword name="DebugUI.setArgvHistory" id="DebugUI.setArgvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setArgvHistory" /> - <keyword name="DebugUI.setAutoClearShell" id="DebugUI.setAutoClearShell" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoClearShell" /> - <keyword name="DebugUI.setAutoContinue" id="DebugUI.setAutoContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoContinue" /> - <keyword name="DebugUI.setEnvHistory" id="DebugUI.setEnvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setEnvHistory" /> - <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" /> - <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcList" /> - <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric5.Debugger.DebugUI.html#DebugUI.setExceptionReporting" /> - <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric5.Debugger.DebugUI.html#DebugUI.setTracePython" /> - <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setWdHistory" /> - <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdown" /> - <keyword name="DebugUI.shutdownServer" id="DebugUI.shutdownServer" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdownServer" /> - <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.variablesFilter" /> + <keyword name="BreakPointModel (Module)" id="BreakPointModel (Module)" ref="eric5.Debugger.BreakPointModel.html" /> + <keyword name="BreakPointModel" id="BreakPointModel" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel" /> + <keyword name="BreakPointModel (Constructor)" id="BreakPointModel (Constructor)" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.__init__" /> + <keyword name="BreakPointModel.addBreakPoint" id="BreakPointModel.addBreakPoint" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.addBreakPoint" /> + <keyword name="BreakPointModel.columnCount" id="BreakPointModel.columnCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.columnCount" /> + <keyword name="BreakPointModel.data" id="BreakPointModel.data" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.data" /> + <keyword name="BreakPointModel.deleteAll" id="BreakPointModel.deleteAll" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteAll" /> + <keyword name="BreakPointModel.deleteBreakPointByIndex" id="BreakPointModel.deleteBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPointByIndex" /> + <keyword name="BreakPointModel.deleteBreakPoints" id="BreakPointModel.deleteBreakPoints" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPoints" /> + <keyword name="BreakPointModel.flags" id="BreakPointModel.flags" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.flags" /> + <keyword name="BreakPointModel.getBreakPointByIndex" id="BreakPointModel.getBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointByIndex" /> + <keyword name="BreakPointModel.getBreakPointIndex" id="BreakPointModel.getBreakPointIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointIndex" /> + <keyword name="BreakPointModel.hasChildren" id="BreakPointModel.hasChildren" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.hasChildren" /> + <keyword name="BreakPointModel.headerData" id="BreakPointModel.headerData" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.headerData" /> + <keyword name="BreakPointModel.index" id="BreakPointModel.index" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.index" /> + <keyword name="BreakPointModel.isBreakPointTemporaryByIndex" id="BreakPointModel.isBreakPointTemporaryByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.isBreakPointTemporaryByIndex" /> + <keyword name="BreakPointModel.parent" id="BreakPointModel.parent" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.parent" /> + <keyword name="BreakPointModel.rowCount" id="BreakPointModel.rowCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.rowCount" /> + <keyword name="BreakPointModel.setBreakPointByIndex" id="BreakPointModel.setBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointByIndex" /> + <keyword name="BreakPointModel.setBreakPointEnabledByIndex" id="BreakPointModel.setBreakPointEnabledByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointEnabledByIndex" /> + <keyword name="BreakPointViewer (Module)" id="BreakPointViewer (Module)" ref="eric5.Debugger.BreakPointViewer.html" /> + <keyword name="BreakPointViewer" id="BreakPointViewer" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer" /> + <keyword name="BreakPointViewer (Constructor)" id="BreakPointViewer (Constructor)" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__init__" /> + <keyword name="BreakPointViewer.__addBreak" id="BreakPointViewer.__addBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__addBreak" /> + <keyword name="BreakPointViewer.__clearSelection" id="BreakPointViewer.__clearSelection" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__clearSelection" /> + <keyword name="BreakPointViewer.__configure" id="BreakPointViewer.__configure" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__configure" /> + <keyword name="BreakPointViewer.__createPopupMenus" id="BreakPointViewer.__createPopupMenus" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__createPopupMenus" /> + <keyword name="BreakPointViewer.__deleteAllBreaks" id="BreakPointViewer.__deleteAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteAllBreaks" /> + <keyword name="BreakPointViewer.__deleteBreak" id="BreakPointViewer.__deleteBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteBreak" /> + <keyword name="BreakPointViewer.__deleteSelectedBreaks" id="BreakPointViewer.__deleteSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteSelectedBreaks" /> + <keyword name="BreakPointViewer.__disableAllBreaks" id="BreakPointViewer.__disableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableAllBreaks" /> + <keyword name="BreakPointViewer.__disableBreak" id="BreakPointViewer.__disableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableBreak" /> + <keyword name="BreakPointViewer.__disableSelectedBreaks" id="BreakPointViewer.__disableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableSelectedBreaks" /> + <keyword name="BreakPointViewer.__doubleClicked" id="BreakPointViewer.__doubleClicked" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__doubleClicked" /> + <keyword name="BreakPointViewer.__editBreak" id="BreakPointViewer.__editBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreak" /> + <keyword name="BreakPointViewer.__editBreakpoint" id="BreakPointViewer.__editBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreakpoint" /> + <keyword name="BreakPointViewer.__enableAllBreaks" id="BreakPointViewer.__enableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableAllBreaks" /> + <keyword name="BreakPointViewer.__enableBreak" id="BreakPointViewer.__enableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableBreak" /> + <keyword name="BreakPointViewer.__enableSelectedBreaks" id="BreakPointViewer.__enableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableSelectedBreaks" /> + <keyword name="BreakPointViewer.__fromSourceIndex" id="BreakPointViewer.__fromSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__fromSourceIndex" /> + <keyword name="BreakPointViewer.__getSelectedItemsCount" id="BreakPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__getSelectedItemsCount" /> + <keyword name="BreakPointViewer.__layoutDisplay" id="BreakPointViewer.__layoutDisplay" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__layoutDisplay" /> + <keyword name="BreakPointViewer.__resizeColumns" id="BreakPointViewer.__resizeColumns" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resizeColumns" /> + <keyword name="BreakPointViewer.__resort" id="BreakPointViewer.__resort" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resort" /> + <keyword name="BreakPointViewer.__setBpEnabled" id="BreakPointViewer.__setBpEnabled" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setBpEnabled" /> + <keyword name="BreakPointViewer.__setRowSelected" id="BreakPointViewer.__setRowSelected" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setRowSelected" /> + <keyword name="BreakPointViewer.__showBackMenu" id="BreakPointViewer.__showBackMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showBackMenu" /> + <keyword name="BreakPointViewer.__showContextMenu" id="BreakPointViewer.__showContextMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showContextMenu" /> + <keyword name="BreakPointViewer.__showSource" id="BreakPointViewer.__showSource" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showSource" /> + <keyword name="BreakPointViewer.__toSourceIndex" id="BreakPointViewer.__toSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__toSourceIndex" /> + <keyword name="BreakPointViewer.handleResetUI" id="BreakPointViewer.handleResetUI" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.handleResetUI" /> + <keyword name="BreakPointViewer.highlightBreakpoint" id="BreakPointViewer.highlightBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.highlightBreakpoint" /> + <keyword name="BreakPointViewer.setModel" id="BreakPointViewer.setModel" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.setModel" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Debugger.Config.html" /> + <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.Debugger.DebugClientCapabilities.html" /> <keyword name="DebuggerInterfaceNone (Module)" id="DebuggerInterfaceNone (Module)" ref="eric5.Debugger.DebuggerInterfaceNone.html" /> <keyword name="DebuggerInterfaceNone" id="DebuggerInterfaceNone" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone" /> <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceNone.html#getRegistryData" /> @@ -1895,49 +1236,54 @@ <keyword name="DebuggerInterfaceNone.shutdown" id="DebuggerInterfaceNone.shutdown" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.shutdown" /> <keyword name="DebuggerInterfaceNone.startRemote" id="DebuggerInterfaceNone.startRemote" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.startRemote" /> <keyword name="DebuggerInterfaceNone.startRemoteForProject" id="DebuggerInterfaceNone.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.startRemoteForProject" /> - <keyword name="WatchPointViewer (Module)" id="WatchPointViewer (Module)" ref="eric5.Debugger.WatchPointViewer.html" /> - <keyword name="WatchPointViewer" id="WatchPointViewer" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer" /> - <keyword name="WatchPointViewer (Constructor)" id="WatchPointViewer (Constructor)" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__init__" /> - <keyword name="WatchPointViewer.__addWatchPoint" id="WatchPointViewer.__addWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__addWatchPoint" /> - <keyword name="WatchPointViewer.__clearSelection" id="WatchPointViewer.__clearSelection" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__clearSelection" /> - <keyword name="WatchPointViewer.__configure" id="WatchPointViewer.__configure" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__configure" /> - <keyword name="WatchPointViewer.__createPopupMenus" id="WatchPointViewer.__createPopupMenus" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__createPopupMenus" /> - <keyword name="WatchPointViewer.__deleteAllWatchPoints" id="WatchPointViewer.__deleteAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteAllWatchPoints" /> - <keyword name="WatchPointViewer.__deleteSelectedWatchPoints" id="WatchPointViewer.__deleteSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteSelectedWatchPoints" /> - <keyword name="WatchPointViewer.__deleteWatchPoint" id="WatchPointViewer.__deleteWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteWatchPoint" /> - <keyword name="WatchPointViewer.__disableAllWatchPoints" id="WatchPointViewer.__disableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableAllWatchPoints" /> - <keyword name="WatchPointViewer.__disableSelectedWatchPoints" id="WatchPointViewer.__disableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableSelectedWatchPoints" /> - <keyword name="WatchPointViewer.__disableWatchPoint" id="WatchPointViewer.__disableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableWatchPoint" /> - <keyword name="WatchPointViewer.__doEditWatchPoint" id="WatchPointViewer.__doEditWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doEditWatchPoint" /> - <keyword name="WatchPointViewer.__doubleClicked" id="WatchPointViewer.__doubleClicked" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doubleClicked" /> - <keyword name="WatchPointViewer.__editWatchPoint" id="WatchPointViewer.__editWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__editWatchPoint" /> - <keyword name="WatchPointViewer.__enableAllWatchPoints" id="WatchPointViewer.__enableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableAllWatchPoints" /> - <keyword name="WatchPointViewer.__enableSelectedWatchPoints" id="WatchPointViewer.__enableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableSelectedWatchPoints" /> - <keyword name="WatchPointViewer.__enableWatchPoint" id="WatchPointViewer.__enableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableWatchPoint" /> - <keyword name="WatchPointViewer.__findDuplicates" id="WatchPointViewer.__findDuplicates" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__findDuplicates" /> - <keyword name="WatchPointViewer.__fromSourceIndex" id="WatchPointViewer.__fromSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__fromSourceIndex" /> - <keyword name="WatchPointViewer.__getSelectedItemsCount" id="WatchPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__getSelectedItemsCount" /> - <keyword name="WatchPointViewer.__layoutDisplay" id="WatchPointViewer.__layoutDisplay" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__layoutDisplay" /> - <keyword name="WatchPointViewer.__resizeColumns" id="WatchPointViewer.__resizeColumns" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resizeColumns" /> - <keyword name="WatchPointViewer.__resort" id="WatchPointViewer.__resort" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resort" /> - <keyword name="WatchPointViewer.__setRowSelected" id="WatchPointViewer.__setRowSelected" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setRowSelected" /> - <keyword name="WatchPointViewer.__setWpEnabled" id="WatchPointViewer.__setWpEnabled" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setWpEnabled" /> - <keyword name="WatchPointViewer.__showBackMenu" id="WatchPointViewer.__showBackMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showBackMenu" /> - <keyword name="WatchPointViewer.__showContextMenu" id="WatchPointViewer.__showContextMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showContextMenu" /> - <keyword name="WatchPointViewer.__toSourceIndex" id="WatchPointViewer.__toSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__toSourceIndex" /> - <keyword name="WatchPointViewer.setModel" id="WatchPointViewer.setModel" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.setModel" /> - <keyword name="StartDialog (Module)" id="StartDialog (Module)" ref="eric5.Debugger.StartDialog.html" /> - <keyword name="StartDialog" id="StartDialog" ref="eric5.Debugger.StartDialog.html#StartDialog" /> - <keyword name="StartDialog (Constructor)" id="StartDialog (Constructor)" ref="eric5.Debugger.StartDialog.html#StartDialog.__init__" /> - <keyword name="StartDialog.__clearHistories" id="StartDialog.__clearHistories" ref="eric5.Debugger.StartDialog.html#StartDialog.__clearHistories" /> - <keyword name="StartDialog.getCoverageData" id="StartDialog.getCoverageData" ref="eric5.Debugger.StartDialog.html#StartDialog.getCoverageData" /> - <keyword name="StartDialog.getData" id="StartDialog.getData" ref="eric5.Debugger.StartDialog.html#StartDialog.getData" /> - <keyword name="StartDialog.getDebugData" id="StartDialog.getDebugData" ref="eric5.Debugger.StartDialog.html#StartDialog.getDebugData" /> - <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric5.Debugger.StartDialog.html#StartDialog.getProfilingData" /> - <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric5.Debugger.StartDialog.html#StartDialog.getRunData" /> - <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" /> - <keyword name="StartDialog.on_dirButton_clicked" id="StartDialog.on_dirButton_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_dirButton_clicked" /> - <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric5.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" /> + <keyword name="DebuggerInterfacePython (Module)" id="DebuggerInterfacePython (Module)" ref="eric5.Debugger.DebuggerInterfacePython.html" /> + <keyword name="DebuggerInterfacePython" id="DebuggerInterfacePython" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython" /> + <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython.html#getRegistryData" /> + <keyword name="DebuggerInterfacePython (Constructor)" id="DebuggerInterfacePython (Constructor)" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__init__" /> + <keyword name="DebuggerInterfacePython.__askForkTo" id="DebuggerInterfacePython.__askForkTo" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__askForkTo" /> + <keyword name="DebuggerInterfacePython.__identityTranslation" id="DebuggerInterfacePython.__identityTranslation" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__identityTranslation" /> + <keyword name="DebuggerInterfacePython.__parseClientLine" id="DebuggerInterfacePython.__parseClientLine" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__parseClientLine" /> + <keyword name="DebuggerInterfacePython.__remoteTranslation" id="DebuggerInterfacePython.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__remoteTranslation" /> + <keyword name="DebuggerInterfacePython.__sendCommand" id="DebuggerInterfacePython.__sendCommand" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__sendCommand" /> + <keyword name="DebuggerInterfacePython.__startProcess" id="DebuggerInterfacePython.__startProcess" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__startProcess" /> + <keyword name="DebuggerInterfacePython.flush" id="DebuggerInterfacePython.flush" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.flush" /> + <keyword name="DebuggerInterfacePython.getClientCapabilities" id="DebuggerInterfacePython.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.getClientCapabilities" /> + <keyword name="DebuggerInterfacePython.isConnected" id="DebuggerInterfacePython.isConnected" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.isConnected" /> + <keyword name="DebuggerInterfacePython.newConnection" id="DebuggerInterfacePython.newConnection" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.newConnection" /> + <keyword name="DebuggerInterfacePython.remoteBanner" id="DebuggerInterfacePython.remoteBanner" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBanner" /> + <keyword name="DebuggerInterfacePython.remoteBreakpoint" id="DebuggerInterfacePython.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpoint" /> + <keyword name="DebuggerInterfacePython.remoteBreakpointEnable" id="DebuggerInterfacePython.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpointEnable" /> + <keyword name="DebuggerInterfacePython.remoteBreakpointIgnore" id="DebuggerInterfacePython.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpointIgnore" /> + <keyword name="DebuggerInterfacePython.remoteCapabilities" id="DebuggerInterfacePython.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCapabilities" /> + <keyword name="DebuggerInterfacePython.remoteClientSetFilter" id="DebuggerInterfacePython.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientSetFilter" /> + <keyword name="DebuggerInterfacePython.remoteClientVariable" id="DebuggerInterfacePython.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariable" /> + <keyword name="DebuggerInterfacePython.remoteClientVariables" id="DebuggerInterfacePython.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariables" /> + <keyword name="DebuggerInterfacePython.remoteCompletion" id="DebuggerInterfacePython.remoteCompletion" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCompletion" /> + <keyword name="DebuggerInterfacePython.remoteContinue" id="DebuggerInterfacePython.remoteContinue" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteContinue" /> + <keyword name="DebuggerInterfacePython.remoteCoverage" id="DebuggerInterfacePython.remoteCoverage" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCoverage" /> + <keyword name="DebuggerInterfacePython.remoteEnvironment" id="DebuggerInterfacePython.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteEnvironment" /> + <keyword name="DebuggerInterfacePython.remoteEval" id="DebuggerInterfacePython.remoteEval" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteEval" /> + <keyword name="DebuggerInterfacePython.remoteExec" id="DebuggerInterfacePython.remoteExec" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteExec" /> + <keyword name="DebuggerInterfacePython.remoteLoad" id="DebuggerInterfacePython.remoteLoad" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteLoad" /> + <keyword name="DebuggerInterfacePython.remoteProfile" id="DebuggerInterfacePython.remoteProfile" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteProfile" /> + <keyword name="DebuggerInterfacePython.remoteRawInput" id="DebuggerInterfacePython.remoteRawInput" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRawInput" /> + <keyword name="DebuggerInterfacePython.remoteRun" id="DebuggerInterfacePython.remoteRun" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRun" /> + <keyword name="DebuggerInterfacePython.remoteSetThread" id="DebuggerInterfacePython.remoteSetThread" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteSetThread" /> + <keyword name="DebuggerInterfacePython.remoteStatement" id="DebuggerInterfacePython.remoteStatement" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStatement" /> + <keyword name="DebuggerInterfacePython.remoteStep" id="DebuggerInterfacePython.remoteStep" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStep" /> + <keyword name="DebuggerInterfacePython.remoteStepOut" id="DebuggerInterfacePython.remoteStepOut" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepOut" /> + <keyword name="DebuggerInterfacePython.remoteStepOver" id="DebuggerInterfacePython.remoteStepOver" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepOver" /> + <keyword name="DebuggerInterfacePython.remoteStepQuit" id="DebuggerInterfacePython.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepQuit" /> + <keyword name="DebuggerInterfacePython.remoteThreadList" id="DebuggerInterfacePython.remoteThreadList" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteThreadList" /> + <keyword name="DebuggerInterfacePython.remoteUTPrepare" id="DebuggerInterfacePython.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTPrepare" /> + <keyword name="DebuggerInterfacePython.remoteUTRun" id="DebuggerInterfacePython.remoteUTRun" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTRun" /> + <keyword name="DebuggerInterfacePython.remoteUTStop" id="DebuggerInterfacePython.remoteUTStop" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTStop" /> + <keyword name="DebuggerInterfacePython.remoteWatchpoint" id="DebuggerInterfacePython.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpoint" /> + <keyword name="DebuggerInterfacePython.remoteWatchpointEnable" id="DebuggerInterfacePython.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpointEnable" /> + <keyword name="DebuggerInterfacePython.remoteWatchpointIgnore" id="DebuggerInterfacePython.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpointIgnore" /> + <keyword name="DebuggerInterfacePython.shutdown" id="DebuggerInterfacePython.shutdown" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.shutdown" /> + <keyword name="DebuggerInterfacePython.startRemote" id="DebuggerInterfacePython.startRemote" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemote" /> + <keyword name="DebuggerInterfacePython.startRemoteForProject" id="DebuggerInterfacePython.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemoteForProject" /> <keyword name="DebuggerInterfacePython3 (Module)" id="DebuggerInterfacePython3 (Module)" ref="eric5.Debugger.DebuggerInterfacePython3.html" /> <keyword name="DebuggerInterfacePython3" id="DebuggerInterfacePython3" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3" /> <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython3.html#getRegistryData" /> @@ -1986,73 +1332,54 @@ <keyword name="DebuggerInterfacePython3.shutdown" id="DebuggerInterfacePython3.shutdown" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.shutdown" /> <keyword name="DebuggerInterfacePython3.startRemote" id="DebuggerInterfacePython3.startRemote" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemote" /> <keyword name="DebuggerInterfacePython3.startRemoteForProject" id="DebuggerInterfacePython3.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython3.html#DebuggerInterfacePython3.startRemoteForProject" /> - <keyword name="WatchPointModel (Module)" id="WatchPointModel (Module)" ref="eric5.Debugger.WatchPointModel.html" /> - <keyword name="WatchPointModel" id="WatchPointModel" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel" /> - <keyword name="WatchPointModel (Constructor)" id="WatchPointModel (Constructor)" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.__init__" /> - <keyword name="WatchPointModel.addWatchPoint" id="WatchPointModel.addWatchPoint" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.addWatchPoint" /> - <keyword name="WatchPointModel.columnCount" id="WatchPointModel.columnCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.columnCount" /> - <keyword name="WatchPointModel.data" id="WatchPointModel.data" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.data" /> - <keyword name="WatchPointModel.deleteAll" id="WatchPointModel.deleteAll" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteAll" /> - <keyword name="WatchPointModel.deleteWatchPointByIndex" id="WatchPointModel.deleteWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPointByIndex" /> - <keyword name="WatchPointModel.deleteWatchPoints" id="WatchPointModel.deleteWatchPoints" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPoints" /> - <keyword name="WatchPointModel.flags" id="WatchPointModel.flags" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.flags" /> - <keyword name="WatchPointModel.getWatchPointByIndex" id="WatchPointModel.getWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointByIndex" /> - <keyword name="WatchPointModel.getWatchPointIndex" id="WatchPointModel.getWatchPointIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointIndex" /> - <keyword name="WatchPointModel.hasChildren" id="WatchPointModel.hasChildren" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.hasChildren" /> - <keyword name="WatchPointModel.headerData" id="WatchPointModel.headerData" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.headerData" /> - <keyword name="WatchPointModel.index" id="WatchPointModel.index" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.index" /> - <keyword name="WatchPointModel.parent" id="WatchPointModel.parent" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.parent" /> - <keyword name="WatchPointModel.rowCount" id="WatchPointModel.rowCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.rowCount" /> - <keyword name="WatchPointModel.setWatchPointByIndex" id="WatchPointModel.setWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointByIndex" /> - <keyword name="WatchPointModel.setWatchPointEnabledByIndex" id="WatchPointModel.setWatchPointEnabledByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointEnabledByIndex" /> - <keyword name="DebuggerInterfacePython (Module)" id="DebuggerInterfacePython (Module)" ref="eric5.Debugger.DebuggerInterfacePython.html" /> - <keyword name="DebuggerInterfacePython" id="DebuggerInterfacePython" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython" /> - <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfacePython.html#getRegistryData" /> - <keyword name="DebuggerInterfacePython (Constructor)" id="DebuggerInterfacePython (Constructor)" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__init__" /> - <keyword name="DebuggerInterfacePython.__askForkTo" id="DebuggerInterfacePython.__askForkTo" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__askForkTo" /> - <keyword name="DebuggerInterfacePython.__identityTranslation" id="DebuggerInterfacePython.__identityTranslation" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__identityTranslation" /> - <keyword name="DebuggerInterfacePython.__parseClientLine" id="DebuggerInterfacePython.__parseClientLine" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__parseClientLine" /> - <keyword name="DebuggerInterfacePython.__remoteTranslation" id="DebuggerInterfacePython.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__remoteTranslation" /> - <keyword name="DebuggerInterfacePython.__sendCommand" id="DebuggerInterfacePython.__sendCommand" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__sendCommand" /> - <keyword name="DebuggerInterfacePython.__startProcess" id="DebuggerInterfacePython.__startProcess" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.__startProcess" /> - <keyword name="DebuggerInterfacePython.flush" id="DebuggerInterfacePython.flush" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.flush" /> - <keyword name="DebuggerInterfacePython.getClientCapabilities" id="DebuggerInterfacePython.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.getClientCapabilities" /> - <keyword name="DebuggerInterfacePython.isConnected" id="DebuggerInterfacePython.isConnected" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.isConnected" /> - <keyword name="DebuggerInterfacePython.newConnection" id="DebuggerInterfacePython.newConnection" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.newConnection" /> - <keyword name="DebuggerInterfacePython.remoteBanner" id="DebuggerInterfacePython.remoteBanner" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBanner" /> - <keyword name="DebuggerInterfacePython.remoteBreakpoint" id="DebuggerInterfacePython.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpoint" /> - <keyword name="DebuggerInterfacePython.remoteBreakpointEnable" id="DebuggerInterfacePython.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpointEnable" /> - <keyword name="DebuggerInterfacePython.remoteBreakpointIgnore" id="DebuggerInterfacePython.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteBreakpointIgnore" /> - <keyword name="DebuggerInterfacePython.remoteCapabilities" id="DebuggerInterfacePython.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCapabilities" /> - <keyword name="DebuggerInterfacePython.remoteClientSetFilter" id="DebuggerInterfacePython.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientSetFilter" /> - <keyword name="DebuggerInterfacePython.remoteClientVariable" id="DebuggerInterfacePython.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariable" /> - <keyword name="DebuggerInterfacePython.remoteClientVariables" id="DebuggerInterfacePython.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteClientVariables" /> - <keyword name="DebuggerInterfacePython.remoteCompletion" id="DebuggerInterfacePython.remoteCompletion" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCompletion" /> - <keyword name="DebuggerInterfacePython.remoteContinue" id="DebuggerInterfacePython.remoteContinue" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteContinue" /> - <keyword name="DebuggerInterfacePython.remoteCoverage" id="DebuggerInterfacePython.remoteCoverage" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteCoverage" /> - <keyword name="DebuggerInterfacePython.remoteEnvironment" id="DebuggerInterfacePython.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteEnvironment" /> - <keyword name="DebuggerInterfacePython.remoteEval" id="DebuggerInterfacePython.remoteEval" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteEval" /> - <keyword name="DebuggerInterfacePython.remoteExec" id="DebuggerInterfacePython.remoteExec" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteExec" /> - <keyword name="DebuggerInterfacePython.remoteLoad" id="DebuggerInterfacePython.remoteLoad" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteLoad" /> - <keyword name="DebuggerInterfacePython.remoteProfile" id="DebuggerInterfacePython.remoteProfile" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteProfile" /> - <keyword name="DebuggerInterfacePython.remoteRawInput" id="DebuggerInterfacePython.remoteRawInput" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRawInput" /> - <keyword name="DebuggerInterfacePython.remoteRun" id="DebuggerInterfacePython.remoteRun" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteRun" /> - <keyword name="DebuggerInterfacePython.remoteSetThread" id="DebuggerInterfacePython.remoteSetThread" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteSetThread" /> - <keyword name="DebuggerInterfacePython.remoteStatement" id="DebuggerInterfacePython.remoteStatement" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStatement" /> - <keyword name="DebuggerInterfacePython.remoteStep" id="DebuggerInterfacePython.remoteStep" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStep" /> - <keyword name="DebuggerInterfacePython.remoteStepOut" id="DebuggerInterfacePython.remoteStepOut" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepOut" /> - <keyword name="DebuggerInterfacePython.remoteStepOver" id="DebuggerInterfacePython.remoteStepOver" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepOver" /> - <keyword name="DebuggerInterfacePython.remoteStepQuit" id="DebuggerInterfacePython.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteStepQuit" /> - <keyword name="DebuggerInterfacePython.remoteThreadList" id="DebuggerInterfacePython.remoteThreadList" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteThreadList" /> - <keyword name="DebuggerInterfacePython.remoteUTPrepare" id="DebuggerInterfacePython.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTPrepare" /> - <keyword name="DebuggerInterfacePython.remoteUTRun" id="DebuggerInterfacePython.remoteUTRun" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTRun" /> - <keyword name="DebuggerInterfacePython.remoteUTStop" id="DebuggerInterfacePython.remoteUTStop" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteUTStop" /> - <keyword name="DebuggerInterfacePython.remoteWatchpoint" id="DebuggerInterfacePython.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpoint" /> - <keyword name="DebuggerInterfacePython.remoteWatchpointEnable" id="DebuggerInterfacePython.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpointEnable" /> - <keyword name="DebuggerInterfacePython.remoteWatchpointIgnore" id="DebuggerInterfacePython.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.remoteWatchpointIgnore" /> - <keyword name="DebuggerInterfacePython.shutdown" id="DebuggerInterfacePython.shutdown" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.shutdown" /> - <keyword name="DebuggerInterfacePython.startRemote" id="DebuggerInterfacePython.startRemote" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemote" /> - <keyword name="DebuggerInterfacePython.startRemoteForProject" id="DebuggerInterfacePython.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfacePython.html#DebuggerInterfacePython.startRemoteForProject" /> + <keyword name="DebuggerInterfaceRuby (Module)" id="DebuggerInterfaceRuby (Module)" ref="eric5.Debugger.DebuggerInterfaceRuby.html" /> + <keyword name="DebuggerInterfaceRuby" id="DebuggerInterfaceRuby" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby" /> + <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceRuby.html#getRegistryData" /> + <keyword name="DebuggerInterfaceRuby (Constructor)" id="DebuggerInterfaceRuby (Constructor)" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__init__" /> + <keyword name="DebuggerInterfaceRuby.__identityTranslation" id="DebuggerInterfaceRuby.__identityTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__identityTranslation" /> + <keyword name="DebuggerInterfaceRuby.__parseClientLine" id="DebuggerInterfaceRuby.__parseClientLine" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__parseClientLine" /> + <keyword name="DebuggerInterfaceRuby.__remoteTranslation" id="DebuggerInterfaceRuby.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__remoteTranslation" /> + <keyword name="DebuggerInterfaceRuby.__sendCommand" id="DebuggerInterfaceRuby.__sendCommand" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__sendCommand" /> + <keyword name="DebuggerInterfaceRuby.__startProcess" id="DebuggerInterfaceRuby.__startProcess" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__startProcess" /> + <keyword name="DebuggerInterfaceRuby.flush" id="DebuggerInterfaceRuby.flush" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.flush" /> + <keyword name="DebuggerInterfaceRuby.getClientCapabilities" id="DebuggerInterfaceRuby.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.getClientCapabilities" /> + <keyword name="DebuggerInterfaceRuby.isConnected" id="DebuggerInterfaceRuby.isConnected" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.isConnected" /> + <keyword name="DebuggerInterfaceRuby.newConnection" id="DebuggerInterfaceRuby.newConnection" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.newConnection" /> + <keyword name="DebuggerInterfaceRuby.remoteBanner" id="DebuggerInterfaceRuby.remoteBanner" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBanner" /> + <keyword name="DebuggerInterfaceRuby.remoteBreakpoint" id="DebuggerInterfaceRuby.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpoint" /> + <keyword name="DebuggerInterfaceRuby.remoteBreakpointEnable" id="DebuggerInterfaceRuby.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointEnable" /> + <keyword name="DebuggerInterfaceRuby.remoteBreakpointIgnore" id="DebuggerInterfaceRuby.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointIgnore" /> + <keyword name="DebuggerInterfaceRuby.remoteCapabilities" id="DebuggerInterfaceRuby.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCapabilities" /> + <keyword name="DebuggerInterfaceRuby.remoteClientSetFilter" id="DebuggerInterfaceRuby.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientSetFilter" /> + <keyword name="DebuggerInterfaceRuby.remoteClientVariable" id="DebuggerInterfaceRuby.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariable" /> + <keyword name="DebuggerInterfaceRuby.remoteClientVariables" id="DebuggerInterfaceRuby.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariables" /> + <keyword name="DebuggerInterfaceRuby.remoteCompletion" id="DebuggerInterfaceRuby.remoteCompletion" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCompletion" /> + <keyword name="DebuggerInterfaceRuby.remoteContinue" id="DebuggerInterfaceRuby.remoteContinue" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteContinue" /> + <keyword name="DebuggerInterfaceRuby.remoteCoverage" id="DebuggerInterfaceRuby.remoteCoverage" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCoverage" /> + <keyword name="DebuggerInterfaceRuby.remoteEnvironment" id="DebuggerInterfaceRuby.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEnvironment" /> + <keyword name="DebuggerInterfaceRuby.remoteEval" id="DebuggerInterfaceRuby.remoteEval" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEval" /> + <keyword name="DebuggerInterfaceRuby.remoteExec" id="DebuggerInterfaceRuby.remoteExec" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteExec" /> + <keyword name="DebuggerInterfaceRuby.remoteLoad" id="DebuggerInterfaceRuby.remoteLoad" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteLoad" /> + <keyword name="DebuggerInterfaceRuby.remoteProfile" id="DebuggerInterfaceRuby.remoteProfile" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteProfile" /> + <keyword name="DebuggerInterfaceRuby.remoteRawInput" id="DebuggerInterfaceRuby.remoteRawInput" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRawInput" /> + <keyword name="DebuggerInterfaceRuby.remoteRun" id="DebuggerInterfaceRuby.remoteRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRun" /> + <keyword name="DebuggerInterfaceRuby.remoteSetThread" id="DebuggerInterfaceRuby.remoteSetThread" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteSetThread" /> + <keyword name="DebuggerInterfaceRuby.remoteStatement" id="DebuggerInterfaceRuby.remoteStatement" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStatement" /> + <keyword name="DebuggerInterfaceRuby.remoteStep" id="DebuggerInterfaceRuby.remoteStep" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStep" /> + <keyword name="DebuggerInterfaceRuby.remoteStepOut" id="DebuggerInterfaceRuby.remoteStepOut" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOut" /> + <keyword name="DebuggerInterfaceRuby.remoteStepOver" id="DebuggerInterfaceRuby.remoteStepOver" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOver" /> + <keyword name="DebuggerInterfaceRuby.remoteStepQuit" id="DebuggerInterfaceRuby.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepQuit" /> + <keyword name="DebuggerInterfaceRuby.remoteThreadList" id="DebuggerInterfaceRuby.remoteThreadList" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteThreadList" /> + <keyword name="DebuggerInterfaceRuby.remoteUTPrepare" id="DebuggerInterfaceRuby.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTPrepare" /> + <keyword name="DebuggerInterfaceRuby.remoteUTRun" id="DebuggerInterfaceRuby.remoteUTRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTRun" /> + <keyword name="DebuggerInterfaceRuby.remoteUTStop" id="DebuggerInterfaceRuby.remoteUTStop" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTStop" /> + <keyword name="DebuggerInterfaceRuby.remoteWatchpoint" id="DebuggerInterfaceRuby.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpoint" /> + <keyword name="DebuggerInterfaceRuby.remoteWatchpointEnable" id="DebuggerInterfaceRuby.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointEnable" /> + <keyword name="DebuggerInterfaceRuby.remoteWatchpointIgnore" id="DebuggerInterfaceRuby.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointIgnore" /> + <keyword name="DebuggerInterfaceRuby.shutdown" id="DebuggerInterfaceRuby.shutdown" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.shutdown" /> + <keyword name="DebuggerInterfaceRuby.startRemote" id="DebuggerInterfaceRuby.startRemote" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemote" /> + <keyword name="DebuggerInterfaceRuby.startRemoteForProject" id="DebuggerInterfaceRuby.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemoteForProject" /> + <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.Debugger.DebugProtocol.html" /> <keyword name="DebugServer (Module)" id="DebugServer (Module)" ref="eric5.Debugger.DebugServer.html" /> <keyword name="DebugServer" id="DebugServer" ref="eric5.Debugger.DebugServer.html#DebugServer" /> <keyword name="DebugServer (Constructor)" id="DebugServer (Constructor)" ref="eric5.Debugger.DebugServer.html#DebugServer.__init__" /> @@ -2148,142 +1475,81 @@ <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" /> - <keyword name="BreakPointViewer (Constructor)" id="BreakPointViewer (Constructor)" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__init__" /> - <keyword name="BreakPointViewer.__addBreak" id="BreakPointViewer.__addBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__addBreak" /> - <keyword name="BreakPointViewer.__clearSelection" id="BreakPointViewer.__clearSelection" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__clearSelection" /> - <keyword name="BreakPointViewer.__configure" id="BreakPointViewer.__configure" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__configure" /> - <keyword name="BreakPointViewer.__createPopupMenus" id="BreakPointViewer.__createPopupMenus" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__createPopupMenus" /> - <keyword name="BreakPointViewer.__deleteAllBreaks" id="BreakPointViewer.__deleteAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteAllBreaks" /> - <keyword name="BreakPointViewer.__deleteBreak" id="BreakPointViewer.__deleteBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteBreak" /> - <keyword name="BreakPointViewer.__deleteSelectedBreaks" id="BreakPointViewer.__deleteSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__deleteSelectedBreaks" /> - <keyword name="BreakPointViewer.__disableAllBreaks" id="BreakPointViewer.__disableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableAllBreaks" /> - <keyword name="BreakPointViewer.__disableBreak" id="BreakPointViewer.__disableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableBreak" /> - <keyword name="BreakPointViewer.__disableSelectedBreaks" id="BreakPointViewer.__disableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__disableSelectedBreaks" /> - <keyword name="BreakPointViewer.__doubleClicked" id="BreakPointViewer.__doubleClicked" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__doubleClicked" /> - <keyword name="BreakPointViewer.__editBreak" id="BreakPointViewer.__editBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreak" /> - <keyword name="BreakPointViewer.__editBreakpoint" id="BreakPointViewer.__editBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__editBreakpoint" /> - <keyword name="BreakPointViewer.__enableAllBreaks" id="BreakPointViewer.__enableAllBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableAllBreaks" /> - <keyword name="BreakPointViewer.__enableBreak" id="BreakPointViewer.__enableBreak" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableBreak" /> - <keyword name="BreakPointViewer.__enableSelectedBreaks" id="BreakPointViewer.__enableSelectedBreaks" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__enableSelectedBreaks" /> - <keyword name="BreakPointViewer.__fromSourceIndex" id="BreakPointViewer.__fromSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__fromSourceIndex" /> - <keyword name="BreakPointViewer.__getSelectedItemsCount" id="BreakPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__getSelectedItemsCount" /> - <keyword name="BreakPointViewer.__layoutDisplay" id="BreakPointViewer.__layoutDisplay" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__layoutDisplay" /> - <keyword name="BreakPointViewer.__resizeColumns" id="BreakPointViewer.__resizeColumns" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resizeColumns" /> - <keyword name="BreakPointViewer.__resort" id="BreakPointViewer.__resort" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__resort" /> - <keyword name="BreakPointViewer.__setBpEnabled" id="BreakPointViewer.__setBpEnabled" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setBpEnabled" /> - <keyword name="BreakPointViewer.__setRowSelected" id="BreakPointViewer.__setRowSelected" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__setRowSelected" /> - <keyword name="BreakPointViewer.__showBackMenu" id="BreakPointViewer.__showBackMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showBackMenu" /> - <keyword name="BreakPointViewer.__showContextMenu" id="BreakPointViewer.__showContextMenu" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showContextMenu" /> - <keyword name="BreakPointViewer.__showSource" id="BreakPointViewer.__showSource" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__showSource" /> - <keyword name="BreakPointViewer.__toSourceIndex" id="BreakPointViewer.__toSourceIndex" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.__toSourceIndex" /> - <keyword name="BreakPointViewer.handleResetUI" id="BreakPointViewer.handleResetUI" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.handleResetUI" /> - <keyword name="BreakPointViewer.highlightBreakpoint" id="BreakPointViewer.highlightBreakpoint" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.highlightBreakpoint" /> - <keyword name="BreakPointViewer.setModel" id="BreakPointViewer.setModel" ref="eric5.Debugger.BreakPointViewer.html#BreakPointViewer.setModel" /> - <keyword name="DebuggerInterfaceRuby (Module)" id="DebuggerInterfaceRuby (Module)" ref="eric5.Debugger.DebuggerInterfaceRuby.html" /> - <keyword name="DebuggerInterfaceRuby" id="DebuggerInterfaceRuby" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby" /> - <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceRuby.html#getRegistryData" /> - <keyword name="DebuggerInterfaceRuby (Constructor)" id="DebuggerInterfaceRuby (Constructor)" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__init__" /> - <keyword name="DebuggerInterfaceRuby.__identityTranslation" id="DebuggerInterfaceRuby.__identityTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__identityTranslation" /> - <keyword name="DebuggerInterfaceRuby.__parseClientLine" id="DebuggerInterfaceRuby.__parseClientLine" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__parseClientLine" /> - <keyword name="DebuggerInterfaceRuby.__remoteTranslation" id="DebuggerInterfaceRuby.__remoteTranslation" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__remoteTranslation" /> - <keyword name="DebuggerInterfaceRuby.__sendCommand" id="DebuggerInterfaceRuby.__sendCommand" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__sendCommand" /> - <keyword name="DebuggerInterfaceRuby.__startProcess" id="DebuggerInterfaceRuby.__startProcess" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.__startProcess" /> - <keyword name="DebuggerInterfaceRuby.flush" id="DebuggerInterfaceRuby.flush" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.flush" /> - <keyword name="DebuggerInterfaceRuby.getClientCapabilities" id="DebuggerInterfaceRuby.getClientCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.getClientCapabilities" /> - <keyword name="DebuggerInterfaceRuby.isConnected" id="DebuggerInterfaceRuby.isConnected" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.isConnected" /> - <keyword name="DebuggerInterfaceRuby.newConnection" id="DebuggerInterfaceRuby.newConnection" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.newConnection" /> - <keyword name="DebuggerInterfaceRuby.remoteBanner" id="DebuggerInterfaceRuby.remoteBanner" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBanner" /> - <keyword name="DebuggerInterfaceRuby.remoteBreakpoint" id="DebuggerInterfaceRuby.remoteBreakpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpoint" /> - <keyword name="DebuggerInterfaceRuby.remoteBreakpointEnable" id="DebuggerInterfaceRuby.remoteBreakpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointEnable" /> - <keyword name="DebuggerInterfaceRuby.remoteBreakpointIgnore" id="DebuggerInterfaceRuby.remoteBreakpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteBreakpointIgnore" /> - <keyword name="DebuggerInterfaceRuby.remoteCapabilities" id="DebuggerInterfaceRuby.remoteCapabilities" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCapabilities" /> - <keyword name="DebuggerInterfaceRuby.remoteClientSetFilter" id="DebuggerInterfaceRuby.remoteClientSetFilter" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientSetFilter" /> - <keyword name="DebuggerInterfaceRuby.remoteClientVariable" id="DebuggerInterfaceRuby.remoteClientVariable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariable" /> - <keyword name="DebuggerInterfaceRuby.remoteClientVariables" id="DebuggerInterfaceRuby.remoteClientVariables" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteClientVariables" /> - <keyword name="DebuggerInterfaceRuby.remoteCompletion" id="DebuggerInterfaceRuby.remoteCompletion" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCompletion" /> - <keyword name="DebuggerInterfaceRuby.remoteContinue" id="DebuggerInterfaceRuby.remoteContinue" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteContinue" /> - <keyword name="DebuggerInterfaceRuby.remoteCoverage" id="DebuggerInterfaceRuby.remoteCoverage" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteCoverage" /> - <keyword name="DebuggerInterfaceRuby.remoteEnvironment" id="DebuggerInterfaceRuby.remoteEnvironment" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEnvironment" /> - <keyword name="DebuggerInterfaceRuby.remoteEval" id="DebuggerInterfaceRuby.remoteEval" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteEval" /> - <keyword name="DebuggerInterfaceRuby.remoteExec" id="DebuggerInterfaceRuby.remoteExec" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteExec" /> - <keyword name="DebuggerInterfaceRuby.remoteLoad" id="DebuggerInterfaceRuby.remoteLoad" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteLoad" /> - <keyword name="DebuggerInterfaceRuby.remoteProfile" id="DebuggerInterfaceRuby.remoteProfile" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteProfile" /> - <keyword name="DebuggerInterfaceRuby.remoteRawInput" id="DebuggerInterfaceRuby.remoteRawInput" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRawInput" /> - <keyword name="DebuggerInterfaceRuby.remoteRun" id="DebuggerInterfaceRuby.remoteRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteRun" /> - <keyword name="DebuggerInterfaceRuby.remoteSetThread" id="DebuggerInterfaceRuby.remoteSetThread" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteSetThread" /> - <keyword name="DebuggerInterfaceRuby.remoteStatement" id="DebuggerInterfaceRuby.remoteStatement" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStatement" /> - <keyword name="DebuggerInterfaceRuby.remoteStep" id="DebuggerInterfaceRuby.remoteStep" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStep" /> - <keyword name="DebuggerInterfaceRuby.remoteStepOut" id="DebuggerInterfaceRuby.remoteStepOut" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOut" /> - <keyword name="DebuggerInterfaceRuby.remoteStepOver" id="DebuggerInterfaceRuby.remoteStepOver" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepOver" /> - <keyword name="DebuggerInterfaceRuby.remoteStepQuit" id="DebuggerInterfaceRuby.remoteStepQuit" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteStepQuit" /> - <keyword name="DebuggerInterfaceRuby.remoteThreadList" id="DebuggerInterfaceRuby.remoteThreadList" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteThreadList" /> - <keyword name="DebuggerInterfaceRuby.remoteUTPrepare" id="DebuggerInterfaceRuby.remoteUTPrepare" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTPrepare" /> - <keyword name="DebuggerInterfaceRuby.remoteUTRun" id="DebuggerInterfaceRuby.remoteUTRun" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTRun" /> - <keyword name="DebuggerInterfaceRuby.remoteUTStop" id="DebuggerInterfaceRuby.remoteUTStop" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteUTStop" /> - <keyword name="DebuggerInterfaceRuby.remoteWatchpoint" id="DebuggerInterfaceRuby.remoteWatchpoint" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpoint" /> - <keyword name="DebuggerInterfaceRuby.remoteWatchpointEnable" id="DebuggerInterfaceRuby.remoteWatchpointEnable" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointEnable" /> - <keyword name="DebuggerInterfaceRuby.remoteWatchpointIgnore" id="DebuggerInterfaceRuby.remoteWatchpointIgnore" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.remoteWatchpointIgnore" /> - <keyword name="DebuggerInterfaceRuby.shutdown" id="DebuggerInterfaceRuby.shutdown" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.shutdown" /> - <keyword name="DebuggerInterfaceRuby.startRemote" id="DebuggerInterfaceRuby.startRemote" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemote" /> - <keyword name="DebuggerInterfaceRuby.startRemoteForProject" id="DebuggerInterfaceRuby.startRemoteForProject" ref="eric5.Debugger.DebuggerInterfaceRuby.html#DebuggerInterfaceRuby.startRemoteForProject" /> - <keyword name="BreakPointModel (Module)" id="BreakPointModel (Module)" ref="eric5.Debugger.BreakPointModel.html" /> - <keyword name="BreakPointModel" id="BreakPointModel" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel" /> - <keyword name="BreakPointModel (Constructor)" id="BreakPointModel (Constructor)" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.__init__" /> - <keyword name="BreakPointModel.addBreakPoint" id="BreakPointModel.addBreakPoint" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.addBreakPoint" /> - <keyword name="BreakPointModel.columnCount" id="BreakPointModel.columnCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.columnCount" /> - <keyword name="BreakPointModel.data" id="BreakPointModel.data" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.data" /> - <keyword name="BreakPointModel.deleteAll" id="BreakPointModel.deleteAll" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteAll" /> - <keyword name="BreakPointModel.deleteBreakPointByIndex" id="BreakPointModel.deleteBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPointByIndex" /> - <keyword name="BreakPointModel.deleteBreakPoints" id="BreakPointModel.deleteBreakPoints" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.deleteBreakPoints" /> - <keyword name="BreakPointModel.flags" id="BreakPointModel.flags" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.flags" /> - <keyword name="BreakPointModel.getBreakPointByIndex" id="BreakPointModel.getBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointByIndex" /> - <keyword name="BreakPointModel.getBreakPointIndex" id="BreakPointModel.getBreakPointIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.getBreakPointIndex" /> - <keyword name="BreakPointModel.hasChildren" id="BreakPointModel.hasChildren" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.hasChildren" /> - <keyword name="BreakPointModel.headerData" id="BreakPointModel.headerData" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.headerData" /> - <keyword name="BreakPointModel.index" id="BreakPointModel.index" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.index" /> - <keyword name="BreakPointModel.isBreakPointTemporaryByIndex" id="BreakPointModel.isBreakPointTemporaryByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.isBreakPointTemporaryByIndex" /> - <keyword name="BreakPointModel.parent" id="BreakPointModel.parent" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.parent" /> - <keyword name="BreakPointModel.rowCount" id="BreakPointModel.rowCount" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.rowCount" /> - <keyword name="BreakPointModel.setBreakPointByIndex" id="BreakPointModel.setBreakPointByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointByIndex" /> - <keyword name="BreakPointModel.setBreakPointEnabledByIndex" id="BreakPointModel.setBreakPointEnabledByIndex" ref="eric5.Debugger.BreakPointModel.html#BreakPointModel.setBreakPointEnabledByIndex" /> - <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.Debugger.DebugClientCapabilities.html" /> - <keyword name="ExceptionsFilterDialog (Module)" id="ExceptionsFilterDialog (Module)" ref="eric5.Debugger.ExceptionsFilterDialog.html" /> - <keyword name="ExceptionsFilterDialog" id="ExceptionsFilterDialog" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog" /> - <keyword name="ExceptionsFilterDialog (Constructor)" id="ExceptionsFilterDialog (Constructor)" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.__init__" /> - <keyword name="ExceptionsFilterDialog.getExceptionsList" id="ExceptionsFilterDialog.getExceptionsList" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.getExceptionsList" /> - <keyword name="ExceptionsFilterDialog.on_addButton_clicked" id="ExceptionsFilterDialog.on_addButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_addButton_clicked" /> - <keyword name="ExceptionsFilterDialog.on_deleteAllButton_clicked" id="ExceptionsFilterDialog.on_deleteAllButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteAllButton_clicked" /> - <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" /> - <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" /> - <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" /> - <keyword name="EditBreakpointDialog (Module)" id="EditBreakpointDialog (Module)" ref="eric5.Debugger.EditBreakpointDialog.html" /> - <keyword name="EditBreakpointDialog" id="EditBreakpointDialog" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog" /> - <keyword name="EditBreakpointDialog (Constructor)" id="EditBreakpointDialog (Constructor)" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.__init__" /> - <keyword name="EditBreakpointDialog.getAddData" id="EditBreakpointDialog.getAddData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getAddData" /> - <keyword name="EditBreakpointDialog.getData" id="EditBreakpointDialog.getData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getData" /> - <keyword name="EditBreakpointDialog.on_fileButton_clicked" id="EditBreakpointDialog.on_fileButton_clicked" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_fileButton_clicked" /> - <keyword name="EditBreakpointDialog.on_filenameCombo_editTextChanged" id="EditBreakpointDialog.on_filenameCombo_editTextChanged" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenameCombo_editTextChanged" /> - <keyword name="VariableDetailDialog (Module)" id="VariableDetailDialog (Module)" ref="eric5.Debugger.VariableDetailDialog.html" /> - <keyword name="VariableDetailDialog" id="VariableDetailDialog" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog" /> - <keyword name="VariableDetailDialog (Constructor)" id="VariableDetailDialog (Constructor)" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog.__init__" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Debugger.Config.html" /> - <keyword name="ExceptionLogger (Module)" id="ExceptionLogger (Module)" ref="eric5.Debugger.ExceptionLogger.html" /> - <keyword name="ExceptionLogger" id="ExceptionLogger" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger" /> - <keyword name="ExceptionLogger (Constructor)" id="ExceptionLogger (Constructor)" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__init__" /> - <keyword name="ExceptionLogger.__configure" id="ExceptionLogger.__configure" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__configure" /> - <keyword name="ExceptionLogger.__itemDoubleClicked" id="ExceptionLogger.__itemDoubleClicked" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__itemDoubleClicked" /> - <keyword name="ExceptionLogger.__openSource" id="ExceptionLogger.__openSource" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__openSource" /> - <keyword name="ExceptionLogger.__showContextMenu" id="ExceptionLogger.__showContextMenu" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__showContextMenu" /> - <keyword name="ExceptionLogger.addException" id="ExceptionLogger.addException" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.addException" /> - <keyword name="ExceptionLogger.debuggingStarted" id="ExceptionLogger.debuggingStarted" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.debuggingStarted" /> - <keyword name="VariablesFilterDialog (Module)" id="VariablesFilterDialog (Module)" ref="eric5.Debugger.VariablesFilterDialog.html" /> - <keyword name="VariablesFilterDialog" id="VariablesFilterDialog" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog" /> - <keyword name="VariablesFilterDialog (Constructor)" id="VariablesFilterDialog (Constructor)" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.__init__" /> - <keyword name="VariablesFilterDialog.getSelection" id="VariablesFilterDialog.getSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.getSelection" /> - <keyword name="VariablesFilterDialog.on_buttonBox_clicked" id="VariablesFilterDialog.on_buttonBox_clicked" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.on_buttonBox_clicked" /> - <keyword name="VariablesFilterDialog.setSelection" id="VariablesFilterDialog.setSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.setSelection" /> + <keyword name="DebugUI (Module)" id="DebugUI (Module)" ref="eric5.Debugger.DebugUI.html" /> + <keyword name="DebugUI" id="DebugUI" ref="eric5.Debugger.DebugUI.html#DebugUI" /> + <keyword name="DebugUI (Constructor)" id="DebugUI (Constructor)" ref="eric5.Debugger.DebugUI.html#DebugUI.__init__" /> + <keyword name="DebugUI.__breakpointSelected" id="DebugUI.__breakpointSelected" ref="eric5.Debugger.DebugUI.html#DebugUI.__breakpointSelected" /> + <keyword name="DebugUI.__checkActions" id="DebugUI.__checkActions" ref="eric5.Debugger.DebugUI.html#DebugUI.__checkActions" /> + <keyword name="DebugUI.__clearBreakpoints" id="DebugUI.__clearBreakpoints" ref="eric5.Debugger.DebugUI.html#DebugUI.__clearBreakpoints" /> + <keyword name="DebugUI.__clientBreakConditionError" id="DebugUI.__clientBreakConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientBreakConditionError" /> + <keyword name="DebugUI.__clientException" id="DebugUI.__clientException" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientException" /> + <keyword name="DebugUI.__clientExit" id="DebugUI.__clientExit" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientExit" /> + <keyword name="DebugUI.__clientGone" id="DebugUI.__clientGone" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientGone" /> + <keyword name="DebugUI.__clientLine" id="DebugUI.__clientLine" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientLine" /> + <keyword name="DebugUI.__clientSyntaxError" id="DebugUI.__clientSyntaxError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientSyntaxError" /> + <keyword name="DebugUI.__clientThreadSet" id="DebugUI.__clientThreadSet" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientThreadSet" /> + <keyword name="DebugUI.__clientVariable" id="DebugUI.__clientVariable" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariable" /> + <keyword name="DebugUI.__clientVariables" id="DebugUI.__clientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientVariables" /> + <keyword name="DebugUI.__clientWatchConditionError" id="DebugUI.__clientWatchConditionError" ref="eric5.Debugger.DebugUI.html#DebugUI.__clientWatchConditionError" /> + <keyword name="DebugUI.__compileChangedProjectFiles" id="DebugUI.__compileChangedProjectFiles" ref="eric5.Debugger.DebugUI.html#DebugUI.__compileChangedProjectFiles" /> + <keyword name="DebugUI.__configureExceptionsFilter" id="DebugUI.__configureExceptionsFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureExceptionsFilter" /> + <keyword name="DebugUI.__configureIgnoredExceptions" id="DebugUI.__configureIgnoredExceptions" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureIgnoredExceptions" /> + <keyword name="DebugUI.__configureVariablesFilters" id="DebugUI.__configureVariablesFilters" ref="eric5.Debugger.DebugUI.html#DebugUI.__configureVariablesFilters" /> + <keyword name="DebugUI.__continue" id="DebugUI.__continue" ref="eric5.Debugger.DebugUI.html#DebugUI.__continue" /> + <keyword name="DebugUI.__coverageProject" id="DebugUI.__coverageProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageProject" /> + <keyword name="DebugUI.__coverageScript" id="DebugUI.__coverageScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__coverageScript" /> + <keyword name="DebugUI.__cursorChanged" id="DebugUI.__cursorChanged" ref="eric5.Debugger.DebugUI.html#DebugUI.__cursorChanged" /> + <keyword name="DebugUI.__debugProject" id="DebugUI.__debugProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugProject" /> + <keyword name="DebugUI.__debugScript" id="DebugUI.__debugScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__debugScript" /> + <keyword name="DebugUI.__doCoverage" id="DebugUI.__doCoverage" ref="eric5.Debugger.DebugUI.html#DebugUI.__doCoverage" /> + <keyword name="DebugUI.__doDebug" id="DebugUI.__doDebug" ref="eric5.Debugger.DebugUI.html#DebugUI.__doDebug" /> + <keyword name="DebugUI.__doProfile" id="DebugUI.__doProfile" ref="eric5.Debugger.DebugUI.html#DebugUI.__doProfile" /> + <keyword name="DebugUI.__doRestart" id="DebugUI.__doRestart" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRestart" /> + <keyword name="DebugUI.__doRun" id="DebugUI.__doRun" ref="eric5.Debugger.DebugUI.html#DebugUI.__doRun" /> + <keyword name="DebugUI.__editBreakpoint" id="DebugUI.__editBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__editBreakpoint" /> + <keyword name="DebugUI.__editorOpened" id="DebugUI.__editorOpened" ref="eric5.Debugger.DebugUI.html#DebugUI.__editorOpened" /> + <keyword name="DebugUI.__enterRemote" id="DebugUI.__enterRemote" ref="eric5.Debugger.DebugUI.html#DebugUI.__enterRemote" /> + <keyword name="DebugUI.__eval" id="DebugUI.__eval" ref="eric5.Debugger.DebugUI.html#DebugUI.__eval" /> + <keyword name="DebugUI.__exec" id="DebugUI.__exec" ref="eric5.Debugger.DebugUI.html#DebugUI.__exec" /> + <keyword name="DebugUI.__getClientVariables" id="DebugUI.__getClientVariables" ref="eric5.Debugger.DebugUI.html#DebugUI.__getClientVariables" /> + <keyword name="DebugUI.__getThreadList" id="DebugUI.__getThreadList" ref="eric5.Debugger.DebugUI.html#DebugUI.__getThreadList" /> + <keyword name="DebugUI.__lastEditorClosed" id="DebugUI.__lastEditorClosed" ref="eric5.Debugger.DebugUI.html#DebugUI.__lastEditorClosed" /> + <keyword name="DebugUI.__nextBreakpoint" id="DebugUI.__nextBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__nextBreakpoint" /> + <keyword name="DebugUI.__passiveDebugStarted" id="DebugUI.__passiveDebugStarted" ref="eric5.Debugger.DebugUI.html#DebugUI.__passiveDebugStarted" /> + <keyword name="DebugUI.__previousBreakpoint" id="DebugUI.__previousBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__previousBreakpoint" /> + <keyword name="DebugUI.__profileProject" id="DebugUI.__profileProject" ref="eric5.Debugger.DebugUI.html#DebugUI.__profileProject" /> + <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.__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" /> + <keyword name="DebugUI.__runToCursor" id="DebugUI.__runToCursor" ref="eric5.Debugger.DebugUI.html#DebugUI.__runToCursor" /> + <keyword name="DebugUI.__showBreakpointsMenu" id="DebugUI.__showBreakpointsMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showBreakpointsMenu" /> + <keyword name="DebugUI.__showDebugMenu" id="DebugUI.__showDebugMenu" ref="eric5.Debugger.DebugUI.html#DebugUI.__showDebugMenu" /> + <keyword name="DebugUI.__specialContinue" id="DebugUI.__specialContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.__specialContinue" /> + <keyword name="DebugUI.__step" id="DebugUI.__step" ref="eric5.Debugger.DebugUI.html#DebugUI.__step" /> + <keyword name="DebugUI.__stepOut" id="DebugUI.__stepOut" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOut" /> + <keyword name="DebugUI.__stepOver" id="DebugUI.__stepOver" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepOver" /> + <keyword name="DebugUI.__stepQuit" id="DebugUI.__stepQuit" ref="eric5.Debugger.DebugUI.html#DebugUI.__stepQuit" /> + <keyword name="DebugUI.__stopScript" id="DebugUI.__stopScript" ref="eric5.Debugger.DebugUI.html#DebugUI.__stopScript" /> + <keyword name="DebugUI.__toggleBreakpoint" id="DebugUI.__toggleBreakpoint" ref="eric5.Debugger.DebugUI.html#DebugUI.__toggleBreakpoint" /> + <keyword name="DebugUI.getActions" id="DebugUI.getActions" ref="eric5.Debugger.DebugUI.html#DebugUI.getActions" /> + <keyword name="DebugUI.initActions" id="DebugUI.initActions" ref="eric5.Debugger.DebugUI.html#DebugUI.initActions" /> + <keyword name="DebugUI.initMenus" id="DebugUI.initMenus" ref="eric5.Debugger.DebugUI.html#DebugUI.initMenus" /> + <keyword name="DebugUI.initToolbars" id="DebugUI.initToolbars" ref="eric5.Debugger.DebugUI.html#DebugUI.initToolbars" /> + <keyword name="DebugUI.setArgvHistory" id="DebugUI.setArgvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setArgvHistory" /> + <keyword name="DebugUI.setAutoClearShell" id="DebugUI.setAutoClearShell" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoClearShell" /> + <keyword name="DebugUI.setAutoContinue" id="DebugUI.setAutoContinue" ref="eric5.Debugger.DebugUI.html#DebugUI.setAutoContinue" /> + <keyword name="DebugUI.setEnvHistory" id="DebugUI.setEnvHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setEnvHistory" /> + <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" /> + <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric5.Debugger.DebugUI.html#DebugUI.setExcList" /> + <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric5.Debugger.DebugUI.html#DebugUI.setExceptionReporting" /> + <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric5.Debugger.DebugUI.html#DebugUI.setTracePython" /> + <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric5.Debugger.DebugUI.html#DebugUI.setWdHistory" /> + <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdown" /> + <keyword name="DebugUI.shutdownServer" id="DebugUI.shutdownServer" ref="eric5.Debugger.DebugUI.html#DebugUI.shutdownServer" /> + <keyword name="DebugUI.variablesFilter" id="DebugUI.variablesFilter" ref="eric5.Debugger.DebugUI.html#DebugUI.variablesFilter" /> <keyword name="DebugViewer (Module)" id="DebugViewer (Module)" ref="eric5.Debugger.DebugViewer.html" /> <keyword name="DebugViewer" id="DebugViewer" ref="eric5.Debugger.DebugViewer.html#DebugViewer" /> <keyword name="DebugViewer (Constructor)" id="DebugViewer (Constructor)" ref="eric5.Debugger.DebugViewer.html#DebugViewer.__init__" /> @@ -2306,6 +1572,57 @@ <keyword name="DebugViewer.showVariable" id="DebugViewer.showVariable" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariable" /> <keyword name="DebugViewer.showVariables" id="DebugViewer.showVariables" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariables" /> <keyword name="DebugViewer.showVariablesTab" id="DebugViewer.showVariablesTab" ref="eric5.Debugger.DebugViewer.html#DebugViewer.showVariablesTab" /> + <keyword name="EditBreakpointDialog (Module)" id="EditBreakpointDialog (Module)" ref="eric5.Debugger.EditBreakpointDialog.html" /> + <keyword name="EditBreakpointDialog" id="EditBreakpointDialog" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog" /> + <keyword name="EditBreakpointDialog (Constructor)" id="EditBreakpointDialog (Constructor)" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.__init__" /> + <keyword name="EditBreakpointDialog.getAddData" id="EditBreakpointDialog.getAddData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getAddData" /> + <keyword name="EditBreakpointDialog.getData" id="EditBreakpointDialog.getData" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.getData" /> + <keyword name="EditBreakpointDialog.on_fileButton_clicked" id="EditBreakpointDialog.on_fileButton_clicked" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_fileButton_clicked" /> + <keyword name="EditBreakpointDialog.on_filenameCombo_editTextChanged" id="EditBreakpointDialog.on_filenameCombo_editTextChanged" ref="eric5.Debugger.EditBreakpointDialog.html#EditBreakpointDialog.on_filenameCombo_editTextChanged" /> + <keyword name="EditWatchpointDialog (Module)" id="EditWatchpointDialog (Module)" ref="eric5.Debugger.EditWatchpointDialog.html" /> + <keyword name="EditWatchpointDialog" id="EditWatchpointDialog" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog" /> + <keyword name="EditWatchpointDialog (Constructor)" id="EditWatchpointDialog (Constructor)" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__init__" /> + <keyword name="EditWatchpointDialog.__textChanged" id="EditWatchpointDialog.__textChanged" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__textChanged" /> + <keyword name="EditWatchpointDialog.getData" id="EditWatchpointDialog.getData" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.getData" /> + <keyword name="ExceptionLogger (Module)" id="ExceptionLogger (Module)" ref="eric5.Debugger.ExceptionLogger.html" /> + <keyword name="ExceptionLogger" id="ExceptionLogger" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger" /> + <keyword name="ExceptionLogger (Constructor)" id="ExceptionLogger (Constructor)" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__init__" /> + <keyword name="ExceptionLogger.__configure" id="ExceptionLogger.__configure" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__configure" /> + <keyword name="ExceptionLogger.__itemDoubleClicked" id="ExceptionLogger.__itemDoubleClicked" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__itemDoubleClicked" /> + <keyword name="ExceptionLogger.__openSource" id="ExceptionLogger.__openSource" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__openSource" /> + <keyword name="ExceptionLogger.__showContextMenu" id="ExceptionLogger.__showContextMenu" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.__showContextMenu" /> + <keyword name="ExceptionLogger.addException" id="ExceptionLogger.addException" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.addException" /> + <keyword name="ExceptionLogger.debuggingStarted" id="ExceptionLogger.debuggingStarted" ref="eric5.Debugger.ExceptionLogger.html#ExceptionLogger.debuggingStarted" /> + <keyword name="ExceptionsFilterDialog (Module)" id="ExceptionsFilterDialog (Module)" ref="eric5.Debugger.ExceptionsFilterDialog.html" /> + <keyword name="ExceptionsFilterDialog" id="ExceptionsFilterDialog" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog" /> + <keyword name="ExceptionsFilterDialog (Constructor)" id="ExceptionsFilterDialog (Constructor)" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.__init__" /> + <keyword name="ExceptionsFilterDialog.getExceptionsList" id="ExceptionsFilterDialog.getExceptionsList" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.getExceptionsList" /> + <keyword name="ExceptionsFilterDialog.on_addButton_clicked" id="ExceptionsFilterDialog.on_addButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_addButton_clicked" /> + <keyword name="ExceptionsFilterDialog.on_deleteAllButton_clicked" id="ExceptionsFilterDialog.on_deleteAllButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteAllButton_clicked" /> + <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" /> + <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" /> + <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" /> + <keyword name="StartDialog (Module)" id="StartDialog (Module)" ref="eric5.Debugger.StartDialog.html" /> + <keyword name="StartDialog" id="StartDialog" ref="eric5.Debugger.StartDialog.html#StartDialog" /> + <keyword name="StartDialog (Constructor)" id="StartDialog (Constructor)" ref="eric5.Debugger.StartDialog.html#StartDialog.__init__" /> + <keyword name="StartDialog.__clearHistories" id="StartDialog.__clearHistories" ref="eric5.Debugger.StartDialog.html#StartDialog.__clearHistories" /> + <keyword name="StartDialog.getCoverageData" id="StartDialog.getCoverageData" ref="eric5.Debugger.StartDialog.html#StartDialog.getCoverageData" /> + <keyword name="StartDialog.getData" id="StartDialog.getData" ref="eric5.Debugger.StartDialog.html#StartDialog.getData" /> + <keyword name="StartDialog.getDebugData" id="StartDialog.getDebugData" ref="eric5.Debugger.StartDialog.html#StartDialog.getDebugData" /> + <keyword name="StartDialog.getProfilingData" id="StartDialog.getProfilingData" ref="eric5.Debugger.StartDialog.html#StartDialog.getProfilingData" /> + <keyword name="StartDialog.getRunData" id="StartDialog.getRunData" ref="eric5.Debugger.StartDialog.html#StartDialog.getRunData" /> + <keyword name="StartDialog.on_buttonBox_clicked" id="StartDialog.on_buttonBox_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_buttonBox_clicked" /> + <keyword name="StartDialog.on_dirButton_clicked" id="StartDialog.on_dirButton_clicked" ref="eric5.Debugger.StartDialog.html#StartDialog.on_dirButton_clicked" /> + <keyword name="StartDialog.on_modFuncCombo_editTextChanged" id="StartDialog.on_modFuncCombo_editTextChanged" ref="eric5.Debugger.StartDialog.html#StartDialog.on_modFuncCombo_editTextChanged" /> + <keyword name="VariableDetailDialog (Module)" id="VariableDetailDialog (Module)" ref="eric5.Debugger.VariableDetailDialog.html" /> + <keyword name="VariableDetailDialog" id="VariableDetailDialog" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog" /> + <keyword name="VariableDetailDialog (Constructor)" id="VariableDetailDialog (Constructor)" ref="eric5.Debugger.VariableDetailDialog.html#VariableDetailDialog.__init__" /> + <keyword name="VariablesFilterDialog (Module)" id="VariablesFilterDialog (Module)" ref="eric5.Debugger.VariablesFilterDialog.html" /> + <keyword name="VariablesFilterDialog" id="VariablesFilterDialog" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog" /> + <keyword name="VariablesFilterDialog (Constructor)" id="VariablesFilterDialog (Constructor)" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.__init__" /> + <keyword name="VariablesFilterDialog.getSelection" id="VariablesFilterDialog.getSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.getSelection" /> + <keyword name="VariablesFilterDialog.on_buttonBox_clicked" id="VariablesFilterDialog.on_buttonBox_clicked" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.on_buttonBox_clicked" /> + <keyword name="VariablesFilterDialog.setSelection" id="VariablesFilterDialog.setSelection" ref="eric5.Debugger.VariablesFilterDialog.html#VariablesFilterDialog.setSelection" /> <keyword name="VariablesViewer (Module)" id="VariablesViewer (Module)" ref="eric5.Debugger.VariablesViewer.html" /> <keyword name="ArrayElementVarItem" id="ArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem" /> <keyword name="SpecialArrayElementVarItem" id="SpecialArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#SpecialArrayElementVarItem" /> @@ -2346,367 +1663,853 @@ <keyword name="VariablesViewer.mouseDoubleClickEvent" id="VariablesViewer.mouseDoubleClickEvent" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.mouseDoubleClickEvent" /> <keyword name="VariablesViewer.showVariable" id="VariablesViewer.showVariable" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.showVariable" /> <keyword name="VariablesViewer.showVariables" id="VariablesViewer.showVariables" ref="eric5.Debugger.VariablesViewer.html#VariablesViewer.showVariables" /> - <keyword name="EditWatchpointDialog (Module)" id="EditWatchpointDialog (Module)" ref="eric5.Debugger.EditWatchpointDialog.html" /> - <keyword name="EditWatchpointDialog" id="EditWatchpointDialog" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog" /> - <keyword name="EditWatchpointDialog (Constructor)" id="EditWatchpointDialog (Constructor)" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__init__" /> - <keyword name="EditWatchpointDialog.__textChanged" id="EditWatchpointDialog.__textChanged" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.__textChanged" /> - <keyword name="EditWatchpointDialog.getData" id="EditWatchpointDialog.getData" ref="eric5.Debugger.EditWatchpointDialog.html#EditWatchpointDialog.getData" /> - <keyword name="Templates (Package)" id="Templates (Package)" ref="index-eric5.Templates.html" /> - <keyword name="TemplateSingleVariableDialog (Module)" id="TemplateSingleVariableDialog (Module)" ref="eric5.Templates.TemplateSingleVariableDialog.html" /> - <keyword name="TemplateSingleVariableDialog" id="TemplateSingleVariableDialog" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog" /> - <keyword name="TemplateSingleVariableDialog (Constructor)" id="TemplateSingleVariableDialog (Constructor)" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.__init__" /> - <keyword name="TemplateSingleVariableDialog.getVariable" id="TemplateSingleVariableDialog.getVariable" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.getVariable" /> - <keyword name="TemplateViewer (Module)" id="TemplateViewer (Module)" ref="eric5.Templates.TemplateViewer.html" /> - <keyword name="TemplateEntry" id="TemplateEntry" ref="eric5.Templates.TemplateViewer.html#TemplateEntry" /> - <keyword name="TemplateGroup" id="TemplateGroup" ref="eric5.Templates.TemplateViewer.html#TemplateGroup" /> - <keyword name="TemplateViewer" id="TemplateViewer" ref="eric5.Templates.TemplateViewer.html#TemplateViewer" /> - <keyword name="TemplateEntry (Constructor)" id="TemplateEntry (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__init__" /> - <keyword name="TemplateEntry.__displayText" id="TemplateEntry.__displayText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__displayText" /> - <keyword name="TemplateEntry.__expandFormattedVariable" id="TemplateEntry.__expandFormattedVariable" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__expandFormattedVariable" /> - <keyword name="TemplateEntry.__extractVariables" id="TemplateEntry.__extractVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__extractVariables" /> - <keyword name="TemplateEntry.getDescription" id="TemplateEntry.getDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getDescription" /> - <keyword name="TemplateEntry.getExpandedText" id="TemplateEntry.getExpandedText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getExpandedText" /> - <keyword name="TemplateEntry.getGroupName" id="TemplateEntry.getGroupName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getGroupName" /> - <keyword name="TemplateEntry.getName" id="TemplateEntry.getName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getName" /> - <keyword name="TemplateEntry.getTemplateText" id="TemplateEntry.getTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getTemplateText" /> - <keyword name="TemplateEntry.getVariables" id="TemplateEntry.getVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getVariables" /> - <keyword name="TemplateEntry.setDescription" id="TemplateEntry.setDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setDescription" /> - <keyword name="TemplateEntry.setName" id="TemplateEntry.setName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setName" /> - <keyword name="TemplateEntry.setTemplateText" id="TemplateEntry.setTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setTemplateText" /> - <keyword name="TemplateGroup (Constructor)" id="TemplateGroup (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.__init__" /> - <keyword name="TemplateGroup.addEntry" id="TemplateGroup.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.addEntry" /> - <keyword name="TemplateGroup.getAllEntries" id="TemplateGroup.getAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getAllEntries" /> - <keyword name="TemplateGroup.getEntry" id="TemplateGroup.getEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntry" /> - <keyword name="TemplateGroup.getEntryNames" id="TemplateGroup.getEntryNames" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntryNames" /> - <keyword name="TemplateGroup.getLanguage" id="TemplateGroup.getLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getLanguage" /> - <keyword name="TemplateGroup.getName" id="TemplateGroup.getName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getName" /> - <keyword name="TemplateGroup.hasEntry" id="TemplateGroup.hasEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.hasEntry" /> - <keyword name="TemplateGroup.removeAllEntries" id="TemplateGroup.removeAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeAllEntries" /> - <keyword name="TemplateGroup.removeEntry" id="TemplateGroup.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeEntry" /> - <keyword name="TemplateGroup.setLanguage" id="TemplateGroup.setLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setLanguage" /> - <keyword name="TemplateGroup.setName" id="TemplateGroup.setName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setName" /> - <keyword name="TemplateViewer (Constructor)" id="TemplateViewer (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__init__" /> - <keyword name="TemplateViewer.__addEntry" id="TemplateViewer.__addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addEntry" /> - <keyword name="TemplateViewer.__addGroup" id="TemplateViewer.__addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addGroup" /> - <keyword name="TemplateViewer.__configure" id="TemplateViewer.__configure" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__configure" /> - <keyword name="TemplateViewer.__edit" id="TemplateViewer.__edit" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__edit" /> - <keyword name="TemplateViewer.__export" id="TemplateViewer.__export" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__export" /> - <keyword name="TemplateViewer.__getPredefinedVars" id="TemplateViewer.__getPredefinedVars" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__getPredefinedVars" /> - <keyword name="TemplateViewer.__import" id="TemplateViewer.__import" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__import" /> - <keyword name="TemplateViewer.__remove" id="TemplateViewer.__remove" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__remove" /> - <keyword name="TemplateViewer.__resort" id="TemplateViewer.__resort" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__resort" /> - <keyword name="TemplateViewer.__save" id="TemplateViewer.__save" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__save" /> - <keyword name="TemplateViewer.__showContextMenu" id="TemplateViewer.__showContextMenu" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showContextMenu" /> - <keyword name="TemplateViewer.__showHelp" id="TemplateViewer.__showHelp" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showHelp" /> - <keyword name="TemplateViewer.__templateItemActivated" id="TemplateViewer.__templateItemActivated" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__templateItemActivated" /> - <keyword name="TemplateViewer.addEntry" id="TemplateViewer.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addEntry" /> - <keyword name="TemplateViewer.addGroup" id="TemplateViewer.addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addGroup" /> - <keyword name="TemplateViewer.applyNamedTemplate" id="TemplateViewer.applyNamedTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyNamedTemplate" /> - <keyword name="TemplateViewer.applyTemplate" id="TemplateViewer.applyTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyTemplate" /> - <keyword name="TemplateViewer.changeEntry" id="TemplateViewer.changeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeEntry" /> - <keyword name="TemplateViewer.changeGroup" id="TemplateViewer.changeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeGroup" /> - <keyword name="TemplateViewer.getAllGroups" id="TemplateViewer.getAllGroups" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getAllGroups" /> - <keyword name="TemplateViewer.getGroupNames" id="TemplateViewer.getGroupNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getGroupNames" /> - <keyword name="TemplateViewer.getTemplateNames" id="TemplateViewer.getTemplateNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getTemplateNames" /> - <keyword name="TemplateViewer.hasGroup" id="TemplateViewer.hasGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasGroup" /> - <keyword name="TemplateViewer.hasTemplate" id="TemplateViewer.hasTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasTemplate" /> - <keyword name="TemplateViewer.readTemplates" id="TemplateViewer.readTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.readTemplates" /> - <keyword name="TemplateViewer.removeEntry" id="TemplateViewer.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeEntry" /> - <keyword name="TemplateViewer.removeGroup" id="TemplateViewer.removeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeGroup" /> - <keyword name="TemplateViewer.writeTemplates" id="TemplateViewer.writeTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.writeTemplates" /> - <keyword name="TemplateMultipleVariablesDialog (Module)" id="TemplateMultipleVariablesDialog (Module)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html" /> - <keyword name="TemplateMultipleVariablesDialog" id="TemplateMultipleVariablesDialog" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog" /> - <keyword name="TemplateMultipleVariablesDialog (Constructor)" id="TemplateMultipleVariablesDialog (Constructor)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.__init__" /> - <keyword name="TemplateMultipleVariablesDialog.getVariables" id="TemplateMultipleVariablesDialog.getVariables" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.getVariables" /> - <keyword name="TemplatePropertiesDialog (Module)" id="TemplatePropertiesDialog (Module)" ref="eric5.Templates.TemplatePropertiesDialog.html" /> - <keyword name="TemplatePropertiesDialog" id="TemplatePropertiesDialog" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog" /> - <keyword name="TemplatePropertiesDialog (Constructor)" id="TemplatePropertiesDialog (Constructor)" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.__init__" /> - <keyword name="TemplatePropertiesDialog.getData" id="TemplatePropertiesDialog.getData" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.getData" /> - <keyword name="TemplatePropertiesDialog.keyPressEvent" id="TemplatePropertiesDialog.keyPressEvent" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.keyPressEvent" /> - <keyword name="TemplatePropertiesDialog.on_helpButton_clicked" id="TemplatePropertiesDialog.on_helpButton_clicked" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.on_helpButton_clicked" /> - <keyword name="TemplatePropertiesDialog.setSelectedGroup" id="TemplatePropertiesDialog.setSelectedGroup" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.setSelectedGroup" /> - <keyword name="Utilities (Package)" id="Utilities (Package)" ref="index-eric5.Utilities.html" /> - <keyword name="CodingError" id="CodingError" ref="eric5.Utilities.__init__.html#CodingError" /> - <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" /> - <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric5.Utilities.__init__.html#_percentReplacementFunc" /> - <keyword name="checkBlacklistedVersions" id="checkBlacklistedVersions" ref="eric5.Utilities.__init__.html#checkBlacklistedVersions" /> - <keyword name="checkPyside" id="checkPyside" ref="eric5.Utilities.__init__.html#checkPyside" /> - <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" /> - <keyword name="compile" id="compile" ref="eric5.Utilities.__init__.html#compile" /> - <keyword name="convertLineEnds" id="convertLineEnds" ref="eric5.Utilities.__init__.html#convertLineEnds" /> - <keyword name="decode" id="decode" ref="eric5.Utilities.__init__.html#decode" /> - <keyword name="decodeBytes" id="decodeBytes" ref="eric5.Utilities.__init__.html#decodeBytes" /> - <keyword name="decodeString" id="decodeString" ref="eric5.Utilities.__init__.html#decodeString" /> - <keyword name="direntries" id="direntries" ref="eric5.Utilities.__init__.html#direntries" /> - <keyword name="encode" id="encode" ref="eric5.Utilities.__init__.html#encode" /> - <keyword name="escape_entities" id="escape_entities" ref="eric5.Utilities.__init__.html#escape_entities" /> - <keyword name="escape_uentities" id="escape_uentities" ref="eric5.Utilities.__init__.html#escape_uentities" /> - <keyword name="extractFlags" id="extractFlags" ref="eric5.Utilities.__init__.html#extractFlags" /> - <keyword name="extractFlagsFromFile" id="extractFlagsFromFile" ref="eric5.Utilities.__init__.html#extractFlagsFromFile" /> - <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.Utilities.__init__.html#extractLineFlags" /> - <keyword name="fromNativeSeparators" id="fromNativeSeparators" ref="eric5.Utilities.__init__.html#fromNativeSeparators" /> - <keyword name="generateDistroInfo" id="generateDistroInfo" ref="eric5.Utilities.__init__.html#generateDistroInfo" /> - <keyword name="generatePluginsVersionInfo" id="generatePluginsVersionInfo" ref="eric5.Utilities.__init__.html#generatePluginsVersionInfo" /> - <keyword name="generatePySideToolPath" id="generatePySideToolPath" ref="eric5.Utilities.__init__.html#generatePySideToolPath" /> - <keyword name="generateQtToolName" id="generateQtToolName" ref="eric5.Utilities.__init__.html#generateQtToolName" /> - <keyword name="generateVersionInfo" id="generateVersionInfo" ref="eric5.Utilities.__init__.html#generateVersionInfo" /> - <keyword name="getConfigDir" id="getConfigDir" ref="eric5.Utilities.__init__.html#getConfigDir" /> - <keyword name="getDirs" id="getDirs" ref="eric5.Utilities.__init__.html#getDirs" /> - <keyword name="getEnvironmentEntry" id="getEnvironmentEntry" ref="eric5.Utilities.__init__.html#getEnvironmentEntry" /> - <keyword name="getExecutablePath" id="getExecutablePath" ref="eric5.Utilities.__init__.html#getExecutablePath" /> - <keyword name="getHomeDir" id="getHomeDir" ref="eric5.Utilities.__init__.html#getHomeDir" /> - <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric5.Utilities.__init__.html#getPercentReplacement" /> - <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric5.Utilities.__init__.html#getPercentReplacementHelp" /> - <keyword name="getPythonLibPath" id="getPythonLibPath" ref="eric5.Utilities.__init__.html#getPythonLibPath" /> - <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric5.Utilities.__init__.html#getPythonModulesDirectory" /> - <keyword name="getPythonVersion" id="getPythonVersion" ref="eric5.Utilities.__init__.html#getPythonVersion" /> - <keyword name="getQtMacBundle" id="getQtMacBundle" ref="eric5.Utilities.__init__.html#getQtMacBundle" /> - <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" /> - <keyword name="getUserName" id="getUserName" ref="eric5.Utilities.__init__.html#getUserName" /> - <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" /> - <keyword name="get_codingBytes" id="get_codingBytes" ref="eric5.Utilities.__init__.html#get_codingBytes" /> - <keyword name="hasEnvironmentEntry" id="hasEnvironmentEntry" ref="eric5.Utilities.__init__.html#hasEnvironmentEntry" /> - <keyword name="html_encode" id="html_encode" ref="eric5.Utilities.__init__.html#html_encode" /> - <keyword name="html_uencode" id="html_uencode" ref="eric5.Utilities.__init__.html#html_uencode" /> - <keyword name="isExecutable" id="isExecutable" ref="eric5.Utilities.__init__.html#isExecutable" /> - <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" /> - <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" /> - <keyword name="linesep" id="linesep" ref="eric5.Utilities.__init__.html#linesep" /> - <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" /> - <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" /> - <keyword name="normcaseabspath" id="normcaseabspath" ref="eric5.Utilities.__init__.html#normcaseabspath" /> - <keyword name="normcasepath" id="normcasepath" ref="eric5.Utilities.__init__.html#normcasepath" /> - <keyword name="normjoinpath" id="normjoinpath" ref="eric5.Utilities.__init__.html#normjoinpath" /> - <keyword name="parseEnvironmentString" id="parseEnvironmentString" ref="eric5.Utilities.__init__.html#parseEnvironmentString" /> - <keyword name="parseOptionString" id="parseOptionString" ref="eric5.Utilities.__init__.html#parseOptionString" /> - <keyword name="parseString" id="parseString" ref="eric5.Utilities.__init__.html#parseString" /> - <keyword name="prepareQtMacBundle" id="prepareQtMacBundle" ref="eric5.Utilities.__init__.html#prepareQtMacBundle" /> - <keyword name="py2compile" id="py2compile" ref="eric5.Utilities.__init__.html#py2compile" /> - <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.Utilities.__init__.html#readEncodedFile" /> - <keyword name="readEncodedFileWithHash" id="readEncodedFileWithHash" ref="eric5.Utilities.__init__.html#readEncodedFileWithHash" /> - <keyword name="relpath" id="relpath" ref="eric5.Utilities.__init__.html#relpath" /> - <keyword name="samepath" id="samepath" ref="eric5.Utilities.__init__.html#samepath" /> - <keyword name="setConfigDir" id="setConfigDir" ref="eric5.Utilities.__init__.html#setConfigDir" /> - <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" /> - <keyword name="toNativeSeparators" id="toNativeSeparators" ref="eric5.Utilities.__init__.html#toNativeSeparators" /> - <keyword name="win32_GetUserName" id="win32_GetUserName" ref="eric5.Utilities.__init__.html#win32_GetUserName" /> - <keyword name="win32_Kill" id="win32_Kill" ref="eric5.Utilities.__init__.html#win32_Kill" /> - <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric5.Utilities.__init__.html#writeEncodedFile" /> - <keyword name="CodingError (Constructor)" id="CodingError (Constructor)" ref="eric5.Utilities.__init__.html#CodingError.__init__" /> - <keyword name="CodingError.__repr__" id="CodingError.__repr__" ref="eric5.Utilities.__init__.html#CodingError.__repr__" /> - <keyword name="CodingError.__str__" id="CodingError.__str__" ref="eric5.Utilities.__init__.html#CodingError.__str__" /> - <keyword name="Startup (Module)" id="Startup (Module)" ref="eric5.Utilities.Startup.html" /> - <keyword name="handleArgs" id="handleArgs" ref="eric5.Utilities.Startup.html#handleArgs" /> - <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric5.Utilities.Startup.html#initializeResourceSearchPath" /> - <keyword name="loadTranslatorForLocale" id="loadTranslatorForLocale" ref="eric5.Utilities.Startup.html#loadTranslatorForLocale" /> - <keyword name="loadTranslators" id="loadTranslators" ref="eric5.Utilities.Startup.html#loadTranslators" /> - <keyword name="makeAppInfo" id="makeAppInfo" ref="eric5.Utilities.Startup.html#makeAppInfo" /> - <keyword name="setLibraryPaths" id="setLibraryPaths" ref="eric5.Utilities.Startup.html#setLibraryPaths" /> - <keyword name="simpleAppStartup" id="simpleAppStartup" ref="eric5.Utilities.Startup.html#simpleAppStartup" /> - <keyword name="usage" id="usage" ref="eric5.Utilities.Startup.html#usage" /> - <keyword name="version" id="version" ref="eric5.Utilities.Startup.html#version" /> - <keyword name="uic (Module)" id="uic (Module)" ref="eric5.Utilities.uic.html" /> - <keyword name="compileUiDir" id="compileUiDir" ref="eric5.Utilities.uic.html#compileUiDir" /> - <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.Utilities.uic.html#compileUiFiles" /> - <keyword name="compile_ui" id="compile_ui" ref="eric5.Utilities.uic.html#compile_ui" /> - <keyword name="pyName" id="pyName" ref="eric5.Utilities.uic.html#pyName" /> - <keyword name="PasswordChecker (Module)" id="PasswordChecker (Module)" ref="eric5.Utilities.PasswordChecker.html" /> - <keyword name="PasswordChecker" id="PasswordChecker" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker" /> - <keyword name="PasswordChecker (Constructor)" id="PasswordChecker (Constructor)" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__init__" /> - <keyword name="PasswordChecker.__determineBinaryStatus" id="PasswordChecker.__determineBinaryStatus" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__determineBinaryStatus" /> - <keyword name="PasswordChecker.__determineStatus" id="PasswordChecker.__determineStatus" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__determineStatus" /> - <keyword name="PasswordChecker.__strReverse" id="PasswordChecker.__strReverse" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__strReverse" /> - <keyword name="PasswordChecker.checkPassword" id="PasswordChecker.checkPassword" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.checkPassword" /> - <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" /> - <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ModuleParser.html#Attribute" /> - <keyword name="Class" id="Class" ref="eric5.Utilities.ModuleParser.html#Class" /> - <keyword name="Function" id="Function" ref="eric5.Utilities.ModuleParser.html#Function" /> - <keyword name="Module" id="Module" ref="eric5.Utilities.ModuleParser.html#Module" /> - <keyword name="RbModule" id="RbModule" ref="eric5.Utilities.ModuleParser.html#RbModule" /> - <keyword name="VisibilityBase" id="VisibilityBase" ref="eric5.Utilities.ModuleParser.html#VisibilityBase" /> - <keyword name="_indent" id="_indent" ref="eric5.Utilities.ModuleParser.html#_indent" /> - <keyword name="find_module" id="find_module" ref="eric5.Utilities.ModuleParser.html#find_module" /> - <keyword name="getTypeFromTypeName" id="getTypeFromTypeName" ref="eric5.Utilities.ModuleParser.html#getTypeFromTypeName" /> - <keyword name="readModule" id="readModule" ref="eric5.Utilities.ModuleParser.html#readModule" /> - <keyword name="resetParsedModule" id="resetParsedModule" ref="eric5.Utilities.ModuleParser.html#resetParsedModule" /> - <keyword name="resetParsedModules" id="resetParsedModules" ref="eric5.Utilities.ModuleParser.html#resetParsedModules" /> - <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ModuleParser.html#Attribute.__init__" /> - <keyword name="Attribute.addAssignment" id="Attribute.addAssignment" ref="eric5.Utilities.ModuleParser.html#Attribute.addAssignment" /> - <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ModuleParser.html#Class.__init__" /> - <keyword name="Class.addAttribute" id="Class.addAttribute" ref="eric5.Utilities.ModuleParser.html#Class.addAttribute" /> - <keyword name="Class.addDescription" id="Class.addDescription" ref="eric5.Utilities.ModuleParser.html#Class.addDescription" /> - <keyword name="Class.addGlobal" id="Class.addGlobal" ref="eric5.Utilities.ModuleParser.html#Class.addGlobal" /> - <keyword name="Class.addMethod" id="Class.addMethod" ref="eric5.Utilities.ModuleParser.html#Class.addMethod" /> - <keyword name="Class.getAttribute" id="Class.getAttribute" ref="eric5.Utilities.ModuleParser.html#Class.getAttribute" /> - <keyword name="Class.getMethod" id="Class.getMethod" ref="eric5.Utilities.ModuleParser.html#Class.getMethod" /> - <keyword name="Class.setEndLine" id="Class.setEndLine" ref="eric5.Utilities.ModuleParser.html#Class.setEndLine" /> - <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" /> - <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" /> - <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ModuleParser.html#Module.__init__" /> - <keyword name="Module.__py_scan" id="Module.__py_scan" ref="eric5.Utilities.ModuleParser.html#Module.__py_scan" /> - <keyword name="Module.__py_setVisibility" id="Module.__py_setVisibility" ref="eric5.Utilities.ModuleParser.html#Module.__py_setVisibility" /> - <keyword name="Module.__rb_scan" id="Module.__rb_scan" ref="eric5.Utilities.ModuleParser.html#Module.__rb_scan" /> - <keyword name="Module.addClass" id="Module.addClass" ref="eric5.Utilities.ModuleParser.html#Module.addClass" /> - <keyword name="Module.addDescription" id="Module.addDescription" ref="eric5.Utilities.ModuleParser.html#Module.addDescription" /> - <keyword name="Module.addFunction" id="Module.addFunction" ref="eric5.Utilities.ModuleParser.html#Module.addFunction" /> - <keyword name="Module.addGlobal" id="Module.addGlobal" ref="eric5.Utilities.ModuleParser.html#Module.addGlobal" /> - <keyword name="Module.addModule" id="Module.addModule" ref="eric5.Utilities.ModuleParser.html#Module.addModule" /> - <keyword name="Module.addPathToHierarchy" id="Module.addPathToHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.addPathToHierarchy" /> - <keyword name="Module.assembleHierarchy" id="Module.assembleHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.assembleHierarchy" /> - <keyword name="Module.createHierarchy" id="Module.createHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.createHierarchy" /> - <keyword name="Module.getFileName" id="Module.getFileName" ref="eric5.Utilities.ModuleParser.html#Module.getFileName" /> - <keyword name="Module.getName" id="Module.getName" ref="eric5.Utilities.ModuleParser.html#Module.getName" /> - <keyword name="Module.getType" id="Module.getType" ref="eric5.Utilities.ModuleParser.html#Module.getType" /> - <keyword name="Module.scan" id="Module.scan" ref="eric5.Utilities.ModuleParser.html#Module.scan" /> - <keyword name="RbModule (Constructor)" id="RbModule (Constructor)" ref="eric5.Utilities.ModuleParser.html#RbModule.__init__" /> - <keyword name="RbModule.addClass" id="RbModule.addClass" ref="eric5.Utilities.ModuleParser.html#RbModule.addClass" /> - <keyword name="VisibilityBase.isPrivate" id="VisibilityBase.isPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPrivate" /> - <keyword name="VisibilityBase.isProtected" id="VisibilityBase.isProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isProtected" /> - <keyword name="VisibilityBase.isPublic" id="VisibilityBase.isPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPublic" /> - <keyword name="VisibilityBase.setPrivate" id="VisibilityBase.setPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPrivate" /> - <keyword name="VisibilityBase.setProtected" id="VisibilityBase.setProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setProtected" /> - <keyword name="VisibilityBase.setPublic" id="VisibilityBase.setPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPublic" /> - <keyword name="AutoSaver (Module)" id="AutoSaver (Module)" ref="eric5.Utilities.AutoSaver.html" /> - <keyword name="AutoSaver" id="AutoSaver" ref="eric5.Utilities.AutoSaver.html#AutoSaver" /> - <keyword name="AutoSaver (Constructor)" id="AutoSaver (Constructor)" ref="eric5.Utilities.AutoSaver.html#AutoSaver.__init__" /> - <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric5.Utilities.AutoSaver.html#AutoSaver.changeOccurred" /> - <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric5.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" /> - <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric5.Utilities.AutoSaver.html#AutoSaver.timerEvent" /> - <keyword name="SingleApplication (Module)" id="SingleApplication (Module)" ref="eric5.Utilities.SingleApplication.html" /> - <keyword name="SingleApplicationClient" id="SingleApplicationClient" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient" /> - <keyword name="SingleApplicationServer" id="SingleApplicationServer" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer" /> - <keyword name="SingleApplicationClient (Constructor)" id="SingleApplicationClient (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.__init__" /> - <keyword name="SingleApplicationClient.connect" id="SingleApplicationClient.connect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.connect" /> - <keyword name="SingleApplicationClient.disconnect" id="SingleApplicationClient.disconnect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.disconnect" /> - <keyword name="SingleApplicationClient.errstr" id="SingleApplicationClient.errstr" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.errstr" /> - <keyword name="SingleApplicationClient.processArgs" id="SingleApplicationClient.processArgs" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.processArgs" /> - <keyword name="SingleApplicationClient.sendCommand" id="SingleApplicationClient.sendCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.sendCommand" /> - <keyword name="SingleApplicationServer (Constructor)" id="SingleApplicationServer (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__init__" /> - <keyword name="SingleApplicationServer.__disconnected" id="SingleApplicationServer.__disconnected" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__disconnected" /> - <keyword name="SingleApplicationServer.__newConnection" id="SingleApplicationServer.__newConnection" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__newConnection" /> - <keyword name="SingleApplicationServer.__parseLine" id="SingleApplicationServer.__parseLine" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__parseLine" /> - <keyword name="SingleApplicationServer.handleCommand" id="SingleApplicationServer.handleCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.handleCommand" /> - <keyword name="SingleApplicationServer.shutdown" id="SingleApplicationServer.shutdown" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.shutdown" /> - <keyword name="SqlBrowser (Package)" id="SqlBrowser (Package)" ref="index-eric5.SqlBrowser.html" /> - <keyword name="SqlBrowser (Module)" id="SqlBrowser (Module)" ref="eric5.SqlBrowser.SqlBrowser.html" /> - <keyword name="SqlBrowser" id="SqlBrowser" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser" /> - <keyword name="SqlBrowser (Constructor)" id="SqlBrowser (Constructor)" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__init__" /> - <keyword name="SqlBrowser.__about" id="SqlBrowser.__about" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__about" /> - <keyword name="SqlBrowser.__aboutQt" id="SqlBrowser.__aboutQt" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__aboutQt" /> - <keyword name="SqlBrowser.__initActions" id="SqlBrowser.__initActions" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initActions" /> - <keyword name="SqlBrowser.__initMenus" id="SqlBrowser.__initMenus" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initMenus" /> - <keyword name="SqlBrowser.__initToolbars" id="SqlBrowser.__initToolbars" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initToolbars" /> - <keyword name="SqlBrowser.__uiStartUp" id="SqlBrowser.__uiStartUp" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__uiStartUp" /> - <keyword name="SqlConnectionDialog (Module)" id="SqlConnectionDialog (Module)" ref="eric5.SqlBrowser.SqlConnectionDialog.html" /> - <keyword name="SqlConnectionDialog" id="SqlConnectionDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog" /> - <keyword name="SqlConnectionDialog (Constructor)" id="SqlConnectionDialog (Constructor)" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__init__" /> - <keyword name="SqlConnectionDialog.__updateDialog" id="SqlConnectionDialog.__updateDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__updateDialog" /> - <keyword name="SqlConnectionDialog.getData" id="SqlConnectionDialog.getData" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.getData" /> - <keyword name="SqlConnectionDialog.on_databaseEdit_textChanged" id="SqlConnectionDialog.on_databaseEdit_textChanged" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseEdit_textChanged" /> - <keyword name="SqlConnectionDialog.on_databaseFileButton_clicked" id="SqlConnectionDialog.on_databaseFileButton_clicked" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseFileButton_clicked" /> - <keyword name="SqlConnectionDialog.on_driverCombo_activated" id="SqlConnectionDialog.on_driverCombo_activated" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_driverCombo_activated" /> - <keyword name="SqlConnectionWidget (Module)" id="SqlConnectionWidget (Module)" ref="eric5.SqlBrowser.SqlConnectionWidget.html" /> - <keyword name="SqlConnectionWidget" id="SqlConnectionWidget" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget" /> - <keyword name="SqlConnectionWidget (Constructor)" id="SqlConnectionWidget (Constructor)" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__init__" /> - <keyword name="SqlConnectionWidget.__currentItemChanged" id="SqlConnectionWidget.__currentItemChanged" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__currentItemChanged" /> - <keyword name="SqlConnectionWidget.__dbCaption" id="SqlConnectionWidget.__dbCaption" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__dbCaption" /> - <keyword name="SqlConnectionWidget.__itemActivated" id="SqlConnectionWidget.__itemActivated" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__itemActivated" /> - <keyword name="SqlConnectionWidget.__setActive" id="SqlConnectionWidget.__setActive" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setActive" /> - <keyword name="SqlConnectionWidget.__setBold" id="SqlConnectionWidget.__setBold" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setBold" /> - <keyword name="SqlConnectionWidget.currentDatabase" id="SqlConnectionWidget.currentDatabase" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.currentDatabase" /> - <keyword name="SqlConnectionWidget.refresh" id="SqlConnectionWidget.refresh" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.refresh" /> - <keyword name="SqlConnectionWidget.showSchema" id="SqlConnectionWidget.showSchema" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.showSchema" /> - <keyword name="SqlBrowserWidget (Module)" id="SqlBrowserWidget (Module)" ref="eric5.SqlBrowser.SqlBrowserWidget.html" /> - <keyword name="SqlBrowserWidget" id="SqlBrowserWidget" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget" /> - <keyword name="SqlBrowserWidget (Constructor)" id="SqlBrowserWidget (Constructor)" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__init__" /> - <keyword name="SqlBrowserWidget.__deleteRow" id="SqlBrowserWidget.__deleteRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__deleteRow" /> - <keyword name="SqlBrowserWidget.__insertRow" id="SqlBrowserWidget.__insertRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__insertRow" /> - <keyword name="SqlBrowserWidget.addConnection" id="SqlBrowserWidget.addConnection" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnection" /> - <keyword name="SqlBrowserWidget.addConnectionByDialog" id="SqlBrowserWidget.addConnectionByDialog" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnectionByDialog" /> - <keyword name="SqlBrowserWidget.executeQuery" id="SqlBrowserWidget.executeQuery" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.executeQuery" /> - <keyword name="SqlBrowserWidget.on_clearButton_clicked" id="SqlBrowserWidget.on_clearButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_clearButton_clicked" /> - <keyword name="SqlBrowserWidget.on_connections_cleared" id="SqlBrowserWidget.on_connections_cleared" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_cleared" /> - <keyword name="SqlBrowserWidget.on_connections_schemaRequested" id="SqlBrowserWidget.on_connections_schemaRequested" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_schemaRequested" /> - <keyword name="SqlBrowserWidget.on_connections_tableActivated" id="SqlBrowserWidget.on_connections_tableActivated" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_tableActivated" /> - <keyword name="SqlBrowserWidget.on_deleteRowAction_triggered" id="SqlBrowserWidget.on_deleteRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_deleteRowAction_triggered" /> - <keyword name="SqlBrowserWidget.on_executeButton_clicked" id="SqlBrowserWidget.on_executeButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_executeButton_clicked" /> - <keyword name="SqlBrowserWidget.on_insertRowAction_triggered" id="SqlBrowserWidget.on_insertRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_insertRowAction_triggered" /> - <keyword name="SqlBrowserWidget.showSchema" id="SqlBrowserWidget.showSchema" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showSchema" /> - <keyword name="SqlBrowserWidget.showTable" id="SqlBrowserWidget.showTable" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showTable" /> - <keyword name="SqlBrowserWidget.updateActions" id="SqlBrowserWidget.updateActions" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.updateActions" /> + <keyword name="WatchPointModel (Module)" id="WatchPointModel (Module)" ref="eric5.Debugger.WatchPointModel.html" /> + <keyword name="WatchPointModel" id="WatchPointModel" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel" /> + <keyword name="WatchPointModel (Constructor)" id="WatchPointModel (Constructor)" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.__init__" /> + <keyword name="WatchPointModel.addWatchPoint" id="WatchPointModel.addWatchPoint" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.addWatchPoint" /> + <keyword name="WatchPointModel.columnCount" id="WatchPointModel.columnCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.columnCount" /> + <keyword name="WatchPointModel.data" id="WatchPointModel.data" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.data" /> + <keyword name="WatchPointModel.deleteAll" id="WatchPointModel.deleteAll" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteAll" /> + <keyword name="WatchPointModel.deleteWatchPointByIndex" id="WatchPointModel.deleteWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPointByIndex" /> + <keyword name="WatchPointModel.deleteWatchPoints" id="WatchPointModel.deleteWatchPoints" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.deleteWatchPoints" /> + <keyword name="WatchPointModel.flags" id="WatchPointModel.flags" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.flags" /> + <keyword name="WatchPointModel.getWatchPointByIndex" id="WatchPointModel.getWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointByIndex" /> + <keyword name="WatchPointModel.getWatchPointIndex" id="WatchPointModel.getWatchPointIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.getWatchPointIndex" /> + <keyword name="WatchPointModel.hasChildren" id="WatchPointModel.hasChildren" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.hasChildren" /> + <keyword name="WatchPointModel.headerData" id="WatchPointModel.headerData" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.headerData" /> + <keyword name="WatchPointModel.index" id="WatchPointModel.index" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.index" /> + <keyword name="WatchPointModel.parent" id="WatchPointModel.parent" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.parent" /> + <keyword name="WatchPointModel.rowCount" id="WatchPointModel.rowCount" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.rowCount" /> + <keyword name="WatchPointModel.setWatchPointByIndex" id="WatchPointModel.setWatchPointByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointByIndex" /> + <keyword name="WatchPointModel.setWatchPointEnabledByIndex" id="WatchPointModel.setWatchPointEnabledByIndex" ref="eric5.Debugger.WatchPointModel.html#WatchPointModel.setWatchPointEnabledByIndex" /> + <keyword name="WatchPointViewer (Module)" id="WatchPointViewer (Module)" ref="eric5.Debugger.WatchPointViewer.html" /> + <keyword name="WatchPointViewer" id="WatchPointViewer" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer" /> + <keyword name="WatchPointViewer (Constructor)" id="WatchPointViewer (Constructor)" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__init__" /> + <keyword name="WatchPointViewer.__addWatchPoint" id="WatchPointViewer.__addWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__addWatchPoint" /> + <keyword name="WatchPointViewer.__clearSelection" id="WatchPointViewer.__clearSelection" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__clearSelection" /> + <keyword name="WatchPointViewer.__configure" id="WatchPointViewer.__configure" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__configure" /> + <keyword name="WatchPointViewer.__createPopupMenus" id="WatchPointViewer.__createPopupMenus" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__createPopupMenus" /> + <keyword name="WatchPointViewer.__deleteAllWatchPoints" id="WatchPointViewer.__deleteAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteAllWatchPoints" /> + <keyword name="WatchPointViewer.__deleteSelectedWatchPoints" id="WatchPointViewer.__deleteSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteSelectedWatchPoints" /> + <keyword name="WatchPointViewer.__deleteWatchPoint" id="WatchPointViewer.__deleteWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__deleteWatchPoint" /> + <keyword name="WatchPointViewer.__disableAllWatchPoints" id="WatchPointViewer.__disableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableAllWatchPoints" /> + <keyword name="WatchPointViewer.__disableSelectedWatchPoints" id="WatchPointViewer.__disableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableSelectedWatchPoints" /> + <keyword name="WatchPointViewer.__disableWatchPoint" id="WatchPointViewer.__disableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__disableWatchPoint" /> + <keyword name="WatchPointViewer.__doEditWatchPoint" id="WatchPointViewer.__doEditWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doEditWatchPoint" /> + <keyword name="WatchPointViewer.__doubleClicked" id="WatchPointViewer.__doubleClicked" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__doubleClicked" /> + <keyword name="WatchPointViewer.__editWatchPoint" id="WatchPointViewer.__editWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__editWatchPoint" /> + <keyword name="WatchPointViewer.__enableAllWatchPoints" id="WatchPointViewer.__enableAllWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableAllWatchPoints" /> + <keyword name="WatchPointViewer.__enableSelectedWatchPoints" id="WatchPointViewer.__enableSelectedWatchPoints" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableSelectedWatchPoints" /> + <keyword name="WatchPointViewer.__enableWatchPoint" id="WatchPointViewer.__enableWatchPoint" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__enableWatchPoint" /> + <keyword name="WatchPointViewer.__findDuplicates" id="WatchPointViewer.__findDuplicates" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__findDuplicates" /> + <keyword name="WatchPointViewer.__fromSourceIndex" id="WatchPointViewer.__fromSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__fromSourceIndex" /> + <keyword name="WatchPointViewer.__getSelectedItemsCount" id="WatchPointViewer.__getSelectedItemsCount" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__getSelectedItemsCount" /> + <keyword name="WatchPointViewer.__layoutDisplay" id="WatchPointViewer.__layoutDisplay" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__layoutDisplay" /> + <keyword name="WatchPointViewer.__resizeColumns" id="WatchPointViewer.__resizeColumns" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resizeColumns" /> + <keyword name="WatchPointViewer.__resort" id="WatchPointViewer.__resort" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__resort" /> + <keyword name="WatchPointViewer.__setRowSelected" id="WatchPointViewer.__setRowSelected" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setRowSelected" /> + <keyword name="WatchPointViewer.__setWpEnabled" id="WatchPointViewer.__setWpEnabled" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__setWpEnabled" /> + <keyword name="WatchPointViewer.__showBackMenu" id="WatchPointViewer.__showBackMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showBackMenu" /> + <keyword name="WatchPointViewer.__showContextMenu" id="WatchPointViewer.__showContextMenu" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__showContextMenu" /> + <keyword name="WatchPointViewer.__toSourceIndex" id="WatchPointViewer.__toSourceIndex" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.__toSourceIndex" /> + <keyword name="WatchPointViewer.setModel" id="WatchPointViewer.setModel" ref="eric5.Debugger.WatchPointViewer.html#WatchPointViewer.setModel" /> + <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" /> + <keyword name="APIGenerator (Module)" id="APIGenerator (Module)" ref="eric5.DocumentationTools.APIGenerator.html" /> + <keyword name="APIGenerator" id="APIGenerator" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator" /> + <keyword name="APIGenerator (Constructor)" id="APIGenerator (Constructor)" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__init__" /> + <keyword name="APIGenerator.__addClassVariablesAPI" id="APIGenerator.__addClassVariablesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassVariablesAPI" /> + <keyword name="APIGenerator.__addClassesAPI" id="APIGenerator.__addClassesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassesAPI" /> + <keyword name="APIGenerator.__addFunctionsAPI" id="APIGenerator.__addFunctionsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addFunctionsAPI" /> + <keyword name="APIGenerator.__addGlobalsAPI" id="APIGenerator.__addGlobalsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addGlobalsAPI" /> + <keyword name="APIGenerator.__addMethodsAPI" id="APIGenerator.__addMethodsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addMethodsAPI" /> + <keyword name="APIGenerator.__isPrivate" id="APIGenerator.__isPrivate" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__isPrivate" /> + <keyword name="APIGenerator.genAPI" id="APIGenerator.genAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genAPI" /> + <keyword name="APIGenerator.genBases" id="APIGenerator.genBases" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genBases" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DocumentationTools.Config.html" /> + <keyword name="IndexGenerator (Module)" id="IndexGenerator (Module)" ref="eric5.DocumentationTools.IndexGenerator.html" /> + <keyword name="IndexGenerator" id="IndexGenerator" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator" /> + <keyword name="IndexGenerator (Constructor)" id="IndexGenerator (Constructor)" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__init__" /> + <keyword name="IndexGenerator.__writeIndex" id="IndexGenerator.__writeIndex" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__writeIndex" /> + <keyword name="IndexGenerator.remember" id="IndexGenerator.remember" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.remember" /> + <keyword name="IndexGenerator.writeIndices" id="IndexGenerator.writeIndices" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.writeIndices" /> + <keyword name="ModuleDocumentor (Module)" id="ModuleDocumentor (Module)" ref="eric5.DocumentationTools.ModuleDocumentor.html" /> + <keyword name="ModuleDocument" id="ModuleDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument" /> + <keyword name="TagError" id="TagError" ref="eric5.DocumentationTools.ModuleDocumentor.html#TagError" /> + <keyword name="ModuleDocument (Constructor)" id="ModuleDocument (Constructor)" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__init__" /> + <keyword name="ModuleDocument.__checkDeprecated" id="ModuleDocument.__checkDeprecated" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__checkDeprecated" /> + <keyword name="ModuleDocument.__formatCrossReferenceEntry" id="ModuleDocument.__formatCrossReferenceEntry" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatCrossReferenceEntry" /> + <keyword name="ModuleDocument.__formatDescription" id="ModuleDocument.__formatDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatDescription" /> + <keyword name="ModuleDocument.__genClassListSection" id="ModuleDocument.__genClassListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassListSection" /> + <keyword name="ModuleDocument.__genClassesSection" id="ModuleDocument.__genClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassesSection" /> + <keyword name="ModuleDocument.__genDescriptionListSection" id="ModuleDocument.__genDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genDescriptionListSection" /> + <keyword name="ModuleDocument.__genFunctionListSection" id="ModuleDocument.__genFunctionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionListSection" /> + <keyword name="ModuleDocument.__genFunctionsSection" id="ModuleDocument.__genFunctionsSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionsSection" /> + <keyword name="ModuleDocument.__genGlobalsListSection" id="ModuleDocument.__genGlobalsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genGlobalsListSection" /> + <keyword name="ModuleDocument.__genListSection" id="ModuleDocument.__genListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genListSection" /> + <keyword name="ModuleDocument.__genMethodSection" id="ModuleDocument.__genMethodSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodSection" /> + <keyword name="ModuleDocument.__genMethodsListSection" id="ModuleDocument.__genMethodsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodsListSection" /> + <keyword name="ModuleDocument.__genModuleSection" id="ModuleDocument.__genModuleSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genModuleSection" /> + <keyword name="ModuleDocument.__genParagraphs" id="ModuleDocument.__genParagraphs" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParagraphs" /> + <keyword name="ModuleDocument.__genParamDescriptionListSection" id="ModuleDocument.__genParamDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParamDescriptionListSection" /> + <keyword name="ModuleDocument.__genRbModulesClassesListSection" id="ModuleDocument.__genRbModulesClassesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesListSection" /> + <keyword name="ModuleDocument.__genRbModulesClassesSection" id="ModuleDocument.__genRbModulesClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesSection" /> + <keyword name="ModuleDocument.__genRbModulesListSection" id="ModuleDocument.__genRbModulesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesListSection" /> + <keyword name="ModuleDocument.__genRbModulesSection" id="ModuleDocument.__genRbModulesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesSection" /> + <keyword name="ModuleDocument.__genSeeListSection" id="ModuleDocument.__genSeeListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genSeeListSection" /> + <keyword name="ModuleDocument.__getShortDescription" id="ModuleDocument.__getShortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__getShortDescription" /> + <keyword name="ModuleDocument.__processInlineTags" id="ModuleDocument.__processInlineTags" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__processInlineTags" /> + <keyword name="ModuleDocument.description" id="ModuleDocument.description" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.description" /> + <keyword name="ModuleDocument.genDocument" id="ModuleDocument.genDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.genDocument" /> + <keyword name="ModuleDocument.getQtHelpKeywords" id="ModuleDocument.getQtHelpKeywords" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.getQtHelpKeywords" /> + <keyword name="ModuleDocument.isEmpty" id="ModuleDocument.isEmpty" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.isEmpty" /> + <keyword name="ModuleDocument.name" id="ModuleDocument.name" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.name" /> + <keyword name="ModuleDocument.shortDescription" id="ModuleDocument.shortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.shortDescription" /> + <keyword name="QtHelpGenerator (Module)" id="QtHelpGenerator (Module)" ref="eric5.DocumentationTools.QtHelpGenerator.html" /> + <keyword name="QtHelpGenerator" id="QtHelpGenerator" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator" /> + <keyword name="QtHelpGenerator (Constructor)" id="QtHelpGenerator (Constructor)" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__init__" /> + <keyword name="QtHelpGenerator.__convertEol" id="QtHelpGenerator.__convertEol" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__convertEol" /> + <keyword name="QtHelpGenerator.__generateSections" id="QtHelpGenerator.__generateSections" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__generateSections" /> + <keyword name="QtHelpGenerator.generateFiles" id="QtHelpGenerator.generateFiles" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.generateFiles" /> + <keyword name="QtHelpGenerator.remember" id="QtHelpGenerator.remember" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.remember" /> + <keyword name="TemplatesListsStyle (Module)" id="TemplatesListsStyle (Module)" ref="eric5.DocumentationTools.TemplatesListsStyle.html" /> + <keyword name="TemplatesListsStyleCSS (Module)" id="TemplatesListsStyleCSS (Module)" ref="eric5.DocumentationTools.TemplatesListsStyleCSS.html" /> + <keyword name="E5Graphics (Package)" id="E5Graphics (Package)" ref="index-eric5.E5Graphics.html" /> + <keyword name="E5ArrowItem (Module)" id="E5ArrowItem (Module)" ref="eric5.E5Graphics.E5ArrowItem.html" /> + <keyword name="E5ArrowItem" id="E5ArrowItem" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem" /> + <keyword name="E5ArrowItem (Constructor)" id="E5ArrowItem (Constructor)" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.__init__" /> + <keyword name="E5ArrowItem.boundingRect" id="E5ArrowItem.boundingRect" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.boundingRect" /> + <keyword name="E5ArrowItem.paint" id="E5ArrowItem.paint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.paint" /> + <keyword name="E5ArrowItem.setEndPoint" id="E5ArrowItem.setEndPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setEndPoint" /> + <keyword name="E5ArrowItem.setPoints" id="E5ArrowItem.setPoints" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setPoints" /> + <keyword name="E5ArrowItem.setStartPoint" id="E5ArrowItem.setStartPoint" ref="eric5.E5Graphics.E5ArrowItem.html#E5ArrowItem.setStartPoint" /> + <keyword name="E5GraphicsView (Module)" id="E5GraphicsView (Module)" ref="eric5.E5Graphics.E5GraphicsView.html" /> + <keyword name="E5GraphicsView" id="E5GraphicsView" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView" /> + <keyword name="E5GraphicsView (Constructor)" id="E5GraphicsView (Constructor)" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__init__" /> + <keyword name="E5GraphicsView.__getDiagram" id="E5GraphicsView.__getDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.__getDiagram" /> + <keyword name="E5GraphicsView._getDiagramRect" id="E5GraphicsView._getDiagramRect" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramRect" /> + <keyword name="E5GraphicsView._getDiagramSize" id="E5GraphicsView._getDiagramSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView._getDiagramSize" /> + <keyword name="E5GraphicsView.filteredItems" id="E5GraphicsView.filteredItems" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.filteredItems" /> + <keyword name="E5GraphicsView.printDiagram" id="E5GraphicsView.printDiagram" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.printDiagram" /> + <keyword name="E5GraphicsView.resizeScene" id="E5GraphicsView.resizeScene" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.resizeScene" /> + <keyword name="E5GraphicsView.saveImage" id="E5GraphicsView.saveImage" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.saveImage" /> + <keyword name="E5GraphicsView.setSceneSize" id="E5GraphicsView.setSceneSize" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setSceneSize" /> + <keyword name="E5GraphicsView.setZoom" id="E5GraphicsView.setZoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.setZoom" /> + <keyword name="E5GraphicsView.zoom" id="E5GraphicsView.zoom" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoom" /> + <keyword name="E5GraphicsView.zoomIn" id="E5GraphicsView.zoomIn" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomIn" /> + <keyword name="E5GraphicsView.zoomOut" id="E5GraphicsView.zoomOut" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomOut" /> + <keyword name="E5GraphicsView.zoomReset" id="E5GraphicsView.zoomReset" ref="eric5.E5Graphics.E5GraphicsView.html#E5GraphicsView.zoomReset" /> + <keyword name="E5Gui (Package)" id="E5Gui (Package)" ref="index-eric5.E5Gui.html" /> + <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" /> + <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" /> + <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" /> + <keyword name="addActions" id="addActions" ref="eric5.E5Gui.E5Action.html#addActions" /> + <keyword name="createActionGroup" id="createActionGroup" ref="eric5.E5Gui.E5Action.html#createActionGroup" /> + <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" /> + <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" /> + <keyword name="ArgumentsError.__str__" id="ArgumentsError.__str__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__str__" /> + <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" /> + <keyword name="E5Action.__ammendToolTip" id="E5Action.__ammendToolTip" ref="eric5.E5Gui.E5Action.html#E5Action.__ammendToolTip" /> + <keyword name="E5Action.alternateShortcut" id="E5Action.alternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.alternateShortcut" /> + <keyword name="E5Action.setAlternateShortcut" id="E5Action.setAlternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setAlternateShortcut" /> + <keyword name="E5Action.setShortcut" id="E5Action.setShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcut" /> + <keyword name="E5Action.setShortcuts" id="E5Action.setShortcuts" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcuts" /> + <keyword name="E5Application (Module)" id="E5Application (Module)" ref="eric5.E5Gui.E5Application.html" /> + <keyword name="E5Application" id="E5Application" ref="eric5.E5Gui.E5Application.html#E5Application" /> + <keyword name="E5Application (Constructor)" id="E5Application (Constructor)" ref="eric5.E5Gui.E5Application.html#E5Application.__init__" /> + <keyword name="E5Application.getObject" id="E5Application.getObject" ref="eric5.E5Gui.E5Application.html#E5Application.getObject" /> + <keyword name="E5Application.getPluginObject" id="E5Application.getPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObject" /> + <keyword name="E5Application.getPluginObjectType" id="E5Application.getPluginObjectType" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjectType" /> + <keyword name="E5Application.getPluginObjects" id="E5Application.getPluginObjects" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjects" /> + <keyword name="E5Application.registerObject" id="E5Application.registerObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerObject" /> + <keyword name="E5Application.registerPluginObject" id="E5Application.registerPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerPluginObject" /> + <keyword name="E5Application.unregisterPluginObject" id="E5Application.unregisterPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.unregisterPluginObject" /> + <keyword name="E5Completers (Module)" id="E5Completers (Module)" ref="eric5.E5Gui.E5Completers.html" /> + <keyword name="E5DirCompleter" id="E5DirCompleter" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter" /> + <keyword name="E5FileCompleter" id="E5FileCompleter" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter" /> + <keyword name="E5StringListCompleter" id="E5StringListCompleter" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter" /> + <keyword name="E5DirCompleter (Constructor)" id="E5DirCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter.__init__" /> + <keyword name="E5FileCompleter (Constructor)" id="E5FileCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter.__init__" /> + <keyword name="E5StringListCompleter (Constructor)" id="E5StringListCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter.__init__" /> + <keyword name="E5FileDialog (Module)" id="E5FileDialog (Module)" ref="eric5.E5Gui.E5FileDialog.html" /> + <keyword name="__reorderFilter" id="__reorderFilter" ref="eric5.E5Gui.E5FileDialog.html#__reorderFilter" /> + <keyword name="getExistingDirectory" id="getExistingDirectory" ref="eric5.E5Gui.E5FileDialog.html#getExistingDirectory" /> + <keyword name="getOpenFileName" id="getOpenFileName" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileName" /> + <keyword name="getOpenFileNameAndFilter" id="getOpenFileNameAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNameAndFilter" /> + <keyword name="getOpenFileNames" id="getOpenFileNames" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNames" /> + <keyword name="getOpenFileNamesAndFilter" id="getOpenFileNamesAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNamesAndFilter" /> + <keyword name="getSaveFileName" id="getSaveFileName" ref="eric5.E5Gui.E5FileDialog.html#getSaveFileName" /> + <keyword name="getSaveFileNameAndFilter" id="getSaveFileNameAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getSaveFileNameAndFilter" /> + <keyword name="E5Led (Module)" id="E5Led (Module)" ref="eric5.E5Gui.E5Led.html" /> + <keyword name="E5Led" id="E5Led" ref="eric5.E5Gui.E5Led.html#E5Led" /> + <keyword name="E5Led (Constructor)" id="E5Led (Constructor)" ref="eric5.E5Gui.E5Led.html#E5Led.__init__" /> + <keyword name="E5Led.__getBestRoundSize" id="E5Led.__getBestRoundSize" ref="eric5.E5Gui.E5Led.html#E5Led.__getBestRoundSize" /> + <keyword name="E5Led.__paintRectangular" id="E5Led.__paintRectangular" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRectangular" /> + <keyword name="E5Led.__paintRound" id="E5Led.__paintRound" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRound" /> + <keyword name="E5Led.color" id="E5Led.color" ref="eric5.E5Gui.E5Led.html#E5Led.color" /> + <keyword name="E5Led.darkFactor" id="E5Led.darkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.darkFactor" /> + <keyword name="E5Led.isFramed" id="E5Led.isFramed" ref="eric5.E5Gui.E5Led.html#E5Led.isFramed" /> + <keyword name="E5Led.isOn" id="E5Led.isOn" ref="eric5.E5Gui.E5Led.html#E5Led.isOn" /> + <keyword name="E5Led.minimumSizeHint" id="E5Led.minimumSizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.minimumSizeHint" /> + <keyword name="E5Led.off" id="E5Led.off" ref="eric5.E5Gui.E5Led.html#E5Led.off" /> + <keyword name="E5Led.on" id="E5Led.on" ref="eric5.E5Gui.E5Led.html#E5Led.on" /> + <keyword name="E5Led.paintEvent" id="E5Led.paintEvent" ref="eric5.E5Gui.E5Led.html#E5Led.paintEvent" /> + <keyword name="E5Led.ratio" id="E5Led.ratio" ref="eric5.E5Gui.E5Led.html#E5Led.ratio" /> + <keyword name="E5Led.setColor" id="E5Led.setColor" ref="eric5.E5Gui.E5Led.html#E5Led.setColor" /> + <keyword name="E5Led.setDarkFactor" id="E5Led.setDarkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.setDarkFactor" /> + <keyword name="E5Led.setFramed" id="E5Led.setFramed" ref="eric5.E5Gui.E5Led.html#E5Led.setFramed" /> + <keyword name="E5Led.setOn" id="E5Led.setOn" ref="eric5.E5Gui.E5Led.html#E5Led.setOn" /> + <keyword name="E5Led.setRatio" id="E5Led.setRatio" ref="eric5.E5Gui.E5Led.html#E5Led.setRatio" /> + <keyword name="E5Led.setShape" id="E5Led.setShape" ref="eric5.E5Gui.E5Led.html#E5Led.setShape" /> + <keyword name="E5Led.shape" id="E5Led.shape" ref="eric5.E5Gui.E5Led.html#E5Led.shape" /> + <keyword name="E5Led.sizeHint" id="E5Led.sizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.sizeHint" /> + <keyword name="E5Led.toggle" id="E5Led.toggle" ref="eric5.E5Gui.E5Led.html#E5Led.toggle" /> + <keyword name="E5LineEdit (Module)" id="E5LineEdit (Module)" ref="eric5.E5Gui.E5LineEdit.html" /> + <keyword name="E5LineEdit" id="E5LineEdit" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit" /> + <keyword name="SideWidget" id="SideWidget" ref="eric5.E5Gui.E5LineEdit.html#SideWidget" /> + <keyword name="E5LineEdit (Constructor)" id="E5LineEdit (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__init__" /> + <keyword name="E5LineEdit.__updateSideWidgetLocations" id="E5LineEdit.__updateSideWidgetLocations" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__updateSideWidgetLocations" /> + <keyword name="E5LineEdit._updateTextMargins" id="E5LineEdit._updateTextMargins" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit._updateTextMargins" /> + <keyword name="E5LineEdit.addWidget" id="E5LineEdit.addWidget" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.addWidget" /> + <keyword name="E5LineEdit.event" id="E5LineEdit.event" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.event" /> + <keyword name="E5LineEdit.inactiveText" id="E5LineEdit.inactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.inactiveText" /> + <keyword name="E5LineEdit.paintEvent" id="E5LineEdit.paintEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.paintEvent" /> + <keyword name="E5LineEdit.removeWidget" id="E5LineEdit.removeWidget" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.removeWidget" /> + <keyword name="E5LineEdit.resizeEvent" id="E5LineEdit.resizeEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.resizeEvent" /> + <keyword name="E5LineEdit.setInactiveText" id="E5LineEdit.setInactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setInactiveText" /> + <keyword name="E5LineEdit.setWidgetSpacing" id="E5LineEdit.setWidgetSpacing" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setWidgetSpacing" /> + <keyword name="E5LineEdit.textMargin" id="E5LineEdit.textMargin" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.textMargin" /> + <keyword name="E5LineEdit.widgetSpacing" id="E5LineEdit.widgetSpacing" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.widgetSpacing" /> + <keyword name="SideWidget (Constructor)" id="SideWidget (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#SideWidget.__init__" /> + <keyword name="SideWidget.event" id="SideWidget.event" ref="eric5.E5Gui.E5LineEdit.html#SideWidget.event" /> + <keyword name="E5LineEditButton (Module)" id="E5LineEditButton (Module)" ref="eric5.E5Gui.E5LineEditButton.html" /> + <keyword name="E5LineEditButton" id="E5LineEditButton" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton" /> + <keyword name="E5LineEditButton (Constructor)" id="E5LineEditButton (Constructor)" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.__init__" /> + <keyword name="E5LineEditButton.__clicked" id="E5LineEditButton.__clicked" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.__clicked" /> + <keyword name="E5LineEditButton.menu" id="E5LineEditButton.menu" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.menu" /> + <keyword name="E5LineEditButton.paintEvent" id="E5LineEditButton.paintEvent" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.paintEvent" /> + <keyword name="E5LineEditButton.setIcon" id="E5LineEditButton.setIcon" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.setIcon" /> + <keyword name="E5LineEditButton.setMenu" id="E5LineEditButton.setMenu" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.setMenu" /> + <keyword name="E5ListView (Module)" id="E5ListView (Module)" ref="eric5.E5Gui.E5ListView.html" /> + <keyword name="E5ListView" id="E5ListView" ref="eric5.E5Gui.E5ListView.html#E5ListView" /> + <keyword name="E5ListView.keyPressEvent" id="E5ListView.keyPressEvent" ref="eric5.E5Gui.E5ListView.html#E5ListView.keyPressEvent" /> + <keyword name="E5ListView.removeAll" id="E5ListView.removeAll" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeAll" /> + <keyword name="E5ListView.removeSelected" id="E5ListView.removeSelected" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeSelected" /> + <keyword name="E5MessageBox (Module)" id="E5MessageBox (Module)" ref="eric5.E5Gui.E5MessageBox.html" /> + <keyword name="E5MessageBox" id="E5MessageBox" ref="eric5.E5Gui.E5MessageBox.html#E5MessageBox" /> + <keyword name="__messageBox" id="__messageBox" ref="eric5.E5Gui.E5MessageBox.html#__messageBox" /> + <keyword name="critical" id="critical" ref="eric5.E5Gui.E5MessageBox.html#critical" /> + <keyword name="information" id="information" ref="eric5.E5Gui.E5MessageBox.html#information" /> + <keyword name="okToClearData" id="okToClearData" ref="eric5.E5Gui.E5MessageBox.html#okToClearData" /> + <keyword name="question" id="question" ref="eric5.E5Gui.E5MessageBox.html#question" /> + <keyword name="retryAbort" id="retryAbort" ref="eric5.E5Gui.E5MessageBox.html#retryAbort" /> + <keyword name="warning" id="warning" ref="eric5.E5Gui.E5MessageBox.html#warning" /> + <keyword name="yesNo" id="yesNo" ref="eric5.E5Gui.E5MessageBox.html#yesNo" /> + <keyword name="E5MessageBox (Constructor)" id="E5MessageBox (Constructor)" ref="eric5.E5Gui.E5MessageBox.html#E5MessageBox.__init__" /> + <keyword name="E5ModelMenu (Module)" id="E5ModelMenu (Module)" ref="eric5.E5Gui.E5ModelMenu.html" /> + <keyword name="E5ModelMenu" id="E5ModelMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu" /> + <keyword name="E5ModelMenu (Constructor)" id="E5ModelMenu (Constructor)" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__init__" /> + <keyword name="E5ModelMenu.__aboutToShow" id="E5ModelMenu.__aboutToShow" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__aboutToShow" /> + <keyword name="E5ModelMenu.__actionTriggered" id="E5ModelMenu.__actionTriggered" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__actionTriggered" /> + <keyword name="E5ModelMenu.__makeAction" id="E5ModelMenu.__makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__makeAction" /> + <keyword name="E5ModelMenu.createBaseMenu" id="E5ModelMenu.createBaseMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createBaseMenu" /> + <keyword name="E5ModelMenu.createMenu" id="E5ModelMenu.createMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createMenu" /> + <keyword name="E5ModelMenu.dragEnterEvent" id="E5ModelMenu.dragEnterEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dragEnterEvent" /> + <keyword name="E5ModelMenu.dropEvent" id="E5ModelMenu.dropEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dropEvent" /> + <keyword name="E5ModelMenu.firstSeparator" id="E5ModelMenu.firstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.firstSeparator" /> + <keyword name="E5ModelMenu.index" id="E5ModelMenu.index" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.index" /> + <keyword name="E5ModelMenu.makeAction" id="E5ModelMenu.makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.makeAction" /> + <keyword name="E5ModelMenu.maxRows" id="E5ModelMenu.maxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.maxRows" /> + <keyword name="E5ModelMenu.model" id="E5ModelMenu.model" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.model" /> + <keyword name="E5ModelMenu.mouseMoveEvent" id="E5ModelMenu.mouseMoveEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseMoveEvent" /> + <keyword name="E5ModelMenu.mousePressEvent" id="E5ModelMenu.mousePressEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mousePressEvent" /> + <keyword name="E5ModelMenu.mouseReleaseEvent" id="E5ModelMenu.mouseReleaseEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseReleaseEvent" /> + <keyword name="E5ModelMenu.postPopulated" id="E5ModelMenu.postPopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.postPopulated" /> + <keyword name="E5ModelMenu.prePopulated" id="E5ModelMenu.prePopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.prePopulated" /> + <keyword name="E5ModelMenu.removeEntry" id="E5ModelMenu.removeEntry" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.removeEntry" /> + <keyword name="E5ModelMenu.resetFlags" id="E5ModelMenu.resetFlags" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.resetFlags" /> + <keyword name="E5ModelMenu.rootIndex" id="E5ModelMenu.rootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.rootIndex" /> + <keyword name="E5ModelMenu.separatorRole" id="E5ModelMenu.separatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.separatorRole" /> + <keyword name="E5ModelMenu.setFirstSeparator" id="E5ModelMenu.setFirstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setFirstSeparator" /> + <keyword name="E5ModelMenu.setMaxRows" id="E5ModelMenu.setMaxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setMaxRows" /> + <keyword name="E5ModelMenu.setModel" id="E5ModelMenu.setModel" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setModel" /> + <keyword name="E5ModelMenu.setRootIndex" id="E5ModelMenu.setRootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setRootIndex" /> + <keyword name="E5ModelMenu.setSeparatorRole" id="E5ModelMenu.setSeparatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setSeparatorRole" /> + <keyword name="E5ModelMenu.setStatusBarTextRole" id="E5ModelMenu.setStatusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setStatusBarTextRole" /> + <keyword name="E5ModelMenu.statusBarTextRole" id="E5ModelMenu.statusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.statusBarTextRole" /> + <keyword name="E5ModelToolBar (Module)" id="E5ModelToolBar (Module)" ref="eric5.E5Gui.E5ModelToolBar.html" /> + <keyword name="E5ModelToolBar" id="E5ModelToolBar" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar" /> + <keyword name="E5ModelToolBar (Constructor)" id="E5ModelToolBar (Constructor)" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.__init__" /> + <keyword name="E5ModelToolBar._build" id="E5ModelToolBar._build" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._build" /> + <keyword name="E5ModelToolBar._createMenu" id="E5ModelToolBar._createMenu" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._createMenu" /> + <keyword name="E5ModelToolBar.dragEnterEvent" id="E5ModelToolBar.dragEnterEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dragEnterEvent" /> + <keyword name="E5ModelToolBar.dropEvent" id="E5ModelToolBar.dropEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dropEvent" /> + <keyword name="E5ModelToolBar.eventFilter" id="E5ModelToolBar.eventFilter" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.eventFilter" /> + <keyword name="E5ModelToolBar.hideEvent" id="E5ModelToolBar.hideEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.hideEvent" /> + <keyword name="E5ModelToolBar.index" id="E5ModelToolBar.index" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.index" /> + <keyword name="E5ModelToolBar.model" id="E5ModelToolBar.model" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.model" /> + <keyword name="E5ModelToolBar.mouseMoveEvent" id="E5ModelToolBar.mouseMoveEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.mouseMoveEvent" /> + <keyword name="E5ModelToolBar.resetFlags" id="E5ModelToolBar.resetFlags" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.resetFlags" /> + <keyword name="E5ModelToolBar.rootIndex" id="E5ModelToolBar.rootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.rootIndex" /> + <keyword name="E5ModelToolBar.setModel" id="E5ModelToolBar.setModel" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setModel" /> + <keyword name="E5ModelToolBar.setRootIndex" id="E5ModelToolBar.setRootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setRootIndex" /> + <keyword name="E5ModelToolBar.showEvent" id="E5ModelToolBar.showEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.showEvent" /> + <keyword name="E5PassivePopup (Module)" id="E5PassivePopup (Module)" ref="eric5.E5Gui.E5PassivePopup.html" /> + <keyword name="E5PassivePopup" id="E5PassivePopup" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup" /> + <keyword name="E5PassivePopup (Constructor)" id="E5PassivePopup (Constructor)" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__init__" /> + <keyword name="E5PassivePopup.__calculateNearbyPoint" id="E5PassivePopup.__calculateNearbyPoint" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__calculateNearbyPoint" /> + <keyword name="E5PassivePopup.__defaultArea" id="E5PassivePopup.__defaultArea" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__defaultArea" /> + <keyword name="E5PassivePopup.__moveNear" id="E5PassivePopup.__moveNear" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__moveNear" /> + <keyword name="E5PassivePopup.__positionSelf" id="E5PassivePopup.__positionSelf" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__positionSelf" /> + <keyword name="E5PassivePopup.hideEvent" id="E5PassivePopup.hideEvent" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.hideEvent" /> + <keyword name="E5PassivePopup.mouseReleaseEvent" id="E5PassivePopup.mouseReleaseEvent" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.mouseReleaseEvent" /> + <keyword name="E5PassivePopup.setTimeout" id="E5PassivePopup.setTimeout" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setTimeout" /> + <keyword name="E5PassivePopup.setView" id="E5PassivePopup.setView" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setView" /> + <keyword name="E5PassivePopup.setVisible" id="E5PassivePopup.setVisible" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setVisible" /> + <keyword name="E5PassivePopup.show" id="E5PassivePopup.show" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.show" /> + <keyword name="E5PassivePopup.timeout" id="E5PassivePopup.timeout" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.timeout" /> + <keyword name="E5PassivePopup.view" id="E5PassivePopup.view" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.view" /> + <keyword name="E5PasswordMeter (Module)" id="E5PasswordMeter (Module)" ref="eric5.E5Gui.E5PasswordMeter.html" /> + <keyword name="E5PasswordMeter" id="E5PasswordMeter" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter" /> + <keyword name="E5PasswordMeter (Constructor)" id="E5PasswordMeter (Constructor)" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.__init__" /> + <keyword name="E5PasswordMeter.checkPasswordStrength" id="E5PasswordMeter.checkPasswordStrength" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.checkPasswordStrength" /> + <keyword name="E5PasswordMeter.setMaximum" id="E5PasswordMeter.setMaximum" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setMaximum" /> + <keyword name="E5PasswordMeter.setMinimum" id="E5PasswordMeter.setMinimum" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setMinimum" /> + <keyword name="E5PasswordMeter.setValue" id="E5PasswordMeter.setValue" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setValue" /> + <keyword name="E5SideBar (Module)" id="E5SideBar (Module)" ref="eric5.E5Gui.E5SideBar.html" /> + <keyword name="E5SideBar" id="E5SideBar" ref="eric5.E5Gui.E5SideBar.html#E5SideBar" /> + <keyword name="E5SideBar (Constructor)" id="E5SideBar (Constructor)" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__init__" /> + <keyword name="E5SideBar.__appFocusChanged" id="E5SideBar.__appFocusChanged" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__appFocusChanged" /> + <keyword name="E5SideBar.__autoHideToggled" id="E5SideBar.__autoHideToggled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__autoHideToggled" /> + <keyword name="E5SideBar.__splitterMoved" id="E5SideBar.__splitterMoved" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__splitterMoved" /> + <keyword name="E5SideBar.addTab" id="E5SideBar.addTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.addTab" /> + <keyword name="E5SideBar.clear" id="E5SideBar.clear" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.clear" /> + <keyword name="E5SideBar.count" id="E5SideBar.count" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.count" /> + <keyword name="E5SideBar.currentIndex" id="E5SideBar.currentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentIndex" /> + <keyword name="E5SideBar.currentWidget" id="E5SideBar.currentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentWidget" /> + <keyword name="E5SideBar.enterEvent" id="E5SideBar.enterEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.enterEvent" /> + <keyword name="E5SideBar.eventFilter" id="E5SideBar.eventFilter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.eventFilter" /> + <keyword name="E5SideBar.expand" id="E5SideBar.expand" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.expand" /> + <keyword name="E5SideBar.indexOf" id="E5SideBar.indexOf" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.indexOf" /> + <keyword name="E5SideBar.insertTab" id="E5SideBar.insertTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.insertTab" /> + <keyword name="E5SideBar.isAutoHiding" id="E5SideBar.isAutoHiding" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isAutoHiding" /> + <keyword name="E5SideBar.isMinimized" id="E5SideBar.isMinimized" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isMinimized" /> + <keyword name="E5SideBar.isTabEnabled" id="E5SideBar.isTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isTabEnabled" /> + <keyword name="E5SideBar.leaveEvent" id="E5SideBar.leaveEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.leaveEvent" /> + <keyword name="E5SideBar.nextTab" id="E5SideBar.nextTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.nextTab" /> + <keyword name="E5SideBar.orientation" id="E5SideBar.orientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.orientation" /> + <keyword name="E5SideBar.prevTab" id="E5SideBar.prevTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.prevTab" /> + <keyword name="E5SideBar.removeTab" id="E5SideBar.removeTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.removeTab" /> + <keyword name="E5SideBar.restoreState" id="E5SideBar.restoreState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.restoreState" /> + <keyword name="E5SideBar.saveState" id="E5SideBar.saveState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.saveState" /> + <keyword name="E5SideBar.setCurrentIndex" id="E5SideBar.setCurrentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentIndex" /> + <keyword name="E5SideBar.setCurrentWidget" id="E5SideBar.setCurrentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentWidget" /> + <keyword name="E5SideBar.setOrientation" id="E5SideBar.setOrientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setOrientation" /> + <keyword name="E5SideBar.setSplitter" id="E5SideBar.setSplitter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setSplitter" /> + <keyword name="E5SideBar.setTabEnabled" id="E5SideBar.setTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabEnabled" /> + <keyword name="E5SideBar.setTabIcon" id="E5SideBar.setTabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabIcon" /> + <keyword name="E5SideBar.setTabText" id="E5SideBar.setTabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabText" /> + <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" /> + <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" /> + <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" /> + <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" /> + <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" /> + <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" /> + <keyword name="E5SideBar.tabWhatsThis" id="E5SideBar.tabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabWhatsThis" /> + <keyword name="E5SideBar.widget" id="E5SideBar.widget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.widget" /> + <keyword name="E5SingleApplication (Module)" id="E5SingleApplication (Module)" ref="eric5.E5Gui.E5SingleApplication.html" /> + <keyword name="E5SingleApplicationClient" id="E5SingleApplicationClient" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient" /> + <keyword name="E5SingleApplicationServer" id="E5SingleApplicationServer" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer" /> + <keyword name="E5SingleApplicationClient (Constructor)" id="E5SingleApplicationClient (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__init__" /> + <keyword name="E5SingleApplicationClient.__openFile" id="E5SingleApplicationClient.__openFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openFile" /> + <keyword name="E5SingleApplicationClient.__openProject" id="E5SingleApplicationClient.__openProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openProject" /> + <keyword name="E5SingleApplicationClient.__sendArguments" id="E5SingleApplicationClient.__sendArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__sendArguments" /> + <keyword name="E5SingleApplicationClient.processArgs" id="E5SingleApplicationClient.processArgs" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.processArgs" /> + <keyword name="E5SingleApplicationServer (Constructor)" id="E5SingleApplicationServer (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__init__" /> + <keyword name="E5SingleApplicationServer.__saArguments" id="E5SingleApplicationServer.__saArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saArguments" /> + <keyword name="E5SingleApplicationServer.__saOpenFile" id="E5SingleApplicationServer.__saOpenFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenFile" /> + <keyword name="E5SingleApplicationServer.__saOpenProject" id="E5SingleApplicationServer.__saOpenProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenProject" /> + <keyword name="E5SingleApplicationServer.handleCommand" id="E5SingleApplicationServer.handleCommand" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.handleCommand" /> + <keyword name="E5SqueezeLabels (Module)" id="E5SqueezeLabels (Module)" ref="eric5.E5Gui.E5SqueezeLabels.html" /> + <keyword name="E5SqueezeLabel" id="E5SqueezeLabel" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel" /> + <keyword name="E5SqueezeLabelPath" id="E5SqueezeLabelPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath" /> + <keyword name="E5SqueezeLabel (Constructor)" id="E5SqueezeLabel (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.__init__" /> + <keyword name="E5SqueezeLabel.paintEvent" id="E5SqueezeLabel.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.paintEvent" /> + <keyword name="E5SqueezeLabel.setText" id="E5SqueezeLabel.setText" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.setText" /> + <keyword name="E5SqueezeLabelPath (Constructor)" id="E5SqueezeLabelPath (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.__init__" /> + <keyword name="E5SqueezeLabelPath.length" id="E5SqueezeLabelPath.length" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.length" /> + <keyword name="E5SqueezeLabelPath.paintEvent" id="E5SqueezeLabelPath.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.paintEvent" /> + <keyword name="E5SqueezeLabelPath.setPath" id="E5SqueezeLabelPath.setPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setPath" /> + <keyword name="E5SqueezeLabelPath.setSurrounding" id="E5SqueezeLabelPath.setSurrounding" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setSurrounding" /> + <keyword name="E5SqueezeLabelPath.setTextPath" id="E5SqueezeLabelPath.setTextPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setTextPath" /> + <keyword name="E5TableView (Module)" id="E5TableView (Module)" ref="eric5.E5Gui.E5TableView.html" /> + <keyword name="E5TableView" id="E5TableView" ref="eric5.E5Gui.E5TableView.html#E5TableView" /> + <keyword name="E5TableView.keyPressEvent" id="E5TableView.keyPressEvent" ref="eric5.E5Gui.E5TableView.html#E5TableView.keyPressEvent" /> + <keyword name="E5TableView.removeAll" id="E5TableView.removeAll" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeAll" /> + <keyword name="E5TableView.removeSelected" id="E5TableView.removeSelected" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeSelected" /> + <keyword name="E5TabWidget (Module)" id="E5TabWidget (Module)" ref="eric5.E5Gui.E5TabWidget.html" /> + <keyword name="E5DnDTabBar" id="E5DnDTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar" /> + <keyword name="E5TabWidget" id="E5TabWidget" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget" /> + <keyword name="E5WheelTabBar" id="E5WheelTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar" /> + <keyword name="E5DnDTabBar (Constructor)" id="E5DnDTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.__init__" /> + <keyword name="E5DnDTabBar.dragEnterEvent" id="E5DnDTabBar.dragEnterEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dragEnterEvent" /> + <keyword name="E5DnDTabBar.dropEvent" id="E5DnDTabBar.dropEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dropEvent" /> + <keyword name="E5DnDTabBar.mouseMoveEvent" id="E5DnDTabBar.mouseMoveEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mouseMoveEvent" /> + <keyword name="E5DnDTabBar.mousePressEvent" id="E5DnDTabBar.mousePressEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mousePressEvent" /> + <keyword name="E5TabWidget (Constructor)" id="E5TabWidget (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__init__" /> + <keyword name="E5TabWidget.__currentChanged" id="E5TabWidget.__currentChanged" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__currentChanged" /> + <keyword name="E5TabWidget.__freeSide" id="E5TabWidget.__freeSide" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__freeSide" /> + <keyword name="E5TabWidget.__handleTabCustomContextMenuRequested" id="E5TabWidget.__handleTabCustomContextMenuRequested" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__handleTabCustomContextMenuRequested" /> + <keyword name="E5TabWidget.animationLabel" id="E5TabWidget.animationLabel" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.animationLabel" /> + <keyword name="E5TabWidget.moveTab" id="E5TabWidget.moveTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.moveTab" /> + <keyword name="E5TabWidget.nextTab" id="E5TabWidget.nextTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.nextTab" /> + <keyword name="E5TabWidget.prevTab" id="E5TabWidget.prevTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.prevTab" /> + <keyword name="E5TabWidget.resetAnimation" id="E5TabWidget.resetAnimation" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.resetAnimation" /> + <keyword name="E5TabWidget.selectTab" id="E5TabWidget.selectTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.selectTab" /> + <keyword name="E5TabWidget.setCustomTabBar" id="E5TabWidget.setCustomTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setCustomTabBar" /> + <keyword name="E5TabWidget.setTabContextMenuPolicy" id="E5TabWidget.setTabContextMenuPolicy" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setTabContextMenuPolicy" /> + <keyword name="E5TabWidget.switchTab" id="E5TabWidget.switchTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.switchTab" /> + <keyword name="E5WheelTabBar (Constructor)" id="E5WheelTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.__init__" /> + <keyword name="E5WheelTabBar.wheelEvent" id="E5WheelTabBar.wheelEvent" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.wheelEvent" /> + <keyword name="E5TextSpinBox (Module)" id="E5TextSpinBox (Module)" ref="eric5.E5Gui.E5TextSpinBox.html" /> + <keyword name="E5TextSpinBox" id="E5TextSpinBox" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox" /> + <keyword name="E5TextSpinBox (Constructor)" id="E5TextSpinBox (Constructor)" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.__init__" /> + <keyword name="E5TextSpinBox.addItem" id="E5TextSpinBox.addItem" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.addItem" /> + <keyword name="E5TextSpinBox.currentIndex" id="E5TextSpinBox.currentIndex" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.currentIndex" /> + <keyword name="E5TextSpinBox.itemData" id="E5TextSpinBox.itemData" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.itemData" /> + <keyword name="E5TextSpinBox.textFromValue" id="E5TextSpinBox.textFromValue" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.textFromValue" /> + <keyword name="E5TextSpinBox.valueFromText" id="E5TextSpinBox.valueFromText" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.valueFromText" /> + <keyword name="E5ToolBarDialog (Module)" id="E5ToolBarDialog (Module)" ref="eric5.E5Gui.E5ToolBarDialog.html" /> + <keyword name="E5ToolBarDialog" id="E5ToolBarDialog" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog" /> + <keyword name="E5ToolBarItem" id="E5ToolBarItem" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem" /> + <keyword name="E5ToolBarDialog (Constructor)" id="E5ToolBarDialog (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__init__" /> + <keyword name="E5ToolBarDialog.__resetCurrentToolbar" id="E5ToolBarDialog.__resetCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__resetCurrentToolbar" /> + <keyword name="E5ToolBarDialog.__restoreCurrentToolbar" id="E5ToolBarDialog.__restoreCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbar" /> + <keyword name="E5ToolBarDialog.__restoreCurrentToolbarToDefault" id="E5ToolBarDialog.__restoreCurrentToolbarToDefault" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbarToDefault" /> + <keyword name="E5ToolBarDialog.__saveToolBars" id="E5ToolBarDialog.__saveToolBars" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__saveToolBars" /> + <keyword name="E5ToolBarDialog.__setupButtons" id="E5ToolBarDialog.__setupButtons" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__setupButtons" /> + <keyword name="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" id="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" /> + <keyword name="E5ToolBarDialog.on_actionsTree_currentItemChanged" id="E5ToolBarDialog.on_actionsTree_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_actionsTree_currentItemChanged" /> + <keyword name="E5ToolBarDialog.on_buttonBox_clicked" id="E5ToolBarDialog.on_buttonBox_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_buttonBox_clicked" /> + <keyword name="E5ToolBarDialog.on_downButton_clicked" id="E5ToolBarDialog.on_downButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_downButton_clicked" /> + <keyword name="E5ToolBarDialog.on_leftButton_clicked" id="E5ToolBarDialog.on_leftButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_leftButton_clicked" /> + <keyword name="E5ToolBarDialog.on_newButton_clicked" id="E5ToolBarDialog.on_newButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_newButton_clicked" /> + <keyword name="E5ToolBarDialog.on_removeButton_clicked" id="E5ToolBarDialog.on_removeButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_removeButton_clicked" /> + <keyword name="E5ToolBarDialog.on_renameButton_clicked" id="E5ToolBarDialog.on_renameButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_renameButton_clicked" /> + <keyword name="E5ToolBarDialog.on_rightButton_clicked" id="E5ToolBarDialog.on_rightButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_rightButton_clicked" /> + <keyword name="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" id="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" /> + <keyword name="E5ToolBarDialog.on_upButton_clicked" id="E5ToolBarDialog.on_upButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_upButton_clicked" /> + <keyword name="E5ToolBarItem (Constructor)" id="E5ToolBarItem (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem.__init__" /> + <keyword name="E5ToolBarManager (Module)" id="E5ToolBarManager (Module)" ref="eric5.E5Gui.E5ToolBarManager.html" /> + <keyword name="E5ToolBarManager" id="E5ToolBarManager" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager" /> + <keyword name="E5ToolBarManager (Constructor)" id="E5ToolBarManager (Constructor)" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__init__" /> + <keyword name="E5ToolBarManager.__findAction" id="E5ToolBarManager.__findAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findAction" /> + <keyword name="E5ToolBarManager.__findDefaultToolBar" id="E5ToolBarManager.__findDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findDefaultToolBar" /> + <keyword name="E5ToolBarManager.__toolBarByName" id="E5ToolBarManager.__toolBarByName" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__toolBarByName" /> + <keyword name="E5ToolBarManager.actionById" id="E5ToolBarManager.actionById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.actionById" /> + <keyword name="E5ToolBarManager.addAction" id="E5ToolBarManager.addAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addAction" /> + <keyword name="E5ToolBarManager.addToolBar" id="E5ToolBarManager.addToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addToolBar" /> + <keyword name="E5ToolBarManager.categories" id="E5ToolBarManager.categories" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categories" /> + <keyword name="E5ToolBarManager.categoryActions" id="E5ToolBarManager.categoryActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categoryActions" /> + <keyword name="E5ToolBarManager.createToolBar" id="E5ToolBarManager.createToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.createToolBar" /> + <keyword name="E5ToolBarManager.defaultToolBarActions" id="E5ToolBarManager.defaultToolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBarActions" /> + <keyword name="E5ToolBarManager.defaultToolBars" id="E5ToolBarManager.defaultToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBars" /> + <keyword name="E5ToolBarManager.deleteToolBar" id="E5ToolBarManager.deleteToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.deleteToolBar" /> + <keyword name="E5ToolBarManager.isDefaultToolBar" id="E5ToolBarManager.isDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isDefaultToolBar" /> + <keyword name="E5ToolBarManager.isWidgetAction" id="E5ToolBarManager.isWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isWidgetAction" /> + <keyword name="E5ToolBarManager.mainWindow" id="E5ToolBarManager.mainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.mainWindow" /> + <keyword name="E5ToolBarManager.removeAction" id="E5ToolBarManager.removeAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeAction" /> + <keyword name="E5ToolBarManager.removeToolBar" id="E5ToolBarManager.removeToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeToolBar" /> + <keyword name="E5ToolBarManager.removeWidgetActions" id="E5ToolBarManager.removeWidgetActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeWidgetActions" /> + <keyword name="E5ToolBarManager.renameToolBar" id="E5ToolBarManager.renameToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.renameToolBar" /> + <keyword name="E5ToolBarManager.resetAllToolBars" id="E5ToolBarManager.resetAllToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetAllToolBars" /> + <keyword name="E5ToolBarManager.resetToolBar" id="E5ToolBarManager.resetToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetToolBar" /> + <keyword name="E5ToolBarManager.restoreState" id="E5ToolBarManager.restoreState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.restoreState" /> + <keyword name="E5ToolBarManager.saveState" id="E5ToolBarManager.saveState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.saveState" /> + <keyword name="E5ToolBarManager.setMainWindow" id="E5ToolBarManager.setMainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setMainWindow" /> + <keyword name="E5ToolBarManager.setToolBar" id="E5ToolBarManager.setToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBar" /> + <keyword name="E5ToolBarManager.setToolBars" id="E5ToolBarManager.setToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBars" /> + <keyword name="E5ToolBarManager.toolBarActions" id="E5ToolBarManager.toolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarActions" /> + <keyword name="E5ToolBarManager.toolBarById" id="E5ToolBarManager.toolBarById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarById" /> + <keyword name="E5ToolBarManager.toolBarWidgetAction" id="E5ToolBarManager.toolBarWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarWidgetAction" /> + <keyword name="E5ToolBarManager.toolBars" id="E5ToolBarManager.toolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBars" /> + <keyword name="E5ToolBarManager.toolBarsActions" id="E5ToolBarManager.toolBarsActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarsActions" /> + <keyword name="E5ToolBox (Module)" id="E5ToolBox (Module)" ref="eric5.E5Gui.E5ToolBox.html" /> + <keyword name="E5HorizontalToolBox" id="E5HorizontalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox" /> + <keyword name="E5VerticalToolBox" id="E5VerticalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox" /> + <keyword name="E5HorizontalToolBox (Constructor)" id="E5HorizontalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.__init__" /> + <keyword name="E5HorizontalToolBox.addItem" id="E5HorizontalToolBox.addItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.addItem" /> + <keyword name="E5HorizontalToolBox.insertItem" id="E5HorizontalToolBox.insertItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.insertItem" /> + <keyword name="E5HorizontalToolBox.setItemEnabled" id="E5HorizontalToolBox.setItemEnabled" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemEnabled" /> + <keyword name="E5HorizontalToolBox.setItemToolTip" id="E5HorizontalToolBox.setItemToolTip" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemToolTip" /> + <keyword name="E5VerticalToolBox (Constructor)" id="E5VerticalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.__init__" /> + <keyword name="E5TreeSortFilterProxyModel (Module)" id="E5TreeSortFilterProxyModel (Module)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html" /> + <keyword name="E5TreeSortFilterProxyModel" id="E5TreeSortFilterProxyModel" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel" /> + <keyword name="E5TreeSortFilterProxyModel (Constructor)" id="E5TreeSortFilterProxyModel (Constructor)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.__init__" /> + <keyword name="E5TreeSortFilterProxyModel.filterAcceptsRow" id="E5TreeSortFilterProxyModel.filterAcceptsRow" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.filterAcceptsRow" /> + <keyword name="E5TreeSortFilterProxyModel.hasChildren" id="E5TreeSortFilterProxyModel.hasChildren" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.hasChildren" /> + <keyword name="E5TreeView (Module)" id="E5TreeView (Module)" ref="eric5.E5Gui.E5TreeView.html" /> + <keyword name="E5TreeView" id="E5TreeView" ref="eric5.E5Gui.E5TreeView.html#E5TreeView" /> + <keyword name="E5TreeView.keyPressEvent" id="E5TreeView.keyPressEvent" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.keyPressEvent" /> + <keyword name="E5TreeView.removeAll" id="E5TreeView.removeAll" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeAll" /> + <keyword name="E5TreeView.removeSelected" id="E5TreeView.removeSelected" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeSelected" /> + <keyword name="E5Network (Package)" id="E5Network (Package)" ref="index-eric5.E5Network.html" /> + <keyword name="E5NetworkHeaderDetailsDialog (Module)" id="E5NetworkHeaderDetailsDialog (Module)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html" /> + <keyword name="E5NetworkHeaderDetailsDialog" id="E5NetworkHeaderDetailsDialog" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog" /> + <keyword name="E5NetworkHeaderDetailsDialog (Constructor)" id="E5NetworkHeaderDetailsDialog (Constructor)" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.__init__" /> + <keyword name="E5NetworkHeaderDetailsDialog.setData" id="E5NetworkHeaderDetailsDialog.setData" ref="eric5.E5Network.E5NetworkHeaderDetailsDialog.html#E5NetworkHeaderDetailsDialog.setData" /> + <keyword name="E5NetworkMonitor (Module)" id="E5NetworkMonitor (Module)" ref="eric5.E5Network.E5NetworkMonitor.html" /> + <keyword name="E5NetworkMonitor" id="E5NetworkMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor" /> + <keyword name="E5NetworkRequest" id="E5NetworkRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest" /> + <keyword name="E5RequestModel" id="E5RequestModel" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel" /> + <keyword name="E5NetworkMonitor.closeMonitor" id="E5NetworkMonitor.closeMonitor" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeMonitor" /> + <keyword name="E5NetworkMonitor.instance" id="E5NetworkMonitor.instance" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.instance" /> + <keyword name="E5NetworkMonitor (Constructor)" id="E5NetworkMonitor (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__init__" /> + <keyword name="E5NetworkMonitor.__currentChanged" id="E5NetworkMonitor.__currentChanged" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__currentChanged" /> + <keyword name="E5NetworkMonitor.__showHeaderDetails" id="E5NetworkMonitor.__showHeaderDetails" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.__showHeaderDetails" /> + <keyword name="E5NetworkMonitor.closeEvent" id="E5NetworkMonitor.closeEvent" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.closeEvent" /> + <keyword name="E5NetworkMonitor.reject" id="E5NetworkMonitor.reject" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkMonitor.reject" /> + <keyword name="E5NetworkRequest (Constructor)" id="E5NetworkRequest (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5NetworkRequest.__init__" /> + <keyword name="E5RequestModel (Constructor)" id="E5RequestModel (Constructor)" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__init__" /> + <keyword name="E5RequestModel.__addReply" id="E5RequestModel.__addReply" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addReply" /> + <keyword name="E5RequestModel.__addRequest" id="E5RequestModel.__addRequest" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__addRequest" /> + <keyword name="E5RequestModel.__requestCreated" id="E5RequestModel.__requestCreated" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.__requestCreated" /> + <keyword name="E5RequestModel.columnCount" id="E5RequestModel.columnCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.columnCount" /> + <keyword name="E5RequestModel.data" id="E5RequestModel.data" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.data" /> + <keyword name="E5RequestModel.headerData" id="E5RequestModel.headerData" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.headerData" /> + <keyword name="E5RequestModel.removeRows" id="E5RequestModel.removeRows" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.removeRows" /> + <keyword name="E5RequestModel.rowCount" id="E5RequestModel.rowCount" ref="eric5.E5Network.E5NetworkMonitor.html#E5RequestModel.rowCount" /> + <keyword name="E5NetworkProxyFactory (Module)" id="E5NetworkProxyFactory (Module)" ref="eric5.E5Network.E5NetworkProxyFactory.html" /> + <keyword name="E5NetworkProxyFactory" id="E5NetworkProxyFactory" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory" /> + <keyword name="proxyAuthenticationRequired" id="proxyAuthenticationRequired" ref="eric5.E5Network.E5NetworkProxyFactory.html#proxyAuthenticationRequired" /> + <keyword name="schemeFromProxyType" id="schemeFromProxyType" ref="eric5.E5Network.E5NetworkProxyFactory.html#schemeFromProxyType" /> + <keyword name="E5NetworkProxyFactory (Constructor)" id="E5NetworkProxyFactory (Constructor)" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.__init__" /> + <keyword name="E5NetworkProxyFactory.queryProxy" id="E5NetworkProxyFactory.queryProxy" ref="eric5.E5Network.E5NetworkProxyFactory.html#E5NetworkProxyFactory.queryProxy" /> + <keyword name="E5XML (Package)" id="E5XML (Package)" ref="index-eric5.E5XML.html" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.E5XML.Config.html" /> + <keyword name="DebuggerPropertiesReader (Module)" id="DebuggerPropertiesReader (Module)" ref="eric5.E5XML.DebuggerPropertiesReader.html" /> + <keyword name="DebuggerPropertiesReader" id="DebuggerPropertiesReader" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader" /> + <keyword name="DebuggerPropertiesReader (Constructor)" id="DebuggerPropertiesReader (Constructor)" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__init__" /> + <keyword name="DebuggerPropertiesReader.__readPathTranslation" id="DebuggerPropertiesReader.__readPathTranslation" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__readPathTranslation" /> + <keyword name="DebuggerPropertiesReader.__readRemoteDebugger" id="DebuggerPropertiesReader.__readRemoteDebugger" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.__readRemoteDebugger" /> + <keyword name="DebuggerPropertiesReader.readXML" id="DebuggerPropertiesReader.readXML" ref="eric5.E5XML.DebuggerPropertiesReader.html#DebuggerPropertiesReader.readXML" /> + <keyword name="DebuggerPropertiesWriter (Module)" id="DebuggerPropertiesWriter (Module)" ref="eric5.E5XML.DebuggerPropertiesWriter.html" /> + <keyword name="DebuggerPropertiesWriter" id="DebuggerPropertiesWriter" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter" /> + <keyword name="DebuggerPropertiesWriter (Constructor)" id="DebuggerPropertiesWriter (Constructor)" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.__init__" /> + <keyword name="DebuggerPropertiesWriter.writeXML" id="DebuggerPropertiesWriter.writeXML" ref="eric5.E5XML.DebuggerPropertiesWriter.html#DebuggerPropertiesWriter.writeXML" /> + <keyword name="HighlightingStylesReader (Module)" id="HighlightingStylesReader (Module)" ref="eric5.E5XML.HighlightingStylesReader.html" /> + <keyword name="HighlightingStylesReader" id="HighlightingStylesReader" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader" /> + <keyword name="HighlightingStylesReader (Constructor)" id="HighlightingStylesReader (Constructor)" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__init__" /> + <keyword name="HighlightingStylesReader.__readLexer" id="HighlightingStylesReader.__readLexer" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__readLexer" /> + <keyword name="HighlightingStylesReader.__readStyle" id="HighlightingStylesReader.__readStyle" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__readStyle" /> + <keyword name="HighlightingStylesReader.readXML" id="HighlightingStylesReader.readXML" ref="eric5.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.readXML" /> + <keyword name="HighlightingStylesWriter (Module)" id="HighlightingStylesWriter (Module)" ref="eric5.E5XML.HighlightingStylesWriter.html" /> + <keyword name="HighlightingStylesWriter" id="HighlightingStylesWriter" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter" /> + <keyword name="HighlightingStylesWriter (Constructor)" id="HighlightingStylesWriter (Constructor)" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.__init__" /> + <keyword name="HighlightingStylesWriter.writeXML" id="HighlightingStylesWriter.writeXML" ref="eric5.E5XML.HighlightingStylesWriter.html#HighlightingStylesWriter.writeXML" /> + <keyword name="MultiProjectReader (Module)" id="MultiProjectReader (Module)" ref="eric5.E5XML.MultiProjectReader.html" /> + <keyword name="MultiProjectReader" id="MultiProjectReader" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader" /> + <keyword name="MultiProjectReader (Constructor)" id="MultiProjectReader (Constructor)" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__init__" /> + <keyword name="MultiProjectReader.__readProject" id="MultiProjectReader.__readProject" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__readProject" /> + <keyword name="MultiProjectReader.__readProjects" id="MultiProjectReader.__readProjects" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.__readProjects" /> + <keyword name="MultiProjectReader.readXML" id="MultiProjectReader.readXML" ref="eric5.E5XML.MultiProjectReader.html#MultiProjectReader.readXML" /> + <keyword name="MultiProjectWriter (Module)" id="MultiProjectWriter (Module)" ref="eric5.E5XML.MultiProjectWriter.html" /> + <keyword name="MultiProjectWriter" id="MultiProjectWriter" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter" /> + <keyword name="MultiProjectWriter (Constructor)" id="MultiProjectWriter (Constructor)" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.__init__" /> + <keyword name="MultiProjectWriter.writeXML" id="MultiProjectWriter.writeXML" ref="eric5.E5XML.MultiProjectWriter.html#MultiProjectWriter.writeXML" /> + <keyword name="PluginRepositoryReader (Module)" id="PluginRepositoryReader (Module)" ref="eric5.E5XML.PluginRepositoryReader.html" /> + <keyword name="PluginRepositoryReader" id="PluginRepositoryReader" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader" /> + <keyword name="PluginRepositoryReader (Constructor)" id="PluginRepositoryReader (Constructor)" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.__init__" /> + <keyword name="PluginRepositoryReader.__readPlugin" id="PluginRepositoryReader.__readPlugin" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.__readPlugin" /> + <keyword name="PluginRepositoryReader.readXML" id="PluginRepositoryReader.readXML" ref="eric5.E5XML.PluginRepositoryReader.html#PluginRepositoryReader.readXML" /> + <keyword name="ProjectReader (Module)" id="ProjectReader (Module)" ref="eric5.E5XML.ProjectReader.html" /> + <keyword name="ProjectReader" id="ProjectReader" ref="eric5.E5XML.ProjectReader.html#ProjectReader" /> + <keyword name="ProjectReader (Constructor)" id="ProjectReader (Constructor)" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__init__" /> + <keyword name="ProjectReader.__readBasicDataField" id="ProjectReader.__readBasicDataField" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readBasicDataField" /> + <keyword name="ProjectReader.__readFiles" id="ProjectReader.__readFiles" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readFiles" /> + <keyword name="ProjectReader.__readFiletypeAssociations" id="ProjectReader.__readFiletypeAssociations" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readFiletypeAssociations" /> + <keyword name="ProjectReader.__readLexerAssociations" id="ProjectReader.__readLexerAssociations" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readLexerAssociations" /> + <keyword name="ProjectReader.__readVcs" id="ProjectReader.__readVcs" ref="eric5.E5XML.ProjectReader.html#ProjectReader.__readVcs" /> + <keyword name="ProjectReader.readXML" id="ProjectReader.readXML" ref="eric5.E5XML.ProjectReader.html#ProjectReader.readXML" /> + <keyword name="ProjectWriter (Module)" id="ProjectWriter (Module)" ref="eric5.E5XML.ProjectWriter.html" /> + <keyword name="ProjectWriter" id="ProjectWriter" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter" /> + <keyword name="ProjectWriter (Constructor)" id="ProjectWriter (Constructor)" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.__init__" /> + <keyword name="ProjectWriter.writeXML" id="ProjectWriter.writeXML" ref="eric5.E5XML.ProjectWriter.html#ProjectWriter.writeXML" /> + <keyword name="SessionReader (Module)" id="SessionReader (Module)" ref="eric5.E5XML.SessionReader.html" /> + <keyword name="SessionReader" id="SessionReader" ref="eric5.E5XML.SessionReader.html#SessionReader" /> + <keyword name="SessionReader (Constructor)" id="SessionReader (Constructor)" ref="eric5.E5XML.SessionReader.html#SessionReader.__init__" /> + <keyword name="SessionReader.__readBookmark" id="SessionReader.__readBookmark" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBookmark" /> + <keyword name="SessionReader.__readBookmarks" id="SessionReader.__readBookmarks" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBookmarks" /> + <keyword name="SessionReader.__readBreakpoint" id="SessionReader.__readBreakpoint" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBreakpoint" /> + <keyword name="SessionReader.__readBreakpoints" id="SessionReader.__readBreakpoints" ref="eric5.E5XML.SessionReader.html#SessionReader.__readBreakpoints" /> + <keyword name="SessionReader.__readDebugInfo" id="SessionReader.__readDebugInfo" ref="eric5.E5XML.SessionReader.html#SessionReader.__readDebugInfo" /> + <keyword name="SessionReader.__readFilenames" id="SessionReader.__readFilenames" ref="eric5.E5XML.SessionReader.html#SessionReader.__readFilenames" /> + <keyword name="SessionReader.__readWatchexpression" id="SessionReader.__readWatchexpression" ref="eric5.E5XML.SessionReader.html#SessionReader.__readWatchexpression" /> + <keyword name="SessionReader.__readWatchexpressions" id="SessionReader.__readWatchexpressions" ref="eric5.E5XML.SessionReader.html#SessionReader.__readWatchexpressions" /> + <keyword name="SessionReader.readXML" id="SessionReader.readXML" ref="eric5.E5XML.SessionReader.html#SessionReader.readXML" /> + <keyword name="SessionWriter (Module)" id="SessionWriter (Module)" ref="eric5.E5XML.SessionWriter.html" /> + <keyword name="SessionWriter" id="SessionWriter" ref="eric5.E5XML.SessionWriter.html#SessionWriter" /> + <keyword name="SessionWriter (Constructor)" id="SessionWriter (Constructor)" ref="eric5.E5XML.SessionWriter.html#SessionWriter.__init__" /> + <keyword name="SessionWriter.writeXML" id="SessionWriter.writeXML" ref="eric5.E5XML.SessionWriter.html#SessionWriter.writeXML" /> + <keyword name="ShortcutsReader (Module)" id="ShortcutsReader (Module)" ref="eric5.E5XML.ShortcutsReader.html" /> + <keyword name="ShortcutsReader" id="ShortcutsReader" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader" /> + <keyword name="ShortcutsReader (Constructor)" id="ShortcutsReader (Constructor)" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.__init__" /> + <keyword name="ShortcutsReader.__readShortCut" id="ShortcutsReader.__readShortCut" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.__readShortCut" /> + <keyword name="ShortcutsReader.getShortcuts" id="ShortcutsReader.getShortcuts" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.getShortcuts" /> + <keyword name="ShortcutsReader.readXML" id="ShortcutsReader.readXML" ref="eric5.E5XML.ShortcutsReader.html#ShortcutsReader.readXML" /> + <keyword name="ShortcutsWriter (Module)" id="ShortcutsWriter (Module)" ref="eric5.E5XML.ShortcutsWriter.html" /> + <keyword name="ShortcutsWriter" id="ShortcutsWriter" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter" /> + <keyword name="ShortcutsWriter (Constructor)" id="ShortcutsWriter (Constructor)" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__init__" /> + <keyword name="ShortcutsWriter.__writeActions" id="ShortcutsWriter.__writeActions" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.__writeActions" /> + <keyword name="ShortcutsWriter.writeXML" id="ShortcutsWriter.writeXML" ref="eric5.E5XML.ShortcutsWriter.html#ShortcutsWriter.writeXML" /> + <keyword name="TasksReader (Module)" id="TasksReader (Module)" ref="eric5.E5XML.TasksReader.html" /> + <keyword name="TasksReader" id="TasksReader" ref="eric5.E5XML.TasksReader.html#TasksReader" /> + <keyword name="TasksReader (Constructor)" id="TasksReader (Constructor)" ref="eric5.E5XML.TasksReader.html#TasksReader.__init__" /> + <keyword name="TasksReader.__readTask" id="TasksReader.__readTask" ref="eric5.E5XML.TasksReader.html#TasksReader.__readTask" /> + <keyword name="TasksReader.readXML" id="TasksReader.readXML" ref="eric5.E5XML.TasksReader.html#TasksReader.readXML" /> + <keyword name="TasksWriter (Module)" id="TasksWriter (Module)" ref="eric5.E5XML.TasksWriter.html" /> + <keyword name="TasksWriter" id="TasksWriter" ref="eric5.E5XML.TasksWriter.html#TasksWriter" /> + <keyword name="TasksWriter (Constructor)" id="TasksWriter (Constructor)" ref="eric5.E5XML.TasksWriter.html#TasksWriter.__init__" /> + <keyword name="TasksWriter.writeXML" id="TasksWriter.writeXML" ref="eric5.E5XML.TasksWriter.html#TasksWriter.writeXML" /> + <keyword name="TemplatesReader (Module)" id="TemplatesReader (Module)" ref="eric5.E5XML.TemplatesReader.html" /> + <keyword name="TemplatesReader" id="TemplatesReader" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader" /> + <keyword name="TemplatesReader (Constructor)" id="TemplatesReader (Constructor)" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__init__" /> + <keyword name="TemplatesReader.__readTemplate" id="TemplatesReader.__readTemplate" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__readTemplate" /> + <keyword name="TemplatesReader.__readTemplateGroup" id="TemplatesReader.__readTemplateGroup" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.__readTemplateGroup" /> + <keyword name="TemplatesReader.readXML" id="TemplatesReader.readXML" ref="eric5.E5XML.TemplatesReader.html#TemplatesReader.readXML" /> + <keyword name="TemplatesWriter (Module)" id="TemplatesWriter (Module)" ref="eric5.E5XML.TemplatesWriter.html" /> + <keyword name="TemplatesWriter" id="TemplatesWriter" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter" /> + <keyword name="TemplatesWriter (Constructor)" id="TemplatesWriter (Constructor)" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.__init__" /> + <keyword name="TemplatesWriter.writeXML" id="TemplatesWriter.writeXML" ref="eric5.E5XML.TemplatesWriter.html#TemplatesWriter.writeXML" /> + <keyword name="UserProjectReader (Module)" id="UserProjectReader (Module)" ref="eric5.E5XML.UserProjectReader.html" /> + <keyword name="UserProjectReader" id="UserProjectReader" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader" /> + <keyword name="UserProjectReader (Constructor)" id="UserProjectReader (Constructor)" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader.__init__" /> + <keyword name="UserProjectReader.readXML" id="UserProjectReader.readXML" ref="eric5.E5XML.UserProjectReader.html#UserProjectReader.readXML" /> + <keyword name="UserProjectWriter (Module)" id="UserProjectWriter (Module)" ref="eric5.E5XML.UserProjectWriter.html" /> + <keyword name="UserProjectWriter" id="UserProjectWriter" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter" /> + <keyword name="UserProjectWriter (Constructor)" id="UserProjectWriter (Constructor)" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.__init__" /> + <keyword name="UserProjectWriter.writeXML" id="UserProjectWriter.writeXML" ref="eric5.E5XML.UserProjectWriter.html#UserProjectWriter.writeXML" /> + <keyword name="XMLStreamReaderBase (Module)" id="XMLStreamReaderBase (Module)" ref="eric5.E5XML.XMLStreamReaderBase.html" /> + <keyword name="XMLStreamReaderBase" id="XMLStreamReaderBase" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase" /> + <keyword name="XMLStreamReaderBase (Constructor)" id="XMLStreamReaderBase (Constructor)" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__init__" /> + <keyword name="XMLStreamReaderBase.__readDict" id="XMLStreamReaderBase.__readDict" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readDict" /> + <keyword name="XMLStreamReaderBase.__readFrozenset" id="XMLStreamReaderBase.__readFrozenset" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readFrozenset" /> + <keyword name="XMLStreamReaderBase.__readList" id="XMLStreamReaderBase.__readList" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readList" /> + <keyword name="XMLStreamReaderBase.__readSet" id="XMLStreamReaderBase.__readSet" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readSet" /> + <keyword name="XMLStreamReaderBase.__readTuple" id="XMLStreamReaderBase.__readTuple" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.__readTuple" /> + <keyword name="XMLStreamReaderBase._readBasics" id="XMLStreamReaderBase._readBasics" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase._readBasics" /> + <keyword name="XMLStreamReaderBase._skipUnknownElement" id="XMLStreamReaderBase._skipUnknownElement" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase._skipUnknownElement" /> + <keyword name="XMLStreamReaderBase.attribute" id="XMLStreamReaderBase.attribute" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.attribute" /> + <keyword name="XMLStreamReaderBase.raiseBadValue" id="XMLStreamReaderBase.raiseBadValue" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseBadValue" /> + <keyword name="XMLStreamReaderBase.raiseUnexpectedStartTag" id="XMLStreamReaderBase.raiseUnexpectedStartTag" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseUnexpectedStartTag" /> + <keyword name="XMLStreamReaderBase.raiseUnsupportedFormatVersion" id="XMLStreamReaderBase.raiseUnsupportedFormatVersion" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.raiseUnsupportedFormatVersion" /> + <keyword name="XMLStreamReaderBase.readXML" id="XMLStreamReaderBase.readXML" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.readXML" /> + <keyword name="XMLStreamReaderBase.showErrorMessage" id="XMLStreamReaderBase.showErrorMessage" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.showErrorMessage" /> + <keyword name="XMLStreamReaderBase.toBool" id="XMLStreamReaderBase.toBool" ref="eric5.E5XML.XMLStreamReaderBase.html#XMLStreamReaderBase.toBool" /> + <keyword name="XMLStreamWriterBase (Module)" id="XMLStreamWriterBase (Module)" ref="eric5.E5XML.XMLStreamWriterBase.html" /> + <keyword name="XMLStreamWriterBase" id="XMLStreamWriterBase" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase" /> + <keyword name="XMLStreamWriterBase (Constructor)" id="XMLStreamWriterBase (Constructor)" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.__init__" /> + <keyword name="XMLStreamWriterBase._writeBasics" id="XMLStreamWriterBase._writeBasics" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._writeBasics" /> + <keyword name="XMLStreamWriterBase._write_bool" id="XMLStreamWriterBase._write_bool" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bool" /> + <keyword name="XMLStreamWriterBase._write_bytearray" id="XMLStreamWriterBase._write_bytearray" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bytearray" /> + <keyword name="XMLStreamWriterBase._write_bytes" id="XMLStreamWriterBase._write_bytes" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_bytes" /> + <keyword name="XMLStreamWriterBase._write_complex" id="XMLStreamWriterBase._write_complex" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_complex" /> + <keyword name="XMLStreamWriterBase._write_dictionary" id="XMLStreamWriterBase._write_dictionary" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_dictionary" /> + <keyword name="XMLStreamWriterBase._write_float" id="XMLStreamWriterBase._write_float" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_float" /> + <keyword name="XMLStreamWriterBase._write_frozenset" id="XMLStreamWriterBase._write_frozenset" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_frozenset" /> + <keyword name="XMLStreamWriterBase._write_int" id="XMLStreamWriterBase._write_int" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_int" /> + <keyword name="XMLStreamWriterBase._write_list" id="XMLStreamWriterBase._write_list" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_list" /> + <keyword name="XMLStreamWriterBase._write_none" id="XMLStreamWriterBase._write_none" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_none" /> + <keyword name="XMLStreamWriterBase._write_set" id="XMLStreamWriterBase._write_set" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_set" /> + <keyword name="XMLStreamWriterBase._write_string" id="XMLStreamWriterBase._write_string" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_string" /> + <keyword name="XMLStreamWriterBase._write_tuple" id="XMLStreamWriterBase._write_tuple" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_tuple" /> + <keyword name="XMLStreamWriterBase._write_unimplemented" id="XMLStreamWriterBase._write_unimplemented" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase._write_unimplemented" /> + <keyword name="XMLStreamWriterBase.writeBasics" id="XMLStreamWriterBase.writeBasics" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.writeBasics" /> + <keyword name="XMLStreamWriterBase.writeXML" id="XMLStreamWriterBase.writeXML" ref="eric5.E5XML.XMLStreamWriterBase.html#XMLStreamWriterBase.writeXML" /> + <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" /> + <keyword name="findPython2Interpreters" id="findPython2Interpreters" ref="eric5.Globals.__init__.html#findPython2Interpreters" /> + <keyword name="isLinuxPlatform" id="isLinuxPlatform" ref="eric5.Globals.__init__.html#isLinuxPlatform" /> + <keyword name="isMacPlatform" id="isMacPlatform" ref="eric5.Globals.__init__.html#isMacPlatform" /> + <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric5.Globals.__init__.html#isWindowsPlatform" /> + <keyword name="Graphics (Package)" id="Graphics (Package)" ref="index-eric5.Graphics.html" /> + <keyword name="ApplicationDiagram (Module)" id="ApplicationDiagram (Module)" ref="eric5.Graphics.ApplicationDiagram.html" /> + <keyword name="ApplicationDiagram" id="ApplicationDiagram" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram" /> + <keyword name="ApplicationDiagram (Constructor)" id="ApplicationDiagram (Constructor)" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__init__" /> + <keyword name="ApplicationDiagram.__addPackage" id="ApplicationDiagram.__addPackage" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__addPackage" /> + <keyword name="ApplicationDiagram.__buildModulesDict" id="ApplicationDiagram.__buildModulesDict" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildModulesDict" /> + <keyword name="ApplicationDiagram.__buildPackages" id="ApplicationDiagram.__buildPackages" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__buildPackages" /> + <keyword name="ApplicationDiagram.__createAssociations" id="ApplicationDiagram.__createAssociations" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.__createAssociations" /> + <keyword name="ApplicationDiagram.relayout" id="ApplicationDiagram.relayout" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.relayout" /> + <keyword name="ApplicationDiagram.show" id="ApplicationDiagram.show" ref="eric5.Graphics.ApplicationDiagram.html#ApplicationDiagram.show" /> + <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" /> + <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" /> + <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" /> + <keyword name="AssociationItem.__calculateEndingPoints_center" id="AssociationItem.__calculateEndingPoints_center" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_center" /> + <keyword name="AssociationItem.__calculateEndingPoints_rectangle" id="AssociationItem.__calculateEndingPoints_rectangle" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__calculateEndingPoints_rectangle" /> + <keyword name="AssociationItem.__findIntersection" id="AssociationItem.__findIntersection" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findIntersection" /> + <keyword name="AssociationItem.__findPointRegion" id="AssociationItem.__findPointRegion" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findPointRegion" /> + <keyword name="AssociationItem.__findRectIntersectionPoint" id="AssociationItem.__findRectIntersectionPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__findRectIntersectionPoint" /> + <keyword name="AssociationItem.__mapRectFromItem" id="AssociationItem.__mapRectFromItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__mapRectFromItem" /> + <keyword name="AssociationItem.__updateEndPoint" id="AssociationItem.__updateEndPoint" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__updateEndPoint" /> + <keyword name="AssociationItem.unassociate" id="AssociationItem.unassociate" ref="eric5.Graphics.AssociationItem.html#AssociationItem.unassociate" /> + <keyword name="AssociationItem.widgetMoved" id="AssociationItem.widgetMoved" ref="eric5.Graphics.AssociationItem.html#AssociationItem.widgetMoved" /> + <keyword name="ClassItem (Module)" id="ClassItem (Module)" ref="eric5.Graphics.ClassItem.html" /> + <keyword name="ClassItem" id="ClassItem" ref="eric5.Graphics.ClassItem.html#ClassItem" /> + <keyword name="ClassModel" id="ClassModel" ref="eric5.Graphics.ClassItem.html#ClassModel" /> + <keyword name="ClassItem (Constructor)" id="ClassItem (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassItem.__init__" /> + <keyword name="ClassItem.__calculateSize" id="ClassItem.__calculateSize" ref="eric5.Graphics.ClassItem.html#ClassItem.__calculateSize" /> + <keyword name="ClassItem.__createTexts" id="ClassItem.__createTexts" ref="eric5.Graphics.ClassItem.html#ClassItem.__createTexts" /> + <keyword name="ClassItem.isExternal" id="ClassItem.isExternal" ref="eric5.Graphics.ClassItem.html#ClassItem.isExternal" /> + <keyword name="ClassItem.paint" id="ClassItem.paint" ref="eric5.Graphics.ClassItem.html#ClassItem.paint" /> + <keyword name="ClassItem.setModel" id="ClassItem.setModel" ref="eric5.Graphics.ClassItem.html#ClassItem.setModel" /> + <keyword name="ClassModel (Constructor)" id="ClassModel (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassModel.__init__" /> + <keyword name="ClassModel.addAttribute" id="ClassModel.addAttribute" ref="eric5.Graphics.ClassItem.html#ClassModel.addAttribute" /> + <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" /> + <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" /> + <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" /> + <keyword name="ClassModel.getName" id="ClassModel.getName" ref="eric5.Graphics.ClassItem.html#ClassModel.getName" /> + <keyword name="GraphicsUtilities (Module)" id="GraphicsUtilities (Module)" ref="eric5.Graphics.GraphicsUtilities.html" /> + <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" /> + <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" /> + <keyword name="sort" id="sort" ref="eric5.Graphics.GraphicsUtilities.html#sort" /> + <keyword name="ImportsDiagram (Module)" id="ImportsDiagram (Module)" ref="eric5.Graphics.ImportsDiagram.html" /> + <keyword name="ImportsDiagram" id="ImportsDiagram" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram" /> + <keyword name="ImportsDiagram (Constructor)" id="ImportsDiagram (Constructor)" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__init__" /> + <keyword name="ImportsDiagram.__addModule" id="ImportsDiagram.__addModule" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__addModule" /> + <keyword name="ImportsDiagram.__buildImports" id="ImportsDiagram.__buildImports" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildImports" /> + <keyword name="ImportsDiagram.__buildModulesDict" id="ImportsDiagram.__buildModulesDict" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__buildModulesDict" /> + <keyword name="ImportsDiagram.__createAssociations" id="ImportsDiagram.__createAssociations" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.__createAssociations" /> + <keyword name="ImportsDiagram.relayout" id="ImportsDiagram.relayout" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.relayout" /> + <keyword name="ImportsDiagram.show" id="ImportsDiagram.show" ref="eric5.Graphics.ImportsDiagram.html#ImportsDiagram.show" /> + <keyword name="ModuleItem (Module)" id="ModuleItem (Module)" ref="eric5.Graphics.ModuleItem.html" /> + <keyword name="ModuleItem" id="ModuleItem" ref="eric5.Graphics.ModuleItem.html#ModuleItem" /> + <keyword name="ModuleModel" id="ModuleModel" ref="eric5.Graphics.ModuleItem.html#ModuleModel" /> + <keyword name="ModuleItem (Constructor)" id="ModuleItem (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__init__" /> + <keyword name="ModuleItem.__calculateSize" id="ModuleItem.__calculateSize" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__calculateSize" /> + <keyword name="ModuleItem.__createTexts" id="ModuleItem.__createTexts" ref="eric5.Graphics.ModuleItem.html#ModuleItem.__createTexts" /> + <keyword name="ModuleItem.paint" id="ModuleItem.paint" ref="eric5.Graphics.ModuleItem.html#ModuleItem.paint" /> + <keyword name="ModuleItem.setModel" id="ModuleItem.setModel" ref="eric5.Graphics.ModuleItem.html#ModuleItem.setModel" /> + <keyword name="ModuleModel (Constructor)" id="ModuleModel (Constructor)" ref="eric5.Graphics.ModuleItem.html#ModuleModel.__init__" /> + <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" /> + <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" /> + <keyword name="ModuleModel.getName" id="ModuleModel.getName" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getName" /> + <keyword name="PackageDiagram (Module)" id="PackageDiagram (Module)" ref="eric5.Graphics.PackageDiagram.html" /> + <keyword name="PackageDiagram" id="PackageDiagram" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram" /> + <keyword name="PackageDiagram (Constructor)" id="PackageDiagram (Constructor)" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__init__" /> + <keyword name="PackageDiagram.__addExternalClass" id="PackageDiagram.__addExternalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addExternalClass" /> + <keyword name="PackageDiagram.__addLocalClass" id="PackageDiagram.__addLocalClass" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__addLocalClass" /> + <keyword name="PackageDiagram.__arrangeClasses" id="PackageDiagram.__arrangeClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__arrangeClasses" /> + <keyword name="PackageDiagram.__buildClasses" id="PackageDiagram.__buildClasses" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildClasses" /> + <keyword name="PackageDiagram.__buildModulesDict" id="PackageDiagram.__buildModulesDict" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__buildModulesDict" /> + <keyword name="PackageDiagram.__createAssociations" id="PackageDiagram.__createAssociations" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__createAssociations" /> + <keyword name="PackageDiagram.__getCurrentShape" id="PackageDiagram.__getCurrentShape" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.__getCurrentShape" /> + <keyword name="PackageDiagram.relayout" id="PackageDiagram.relayout" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.relayout" /> + <keyword name="PackageDiagram.show" id="PackageDiagram.show" ref="eric5.Graphics.PackageDiagram.html#PackageDiagram.show" /> + <keyword name="PackageItem (Module)" id="PackageItem (Module)" ref="eric5.Graphics.PackageItem.html" /> + <keyword name="PackageItem" id="PackageItem" ref="eric5.Graphics.PackageItem.html#PackageItem" /> + <keyword name="PackageModel" id="PackageModel" ref="eric5.Graphics.PackageItem.html#PackageModel" /> + <keyword name="PackageItem (Constructor)" id="PackageItem (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageItem.__init__" /> + <keyword name="PackageItem.__calculateSize" id="PackageItem.__calculateSize" ref="eric5.Graphics.PackageItem.html#PackageItem.__calculateSize" /> + <keyword name="PackageItem.__createTexts" id="PackageItem.__createTexts" ref="eric5.Graphics.PackageItem.html#PackageItem.__createTexts" /> + <keyword name="PackageItem.paint" id="PackageItem.paint" ref="eric5.Graphics.PackageItem.html#PackageItem.paint" /> + <keyword name="PackageItem.setModel" id="PackageItem.setModel" ref="eric5.Graphics.PackageItem.html#PackageItem.setModel" /> + <keyword name="PackageModel (Constructor)" id="PackageModel (Constructor)" ref="eric5.Graphics.PackageItem.html#PackageModel.__init__" /> + <keyword name="PackageModel.addModule" id="PackageModel.addModule" ref="eric5.Graphics.PackageItem.html#PackageModel.addModule" /> + <keyword name="PackageModel.getModules" id="PackageModel.getModules" ref="eric5.Graphics.PackageItem.html#PackageModel.getModules" /> + <keyword name="PackageModel.getName" id="PackageModel.getName" ref="eric5.Graphics.PackageItem.html#PackageModel.getName" /> + <keyword name="PixmapDiagram (Module)" id="PixmapDiagram (Module)" ref="eric5.Graphics.PixmapDiagram.html" /> + <keyword name="PixmapDiagram" id="PixmapDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram" /> + <keyword name="PixmapDiagram (Constructor)" id="PixmapDiagram (Constructor)" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__init__" /> + <keyword name="PixmapDiagram.__adjustScrollBar" id="PixmapDiagram.__adjustScrollBar" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__adjustScrollBar" /> + <keyword name="PixmapDiagram.__doZoom" id="PixmapDiagram.__doZoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__doZoom" /> + <keyword name="PixmapDiagram.__initActions" id="PixmapDiagram.__initActions" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initActions" /> + <keyword name="PixmapDiagram.__initContextMenu" id="PixmapDiagram.__initContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initContextMenu" /> + <keyword name="PixmapDiagram.__initToolBars" id="PixmapDiagram.__initToolBars" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__initToolBars" /> + <keyword name="PixmapDiagram.__print" id="PixmapDiagram.__print" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__print" /> + <keyword name="PixmapDiagram.__printDiagram" id="PixmapDiagram.__printDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printDiagram" /> + <keyword name="PixmapDiagram.__printPreviewDiagram" id="PixmapDiagram.__printPreviewDiagram" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__printPreviewDiagram" /> + <keyword name="PixmapDiagram.__showContextMenu" id="PixmapDiagram.__showContextMenu" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showContextMenu" /> + <keyword name="PixmapDiagram.__showPixmap" id="PixmapDiagram.__showPixmap" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__showPixmap" /> + <keyword name="PixmapDiagram.__zoom" id="PixmapDiagram.__zoom" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoom" /> + <keyword name="PixmapDiagram.__zoomIn" id="PixmapDiagram.__zoomIn" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomIn" /> + <keyword name="PixmapDiagram.__zoomOut" id="PixmapDiagram.__zoomOut" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomOut" /> + <keyword name="PixmapDiagram.__zoomReset" id="PixmapDiagram.__zoomReset" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.__zoomReset" /> + <keyword name="PixmapDiagram.getDiagramName" id="PixmapDiagram.getDiagramName" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getDiagramName" /> + <keyword name="PixmapDiagram.getStatus" id="PixmapDiagram.getStatus" ref="eric5.Graphics.PixmapDiagram.html#PixmapDiagram.getStatus" /> + <keyword name="SvgDiagram (Module)" id="SvgDiagram (Module)" ref="eric5.Graphics.SvgDiagram.html" /> + <keyword name="SvgDiagram" id="SvgDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram" /> + <keyword name="SvgDiagram (Constructor)" id="SvgDiagram (Constructor)" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__init__" /> + <keyword name="SvgDiagram.__adjustScrollBar" id="SvgDiagram.__adjustScrollBar" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__adjustScrollBar" /> + <keyword name="SvgDiagram.__doZoom" id="SvgDiagram.__doZoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__doZoom" /> + <keyword name="SvgDiagram.__initActions" id="SvgDiagram.__initActions" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initActions" /> + <keyword name="SvgDiagram.__initContextMenu" id="SvgDiagram.__initContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initContextMenu" /> + <keyword name="SvgDiagram.__initToolBars" id="SvgDiagram.__initToolBars" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__initToolBars" /> + <keyword name="SvgDiagram.__print" id="SvgDiagram.__print" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__print" /> + <keyword name="SvgDiagram.__printDiagram" id="SvgDiagram.__printDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printDiagram" /> + <keyword name="SvgDiagram.__printPreviewDiagram" id="SvgDiagram.__printPreviewDiagram" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__printPreviewDiagram" /> + <keyword name="SvgDiagram.__showContextMenu" id="SvgDiagram.__showContextMenu" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__showContextMenu" /> + <keyword name="SvgDiagram.__zoom" id="SvgDiagram.__zoom" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoom" /> + <keyword name="SvgDiagram.__zoomIn" id="SvgDiagram.__zoomIn" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomIn" /> + <keyword name="SvgDiagram.__zoomOut" id="SvgDiagram.__zoomOut" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomOut" /> + <keyword name="SvgDiagram.__zoomReset" id="SvgDiagram.__zoomReset" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.__zoomReset" /> + <keyword name="SvgDiagram.getDiagramName" id="SvgDiagram.getDiagramName" ref="eric5.Graphics.SvgDiagram.html#SvgDiagram.getDiagramName" /> + <keyword name="UMLClassDiagram (Module)" id="UMLClassDiagram (Module)" ref="eric5.Graphics.UMLClassDiagram.html" /> + <keyword name="UMLClassDiagram" id="UMLClassDiagram" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram" /> + <keyword name="UMLClassDiagram (Constructor)" id="UMLClassDiagram (Constructor)" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__init__" /> + <keyword name="UMLClassDiagram.__addExternalClass" id="UMLClassDiagram.__addExternalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addExternalClass" /> + <keyword name="UMLClassDiagram.__addLocalClass" id="UMLClassDiagram.__addLocalClass" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__addLocalClass" /> + <keyword name="UMLClassDiagram.__arrangeClasses" id="UMLClassDiagram.__arrangeClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__arrangeClasses" /> + <keyword name="UMLClassDiagram.__buildClasses" id="UMLClassDiagram.__buildClasses" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__buildClasses" /> + <keyword name="UMLClassDiagram.__createAssociations" id="UMLClassDiagram.__createAssociations" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__createAssociations" /> + <keyword name="UMLClassDiagram.__getCurrentShape" id="UMLClassDiagram.__getCurrentShape" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.__getCurrentShape" /> + <keyword name="UMLClassDiagram.relayout" id="UMLClassDiagram.relayout" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.relayout" /> + <keyword name="UMLClassDiagram.show" id="UMLClassDiagram.show" ref="eric5.Graphics.UMLClassDiagram.html#UMLClassDiagram.show" /> + <keyword name="UMLDialog (Module)" id="UMLDialog (Module)" ref="eric5.Graphics.UMLDialog.html" /> + <keyword name="UMLDialog" id="UMLDialog" ref="eric5.Graphics.UMLDialog.html#UMLDialog" /> + <keyword name="UMLDialog (Constructor)" id="UMLDialog (Constructor)" ref="eric5.Graphics.UMLDialog.html#UMLDialog.__init__" /> + <keyword name="UMLGraphicsView (Module)" id="UMLGraphicsView (Module)" ref="eric5.Graphics.UMLGraphicsView.html" /> + <keyword name="UMLGraphicsView" id="UMLGraphicsView" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView" /> + <keyword name="UMLGraphicsView (Constructor)" id="UMLGraphicsView (Constructor)" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__init__" /> + <keyword name="UMLGraphicsView.__alignShapes" id="UMLGraphicsView.__alignShapes" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__alignShapes" /> + <keyword name="UMLGraphicsView.__checkSizeActions" id="UMLGraphicsView.__checkSizeActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__checkSizeActions" /> + <keyword name="UMLGraphicsView.__decHeight" id="UMLGraphicsView.__decHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decHeight" /> + <keyword name="UMLGraphicsView.__decWidth" id="UMLGraphicsView.__decWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__decWidth" /> + <keyword name="UMLGraphicsView.__deleteShape" id="UMLGraphicsView.__deleteShape" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__deleteShape" /> + <keyword name="UMLGraphicsView.__incHeight" id="UMLGraphicsView.__incHeight" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incHeight" /> + <keyword name="UMLGraphicsView.__incWidth" id="UMLGraphicsView.__incWidth" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__incWidth" /> + <keyword name="UMLGraphicsView.__initActions" id="UMLGraphicsView.__initActions" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__initActions" /> + <keyword name="UMLGraphicsView.__printDiagram" id="UMLGraphicsView.__printDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printDiagram" /> + <keyword name="UMLGraphicsView.__printPreviewDiagram" id="UMLGraphicsView.__printPreviewDiagram" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__printPreviewDiagram" /> + <keyword name="UMLGraphicsView.__relayout" id="UMLGraphicsView.__relayout" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__relayout" /> + <keyword name="UMLGraphicsView.__saveImage" id="UMLGraphicsView.__saveImage" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__saveImage" /> + <keyword name="UMLGraphicsView.__sceneChanged" id="UMLGraphicsView.__sceneChanged" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__sceneChanged" /> + <keyword name="UMLGraphicsView.__setSize" id="UMLGraphicsView.__setSize" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__setSize" /> + <keyword name="UMLGraphicsView.__zoom" id="UMLGraphicsView.__zoom" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.__zoom" /> + <keyword name="UMLGraphicsView.filteredItems" id="UMLGraphicsView.filteredItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.filteredItems" /> + <keyword name="UMLGraphicsView.initToolBar" id="UMLGraphicsView.initToolBar" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.initToolBar" /> + <keyword name="UMLGraphicsView.selectItem" id="UMLGraphicsView.selectItem" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItem" /> + <keyword name="UMLGraphicsView.selectItems" id="UMLGraphicsView.selectItems" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.selectItems" /> + <keyword name="UMLGraphicsView.setDiagramName" id="UMLGraphicsView.setDiagramName" ref="eric5.Graphics.UMLGraphicsView.html#UMLGraphicsView.setDiagramName" /> + <keyword name="UMLItem (Module)" id="UMLItem (Module)" ref="eric5.Graphics.UMLItem.html" /> + <keyword name="UMLItem" id="UMLItem" ref="eric5.Graphics.UMLItem.html#UMLItem" /> + <keyword name="UMLItem (Constructor)" id="UMLItem (Constructor)" ref="eric5.Graphics.UMLItem.html#UMLItem.__init__" /> + <keyword name="UMLItem.addAssociation" id="UMLItem.addAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.addAssociation" /> + <keyword name="UMLItem.adjustAssociations" id="UMLItem.adjustAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.adjustAssociations" /> + <keyword name="UMLItem.itemChange" id="UMLItem.itemChange" ref="eric5.Graphics.UMLItem.html#UMLItem.itemChange" /> + <keyword name="UMLItem.moveBy" id="UMLItem.moveBy" ref="eric5.Graphics.UMLItem.html#UMLItem.moveBy" /> + <keyword name="UMLItem.paint" id="UMLItem.paint" ref="eric5.Graphics.UMLItem.html#UMLItem.paint" /> + <keyword name="UMLItem.removeAssociation" id="UMLItem.removeAssociation" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociation" /> + <keyword name="UMLItem.removeAssociations" id="UMLItem.removeAssociations" ref="eric5.Graphics.UMLItem.html#UMLItem.removeAssociations" /> + <keyword name="UMLItem.setPos" id="UMLItem.setPos" ref="eric5.Graphics.UMLItem.html#UMLItem.setPos" /> + <keyword name="UMLItem.setSize" id="UMLItem.setSize" ref="eric5.Graphics.UMLItem.html#UMLItem.setSize" /> + <keyword name="UMLSceneSizeDialog (Module)" id="UMLSceneSizeDialog (Module)" ref="eric5.Graphics.UMLSceneSizeDialog.html" /> + <keyword name="UMLSceneSizeDialog" id="UMLSceneSizeDialog" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog" /> + <keyword name="UMLSceneSizeDialog (Constructor)" id="UMLSceneSizeDialog (Constructor)" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.__init__" /> + <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" /> + <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.Graphics.ZoomDialog.html" /> + <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog" /> + <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.__init__" /> + <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.Graphics.ZoomDialog.html#ZoomDialog.getZoomSize" /> <keyword name="Helpviewer (Package)" id="Helpviewer (Package)" ref="index-eric5.Helpviewer.html" /> - <keyword name="SearchWidget (Module)" id="SearchWidget (Module)" ref="eric5.Helpviewer.SearchWidget.html" /> - <keyword name="SearchWidget" id="SearchWidget" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget" /> - <keyword name="SearchWidget (Constructor)" id="SearchWidget (Constructor)" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__init__" /> - <keyword name="SearchWidget.__findByReturnPressed" id="SearchWidget.__findByReturnPressed" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findByReturnPressed" /> - <keyword name="SearchWidget.__findNextPrev" id="SearchWidget.__findNextPrev" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findNextPrev" /> - <keyword name="SearchWidget.__searchTextEdited" id="SearchWidget.__searchTextEdited" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__searchTextEdited" /> - <keyword name="SearchWidget.__setFindtextComboBackground" id="SearchWidget.__setFindtextComboBackground" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__setFindtextComboBackground" /> - <keyword name="SearchWidget.findNext" id="SearchWidget.findNext" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findNext" /> - <keyword name="SearchWidget.findPrevious" id="SearchWidget.findPrevious" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findPrevious" /> - <keyword name="SearchWidget.keyPressEvent" id="SearchWidget.keyPressEvent" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.keyPressEvent" /> - <keyword name="SearchWidget.on_closeButton_clicked" id="SearchWidget.on_closeButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_closeButton_clicked" /> - <keyword name="SearchWidget.on_findNextButton_clicked" id="SearchWidget.on_findNextButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findNextButton_clicked" /> - <keyword name="SearchWidget.on_findPrevButton_clicked" id="SearchWidget.on_findPrevButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findPrevButton_clicked" /> - <keyword name="SearchWidget.on_findtextCombo_editTextChanged" id="SearchWidget.on_findtextCombo_editTextChanged" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findtextCombo_editTextChanged" /> - <keyword name="SearchWidget.on_highlightAllCheckBox_toggled" id="SearchWidget.on_highlightAllCheckBox_toggled" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_highlightAllCheckBox_toggled" /> - <keyword name="SearchWidget.showFind" id="SearchWidget.showFind" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.showFind" /> - <keyword name="HelpSnap (Module)" id="HelpSnap (Module)" ref="eric5.Helpviewer.HelpSnap.html" /> - <keyword name="__render" id="__render" ref="eric5.Helpviewer.HelpSnap.html#__render" /> - <keyword name="renderTabPreview" id="renderTabPreview" ref="eric5.Helpviewer.HelpSnap.html#renderTabPreview" /> - <keyword name="HelpTabBar (Module)" id="HelpTabBar (Module)" ref="eric5.Helpviewer.HelpTabBar.html" /> - <keyword name="HelpTabBar" id="HelpTabBar" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar" /> - <keyword name="HelpTabBar (Constructor)" id="HelpTabBar (Constructor)" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.__init__" /> - <keyword name="HelpTabBar.__showTabPreview" id="HelpTabBar.__showTabPreview" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.__showTabPreview" /> - <keyword name="HelpTabBar.event" id="HelpTabBar.event" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.event" /> - <keyword name="HelpTabBar.leaveEvent" id="HelpTabBar.leaveEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.leaveEvent" /> - <keyword name="HelpTabBar.mouseMoveEvent" id="HelpTabBar.mouseMoveEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mouseMoveEvent" /> - <keyword name="HelpTabBar.mousePressEvent" id="HelpTabBar.mousePressEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mousePressEvent" /> - <keyword name="HelpTabBar.tabRemoved" id="HelpTabBar.tabRemoved" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.tabRemoved" /> - <keyword name="VirusTotalApi (Module)" id="VirusTotalApi (Module)" ref="eric5.Helpviewer.VirusTotalApi.html" /> - <keyword name="VirusTotalAPI" id="VirusTotalAPI" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI" /> - <keyword name="VirusTotalAPI.getSearchRequestData" id="VirusTotalAPI.getSearchRequestData" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.getSearchRequestData" /> - <keyword name="VirusTotalAPI (Constructor)" id="VirusTotalAPI (Constructor)" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__init__" /> - <keyword name="VirusTotalAPI.__checkServiceKeyValidityFinished" id="VirusTotalAPI.__checkServiceKeyValidityFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__checkServiceKeyValidityFinished" /> - <keyword name="VirusTotalAPI.__getFileScanReportUrl" id="VirusTotalAPI.__getFileScanReportUrl" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__getFileScanReportUrl" /> - <keyword name="VirusTotalAPI.__getFileScanReportUrlFinished" id="VirusTotalAPI.__getFileScanReportUrlFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__getFileScanReportUrlFinished" /> - <keyword name="VirusTotalAPI.__loadSettings" id="VirusTotalAPI.__loadSettings" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__loadSettings" /> - <keyword name="VirusTotalAPI.__submitUrlFinished" id="VirusTotalAPI.__submitUrlFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__submitUrlFinished" /> - <keyword name="VirusTotalAPI.checkServiceKeyValidity" id="VirusTotalAPI.checkServiceKeyValidity" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.checkServiceKeyValidity" /> - <keyword name="VirusTotalAPI.preferencesChanged" id="VirusTotalAPI.preferencesChanged" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.preferencesChanged" /> - <keyword name="VirusTotalAPI.submitUrl" id="VirusTotalAPI.submitUrl" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.submitUrl" /> - <keyword name="SslInfoDialog (Module)" id="SslInfoDialog (Module)" ref="eric5.Helpviewer.SslInfoDialog.html" /> - <keyword name="SslInfoDialog" id="SslInfoDialog" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog" /> - <keyword name="SslInfoDialog (Constructor)" id="SslInfoDialog (Constructor)" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__init__" /> - <keyword name="SslInfoDialog.__certificateString" id="SslInfoDialog.__certificateString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__certificateString" /> - <keyword name="SslInfoDialog.__formatHexString" id="SslInfoDialog.__formatHexString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__formatHexString" /> - <keyword name="SslInfoDialog.__hasExpired" id="SslInfoDialog.__hasExpired" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__hasExpired" /> - <keyword name="SslInfoDialog.__serialNumber" id="SslInfoDialog.__serialNumber" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__serialNumber" /> - <keyword name="SslCertificatesDialog (Module)" id="SslCertificatesDialog (Module)" ref="eric5.Helpviewer.SslCertificatesDialog.html" /> - <keyword name="SslCertificatesDialog" id="SslCertificatesDialog" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog" /> - <keyword name="SslCertificatesDialog (Constructor)" id="SslCertificatesDialog (Constructor)" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__init__" /> - <keyword name="SslCertificatesDialog.__createCaCertificateEntry" id="SslCertificatesDialog.__createCaCertificateEntry" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__createCaCertificateEntry" /> - <keyword name="SslCertificatesDialog.__createServerCertificateEntry" id="SslCertificatesDialog.__createServerCertificateEntry" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__createServerCertificateEntry" /> - <keyword name="SslCertificatesDialog.__exportCertificate" id="SslCertificatesDialog.__exportCertificate" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__exportCertificate" /> - <keyword name="SslCertificatesDialog.__getSystemCaCertificates" id="SslCertificatesDialog.__getSystemCaCertificates" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__getSystemCaCertificates" /> - <keyword name="SslCertificatesDialog.__importCertificate" id="SslCertificatesDialog.__importCertificate" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__importCertificate" /> - <keyword name="SslCertificatesDialog.__populateCaCertificatesTree" id="SslCertificatesDialog.__populateCaCertificatesTree" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__populateCaCertificatesTree" /> - <keyword name="SslCertificatesDialog.__populateServerCertificatesTree" id="SslCertificatesDialog.__populateServerCertificatesTree" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__populateServerCertificatesTree" /> - <keyword name="SslCertificatesDialog.__updateDefaultConfiguration" id="SslCertificatesDialog.__updateDefaultConfiguration" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__updateDefaultConfiguration" /> - <keyword name="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" id="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" /> - <keyword name="SslCertificatesDialog.on_caDeleteButton_clicked" id="SslCertificatesDialog.on_caDeleteButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caDeleteButton_clicked" /> - <keyword name="SslCertificatesDialog.on_caExportButton_clicked" id="SslCertificatesDialog.on_caExportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caExportButton_clicked" /> - <keyword name="SslCertificatesDialog.on_caImportButton_clicked" id="SslCertificatesDialog.on_caImportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caImportButton_clicked" /> - <keyword name="SslCertificatesDialog.on_caViewButton_clicked" id="SslCertificatesDialog.on_caViewButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caViewButton_clicked" /> - <keyword name="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" id="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" /> - <keyword name="SslCertificatesDialog.on_serversDeleteButton_clicked" id="SslCertificatesDialog.on_serversDeleteButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversDeleteButton_clicked" /> - <keyword name="SslCertificatesDialog.on_serversExportButton_clicked" id="SslCertificatesDialog.on_serversExportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversExportButton_clicked" /> - <keyword name="SslCertificatesDialog.on_serversImportButton_clicked" id="SslCertificatesDialog.on_serversImportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversImportButton_clicked" /> - <keyword name="SslCertificatesDialog.on_serversViewButton_clicked" id="SslCertificatesDialog.on_serversViewButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversViewButton_clicked" /> - <keyword name="HelpTopicDialog (Module)" id="HelpTopicDialog (Module)" ref="eric5.Helpviewer.HelpTopicDialog.html" /> - <keyword name="HelpTopicDialog" id="HelpTopicDialog" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog" /> - <keyword name="HelpTopicDialog (Constructor)" id="HelpTopicDialog (Constructor)" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.__init__" /> - <keyword name="HelpTopicDialog.link" id="HelpTopicDialog.link" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.link" /> <keyword name="HelpBrowserWV (Module)" id="HelpBrowserWV (Module)" ref="eric5.Helpviewer.HelpBrowserWV.html" /> <keyword name="HelpBrowser" id="HelpBrowser" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser" /> <keyword name="HelpWebPage" id="HelpWebPage" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpWebPage" /> @@ -2748,6 +2551,7 @@ <keyword name="HelpBrowser.__webInspector" id="HelpBrowser.__webInspector" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.__webInspector" /> <keyword name="HelpBrowser.addBookmark" id="HelpBrowser.addBookmark" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.addBookmark" /> <keyword name="HelpBrowser.backward" id="HelpBrowser.backward" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.backward" /> + <keyword name="HelpBrowser.checkRSS" id="HelpBrowser.checkRSS" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.checkRSS" /> <keyword name="HelpBrowser.clearHistory" id="HelpBrowser.clearHistory" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.clearHistory" /> <keyword name="HelpBrowser.contextMenuEvent" id="HelpBrowser.contextMenuEvent" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.contextMenuEvent" /> <keyword name="HelpBrowser.copy" id="HelpBrowser.copy" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.copy" /> @@ -2759,6 +2563,8 @@ <keyword name="HelpBrowser.findNextPrev" id="HelpBrowser.findNextPrev" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.findNextPrev" /> <keyword name="HelpBrowser.focusOutEvent" id="HelpBrowser.focusOutEvent" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.focusOutEvent" /> <keyword name="HelpBrowser.forward" id="HelpBrowser.forward" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.forward" /> + <keyword name="HelpBrowser.getRSS" id="HelpBrowser.getRSS" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.getRSS" /> + <keyword name="HelpBrowser.hasRSS" id="HelpBrowser.hasRSS" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.hasRSS" /> <keyword name="HelpBrowser.hasSelection" id="HelpBrowser.hasSelection" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.hasSelection" /> <keyword name="HelpBrowser.home" id="HelpBrowser.home" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.home" /> <keyword name="HelpBrowser.isBackwardAvailable" id="HelpBrowser.isBackwardAvailable" ref="eric5.Helpviewer.HelpBrowserWV.html#HelpBrowser.isBackwardAvailable" /> @@ -2798,6 +2604,119 @@ <keyword name="JavaScriptExternalObject (Constructor)" id="JavaScriptExternalObject (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.__init__" /> <keyword name="JavaScriptExternalObject.AddSearchProvider" id="JavaScriptExternalObject.AddSearchProvider" ref="eric5.Helpviewer.HelpBrowserWV.html#JavaScriptExternalObject.AddSearchProvider" /> <keyword name="LinkedResource (Constructor)" id="LinkedResource (Constructor)" ref="eric5.Helpviewer.HelpBrowserWV.html#LinkedResource.__init__" /> + <keyword name="HelpClearPrivateDataDialog (Module)" id="HelpClearPrivateDataDialog (Module)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html" /> + <keyword name="HelpClearPrivateDataDialog" id="HelpClearPrivateDataDialog" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog" /> + <keyword name="HelpClearPrivateDataDialog (Constructor)" id="HelpClearPrivateDataDialog (Constructor)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.__init__" /> + <keyword name="HelpClearPrivateDataDialog.getData" id="HelpClearPrivateDataDialog.getData" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.getData" /> + <keyword name="HelpDocsInstaller (Module)" id="HelpDocsInstaller (Module)" ref="eric5.Helpviewer.HelpDocsInstaller.html" /> + <keyword name="HelpDocsInstaller" id="HelpDocsInstaller" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller" /> + <keyword name="HelpDocsInstaller (Constructor)" id="HelpDocsInstaller (Constructor)" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__init__" /> + <keyword name="HelpDocsInstaller.__installEric5Doc" id="HelpDocsInstaller.__installEric5Doc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installEric5Doc" /> + <keyword name="HelpDocsInstaller.__installQtDoc" id="HelpDocsInstaller.__installQtDoc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installQtDoc" /> + <keyword name="HelpDocsInstaller.installDocs" id="HelpDocsInstaller.installDocs" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.installDocs" /> + <keyword name="HelpDocsInstaller.run" id="HelpDocsInstaller.run" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.run" /> + <keyword name="HelpDocsInstaller.stop" id="HelpDocsInstaller.stop" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.stop" /> + <keyword name="HelpIndexWidget (Module)" id="HelpIndexWidget (Module)" ref="eric5.Helpviewer.HelpIndexWidget.html" /> + <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" /> + <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" /> + <keyword name="HelpIndexWidget.__activated" id="HelpIndexWidget.__activated" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__activated" /> + <keyword name="HelpIndexWidget.__disableSearchEdit" id="HelpIndexWidget.__disableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__disableSearchEdit" /> + <keyword name="HelpIndexWidget.__enableSearchEdit" id="HelpIndexWidget.__enableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__enableSearchEdit" /> + <keyword name="HelpIndexWidget.__filterIndices" id="HelpIndexWidget.__filterIndices" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__filterIndices" /> + <keyword name="HelpIndexWidget.eventFilter" id="HelpIndexWidget.eventFilter" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.eventFilter" /> + <keyword name="HelpIndexWidget.focusInEvent" id="HelpIndexWidget.focusInEvent" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.focusInEvent" /> + <keyword name="HelpLanguagesDialog (Module)" id="HelpLanguagesDialog (Module)" ref="eric5.Helpviewer.HelpLanguagesDialog.html" /> + <keyword name="HelpLanguagesDialog" id="HelpLanguagesDialog" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog" /> + <keyword name="HelpLanguagesDialog.defaultAcceptLanguages" id="HelpLanguagesDialog.defaultAcceptLanguages" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.defaultAcceptLanguages" /> + <keyword name="HelpLanguagesDialog.expand" id="HelpLanguagesDialog.expand" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.expand" /> + <keyword name="HelpLanguagesDialog.httpString" id="HelpLanguagesDialog.httpString" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.httpString" /> + <keyword name="HelpLanguagesDialog (Constructor)" id="HelpLanguagesDialog (Constructor)" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__init__" /> + <keyword name="HelpLanguagesDialog.__currentChanged" id="HelpLanguagesDialog.__currentChanged" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__currentChanged" /> + <keyword name="HelpLanguagesDialog.accept" id="HelpLanguagesDialog.accept" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.accept" /> + <keyword name="HelpLanguagesDialog.on_addButton_clicked" id="HelpLanguagesDialog.on_addButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_addButton_clicked" /> + <keyword name="HelpLanguagesDialog.on_downButton_clicked" id="HelpLanguagesDialog.on_downButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_downButton_clicked" /> + <keyword name="HelpLanguagesDialog.on_removeButton_clicked" id="HelpLanguagesDialog.on_removeButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_removeButton_clicked" /> + <keyword name="HelpLanguagesDialog.on_upButton_clicked" id="HelpLanguagesDialog.on_upButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_upButton_clicked" /> + <keyword name="HelpSearchWidget (Module)" id="HelpSearchWidget (Module)" ref="eric5.Helpviewer.HelpSearchWidget.html" /> + <keyword name="HelpSearchWidget" id="HelpSearchWidget" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget" /> + <keyword name="HelpSearchWidget (Constructor)" id="HelpSearchWidget (Constructor)" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__init__" /> + <keyword name="HelpSearchWidget.__search" id="HelpSearchWidget.__search" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__search" /> + <keyword name="HelpSearchWidget.__searchingFinished" id="HelpSearchWidget.__searchingFinished" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingFinished" /> + <keyword name="HelpSearchWidget.__searchingStarted" id="HelpSearchWidget.__searchingStarted" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingStarted" /> + <keyword name="HelpSearchWidget.contextMenuEvent" id="HelpSearchWidget.contextMenuEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.contextMenuEvent" /> + <keyword name="HelpSearchWidget.eventFilter" id="HelpSearchWidget.eventFilter" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.eventFilter" /> + <keyword name="HelpSearchWidget.keyPressEvent" id="HelpSearchWidget.keyPressEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.keyPressEvent" /> + <keyword name="HelpSnap (Module)" id="HelpSnap (Module)" ref="eric5.Helpviewer.HelpSnap.html" /> + <keyword name="__render" id="__render" ref="eric5.Helpviewer.HelpSnap.html#__render" /> + <keyword name="renderTabPreview" id="renderTabPreview" ref="eric5.Helpviewer.HelpSnap.html#renderTabPreview" /> + <keyword name="HelpTabBar (Module)" id="HelpTabBar (Module)" ref="eric5.Helpviewer.HelpTabBar.html" /> + <keyword name="HelpTabBar" id="HelpTabBar" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar" /> + <keyword name="HelpTabBar (Constructor)" id="HelpTabBar (Constructor)" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.__init__" /> + <keyword name="HelpTabBar.__showTabPreview" id="HelpTabBar.__showTabPreview" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.__showTabPreview" /> + <keyword name="HelpTabBar.event" id="HelpTabBar.event" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.event" /> + <keyword name="HelpTabBar.leaveEvent" id="HelpTabBar.leaveEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.leaveEvent" /> + <keyword name="HelpTabBar.mouseMoveEvent" id="HelpTabBar.mouseMoveEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mouseMoveEvent" /> + <keyword name="HelpTabBar.mousePressEvent" id="HelpTabBar.mousePressEvent" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.mousePressEvent" /> + <keyword name="HelpTabBar.tabRemoved" id="HelpTabBar.tabRemoved" ref="eric5.Helpviewer.HelpTabBar.html#HelpTabBar.tabRemoved" /> + <keyword name="HelpTabWidget (Module)" id="HelpTabWidget (Module)" ref="eric5.Helpviewer.HelpTabWidget.html" /> + <keyword name="HelpTabWidget" id="HelpTabWidget" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget" /> + <keyword name="HelpTabWidget (Constructor)" id="HelpTabWidget (Constructor)" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__init__" /> + <keyword name="HelpTabWidget.__currentChanged" id="HelpTabWidget.__currentChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__currentChanged" /> + <keyword name="HelpTabWidget.__elide" id="HelpTabWidget.__elide" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__elide" /> + <keyword name="HelpTabWidget.__guessUrlFromPath" id="HelpTabWidget.__guessUrlFromPath" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__guessUrlFromPath" /> + <keyword name="HelpTabWidget.__iconChanged" id="HelpTabWidget.__iconChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__iconChanged" /> + <keyword name="HelpTabWidget.__initTabContextMenu" id="HelpTabWidget.__initTabContextMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__initTabContextMenu" /> + <keyword name="HelpTabWidget.__lineEditReturnPressed" id="HelpTabWidget.__lineEditReturnPressed" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__lineEditReturnPressed" /> + <keyword name="HelpTabWidget.__loadFinished" id="HelpTabWidget.__loadFinished" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__loadFinished" /> + <keyword name="HelpTabWidget.__loadStarted" id="HelpTabWidget.__loadStarted" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__loadStarted" /> + <keyword name="HelpTabWidget.__navigationMenuTriggered" id="HelpTabWidget.__navigationMenuTriggered" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__navigationMenuTriggered" /> + <keyword name="HelpTabWidget.__pathSelected" id="HelpTabWidget.__pathSelected" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__pathSelected" /> + <keyword name="HelpTabWidget.__printPdfRequested" id="HelpTabWidget.__printPdfRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printPdfRequested" /> + <keyword name="HelpTabWidget.__printPreview" id="HelpTabWidget.__printPreview" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printPreview" /> + <keyword name="HelpTabWidget.__printRequested" id="HelpTabWidget.__printRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printRequested" /> + <keyword name="HelpTabWidget.__showContextMenu" id="HelpTabWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__showContextMenu" /> + <keyword name="HelpTabWidget.__showNavigationMenu" id="HelpTabWidget.__showNavigationMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__showNavigationMenu" /> + <keyword name="HelpTabWidget.__sourceChanged" id="HelpTabWidget.__sourceChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__sourceChanged" /> + <keyword name="HelpTabWidget.__tabContextMenuClone" id="HelpTabWidget.__tabContextMenuClone" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuClone" /> + <keyword name="HelpTabWidget.__tabContextMenuClose" id="HelpTabWidget.__tabContextMenuClose" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuClose" /> + <keyword name="HelpTabWidget.__tabContextMenuCloseOthers" id="HelpTabWidget.__tabContextMenuCloseOthers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuCloseOthers" /> + <keyword name="HelpTabWidget.__tabContextMenuMoveLeft" id="HelpTabWidget.__tabContextMenuMoveLeft" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuMoveLeft" /> + <keyword name="HelpTabWidget.__tabContextMenuMoveRight" id="HelpTabWidget.__tabContextMenuMoveRight" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuMoveRight" /> + <keyword name="HelpTabWidget.__tabContextMenuPrint" id="HelpTabWidget.__tabContextMenuPrint" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrint" /> + <keyword name="HelpTabWidget.__tabContextMenuPrintPdf" id="HelpTabWidget.__tabContextMenuPrintPdf" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrintPdf" /> + <keyword name="HelpTabWidget.__tabContextMenuPrintPreview" id="HelpTabWidget.__tabContextMenuPrintPreview" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrintPreview" /> + <keyword name="HelpTabWidget.__titleChanged" id="HelpTabWidget.__titleChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__titleChanged" /> + <keyword name="HelpTabWidget.__windowCloseRequested" id="HelpTabWidget.__windowCloseRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__windowCloseRequested" /> + <keyword name="HelpTabWidget.browserAt" id="HelpTabWidget.browserAt" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.browserAt" /> + <keyword name="HelpTabWidget.browsers" id="HelpTabWidget.browsers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.browsers" /> + <keyword name="HelpTabWidget.closeAllBrowsers" id="HelpTabWidget.closeAllBrowsers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeAllBrowsers" /> + <keyword name="HelpTabWidget.closeBrowser" id="HelpTabWidget.closeBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeBrowser" /> + <keyword name="HelpTabWidget.closeBrowserAt" id="HelpTabWidget.closeBrowserAt" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeBrowserAt" /> + <keyword name="HelpTabWidget.currentBrowser" id="HelpTabWidget.currentBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.currentBrowser" /> + <keyword name="HelpTabWidget.currentUrlBar" id="HelpTabWidget.currentUrlBar" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.currentUrlBar" /> + <keyword name="HelpTabWidget.getSourceFileList" id="HelpTabWidget.getSourceFileList" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.getSourceFileList" /> + <keyword name="HelpTabWidget.newBrowser" id="HelpTabWidget.newBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.newBrowser" /> + <keyword name="HelpTabWidget.preferencesChanged" id="HelpTabWidget.preferencesChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.preferencesChanged" /> + <keyword name="HelpTabWidget.printBrowser" id="HelpTabWidget.printBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printBrowser" /> + <keyword name="HelpTabWidget.printBrowserPdf" id="HelpTabWidget.printBrowserPdf" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printBrowserPdf" /> + <keyword name="HelpTabWidget.printPreviewBrowser" id="HelpTabWidget.printPreviewBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printPreviewBrowser" /> + <keyword name="HelpTabWidget.shallShutDown" id="HelpTabWidget.shallShutDown" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.shallShutDown" /> + <keyword name="HelpTabWidget.stackedUrlBar" id="HelpTabWidget.stackedUrlBar" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.stackedUrlBar" /> + <keyword name="HelpTocWidget (Module)" id="HelpTocWidget (Module)" ref="eric5.Helpviewer.HelpTocWidget.html" /> + <keyword name="HelpTocWidget" id="HelpTocWidget" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget" /> + <keyword name="HelpTocWidget (Constructor)" id="HelpTocWidget (Constructor)" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__init__" /> + <keyword name="HelpTocWidget.__expandTOC" id="HelpTocWidget.__expandTOC" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__expandTOC" /> + <keyword name="HelpTocWidget.__showContextMenu" id="HelpTocWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__showContextMenu" /> + <keyword name="HelpTocWidget.eventFilter" id="HelpTocWidget.eventFilter" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.eventFilter" /> + <keyword name="HelpTocWidget.expandToDepth" id="HelpTocWidget.expandToDepth" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.expandToDepth" /> + <keyword name="HelpTocWidget.focusInEvent" id="HelpTocWidget.focusInEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.focusInEvent" /> + <keyword name="HelpTocWidget.itemClicked" id="HelpTocWidget.itemClicked" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.itemClicked" /> + <keyword name="HelpTocWidget.keyPressEvent" id="HelpTocWidget.keyPressEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.keyPressEvent" /> + <keyword name="HelpTocWidget.syncToContent" id="HelpTocWidget.syncToContent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.syncToContent" /> + <keyword name="HelpTopicDialog (Module)" id="HelpTopicDialog (Module)" ref="eric5.Helpviewer.HelpTopicDialog.html" /> + <keyword name="HelpTopicDialog" id="HelpTopicDialog" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog" /> + <keyword name="HelpTopicDialog (Constructor)" id="HelpTopicDialog (Constructor)" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.__init__" /> + <keyword name="HelpTopicDialog.link" id="HelpTopicDialog.link" ref="eric5.Helpviewer.HelpTopicDialog.html#HelpTopicDialog.link" /> <keyword name="HelpWebSearchWidget (Module)" id="HelpWebSearchWidget (Module)" ref="eric5.Helpviewer.HelpWebSearchWidget.html" /> <keyword name="HelpWebSearchEdit" id="HelpWebSearchEdit" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchEdit" /> <keyword name="HelpWebSearchWidget" id="HelpWebSearchWidget" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget" /> @@ -2824,20 +2743,13 @@ <keyword name="HelpWebSearchWidget.openSearchManager" id="HelpWebSearchWidget.openSearchManager" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.openSearchManager" /> <keyword name="HelpWebSearchWidget.preferencesChanged" id="HelpWebSearchWidget.preferencesChanged" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.preferencesChanged" /> <keyword name="HelpWebSearchWidget.saveSearches" id="HelpWebSearchWidget.saveSearches" ref="eric5.Helpviewer.HelpWebSearchWidget.html#HelpWebSearchWidget.saveSearches" /> - <keyword name="HelpDocsInstaller (Module)" id="HelpDocsInstaller (Module)" ref="eric5.Helpviewer.HelpDocsInstaller.html" /> - <keyword name="HelpDocsInstaller" id="HelpDocsInstaller" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller" /> - <keyword name="HelpDocsInstaller (Constructor)" id="HelpDocsInstaller (Constructor)" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__init__" /> - <keyword name="HelpDocsInstaller.__installEric5Doc" id="HelpDocsInstaller.__installEric5Doc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installEric5Doc" /> - <keyword name="HelpDocsInstaller.__installQtDoc" id="HelpDocsInstaller.__installQtDoc" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.__installQtDoc" /> - <keyword name="HelpDocsInstaller.installDocs" id="HelpDocsInstaller.installDocs" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.installDocs" /> - <keyword name="HelpDocsInstaller.run" id="HelpDocsInstaller.run" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.run" /> - <keyword name="HelpDocsInstaller.stop" id="HelpDocsInstaller.stop" ref="eric5.Helpviewer.HelpDocsInstaller.html#HelpDocsInstaller.stop" /> <keyword name="HelpWindow (Module)" id="HelpWindow (Module)" ref="eric5.Helpviewer.HelpWindow.html" /> <keyword name="HelpWindow" id="HelpWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow" /> <keyword name="HelpWindow.adblockManager" id="HelpWindow.adblockManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.adblockManager" /> <keyword name="HelpWindow.bookmarksManager" id="HelpWindow.bookmarksManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.bookmarksManager" /> <keyword name="HelpWindow.cookieJar" id="HelpWindow.cookieJar" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.cookieJar" /> <keyword name="HelpWindow.downloadManager" id="HelpWindow.downloadManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.downloadManager" /> + <keyword name="HelpWindow.feedsManager" id="HelpWindow.feedsManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.feedsManager" /> <keyword name="HelpWindow.helpEngine" id="HelpWindow.helpEngine" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.helpEngine" /> <keyword name="HelpWindow.historyManager" id="HelpWindow.historyManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.historyManager" /> <keyword name="HelpWindow.icon" id="HelpWindow.icon" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.icon" /> @@ -2860,6 +2772,7 @@ <keyword name="HelpWindow.__copy" id="HelpWindow.__copy" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__copy" /> <keyword name="HelpWindow.__currentChanged" id="HelpWindow.__currentChanged" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__currentChanged" /> <keyword name="HelpWindow.__docsInstalled" id="HelpWindow.__docsInstalled" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__docsInstalled" /> + <keyword name="HelpWindow.__feedsManagerClosed" id="HelpWindow.__feedsManagerClosed" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__feedsManagerClosed" /> <keyword name="HelpWindow.__filterQtHelpDocumentation" id="HelpWindow.__filterQtHelpDocumentation" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__filterQtHelpDocumentation" /> <keyword name="HelpWindow.__find" id="HelpWindow.__find" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__find" /> <keyword name="HelpWindow.__forward" id="HelpWindow.__forward" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__forward" /> @@ -2900,6 +2813,7 @@ <keyword name="HelpWindow.__showCookiesConfiguration" id="HelpWindow.__showCookiesConfiguration" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showCookiesConfiguration" /> <keyword name="HelpWindow.__showDownloadsWindow" id="HelpWindow.__showDownloadsWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showDownloadsWindow" /> <keyword name="HelpWindow.__showEnginesConfigurationDialog" id="HelpWindow.__showEnginesConfigurationDialog" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showEnginesConfigurationDialog" /> + <keyword name="HelpWindow.__showFeedsManager" id="HelpWindow.__showFeedsManager" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showFeedsManager" /> <keyword name="HelpWindow.__showForwardMenu" id="HelpWindow.__showForwardMenu" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showForwardMenu" /> <keyword name="HelpWindow.__showHistoryMenu" id="HelpWindow.__showHistoryMenu" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showHistoryMenu" /> <keyword name="HelpWindow.__showIndexWindow" id="HelpWindow.__showIndexWindow" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__showIndexWindow" /> @@ -2956,29 +2870,8 @@ <keyword name="HelpWindow.setLoadingActions" id="HelpWindow.setLoadingActions" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setLoadingActions" /> <keyword name="HelpWindow.setPrivateMode" id="HelpWindow.setPrivateMode" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.setPrivateMode" /> <keyword name="HelpWindow.__getWebIcon" id="HelpWindow.__getWebIcon" ref="eric5.Helpviewer.HelpWindow.html#HelpWindow.__getWebIcon" /> - <keyword name="HelpClearPrivateDataDialog (Module)" id="HelpClearPrivateDataDialog (Module)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html" /> - <keyword name="HelpClearPrivateDataDialog" id="HelpClearPrivateDataDialog" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog" /> - <keyword name="HelpClearPrivateDataDialog (Constructor)" id="HelpClearPrivateDataDialog (Constructor)" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.__init__" /> - <keyword name="HelpClearPrivateDataDialog.getData" id="HelpClearPrivateDataDialog.getData" ref="eric5.Helpviewer.HelpClearPrivateDataDialog.html#HelpClearPrivateDataDialog.getData" /> - <keyword name="QtHelpFiltersDialog (Module)" id="QtHelpFiltersDialog (Module)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html" /> - <keyword name="QtHelpFiltersDialog" id="QtHelpFiltersDialog" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog" /> - <keyword name="QtHelpFiltersDialog (Constructor)" id="QtHelpFiltersDialog (Constructor)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.__init__" /> - <keyword name="QtHelpFiltersDialog.on_addButton_clicked" id="QtHelpFiltersDialog.on_addButton_clicked" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_addButton_clicked" /> - <keyword name="QtHelpFiltersDialog.on_attributesList_itemChanged" id="QtHelpFiltersDialog.on_attributesList_itemChanged" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_attributesList_itemChanged" /> - <keyword name="QtHelpFiltersDialog.on_buttonBox_accepted" id="QtHelpFiltersDialog.on_buttonBox_accepted" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_buttonBox_accepted" /> - <keyword name="QtHelpFiltersDialog.on_filtersList_currentItemChanged" id="QtHelpFiltersDialog.on_filtersList_currentItemChanged" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_filtersList_currentItemChanged" /> - <keyword name="QtHelpFiltersDialog.on_removeButton_clicked" id="QtHelpFiltersDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_removeButton_clicked" /> - <keyword name="HelpTocWidget (Module)" id="HelpTocWidget (Module)" ref="eric5.Helpviewer.HelpTocWidget.html" /> - <keyword name="HelpTocWidget" id="HelpTocWidget" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget" /> - <keyword name="HelpTocWidget (Constructor)" id="HelpTocWidget (Constructor)" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__init__" /> - <keyword name="HelpTocWidget.__expandTOC" id="HelpTocWidget.__expandTOC" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__expandTOC" /> - <keyword name="HelpTocWidget.__showContextMenu" id="HelpTocWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.__showContextMenu" /> - <keyword name="HelpTocWidget.eventFilter" id="HelpTocWidget.eventFilter" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.eventFilter" /> - <keyword name="HelpTocWidget.expandToDepth" id="HelpTocWidget.expandToDepth" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.expandToDepth" /> - <keyword name="HelpTocWidget.focusInEvent" id="HelpTocWidget.focusInEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.focusInEvent" /> - <keyword name="HelpTocWidget.itemClicked" id="HelpTocWidget.itemClicked" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.itemClicked" /> - <keyword name="HelpTocWidget.keyPressEvent" id="HelpTocWidget.keyPressEvent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.keyPressEvent" /> - <keyword name="HelpTocWidget.syncToContent" id="HelpTocWidget.syncToContent" ref="eric5.Helpviewer.HelpTocWidget.html#HelpTocWidget.syncToContent" /> + <keyword name="HTMLResources (Module)" id="HTMLResources (Module)" ref="eric5.Helpviewer.HTMLResources.html" /> + <keyword name="JavaScriptResources (Module)" id="JavaScriptResources (Module)" ref="eric5.Helpviewer.JavaScriptResources.html" /> <keyword name="QtHelpDocumentationDialog (Module)" id="QtHelpDocumentationDialog (Module)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html" /> <keyword name="QtHelpDocumentationDialog" id="QtHelpDocumentationDialog" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog" /> <keyword name="QtHelpDocumentationDialog (Constructor)" id="QtHelpDocumentationDialog (Constructor)" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.__init__" /> @@ -2987,82 +2880,598 @@ <keyword name="QtHelpDocumentationDialog.on_addButton_clicked" id="QtHelpDocumentationDialog.on_addButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_addButton_clicked" /> <keyword name="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" id="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" /> <keyword name="QtHelpDocumentationDialog.on_removeButton_clicked" id="QtHelpDocumentationDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpDocumentationDialog.html#QtHelpDocumentationDialog.on_removeButton_clicked" /> - <keyword name="JavaScriptResources (Module)" id="JavaScriptResources (Module)" ref="eric5.Helpviewer.JavaScriptResources.html" /> - <keyword name="HelpSearchWidget (Module)" id="HelpSearchWidget (Module)" ref="eric5.Helpviewer.HelpSearchWidget.html" /> - <keyword name="HelpSearchWidget" id="HelpSearchWidget" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget" /> - <keyword name="HelpSearchWidget (Constructor)" id="HelpSearchWidget (Constructor)" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__init__" /> - <keyword name="HelpSearchWidget.__search" id="HelpSearchWidget.__search" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__search" /> - <keyword name="HelpSearchWidget.__searchingFinished" id="HelpSearchWidget.__searchingFinished" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingFinished" /> - <keyword name="HelpSearchWidget.__searchingStarted" id="HelpSearchWidget.__searchingStarted" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.__searchingStarted" /> - <keyword name="HelpSearchWidget.contextMenuEvent" id="HelpSearchWidget.contextMenuEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.contextMenuEvent" /> - <keyword name="HelpSearchWidget.eventFilter" id="HelpSearchWidget.eventFilter" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.eventFilter" /> - <keyword name="HelpSearchWidget.keyPressEvent" id="HelpSearchWidget.keyPressEvent" ref="eric5.Helpviewer.HelpSearchWidget.html#HelpSearchWidget.keyPressEvent" /> - <keyword name="HelpIndexWidget (Module)" id="HelpIndexWidget (Module)" ref="eric5.Helpviewer.HelpIndexWidget.html" /> - <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" /> - <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" /> - <keyword name="HelpIndexWidget.__activated" id="HelpIndexWidget.__activated" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__activated" /> - <keyword name="HelpIndexWidget.__disableSearchEdit" id="HelpIndexWidget.__disableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__disableSearchEdit" /> - <keyword name="HelpIndexWidget.__enableSearchEdit" id="HelpIndexWidget.__enableSearchEdit" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__enableSearchEdit" /> - <keyword name="HelpIndexWidget.__filterIndices" id="HelpIndexWidget.__filterIndices" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__filterIndices" /> - <keyword name="HelpIndexWidget.eventFilter" id="HelpIndexWidget.eventFilter" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.eventFilter" /> - <keyword name="HelpIndexWidget.focusInEvent" id="HelpIndexWidget.focusInEvent" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.focusInEvent" /> - <keyword name="HelpLanguagesDialog (Module)" id="HelpLanguagesDialog (Module)" ref="eric5.Helpviewer.HelpLanguagesDialog.html" /> - <keyword name="HelpLanguagesDialog" id="HelpLanguagesDialog" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog" /> - <keyword name="HelpLanguagesDialog.defaultAcceptLanguages" id="HelpLanguagesDialog.defaultAcceptLanguages" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.defaultAcceptLanguages" /> - <keyword name="HelpLanguagesDialog.expand" id="HelpLanguagesDialog.expand" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.expand" /> - <keyword name="HelpLanguagesDialog.httpString" id="HelpLanguagesDialog.httpString" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.httpString" /> - <keyword name="HelpLanguagesDialog (Constructor)" id="HelpLanguagesDialog (Constructor)" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__init__" /> - <keyword name="HelpLanguagesDialog.__currentChanged" id="HelpLanguagesDialog.__currentChanged" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.__currentChanged" /> - <keyword name="HelpLanguagesDialog.accept" id="HelpLanguagesDialog.accept" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.accept" /> - <keyword name="HelpLanguagesDialog.on_addButton_clicked" id="HelpLanguagesDialog.on_addButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_addButton_clicked" /> - <keyword name="HelpLanguagesDialog.on_downButton_clicked" id="HelpLanguagesDialog.on_downButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_downButton_clicked" /> - <keyword name="HelpLanguagesDialog.on_removeButton_clicked" id="HelpLanguagesDialog.on_removeButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_removeButton_clicked" /> - <keyword name="HelpLanguagesDialog.on_upButton_clicked" id="HelpLanguagesDialog.on_upButton_clicked" ref="eric5.Helpviewer.HelpLanguagesDialog.html#HelpLanguagesDialog.on_upButton_clicked" /> - <keyword name="HTMLResources (Module)" id="HTMLResources (Module)" ref="eric5.Helpviewer.HTMLResources.html" /> - <keyword name="HelpTabWidget (Module)" id="HelpTabWidget (Module)" ref="eric5.Helpviewer.HelpTabWidget.html" /> - <keyword name="HelpTabWidget" id="HelpTabWidget" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget" /> - <keyword name="HelpTabWidget (Constructor)" id="HelpTabWidget (Constructor)" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__init__" /> - <keyword name="HelpTabWidget.__currentChanged" id="HelpTabWidget.__currentChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__currentChanged" /> - <keyword name="HelpTabWidget.__elide" id="HelpTabWidget.__elide" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__elide" /> - <keyword name="HelpTabWidget.__guessUrlFromPath" id="HelpTabWidget.__guessUrlFromPath" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__guessUrlFromPath" /> - <keyword name="HelpTabWidget.__iconChanged" id="HelpTabWidget.__iconChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__iconChanged" /> - <keyword name="HelpTabWidget.__initTabContextMenu" id="HelpTabWidget.__initTabContextMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__initTabContextMenu" /> - <keyword name="HelpTabWidget.__lineEditReturnPressed" id="HelpTabWidget.__lineEditReturnPressed" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__lineEditReturnPressed" /> - <keyword name="HelpTabWidget.__loadFinished" id="HelpTabWidget.__loadFinished" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__loadFinished" /> - <keyword name="HelpTabWidget.__loadStarted" id="HelpTabWidget.__loadStarted" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__loadStarted" /> - <keyword name="HelpTabWidget.__navigationMenuTriggered" id="HelpTabWidget.__navigationMenuTriggered" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__navigationMenuTriggered" /> - <keyword name="HelpTabWidget.__pathSelected" id="HelpTabWidget.__pathSelected" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__pathSelected" /> - <keyword name="HelpTabWidget.__printPdfRequested" id="HelpTabWidget.__printPdfRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printPdfRequested" /> - <keyword name="HelpTabWidget.__printPreview" id="HelpTabWidget.__printPreview" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printPreview" /> - <keyword name="HelpTabWidget.__printRequested" id="HelpTabWidget.__printRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__printRequested" /> - <keyword name="HelpTabWidget.__showContextMenu" id="HelpTabWidget.__showContextMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__showContextMenu" /> - <keyword name="HelpTabWidget.__showNavigationMenu" id="HelpTabWidget.__showNavigationMenu" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__showNavigationMenu" /> - <keyword name="HelpTabWidget.__sourceChanged" id="HelpTabWidget.__sourceChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__sourceChanged" /> - <keyword name="HelpTabWidget.__tabContextMenuClone" id="HelpTabWidget.__tabContextMenuClone" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuClone" /> - <keyword name="HelpTabWidget.__tabContextMenuClose" id="HelpTabWidget.__tabContextMenuClose" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuClose" /> - <keyword name="HelpTabWidget.__tabContextMenuCloseOthers" id="HelpTabWidget.__tabContextMenuCloseOthers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuCloseOthers" /> - <keyword name="HelpTabWidget.__tabContextMenuMoveLeft" id="HelpTabWidget.__tabContextMenuMoveLeft" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuMoveLeft" /> - <keyword name="HelpTabWidget.__tabContextMenuMoveRight" id="HelpTabWidget.__tabContextMenuMoveRight" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuMoveRight" /> - <keyword name="HelpTabWidget.__tabContextMenuPrint" id="HelpTabWidget.__tabContextMenuPrint" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrint" /> - <keyword name="HelpTabWidget.__tabContextMenuPrintPdf" id="HelpTabWidget.__tabContextMenuPrintPdf" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrintPdf" /> - <keyword name="HelpTabWidget.__tabContextMenuPrintPreview" id="HelpTabWidget.__tabContextMenuPrintPreview" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__tabContextMenuPrintPreview" /> - <keyword name="HelpTabWidget.__titleChanged" id="HelpTabWidget.__titleChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__titleChanged" /> - <keyword name="HelpTabWidget.__windowCloseRequested" id="HelpTabWidget.__windowCloseRequested" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.__windowCloseRequested" /> - <keyword name="HelpTabWidget.browserAt" id="HelpTabWidget.browserAt" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.browserAt" /> - <keyword name="HelpTabWidget.browsers" id="HelpTabWidget.browsers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.browsers" /> - <keyword name="HelpTabWidget.closeAllBrowsers" id="HelpTabWidget.closeAllBrowsers" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeAllBrowsers" /> - <keyword name="HelpTabWidget.closeBrowser" id="HelpTabWidget.closeBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeBrowser" /> - <keyword name="HelpTabWidget.closeBrowserAt" id="HelpTabWidget.closeBrowserAt" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.closeBrowserAt" /> - <keyword name="HelpTabWidget.currentBrowser" id="HelpTabWidget.currentBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.currentBrowser" /> - <keyword name="HelpTabWidget.currentUrlBar" id="HelpTabWidget.currentUrlBar" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.currentUrlBar" /> - <keyword name="HelpTabWidget.getSourceFileList" id="HelpTabWidget.getSourceFileList" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.getSourceFileList" /> - <keyword name="HelpTabWidget.newBrowser" id="HelpTabWidget.newBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.newBrowser" /> - <keyword name="HelpTabWidget.preferencesChanged" id="HelpTabWidget.preferencesChanged" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.preferencesChanged" /> - <keyword name="HelpTabWidget.printBrowser" id="HelpTabWidget.printBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printBrowser" /> - <keyword name="HelpTabWidget.printBrowserPdf" id="HelpTabWidget.printBrowserPdf" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printBrowserPdf" /> - <keyword name="HelpTabWidget.printPreviewBrowser" id="HelpTabWidget.printPreviewBrowser" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.printPreviewBrowser" /> - <keyword name="HelpTabWidget.shallShutDown" id="HelpTabWidget.shallShutDown" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.shallShutDown" /> - <keyword name="HelpTabWidget.stackedUrlBar" id="HelpTabWidget.stackedUrlBar" ref="eric5.Helpviewer.HelpTabWidget.html#HelpTabWidget.stackedUrlBar" /> + <keyword name="QtHelpFiltersDialog (Module)" id="QtHelpFiltersDialog (Module)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html" /> + <keyword name="QtHelpFiltersDialog" id="QtHelpFiltersDialog" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog" /> + <keyword name="QtHelpFiltersDialog (Constructor)" id="QtHelpFiltersDialog (Constructor)" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.__init__" /> + <keyword name="QtHelpFiltersDialog.on_addButton_clicked" id="QtHelpFiltersDialog.on_addButton_clicked" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_addButton_clicked" /> + <keyword name="QtHelpFiltersDialog.on_attributesList_itemChanged" id="QtHelpFiltersDialog.on_attributesList_itemChanged" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_attributesList_itemChanged" /> + <keyword name="QtHelpFiltersDialog.on_buttonBox_accepted" id="QtHelpFiltersDialog.on_buttonBox_accepted" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_buttonBox_accepted" /> + <keyword name="QtHelpFiltersDialog.on_filtersList_currentItemChanged" id="QtHelpFiltersDialog.on_filtersList_currentItemChanged" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_filtersList_currentItemChanged" /> + <keyword name="QtHelpFiltersDialog.on_removeButton_clicked" id="QtHelpFiltersDialog.on_removeButton_clicked" ref="eric5.Helpviewer.QtHelpFiltersDialog.html#QtHelpFiltersDialog.on_removeButton_clicked" /> + <keyword name="SearchWidget (Module)" id="SearchWidget (Module)" ref="eric5.Helpviewer.SearchWidget.html" /> + <keyword name="SearchWidget" id="SearchWidget" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget" /> + <keyword name="SearchWidget (Constructor)" id="SearchWidget (Constructor)" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__init__" /> + <keyword name="SearchWidget.__findByReturnPressed" id="SearchWidget.__findByReturnPressed" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findByReturnPressed" /> + <keyword name="SearchWidget.__findNextPrev" id="SearchWidget.__findNextPrev" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__findNextPrev" /> + <keyword name="SearchWidget.__searchTextEdited" id="SearchWidget.__searchTextEdited" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__searchTextEdited" /> + <keyword name="SearchWidget.__setFindtextComboBackground" id="SearchWidget.__setFindtextComboBackground" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.__setFindtextComboBackground" /> + <keyword name="SearchWidget.findNext" id="SearchWidget.findNext" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findNext" /> + <keyword name="SearchWidget.findPrevious" id="SearchWidget.findPrevious" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.findPrevious" /> + <keyword name="SearchWidget.keyPressEvent" id="SearchWidget.keyPressEvent" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.keyPressEvent" /> + <keyword name="SearchWidget.on_closeButton_clicked" id="SearchWidget.on_closeButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_closeButton_clicked" /> + <keyword name="SearchWidget.on_findNextButton_clicked" id="SearchWidget.on_findNextButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findNextButton_clicked" /> + <keyword name="SearchWidget.on_findPrevButton_clicked" id="SearchWidget.on_findPrevButton_clicked" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findPrevButton_clicked" /> + <keyword name="SearchWidget.on_findtextCombo_editTextChanged" id="SearchWidget.on_findtextCombo_editTextChanged" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_findtextCombo_editTextChanged" /> + <keyword name="SearchWidget.on_highlightAllCheckBox_toggled" id="SearchWidget.on_highlightAllCheckBox_toggled" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.on_highlightAllCheckBox_toggled" /> + <keyword name="SearchWidget.showFind" id="SearchWidget.showFind" ref="eric5.Helpviewer.SearchWidget.html#SearchWidget.showFind" /> + <keyword name="SslCertificatesDialog (Module)" id="SslCertificatesDialog (Module)" ref="eric5.Helpviewer.SslCertificatesDialog.html" /> + <keyword name="SslCertificatesDialog" id="SslCertificatesDialog" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog" /> + <keyword name="SslCertificatesDialog (Constructor)" id="SslCertificatesDialog (Constructor)" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__init__" /> + <keyword name="SslCertificatesDialog.__createCaCertificateEntry" id="SslCertificatesDialog.__createCaCertificateEntry" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__createCaCertificateEntry" /> + <keyword name="SslCertificatesDialog.__createServerCertificateEntry" id="SslCertificatesDialog.__createServerCertificateEntry" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__createServerCertificateEntry" /> + <keyword name="SslCertificatesDialog.__exportCertificate" id="SslCertificatesDialog.__exportCertificate" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__exportCertificate" /> + <keyword name="SslCertificatesDialog.__getSystemCaCertificates" id="SslCertificatesDialog.__getSystemCaCertificates" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__getSystemCaCertificates" /> + <keyword name="SslCertificatesDialog.__importCertificate" id="SslCertificatesDialog.__importCertificate" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__importCertificate" /> + <keyword name="SslCertificatesDialog.__populateCaCertificatesTree" id="SslCertificatesDialog.__populateCaCertificatesTree" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__populateCaCertificatesTree" /> + <keyword name="SslCertificatesDialog.__populateServerCertificatesTree" id="SslCertificatesDialog.__populateServerCertificatesTree" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__populateServerCertificatesTree" /> + <keyword name="SslCertificatesDialog.__updateDefaultConfiguration" id="SslCertificatesDialog.__updateDefaultConfiguration" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.__updateDefaultConfiguration" /> + <keyword name="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" id="SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caCertificatesTree_currentItemChanged" /> + <keyword name="SslCertificatesDialog.on_caDeleteButton_clicked" id="SslCertificatesDialog.on_caDeleteButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caDeleteButton_clicked" /> + <keyword name="SslCertificatesDialog.on_caExportButton_clicked" id="SslCertificatesDialog.on_caExportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caExportButton_clicked" /> + <keyword name="SslCertificatesDialog.on_caImportButton_clicked" id="SslCertificatesDialog.on_caImportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caImportButton_clicked" /> + <keyword name="SslCertificatesDialog.on_caViewButton_clicked" id="SslCertificatesDialog.on_caViewButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_caViewButton_clicked" /> + <keyword name="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" id="SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversCertificatesTree_currentItemChanged" /> + <keyword name="SslCertificatesDialog.on_serversDeleteButton_clicked" id="SslCertificatesDialog.on_serversDeleteButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversDeleteButton_clicked" /> + <keyword name="SslCertificatesDialog.on_serversExportButton_clicked" id="SslCertificatesDialog.on_serversExportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversExportButton_clicked" /> + <keyword name="SslCertificatesDialog.on_serversImportButton_clicked" id="SslCertificatesDialog.on_serversImportButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversImportButton_clicked" /> + <keyword name="SslCertificatesDialog.on_serversViewButton_clicked" id="SslCertificatesDialog.on_serversViewButton_clicked" ref="eric5.Helpviewer.SslCertificatesDialog.html#SslCertificatesDialog.on_serversViewButton_clicked" /> + <keyword name="SslInfoDialog (Module)" id="SslInfoDialog (Module)" ref="eric5.Helpviewer.SslInfoDialog.html" /> + <keyword name="SslInfoDialog" id="SslInfoDialog" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog" /> + <keyword name="SslInfoDialog (Constructor)" id="SslInfoDialog (Constructor)" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__init__" /> + <keyword name="SslInfoDialog.__certificateString" id="SslInfoDialog.__certificateString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__certificateString" /> + <keyword name="SslInfoDialog.__formatHexString" id="SslInfoDialog.__formatHexString" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__formatHexString" /> + <keyword name="SslInfoDialog.__hasExpired" id="SslInfoDialog.__hasExpired" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__hasExpired" /> + <keyword name="SslInfoDialog.__serialNumber" id="SslInfoDialog.__serialNumber" ref="eric5.Helpviewer.SslInfoDialog.html#SslInfoDialog.__serialNumber" /> + <keyword name="VirusTotalApi (Module)" id="VirusTotalApi (Module)" ref="eric5.Helpviewer.VirusTotalApi.html" /> + <keyword name="VirusTotalAPI" id="VirusTotalAPI" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI" /> + <keyword name="VirusTotalAPI.getSearchRequestData" id="VirusTotalAPI.getSearchRequestData" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.getSearchRequestData" /> + <keyword name="VirusTotalAPI (Constructor)" id="VirusTotalAPI (Constructor)" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__init__" /> + <keyword name="VirusTotalAPI.__checkServiceKeyValidityFinished" id="VirusTotalAPI.__checkServiceKeyValidityFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__checkServiceKeyValidityFinished" /> + <keyword name="VirusTotalAPI.__getFileScanReportUrl" id="VirusTotalAPI.__getFileScanReportUrl" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__getFileScanReportUrl" /> + <keyword name="VirusTotalAPI.__getFileScanReportUrlFinished" id="VirusTotalAPI.__getFileScanReportUrlFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__getFileScanReportUrlFinished" /> + <keyword name="VirusTotalAPI.__loadSettings" id="VirusTotalAPI.__loadSettings" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__loadSettings" /> + <keyword name="VirusTotalAPI.__submitUrlFinished" id="VirusTotalAPI.__submitUrlFinished" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.__submitUrlFinished" /> + <keyword name="VirusTotalAPI.checkServiceKeyValidity" id="VirusTotalAPI.checkServiceKeyValidity" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.checkServiceKeyValidity" /> + <keyword name="VirusTotalAPI.preferencesChanged" id="VirusTotalAPI.preferencesChanged" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.preferencesChanged" /> + <keyword name="VirusTotalAPI.submitUrl" id="VirusTotalAPI.submitUrl" ref="eric5.Helpviewer.VirusTotalApi.html#VirusTotalAPI.submitUrl" /> + <keyword name="IconEditor (Package)" id="IconEditor (Package)" ref="index-eric5.IconEditor.html" /> + <keyword name="IconEditorGrid (Module)" id="IconEditorGrid (Module)" ref="eric5.IconEditor.IconEditorGrid.html" /> + <keyword name="IconEditCommand" id="IconEditCommand" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand" /> + <keyword name="IconEditorGrid" id="IconEditorGrid" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid" /> + <keyword name="IconEditCommand (Constructor)" id="IconEditCommand (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.__init__" /> + <keyword name="IconEditCommand.redo" id="IconEditCommand.redo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.redo" /> + <keyword name="IconEditCommand.setAfterImage" id="IconEditCommand.setAfterImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.setAfterImage" /> + <keyword name="IconEditCommand.undo" id="IconEditCommand.undo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditCommand.undo" /> + <keyword name="IconEditorGrid (Constructor)" id="IconEditorGrid (Constructor)" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__init__" /> + <keyword name="IconEditorGrid.__checkClipboard" id="IconEditorGrid.__checkClipboard" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__checkClipboard" /> + <keyword name="IconEditorGrid.__cleanChanged" id="IconEditorGrid.__cleanChanged" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__cleanChanged" /> + <keyword name="IconEditorGrid.__clipboardImage" id="IconEditorGrid.__clipboardImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__clipboardImage" /> + <keyword name="IconEditorGrid.__drawFlood" id="IconEditorGrid.__drawFlood" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawFlood" /> + <keyword name="IconEditorGrid.__drawPasteRect" id="IconEditorGrid.__drawPasteRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawPasteRect" /> + <keyword name="IconEditorGrid.__drawTool" id="IconEditorGrid.__drawTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__drawTool" /> + <keyword name="IconEditorGrid.__getSelectionImage" id="IconEditorGrid.__getSelectionImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__getSelectionImage" /> + <keyword name="IconEditorGrid.__imageCoordinates" id="IconEditorGrid.__imageCoordinates" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__imageCoordinates" /> + <keyword name="IconEditorGrid.__initCursors" id="IconEditorGrid.__initCursors" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initCursors" /> + <keyword name="IconEditorGrid.__initUndoTexts" id="IconEditorGrid.__initUndoTexts" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__initUndoTexts" /> + <keyword name="IconEditorGrid.__isMarked" id="IconEditorGrid.__isMarked" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__isMarked" /> + <keyword name="IconEditorGrid.__pixelRect" id="IconEditorGrid.__pixelRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__pixelRect" /> + <keyword name="IconEditorGrid.__setImagePixel" id="IconEditorGrid.__setImagePixel" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__setImagePixel" /> + <keyword name="IconEditorGrid.__unMark" id="IconEditorGrid.__unMark" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__unMark" /> + <keyword name="IconEditorGrid.__updateImageRect" id="IconEditorGrid.__updateImageRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateImageRect" /> + <keyword name="IconEditorGrid.__updatePreviewPixmap" id="IconEditorGrid.__updatePreviewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updatePreviewPixmap" /> + <keyword name="IconEditorGrid.__updateRect" id="IconEditorGrid.__updateRect" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.__updateRect" /> + <keyword name="IconEditorGrid.canPaste" id="IconEditorGrid.canPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canPaste" /> + <keyword name="IconEditorGrid.canRedo" id="IconEditorGrid.canRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canRedo" /> + <keyword name="IconEditorGrid.canUndo" id="IconEditorGrid.canUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.canUndo" /> + <keyword name="IconEditorGrid.compositingMode" id="IconEditorGrid.compositingMode" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.compositingMode" /> + <keyword name="IconEditorGrid.editClear" id="IconEditorGrid.editClear" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editClear" /> + <keyword name="IconEditorGrid.editCopy" id="IconEditorGrid.editCopy" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCopy" /> + <keyword name="IconEditorGrid.editCut" id="IconEditorGrid.editCut" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editCut" /> + <keyword name="IconEditorGrid.editNew" id="IconEditorGrid.editNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editNew" /> + <keyword name="IconEditorGrid.editPaste" id="IconEditorGrid.editPaste" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPaste" /> + <keyword name="IconEditorGrid.editPasteAsNew" id="IconEditorGrid.editPasteAsNew" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editPasteAsNew" /> + <keyword name="IconEditorGrid.editRedo" id="IconEditorGrid.editRedo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editRedo" /> + <keyword name="IconEditorGrid.editResize" id="IconEditorGrid.editResize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editResize" /> + <keyword name="IconEditorGrid.editSelectAll" id="IconEditorGrid.editSelectAll" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editSelectAll" /> + <keyword name="IconEditorGrid.editUndo" id="IconEditorGrid.editUndo" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.editUndo" /> + <keyword name="IconEditorGrid.grayScale" id="IconEditorGrid.grayScale" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.grayScale" /> + <keyword name="IconEditorGrid.iconImage" id="IconEditorGrid.iconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconImage" /> + <keyword name="IconEditorGrid.iconSize" id="IconEditorGrid.iconSize" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.iconSize" /> + <keyword name="IconEditorGrid.isDirty" id="IconEditorGrid.isDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isDirty" /> + <keyword name="IconEditorGrid.isGridEnabled" id="IconEditorGrid.isGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isGridEnabled" /> + <keyword name="IconEditorGrid.isSelectionAvailable" id="IconEditorGrid.isSelectionAvailable" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.isSelectionAvailable" /> + <keyword name="IconEditorGrid.mouseMoveEvent" id="IconEditorGrid.mouseMoveEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseMoveEvent" /> + <keyword name="IconEditorGrid.mousePressEvent" id="IconEditorGrid.mousePressEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mousePressEvent" /> + <keyword name="IconEditorGrid.mouseReleaseEvent" id="IconEditorGrid.mouseReleaseEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.mouseReleaseEvent" /> + <keyword name="IconEditorGrid.paintEvent" id="IconEditorGrid.paintEvent" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.paintEvent" /> + <keyword name="IconEditorGrid.penColor" id="IconEditorGrid.penColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.penColor" /> + <keyword name="IconEditorGrid.previewPixmap" id="IconEditorGrid.previewPixmap" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.previewPixmap" /> + <keyword name="IconEditorGrid.setCompositingMode" id="IconEditorGrid.setCompositingMode" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setCompositingMode" /> + <keyword name="IconEditorGrid.setDirty" id="IconEditorGrid.setDirty" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setDirty" /> + <keyword name="IconEditorGrid.setGridEnabled" id="IconEditorGrid.setGridEnabled" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setGridEnabled" /> + <keyword name="IconEditorGrid.setIconImage" id="IconEditorGrid.setIconImage" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setIconImage" /> + <keyword name="IconEditorGrid.setPenColor" id="IconEditorGrid.setPenColor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setPenColor" /> + <keyword name="IconEditorGrid.setTool" id="IconEditorGrid.setTool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setTool" /> + <keyword name="IconEditorGrid.setZoomFactor" id="IconEditorGrid.setZoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.setZoomFactor" /> + <keyword name="IconEditorGrid.shutdown" id="IconEditorGrid.shutdown" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.shutdown" /> + <keyword name="IconEditorGrid.sizeHint" id="IconEditorGrid.sizeHint" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.sizeHint" /> + <keyword name="IconEditorGrid.tool" id="IconEditorGrid.tool" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.tool" /> + <keyword name="IconEditorGrid.zoomFactor" id="IconEditorGrid.zoomFactor" ref="eric5.IconEditor.IconEditorGrid.html#IconEditorGrid.zoomFactor" /> + <keyword name="IconEditorPalette (Module)" id="IconEditorPalette (Module)" ref="eric5.IconEditor.IconEditorPalette.html" /> + <keyword name="IconEditorPalette" id="IconEditorPalette" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette" /> + <keyword name="IconEditorPalette (Constructor)" id="IconEditorPalette (Constructor)" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__init__" /> + <keyword name="IconEditorPalette.__alphaChanged" id="IconEditorPalette.__alphaChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__alphaChanged" /> + <keyword name="IconEditorPalette.__compositingChanged" id="IconEditorPalette.__compositingChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__compositingChanged" /> + <keyword name="IconEditorPalette.__selectColor" id="IconEditorPalette.__selectColor" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.__selectColor" /> + <keyword name="IconEditorPalette.colorChanged" id="IconEditorPalette.colorChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.colorChanged" /> + <keyword name="IconEditorPalette.previewChanged" id="IconEditorPalette.previewChanged" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.previewChanged" /> + <keyword name="IconEditorPalette.setCompositingMode" id="IconEditorPalette.setCompositingMode" ref="eric5.IconEditor.IconEditorPalette.html#IconEditorPalette.setCompositingMode" /> + <keyword name="IconEditorWindow (Module)" id="IconEditorWindow (Module)" ref="eric5.IconEditor.IconEditorWindow.html" /> + <keyword name="IconEditorWindow" id="IconEditorWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow" /> + <keyword name="IconEditorWindow (Constructor)" id="IconEditorWindow (Constructor)" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__init__" /> + <keyword name="IconEditorWindow.__about" id="IconEditorWindow.__about" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__about" /> + <keyword name="IconEditorWindow.__aboutQt" id="IconEditorWindow.__aboutQt" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__aboutQt" /> + <keyword name="IconEditorWindow.__checkActions" id="IconEditorWindow.__checkActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__checkActions" /> + <keyword name="IconEditorWindow.__closeAll" id="IconEditorWindow.__closeAll" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__closeAll" /> + <keyword name="IconEditorWindow.__createPaletteDock" id="IconEditorWindow.__createPaletteDock" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createPaletteDock" /> + <keyword name="IconEditorWindow.__createStatusBar" id="IconEditorWindow.__createStatusBar" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__createStatusBar" /> + <keyword name="IconEditorWindow.__initActions" id="IconEditorWindow.__initActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initActions" /> + <keyword name="IconEditorWindow.__initEditActions" id="IconEditorWindow.__initEditActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initEditActions" /> + <keyword name="IconEditorWindow.__initFileActions" id="IconEditorWindow.__initFileActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileActions" /> + <keyword name="IconEditorWindow.__initFileFilters" id="IconEditorWindow.__initFileFilters" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initFileFilters" /> + <keyword name="IconEditorWindow.__initHelpActions" id="IconEditorWindow.__initHelpActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initHelpActions" /> + <keyword name="IconEditorWindow.__initMenus" id="IconEditorWindow.__initMenus" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initMenus" /> + <keyword name="IconEditorWindow.__initToolbars" id="IconEditorWindow.__initToolbars" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolbars" /> + <keyword name="IconEditorWindow.__initToolsActions" id="IconEditorWindow.__initToolsActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initToolsActions" /> + <keyword name="IconEditorWindow.__initViewActions" id="IconEditorWindow.__initViewActions" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__initViewActions" /> + <keyword name="IconEditorWindow.__loadIconFile" id="IconEditorWindow.__loadIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__loadIconFile" /> + <keyword name="IconEditorWindow.__maybeSave" id="IconEditorWindow.__maybeSave" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__maybeSave" /> + <keyword name="IconEditorWindow.__modificationChanged" id="IconEditorWindow.__modificationChanged" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__modificationChanged" /> + <keyword name="IconEditorWindow.__newIcon" id="IconEditorWindow.__newIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newIcon" /> + <keyword name="IconEditorWindow.__newWindow" id="IconEditorWindow.__newWindow" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__newWindow" /> + <keyword name="IconEditorWindow.__openIcon" id="IconEditorWindow.__openIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__openIcon" /> + <keyword name="IconEditorWindow.__saveIcon" id="IconEditorWindow.__saveIcon" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIcon" /> + <keyword name="IconEditorWindow.__saveIconAs" id="IconEditorWindow.__saveIconAs" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconAs" /> + <keyword name="IconEditorWindow.__saveIconFile" id="IconEditorWindow.__saveIconFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__saveIconFile" /> + <keyword name="IconEditorWindow.__setCurrentFile" id="IconEditorWindow.__setCurrentFile" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__setCurrentFile" /> + <keyword name="IconEditorWindow.__strippedName" id="IconEditorWindow.__strippedName" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__strippedName" /> + <keyword name="IconEditorWindow.__updatePosition" id="IconEditorWindow.__updatePosition" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updatePosition" /> + <keyword name="IconEditorWindow.__updateSize" id="IconEditorWindow.__updateSize" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateSize" /> + <keyword name="IconEditorWindow.__updateZoom" id="IconEditorWindow.__updateZoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__updateZoom" /> + <keyword name="IconEditorWindow.__whatsThis" id="IconEditorWindow.__whatsThis" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__whatsThis" /> + <keyword name="IconEditorWindow.__zoom" id="IconEditorWindow.__zoom" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoom" /> + <keyword name="IconEditorWindow.__zoomIn" id="IconEditorWindow.__zoomIn" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomIn" /> + <keyword name="IconEditorWindow.__zoomOut" id="IconEditorWindow.__zoomOut" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomOut" /> + <keyword name="IconEditorWindow.__zoomReset" id="IconEditorWindow.__zoomReset" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.__zoomReset" /> + <keyword name="IconEditorWindow.closeEvent" id="IconEditorWindow.closeEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.closeEvent" /> + <keyword name="IconSizeDialog (Module)" id="IconSizeDialog (Module)" ref="eric5.IconEditor.IconSizeDialog.html" /> + <keyword name="IconSizeDialog" id="IconSizeDialog" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog" /> + <keyword name="IconSizeDialog (Constructor)" id="IconSizeDialog (Constructor)" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.__init__" /> + <keyword name="IconSizeDialog.getData" id="IconSizeDialog.getData" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.getData" /> + <keyword name="IconZoomDialog (Module)" id="IconZoomDialog (Module)" ref="eric5.IconEditor.IconZoomDialog.html" /> + <keyword name="IconZoomDialog" id="IconZoomDialog" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog" /> + <keyword name="IconZoomDialog (Constructor)" id="IconZoomDialog (Constructor)" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.__init__" /> + <keyword name="IconZoomDialog.getZoomFactor" id="IconZoomDialog.getZoomFactor" ref="eric5.IconEditor.IconZoomDialog.html#IconZoomDialog.getZoomFactor" /> + <keyword name="MultiProject (Package)" id="MultiProject (Package)" ref="index-eric5.MultiProject.html" /> + <keyword name="AddProjectDialog (Module)" id="AddProjectDialog (Module)" ref="eric5.MultiProject.AddProjectDialog.html" /> + <keyword name="AddProjectDialog" id="AddProjectDialog" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog" /> + <keyword name="AddProjectDialog (Constructor)" id="AddProjectDialog (Constructor)" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__init__" /> + <keyword name="AddProjectDialog.__updateUi" id="AddProjectDialog.__updateUi" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.__updateUi" /> + <keyword name="AddProjectDialog.getData" id="AddProjectDialog.getData" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.getData" /> + <keyword name="AddProjectDialog.on_fileButton_clicked" id="AddProjectDialog.on_fileButton_clicked" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_fileButton_clicked" /> + <keyword name="AddProjectDialog.on_filenameEdit_textChanged" id="AddProjectDialog.on_filenameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_filenameEdit_textChanged" /> + <keyword name="AddProjectDialog.on_nameEdit_textChanged" id="AddProjectDialog.on_nameEdit_textChanged" ref="eric5.MultiProject.AddProjectDialog.html#AddProjectDialog.on_nameEdit_textChanged" /> + <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" /> + <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" /> + <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" /> + <keyword name="MultiProject.__checkFilesExist" id="MultiProject.__checkFilesExist" ref="eric5.MultiProject.MultiProject.html#MultiProject.__checkFilesExist" /> + <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" /> + <keyword name="MultiProject.__saveRecent" id="MultiProject.__saveRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__saveRecent" /> + <keyword name="MultiProject.__showContextMenuRecent" id="MultiProject.__showContextMenuRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showContextMenuRecent" /> + <keyword name="MultiProject.__showMenu" id="MultiProject.__showMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showMenu" /> + <keyword name="MultiProject.__showProperties" id="MultiProject.__showProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.__showProperties" /> + <keyword name="MultiProject.__syncRecent" id="MultiProject.__syncRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.__syncRecent" /> + <keyword name="MultiProject.__writeMultiProject" id="MultiProject.__writeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.__writeMultiProject" /> + <keyword name="MultiProject.addE5Actions" id="MultiProject.addE5Actions" ref="eric5.MultiProject.MultiProject.html#MultiProject.addE5Actions" /> + <keyword name="MultiProject.addProject" id="MultiProject.addProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.addProject" /> + <keyword name="MultiProject.changeProjectProperties" id="MultiProject.changeProjectProperties" ref="eric5.MultiProject.MultiProject.html#MultiProject.changeProjectProperties" /> + <keyword name="MultiProject.checkDirty" id="MultiProject.checkDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.checkDirty" /> + <keyword name="MultiProject.closeMultiProject" id="MultiProject.closeMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.closeMultiProject" /> + <keyword name="MultiProject.getActions" id="MultiProject.getActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.getActions" /> + <keyword name="MultiProject.getDependantProjectFiles" id="MultiProject.getDependantProjectFiles" ref="eric5.MultiProject.MultiProject.html#MultiProject.getDependantProjectFiles" /> + <keyword name="MultiProject.getMasterProjectFile" id="MultiProject.getMasterProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMasterProjectFile" /> + <keyword name="MultiProject.getMenu" id="MultiProject.getMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMenu" /> + <keyword name="MultiProject.getMostRecent" id="MultiProject.getMostRecent" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMostRecent" /> + <keyword name="MultiProject.getMultiProjectFile" id="MultiProject.getMultiProjectFile" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectFile" /> + <keyword name="MultiProject.getMultiProjectPath" id="MultiProject.getMultiProjectPath" ref="eric5.MultiProject.MultiProject.html#MultiProject.getMultiProjectPath" /> + <keyword name="MultiProject.getProject" id="MultiProject.getProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProject" /> + <keyword name="MultiProject.getProjects" id="MultiProject.getProjects" ref="eric5.MultiProject.MultiProject.html#MultiProject.getProjects" /> + <keyword name="MultiProject.initActions" id="MultiProject.initActions" ref="eric5.MultiProject.MultiProject.html#MultiProject.initActions" /> + <keyword name="MultiProject.initMenu" id="MultiProject.initMenu" ref="eric5.MultiProject.MultiProject.html#MultiProject.initMenu" /> + <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.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" /> + <keyword name="MultiProject.removeProject" id="MultiProject.removeProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.removeProject" /> + <keyword name="MultiProject.saveMultiProject" id="MultiProject.saveMultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProject" /> + <keyword name="MultiProject.saveMultiProjectAs" id="MultiProject.saveMultiProjectAs" ref="eric5.MultiProject.MultiProject.html#MultiProject.saveMultiProjectAs" /> + <keyword name="MultiProject.setDirty" id="MultiProject.setDirty" ref="eric5.MultiProject.MultiProject.html#MultiProject.setDirty" /> + <keyword name="MultiProjectBrowser (Module)" id="MultiProjectBrowser (Module)" ref="eric5.MultiProject.MultiProjectBrowser.html" /> + <keyword name="MultiProjectBrowser" id="MultiProjectBrowser" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser" /> + <keyword name="MultiProjectBrowser (Constructor)" id="MultiProjectBrowser (Constructor)" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__init__" /> + <keyword name="MultiProjectBrowser.__addProject" id="MultiProjectBrowser.__addProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__addProject" /> + <keyword name="MultiProjectBrowser.__configure" id="MultiProjectBrowser.__configure" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__configure" /> + <keyword name="MultiProjectBrowser.__contextMenuRequested" id="MultiProjectBrowser.__contextMenuRequested" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__contextMenuRequested" /> + <keyword name="MultiProjectBrowser.__createPopupMenu" id="MultiProjectBrowser.__createPopupMenu" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__createPopupMenu" /> + <keyword name="MultiProjectBrowser.__findProjectItem" id="MultiProjectBrowser.__findProjectItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__findProjectItem" /> + <keyword name="MultiProjectBrowser.__multiProjectClosed" id="MultiProjectBrowser.__multiProjectClosed" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectClosed" /> + <keyword name="MultiProjectBrowser.__multiProjectOpened" id="MultiProjectBrowser.__multiProjectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__multiProjectOpened" /> + <keyword name="MultiProjectBrowser.__newMultiProject" id="MultiProjectBrowser.__newMultiProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__newMultiProject" /> + <keyword name="MultiProjectBrowser.__openItem" id="MultiProjectBrowser.__openItem" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__openItem" /> + <keyword name="MultiProjectBrowser.__projectAdded" id="MultiProjectBrowser.__projectAdded" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectAdded" /> + <keyword name="MultiProjectBrowser.__projectDataChanged" id="MultiProjectBrowser.__projectDataChanged" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectDataChanged" /> + <keyword name="MultiProjectBrowser.__projectOpened" id="MultiProjectBrowser.__projectOpened" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectOpened" /> + <keyword name="MultiProjectBrowser.__projectRemoved" id="MultiProjectBrowser.__projectRemoved" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__projectRemoved" /> + <keyword name="MultiProjectBrowser.__removeProject" id="MultiProjectBrowser.__removeProject" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__removeProject" /> + <keyword name="MultiProjectBrowser.__setItemData" id="MultiProjectBrowser.__setItemData" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__setItemData" /> + <keyword name="MultiProjectBrowser.__showProjectProperties" id="MultiProjectBrowser.__showProjectProperties" ref="eric5.MultiProject.MultiProjectBrowser.html#MultiProjectBrowser.__showProjectProperties" /> + <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.MultiProject.PropertiesDialog.html" /> + <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog" /> + <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.__init__" /> + <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.MultiProject.PropertiesDialog.html#PropertiesDialog.storeData" /> + <keyword name="PluginManager (Package)" id="PluginManager (Package)" ref="index-eric5.PluginManager.html" /> + <keyword name="PluginDetailsDialog (Module)" id="PluginDetailsDialog (Module)" ref="eric5.PluginManager.PluginDetailsDialog.html" /> + <keyword name="PluginDetailsDialog" id="PluginDetailsDialog" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog" /> + <keyword name="PluginDetailsDialog (Constructor)" id="PluginDetailsDialog (Constructor)" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.__init__" /> + <keyword name="PluginDetailsDialog.on_activeCheckBox_clicked" id="PluginDetailsDialog.on_activeCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_activeCheckBox_clicked" /> + <keyword name="PluginDetailsDialog.on_autoactivateCheckBox_clicked" id="PluginDetailsDialog.on_autoactivateCheckBox_clicked" ref="eric5.PluginManager.PluginDetailsDialog.html#PluginDetailsDialog.on_autoactivateCheckBox_clicked" /> + <keyword name="PluginExceptions (Module)" id="PluginExceptions (Module)" ref="eric5.PluginManager.PluginExceptions.html" /> + <keyword name="PluginActivationError" id="PluginActivationError" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError" /> + <keyword name="PluginClassFormatError" id="PluginClassFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError" /> + <keyword name="PluginError" id="PluginError" ref="eric5.PluginManager.PluginExceptions.html#PluginError" /> + <keyword name="PluginLoadError" id="PluginLoadError" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError" /> + <keyword name="PluginModuleFormatError" id="PluginModuleFormatError" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError" /> + <keyword name="PluginModulesError" id="PluginModulesError" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError" /> + <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" /> + <keyword name="PluginActivationError (Constructor)" id="PluginActivationError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginActivationError.__init__" /> + <keyword name="PluginClassFormatError (Constructor)" id="PluginClassFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginClassFormatError.__init__" /> + <keyword name="PluginError (Constructor)" id="PluginError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__init__" /> + <keyword name="PluginError.__repr__" id="PluginError.__repr__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__repr__" /> + <keyword name="PluginError.__str__" id="PluginError.__str__" ref="eric5.PluginManager.PluginExceptions.html#PluginError.__str__" /> + <keyword name="PluginLoadError (Constructor)" id="PluginLoadError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginLoadError.__init__" /> + <keyword name="PluginModuleFormatError (Constructor)" id="PluginModuleFormatError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModuleFormatError.__init__" /> + <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" /> + <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" /> + <keyword name="PluginInfoDialog (Module)" id="PluginInfoDialog (Module)" ref="eric5.PluginManager.PluginInfoDialog.html" /> + <keyword name="PluginInfoDialog" id="PluginInfoDialog" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog" /> + <keyword name="PluginInfoDialog (Constructor)" id="PluginInfoDialog (Constructor)" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__init__" /> + <keyword name="PluginInfoDialog.__activatePlugin" id="PluginInfoDialog.__activatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__activatePlugin" /> + <keyword name="PluginInfoDialog.__createEntry" id="PluginInfoDialog.__createEntry" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__createEntry" /> + <keyword name="PluginInfoDialog.__deactivatePlugin" id="PluginInfoDialog.__deactivatePlugin" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__deactivatePlugin" /> + <keyword name="PluginInfoDialog.__populateList" id="PluginInfoDialog.__populateList" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__populateList" /> + <keyword name="PluginInfoDialog.__showContextMenu" id="PluginInfoDialog.__showContextMenu" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showContextMenu" /> + <keyword name="PluginInfoDialog.__showDetails" id="PluginInfoDialog.__showDetails" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.__showDetails" /> + <keyword name="PluginInfoDialog.on_pluginList_itemActivated" id="PluginInfoDialog.on_pluginList_itemActivated" ref="eric5.PluginManager.PluginInfoDialog.html#PluginInfoDialog.on_pluginList_itemActivated" /> + <keyword name="PluginInstallDialog (Module)" id="PluginInstallDialog (Module)" ref="eric5.PluginManager.PluginInstallDialog.html" /> + <keyword name="PluginInstallDialog" id="PluginInstallDialog" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog" /> + <keyword name="PluginInstallWidget" id="PluginInstallWidget" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget" /> + <keyword name="PluginInstallWindow" id="PluginInstallWindow" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow" /> + <keyword name="PluginInstallDialog (Constructor)" id="PluginInstallDialog (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.__init__" /> + <keyword name="PluginInstallDialog.restartNeeded" id="PluginInstallDialog.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallDialog.restartNeeded" /> + <keyword name="PluginInstallWidget (Constructor)" id="PluginInstallWidget (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__init__" /> + <keyword name="PluginInstallWidget.__createArchivesList" id="PluginInstallWidget.__createArchivesList" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__createArchivesList" /> + <keyword name="PluginInstallWidget.__installPlugin" id="PluginInstallWidget.__installPlugin" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugin" /> + <keyword name="PluginInstallWidget.__installPlugins" id="PluginInstallWidget.__installPlugins" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__installPlugins" /> + <keyword name="PluginInstallWidget.__makedirs" id="PluginInstallWidget.__makedirs" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__makedirs" /> + <keyword name="PluginInstallWidget.__rollback" id="PluginInstallWidget.__rollback" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__rollback" /> + <keyword name="PluginInstallWidget.__selectPage" id="PluginInstallWidget.__selectPage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__selectPage" /> + <keyword name="PluginInstallWidget.__uninstallPackage" id="PluginInstallWidget.__uninstallPackage" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.__uninstallPackage" /> + <keyword name="PluginInstallWidget.on_addArchivesButton_clicked" id="PluginInstallWidget.on_addArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_addArchivesButton_clicked" /> + <keyword name="PluginInstallWidget.on_archivesList_itemSelectionChanged" id="PluginInstallWidget.on_archivesList_itemSelectionChanged" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_archivesList_itemSelectionChanged" /> + <keyword name="PluginInstallWidget.on_buttonBox_clicked" id="PluginInstallWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_buttonBox_clicked" /> + <keyword name="PluginInstallWidget.on_removeArchivesButton_clicked" id="PluginInstallWidget.on_removeArchivesButton_clicked" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.on_removeArchivesButton_clicked" /> + <keyword name="PluginInstallWidget.restartNeeded" id="PluginInstallWidget.restartNeeded" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWidget.restartNeeded" /> + <keyword name="PluginInstallWindow (Constructor)" id="PluginInstallWindow (Constructor)" ref="eric5.PluginManager.PluginInstallDialog.html#PluginInstallWindow.__init__" /> + <keyword name="PluginManager (Module)" id="PluginManager (Module)" ref="eric5.PluginManager.PluginManager.html" /> + <keyword name="PluginManager" id="PluginManager" ref="eric5.PluginManager.PluginManager.html#PluginManager" /> + <keyword name="PluginManager (Constructor)" id="PluginManager (Constructor)" ref="eric5.PluginManager.PluginManager.html#PluginManager.__init__" /> + <keyword name="PluginManager.__canActivatePlugin" id="PluginManager.__canActivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canActivatePlugin" /> + <keyword name="PluginManager.__canDeactivatePlugin" id="PluginManager.__canDeactivatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.__canDeactivatePlugin" /> + <keyword name="PluginManager.__checkPluginsDownloadDirectory" id="PluginManager.__checkPluginsDownloadDirectory" ref="eric5.PluginManager.PluginManager.html#PluginManager.__checkPluginsDownloadDirectory" /> + <keyword name="PluginManager.__getShortInfo" id="PluginManager.__getShortInfo" ref="eric5.PluginManager.PluginManager.html#PluginManager.__getShortInfo" /> + <keyword name="PluginManager.__insertPluginsPaths" id="PluginManager.__insertPluginsPaths" ref="eric5.PluginManager.PluginManager.html#PluginManager.__insertPluginsPaths" /> + <keyword name="PluginManager.__loadPlugins" id="PluginManager.__loadPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.__loadPlugins" /> + <keyword name="PluginManager.__pluginDirectoriesExist" id="PluginManager.__pluginDirectoriesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginDirectoriesExist" /> + <keyword name="PluginManager.__pluginModulesExist" id="PluginManager.__pluginModulesExist" ref="eric5.PluginManager.PluginManager.html#PluginManager.__pluginModulesExist" /> + <keyword name="PluginManager.activatePlugin" id="PluginManager.activatePlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.activatePlugin" /> + <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" /> + <keyword name="PluginManager.getPluginDetails" id="PluginManager.getPluginDetails" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDetails" /> + <keyword name="PluginManager.getPluginDir" id="PluginManager.getPluginDir" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDir" /> + <keyword name="PluginManager.getPluginDisplayStrings" id="PluginManager.getPluginDisplayStrings" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginDisplayStrings" /> + <keyword name="PluginManager.getPluginExeDisplayData" id="PluginManager.getPluginExeDisplayData" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginExeDisplayData" /> + <keyword name="PluginManager.getPluginInfos" id="PluginManager.getPluginInfos" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginInfos" /> + <keyword name="PluginManager.getPluginModules" id="PluginManager.getPluginModules" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginModules" /> + <keyword name="PluginManager.getPluginObject" id="PluginManager.getPluginObject" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginObject" /> + <keyword name="PluginManager.getPluginPreviewPixmap" id="PluginManager.getPluginPreviewPixmap" ref="eric5.PluginManager.PluginManager.html#PluginManager.getPluginPreviewPixmap" /> + <keyword name="PluginManager.getVcsSystemIndicators" id="PluginManager.getVcsSystemIndicators" ref="eric5.PluginManager.PluginManager.html#PluginManager.getVcsSystemIndicators" /> + <keyword name="PluginManager.initOnDemandPlugin" id="PluginManager.initOnDemandPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugin" /> + <keyword name="PluginManager.initOnDemandPlugins" id="PluginManager.initOnDemandPlugins" ref="eric5.PluginManager.PluginManager.html#PluginManager.initOnDemandPlugins" /> + <keyword name="PluginManager.isPluginActive" id="PluginManager.isPluginActive" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginActive" /> + <keyword name="PluginManager.isPluginLoaded" id="PluginManager.isPluginLoaded" ref="eric5.PluginManager.PluginManager.html#PluginManager.isPluginLoaded" /> + <keyword name="PluginManager.isValidPluginName" id="PluginManager.isValidPluginName" ref="eric5.PluginManager.PluginManager.html#PluginManager.isValidPluginName" /> + <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.unloadPlugin" id="PluginManager.unloadPlugin" ref="eric5.PluginManager.PluginManager.html#PluginManager.unloadPlugin" /> + <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" /> + <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" /> + <keyword name="PluginRepositoryWidget" id="PluginRepositoryWidget" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget" /> + <keyword name="PluginRepositoryWindow" id="PluginRepositoryWindow" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow" /> + <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" /> + <keyword name="PluginRepositoryDialog.__closeAndInstall" id="PluginRepositoryDialog.__closeAndInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__closeAndInstall" /> + <keyword name="PluginRepositoryDialog.getDownloadedPlugins" id="PluginRepositoryDialog.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.getDownloadedPlugins" /> + <keyword name="PluginRepositoryWidget (Constructor)" id="PluginRepositoryWidget (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__init__" /> + <keyword name="PluginRepositoryWidget.__downloadCancel" id="PluginRepositoryWidget.__downloadCancel" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadCancel" /> + <keyword name="PluginRepositoryWidget.__downloadFile" id="PluginRepositoryWidget.__downloadFile" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFile" /> + <keyword name="PluginRepositoryWidget.__downloadFileDone" id="PluginRepositoryWidget.__downloadFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFileDone" /> + <keyword name="PluginRepositoryWidget.__downloadPlugin" id="PluginRepositoryWidget.__downloadPlugin" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugin" /> + <keyword name="PluginRepositoryWidget.__downloadPluginDone" id="PluginRepositoryWidget.__downloadPluginDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginDone" /> + <keyword name="PluginRepositoryWidget.__downloadPlugins" id="PluginRepositoryWidget.__downloadPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugins" /> + <keyword name="PluginRepositoryWidget.__downloadPluginsDone" id="PluginRepositoryWidget.__downloadPluginsDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginsDone" /> + <keyword name="PluginRepositoryWidget.__downloadProgress" id="PluginRepositoryWidget.__downloadProgress" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadProgress" /> + <keyword name="PluginRepositoryWidget.__downloadRepositoryFileDone" id="PluginRepositoryWidget.__downloadRepositoryFileDone" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadRepositoryFileDone" /> + <keyword name="PluginRepositoryWidget.__formatDescription" id="PluginRepositoryWidget.__formatDescription" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__formatDescription" /> + <keyword name="PluginRepositoryWidget.__isUpToDate" id="PluginRepositoryWidget.__isUpToDate" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__isUpToDate" /> + <keyword name="PluginRepositoryWidget.__populateList" id="PluginRepositoryWidget.__populateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__populateList" /> + <keyword name="PluginRepositoryWidget.__resortRepositoryList" id="PluginRepositoryWidget.__resortRepositoryList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__resortRepositoryList" /> + <keyword name="PluginRepositoryWidget.__selectedItems" id="PluginRepositoryWidget.__selectedItems" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__selectedItems" /> + <keyword name="PluginRepositoryWidget.__sslErrors" id="PluginRepositoryWidget.__sslErrors" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__sslErrors" /> + <keyword name="PluginRepositoryWidget.__updateList" id="PluginRepositoryWidget.__updateList" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__updateList" /> + <keyword name="PluginRepositoryWidget.addEntry" id="PluginRepositoryWidget.addEntry" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.addEntry" /> + <keyword name="PluginRepositoryWidget.getDownloadedPlugins" id="PluginRepositoryWidget.getDownloadedPlugins" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.getDownloadedPlugins" /> + <keyword name="PluginRepositoryWidget.on_buttonBox_clicked" id="PluginRepositoryWidget.on_buttonBox_clicked" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_buttonBox_clicked" /> + <keyword name="PluginRepositoryWidget.on_repositoryList_currentItemChanged" id="PluginRepositoryWidget.on_repositoryList_currentItemChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_currentItemChanged" /> + <keyword name="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" id="PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.on_repositoryList_itemSelectionChanged" /> + <keyword name="PluginRepositoryWindow (Constructor)" id="PluginRepositoryWindow (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__init__" /> + <keyword name="PluginRepositoryWindow.__startPluginInstall" id="PluginRepositoryWindow.__startPluginInstall" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWindow.__startPluginInstall" /> + <keyword name="PluginUninstallDialog (Module)" id="PluginUninstallDialog (Module)" ref="eric5.PluginManager.PluginUninstallDialog.html" /> + <keyword name="PluginUninstallDialog" id="PluginUninstallDialog" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog" /> + <keyword name="PluginUninstallWidget" id="PluginUninstallWidget" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget" /> + <keyword name="PluginUninstallWindow" id="PluginUninstallWindow" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow" /> + <keyword name="PluginUninstallDialog (Constructor)" id="PluginUninstallDialog (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallDialog.__init__" /> + <keyword name="PluginUninstallWidget (Constructor)" id="PluginUninstallWidget (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__init__" /> + <keyword name="PluginUninstallWidget.__uninstallPlugin" id="PluginUninstallWidget.__uninstallPlugin" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.__uninstallPlugin" /> + <keyword name="PluginUninstallWidget.on_buttonBox_accepted" id="PluginUninstallWidget.on_buttonBox_accepted" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_buttonBox_accepted" /> + <keyword name="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" id="PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWidget.on_pluginDirectoryCombo_currentIndexChanged" /> + <keyword name="PluginUninstallWindow (Constructor)" id="PluginUninstallWindow (Constructor)" ref="eric5.PluginManager.PluginUninstallDialog.html#PluginUninstallWindow.__init__" /> + <keyword name="Plugins (Package)" id="Plugins (Package)" ref="index-eric5.Plugins.html" /> + <keyword name="PluginAbout (Module)" id="PluginAbout (Module)" ref="eric5.Plugins.PluginAbout.html" /> + <keyword name="AboutPlugin" id="AboutPlugin" ref="eric5.Plugins.PluginAbout.html#AboutPlugin" /> + <keyword name="AboutPlugin (Constructor)" id="AboutPlugin (Constructor)" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__init__" /> + <keyword name="AboutPlugin.__about" id="AboutPlugin.__about" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__about" /> + <keyword name="AboutPlugin.__aboutQt" id="AboutPlugin.__aboutQt" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__aboutQt" /> + <keyword name="AboutPlugin.__initActions" id="AboutPlugin.__initActions" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initActions" /> + <keyword name="AboutPlugin.__initMenu" id="AboutPlugin.__initMenu" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initMenu" /> + <keyword name="AboutPlugin.activate" id="AboutPlugin.activate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.activate" /> + <keyword name="AboutPlugin.deactivate" id="AboutPlugin.deactivate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.deactivate" /> + <keyword name="PluginEricapi (Module)" id="PluginEricapi (Module)" ref="eric5.Plugins.PluginEricapi.html" /> + <keyword name="EricapiPlugin" id="EricapiPlugin" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin" /> + <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricapi.html#exeDisplayData" /> + <keyword name="EricapiPlugin (Constructor)" id="EricapiPlugin (Constructor)" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__init__" /> + <keyword name="EricapiPlugin.__doEricapi" id="EricapiPlugin.__doEricapi" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__doEricapi" /> + <keyword name="EricapiPlugin.__initialize" id="EricapiPlugin.__initialize" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__initialize" /> + <keyword name="EricapiPlugin.__projectShowMenu" id="EricapiPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__projectShowMenu" /> + <keyword name="EricapiPlugin.activate" id="EricapiPlugin.activate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.activate" /> + <keyword name="EricapiPlugin.deactivate" id="EricapiPlugin.deactivate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.deactivate" /> + <keyword name="PluginEricdoc (Module)" id="PluginEricdoc (Module)" ref="eric5.Plugins.PluginEricdoc.html" /> + <keyword name="EricdocPlugin" id="EricdocPlugin" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin" /> + <keyword name="exeDisplayDataList" id="exeDisplayDataList" ref="eric5.Plugins.PluginEricdoc.html#exeDisplayDataList" /> + <keyword name="EricdocPlugin (Constructor)" id="EricdocPlugin (Constructor)" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__init__" /> + <keyword name="EricdocPlugin.__doEricdoc" id="EricdocPlugin.__doEricdoc" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__doEricdoc" /> + <keyword name="EricdocPlugin.__initialize" id="EricdocPlugin.__initialize" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__initialize" /> + <keyword name="EricdocPlugin.__projectShowMenu" id="EricdocPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__projectShowMenu" /> + <keyword name="EricdocPlugin.activate" id="EricdocPlugin.activate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.activate" /> + <keyword name="EricdocPlugin.deactivate" id="EricdocPlugin.deactivate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.deactivate" /> + <keyword name="PluginPep8Checker (Module)" id="PluginPep8Checker (Module)" ref="eric5.Plugins.PluginPep8Checker.html" /> + <keyword name="Pep8CheckerPlugin" id="Pep8CheckerPlugin" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin" /> + <keyword name="Pep8CheckerPlugin (Constructor)" id="Pep8CheckerPlugin (Constructor)" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__init__" /> + <keyword name="Pep8CheckerPlugin.__editorClosed" id="Pep8CheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorClosed" /> + <keyword name="Pep8CheckerPlugin.__editorOpened" id="Pep8CheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorOpened" /> + <keyword name="Pep8CheckerPlugin.__editorPep8Check" id="Pep8CheckerPlugin.__editorPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorPep8Check" /> + <keyword name="Pep8CheckerPlugin.__editorShowMenu" id="Pep8CheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorShowMenu" /> + <keyword name="Pep8CheckerPlugin.__initialize" id="Pep8CheckerPlugin.__initialize" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__initialize" /> + <keyword name="Pep8CheckerPlugin.__projectBrowserPep8Check" id="Pep8CheckerPlugin.__projectBrowserPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserPep8Check" /> + <keyword name="Pep8CheckerPlugin.__projectBrowserShowMenu" id="Pep8CheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserShowMenu" /> + <keyword name="Pep8CheckerPlugin.__projectPep8Check" id="Pep8CheckerPlugin.__projectPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectPep8Check" /> + <keyword name="Pep8CheckerPlugin.__projectShowMenu" id="Pep8CheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectShowMenu" /> + <keyword name="Pep8CheckerPlugin.activate" id="Pep8CheckerPlugin.activate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.activate" /> + <keyword name="Pep8CheckerPlugin.deactivate" id="Pep8CheckerPlugin.deactivate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.deactivate" /> + <keyword name="PluginSyntaxChecker (Module)" id="PluginSyntaxChecker (Module)" ref="eric5.Plugins.PluginSyntaxChecker.html" /> + <keyword name="SyntaxCheckerPlugin" id="SyntaxCheckerPlugin" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin" /> + <keyword name="SyntaxCheckerPlugin (Constructor)" id="SyntaxCheckerPlugin (Constructor)" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__init__" /> + <keyword name="SyntaxCheckerPlugin.__editorClosed" id="SyntaxCheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorClosed" /> + <keyword name="SyntaxCheckerPlugin.__editorOpened" id="SyntaxCheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorOpened" /> + <keyword name="SyntaxCheckerPlugin.__editorShowMenu" id="SyntaxCheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorShowMenu" /> + <keyword name="SyntaxCheckerPlugin.__editorSyntaxCheck" id="SyntaxCheckerPlugin.__editorSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorSyntaxCheck" /> + <keyword name="SyntaxCheckerPlugin.__initialize" id="SyntaxCheckerPlugin.__initialize" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__initialize" /> + <keyword name="SyntaxCheckerPlugin.__projectBrowserShowMenu" id="SyntaxCheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserShowMenu" /> + <keyword name="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" id="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" /> + <keyword name="SyntaxCheckerPlugin.__projectShowMenu" id="SyntaxCheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectShowMenu" /> + <keyword name="SyntaxCheckerPlugin.__projectSyntaxCheck" id="SyntaxCheckerPlugin.__projectSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectSyntaxCheck" /> + <keyword name="SyntaxCheckerPlugin.activate" id="SyntaxCheckerPlugin.activate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.activate" /> + <keyword name="SyntaxCheckerPlugin.deactivate" id="SyntaxCheckerPlugin.deactivate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.deactivate" /> + <keyword name="PluginTabnanny (Module)" id="PluginTabnanny (Module)" ref="eric5.Plugins.PluginTabnanny.html" /> + <keyword name="TabnannyPlugin" id="TabnannyPlugin" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin" /> + <keyword name="TabnannyPlugin (Constructor)" id="TabnannyPlugin (Constructor)" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__init__" /> + <keyword name="TabnannyPlugin.__editorClosed" id="TabnannyPlugin.__editorClosed" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorClosed" /> + <keyword name="TabnannyPlugin.__editorOpened" id="TabnannyPlugin.__editorOpened" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorOpened" /> + <keyword name="TabnannyPlugin.__editorShowMenu" id="TabnannyPlugin.__editorShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorShowMenu" /> + <keyword name="TabnannyPlugin.__editorTabnanny" id="TabnannyPlugin.__editorTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorTabnanny" /> + <keyword name="TabnannyPlugin.__initialize" id="TabnannyPlugin.__initialize" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__initialize" /> + <keyword name="TabnannyPlugin.__projectBrowserShowMenu" id="TabnannyPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserShowMenu" /> + <keyword name="TabnannyPlugin.__projectBrowserTabnanny" id="TabnannyPlugin.__projectBrowserTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserTabnanny" /> + <keyword name="TabnannyPlugin.__projectShowMenu" id="TabnannyPlugin.__projectShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectShowMenu" /> + <keyword name="TabnannyPlugin.__projectTabnanny" id="TabnannyPlugin.__projectTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectTabnanny" /> + <keyword name="TabnannyPlugin.activate" id="TabnannyPlugin.activate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.activate" /> + <keyword name="TabnannyPlugin.deactivate" id="TabnannyPlugin.deactivate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.deactivate" /> + <keyword name="PluginVcsMercurial (Module)" id="PluginVcsMercurial (Module)" ref="eric5.Plugins.PluginVcsMercurial.html" /> + <keyword name="VcsMercurialPlugin" id="VcsMercurialPlugin" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin" /> + <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsMercurial.html#createConfigurationPage" /> + <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsMercurial.html#displayString" /> + <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsMercurial.html#exeDisplayData" /> + <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsMercurial.html#getConfigData" /> + <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsMercurial.html#getVcsSystemIndicator" /> + <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#prepareUninstall" /> + <keyword name="VcsMercurialPlugin (Constructor)" id="VcsMercurialPlugin (Constructor)" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.__init__" /> + <keyword name="VcsMercurialPlugin.activate" id="VcsMercurialPlugin.activate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.activate" /> + <keyword name="VcsMercurialPlugin.deactivate" id="VcsMercurialPlugin.deactivate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.deactivate" /> + <keyword name="VcsMercurialPlugin.getConfigPath" id="VcsMercurialPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getConfigPath" /> + <keyword name="VcsMercurialPlugin.getPreferences" id="VcsMercurialPlugin.getPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getPreferences" /> + <keyword name="VcsMercurialPlugin.getProjectHelper" id="VcsMercurialPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getProjectHelper" /> + <keyword name="VcsMercurialPlugin.prepareUninstall" id="VcsMercurialPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.prepareUninstall" /> + <keyword name="VcsMercurialPlugin.setPreferences" id="VcsMercurialPlugin.setPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.setPreferences" /> + <keyword name="PluginVcsPySvn (Module)" id="PluginVcsPySvn (Module)" ref="eric5.Plugins.PluginVcsPySvn.html" /> + <keyword name="VcsPySvnPlugin" id="VcsPySvnPlugin" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin" /> + <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsPySvn.html#createConfigurationPage" /> + <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsPySvn.html#displayString" /> + <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsPySvn.html#exeDisplayData" /> + <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsPySvn.html#getConfigData" /> + <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsPySvn.html#getVcsSystemIndicator" /> + <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#prepareUninstall" /> + <keyword name="VcsPySvnPlugin (Constructor)" id="VcsPySvnPlugin (Constructor)" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.__init__" /> + <keyword name="VcsPySvnPlugin.activate" id="VcsPySvnPlugin.activate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.activate" /> + <keyword name="VcsPySvnPlugin.deactivate" id="VcsPySvnPlugin.deactivate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.deactivate" /> + <keyword name="VcsPySvnPlugin.getConfigPath" id="VcsPySvnPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getConfigPath" /> + <keyword name="VcsPySvnPlugin.getPreferences" id="VcsPySvnPlugin.getPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getPreferences" /> + <keyword name="VcsPySvnPlugin.getProjectHelper" id="VcsPySvnPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getProjectHelper" /> + <keyword name="VcsPySvnPlugin.getServersPath" id="VcsPySvnPlugin.getServersPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getServersPath" /> + <keyword name="VcsPySvnPlugin.prepareUninstall" id="VcsPySvnPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.prepareUninstall" /> + <keyword name="VcsPySvnPlugin.setPreferences" id="VcsPySvnPlugin.setPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.setPreferences" /> + <keyword name="PluginVcsSubversion (Module)" id="PluginVcsSubversion (Module)" ref="eric5.Plugins.PluginVcsSubversion.html" /> + <keyword name="VcsSubversionPlugin" id="VcsSubversionPlugin" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin" /> + <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsSubversion.html#createConfigurationPage" /> + <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsSubversion.html#displayString" /> + <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsSubversion.html#exeDisplayData" /> + <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsSubversion.html#getConfigData" /> + <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsSubversion.html#getVcsSystemIndicator" /> + <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#prepareUninstall" /> + <keyword name="VcsSubversionPlugin (Constructor)" id="VcsSubversionPlugin (Constructor)" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.__init__" /> + <keyword name="VcsSubversionPlugin.activate" id="VcsSubversionPlugin.activate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.activate" /> + <keyword name="VcsSubversionPlugin.deactivate" id="VcsSubversionPlugin.deactivate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.deactivate" /> + <keyword name="VcsSubversionPlugin.getConfigPath" id="VcsSubversionPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getConfigPath" /> + <keyword name="VcsSubversionPlugin.getPreferences" id="VcsSubversionPlugin.getPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getPreferences" /> + <keyword name="VcsSubversionPlugin.getProjectHelper" id="VcsSubversionPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getProjectHelper" /> + <keyword name="VcsSubversionPlugin.getServersPath" id="VcsSubversionPlugin.getServersPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getServersPath" /> + <keyword name="VcsSubversionPlugin.prepareUninstall" id="VcsSubversionPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.prepareUninstall" /> + <keyword name="VcsSubversionPlugin.setPreferences" id="VcsSubversionPlugin.setPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.setPreferences" /> + <keyword name="PluginVmListspace (Module)" id="PluginVmListspace (Module)" ref="eric5.Plugins.PluginVmListspace.html" /> + <keyword name="VmListspacePlugin" id="VmListspacePlugin" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin" /> + <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmListspace.html#previewPix" /> + <keyword name="VmListspacePlugin (Constructor)" id="VmListspacePlugin (Constructor)" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.__init__" /> + <keyword name="VmListspacePlugin.activate" id="VmListspacePlugin.activate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.activate" /> + <keyword name="VmListspacePlugin.deactivate" id="VmListspacePlugin.deactivate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.deactivate" /> + <keyword name="PluginVmTabview (Module)" id="PluginVmTabview (Module)" ref="eric5.Plugins.PluginVmTabview.html" /> + <keyword name="VmTabviewPlugin" id="VmTabviewPlugin" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin" /> + <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmTabview.html#previewPix" /> + <keyword name="VmTabviewPlugin (Constructor)" id="VmTabviewPlugin (Constructor)" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.__init__" /> + <keyword name="VmTabviewPlugin.activate" id="VmTabviewPlugin.activate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.activate" /> + <keyword name="VmTabviewPlugin.deactivate" id="VmTabviewPlugin.deactivate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.deactivate" /> + <keyword name="PluginWizardE5MessageBox (Module)" id="PluginWizardE5MessageBox (Module)" ref="eric5.Plugins.PluginWizardE5MessageBox.html" /> + <keyword name="E5MessageBoxWizard" id="E5MessageBoxWizard" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard" /> + <keyword name="E5MessageBoxWizard (Constructor)" id="E5MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__init__" /> + <keyword name="E5MessageBoxWizard.__callForm" id="E5MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__callForm" /> + <keyword name="E5MessageBoxWizard.__handle" id="E5MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__handle" /> + <keyword name="E5MessageBoxWizard.__initAction" id="E5MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__initAction" /> + <keyword name="E5MessageBoxWizard.__initMenu" id="E5MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__initMenu" /> + <keyword name="E5MessageBoxWizard.activate" id="E5MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.activate" /> + <keyword name="E5MessageBoxWizard.deactivate" id="E5MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.deactivate" /> + <keyword name="PluginWizardPyRegExp (Module)" id="PluginWizardPyRegExp (Module)" ref="eric5.Plugins.PluginWizardPyRegExp.html" /> + <keyword name="PyRegExpWizard" id="PyRegExpWizard" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard" /> + <keyword name="PyRegExpWizard (Constructor)" id="PyRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__init__" /> + <keyword name="PyRegExpWizard.__callForm" id="PyRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__callForm" /> + <keyword name="PyRegExpWizard.__handle" id="PyRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__handle" /> + <keyword name="PyRegExpWizard.__initAction" id="PyRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initAction" /> + <keyword name="PyRegExpWizard.__initMenu" id="PyRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initMenu" /> + <keyword name="PyRegExpWizard.activate" id="PyRegExpWizard.activate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.activate" /> + <keyword name="PyRegExpWizard.deactivate" id="PyRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.deactivate" /> + <keyword name="PluginWizardQColorDialog (Module)" id="PluginWizardQColorDialog (Module)" ref="eric5.Plugins.PluginWizardQColorDialog.html" /> + <keyword name="ColorDialogWizard" id="ColorDialogWizard" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard" /> + <keyword name="ColorDialogWizard (Constructor)" id="ColorDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__init__" /> + <keyword name="ColorDialogWizard.__callForm" id="ColorDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__callForm" /> + <keyword name="ColorDialogWizard.__handle" id="ColorDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__handle" /> + <keyword name="ColorDialogWizard.__initAction" id="ColorDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initAction" /> + <keyword name="ColorDialogWizard.__initMenu" id="ColorDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initMenu" /> + <keyword name="ColorDialogWizard.activate" id="ColorDialogWizard.activate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.activate" /> + <keyword name="ColorDialogWizard.deactivate" id="ColorDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.deactivate" /> + <keyword name="PluginWizardQFileDialog (Module)" id="PluginWizardQFileDialog (Module)" ref="eric5.Plugins.PluginWizardQFileDialog.html" /> + <keyword name="FileDialogWizard" id="FileDialogWizard" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard" /> + <keyword name="FileDialogWizard (Constructor)" id="FileDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__init__" /> + <keyword name="FileDialogWizard.__callForm" id="FileDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__callForm" /> + <keyword name="FileDialogWizard.__handle" id="FileDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__handle" /> + <keyword name="FileDialogWizard.__initAction" id="FileDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initAction" /> + <keyword name="FileDialogWizard.__initMenu" id="FileDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initMenu" /> + <keyword name="FileDialogWizard.activate" id="FileDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.activate" /> + <keyword name="FileDialogWizard.deactivate" id="FileDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.deactivate" /> + <keyword name="PluginWizardQFontDialog (Module)" id="PluginWizardQFontDialog (Module)" ref="eric5.Plugins.PluginWizardQFontDialog.html" /> + <keyword name="FontDialogWizard" id="FontDialogWizard" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard" /> + <keyword name="FontDialogWizard (Constructor)" id="FontDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__init__" /> + <keyword name="FontDialogWizard.__callForm" id="FontDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__callForm" /> + <keyword name="FontDialogWizard.__handle" id="FontDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__handle" /> + <keyword name="FontDialogWizard.__initAction" id="FontDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initAction" /> + <keyword name="FontDialogWizard.__initMenu" id="FontDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initMenu" /> + <keyword name="FontDialogWizard.activate" id="FontDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.activate" /> + <keyword name="FontDialogWizard.deactivate" id="FontDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.deactivate" /> + <keyword name="PluginWizardQInputDialog (Module)" id="PluginWizardQInputDialog (Module)" ref="eric5.Plugins.PluginWizardQInputDialog.html" /> + <keyword name="InputDialogWizard" id="InputDialogWizard" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard" /> + <keyword name="InputDialogWizard (Constructor)" id="InputDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__init__" /> + <keyword name="InputDialogWizard.__callForm" id="InputDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__callForm" /> + <keyword name="InputDialogWizard.__handle" id="InputDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__handle" /> + <keyword name="InputDialogWizard.__initAction" id="InputDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initAction" /> + <keyword name="InputDialogWizard.__initMenu" id="InputDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initMenu" /> + <keyword name="InputDialogWizard.activate" id="InputDialogWizard.activate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.activate" /> + <keyword name="InputDialogWizard.deactivate" id="InputDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.deactivate" /> + <keyword name="PluginWizardQMessageBox (Module)" id="PluginWizardQMessageBox (Module)" ref="eric5.Plugins.PluginWizardQMessageBox.html" /> + <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" /> + <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" /> + <keyword name="MessageBoxWizard.__callForm" id="MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__callForm" /> + <keyword name="MessageBoxWizard.__handle" id="MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__handle" /> + <keyword name="MessageBoxWizard.__initAction" id="MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initAction" /> + <keyword name="MessageBoxWizard.__initMenu" id="MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initMenu" /> + <keyword name="MessageBoxWizard.activate" id="MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.activate" /> + <keyword name="MessageBoxWizard.deactivate" id="MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.deactivate" /> + <keyword name="PluginWizardQRegExp (Module)" id="PluginWizardQRegExp (Module)" ref="eric5.Plugins.PluginWizardQRegExp.html" /> + <keyword name="QRegExpWizard" id="QRegExpWizard" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard" /> + <keyword name="QRegExpWizard (Constructor)" id="QRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__init__" /> + <keyword name="QRegExpWizard.__callForm" id="QRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__callForm" /> + <keyword name="QRegExpWizard.__handle" id="QRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__handle" /> + <keyword name="QRegExpWizard.__initAction" id="QRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initAction" /> + <keyword name="QRegExpWizard.__initMenu" id="QRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initMenu" /> + <keyword name="QRegExpWizard.activate" id="QRegExpWizard.activate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.activate" /> + <keyword name="QRegExpWizard.deactivate" id="QRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.deactivate" /> <keyword name="Preferences (Package)" id="Preferences (Package)" ref="index-eric5.Preferences.html" /> <keyword name="Prefs" id="Prefs" ref="eric5.Preferences.__init__.html#Prefs" /> <keyword name="convertPasswords" id="convertPasswords" ref="eric5.Preferences.__init__.html#convertPasswords" /> @@ -3162,51 +3571,6 @@ <keyword name="toByteArray" id="toByteArray" ref="eric5.Preferences.__init__.html#toByteArray" /> <keyword name="toDict" id="toDict" ref="eric5.Preferences.__init__.html#toDict" /> <keyword name="toList" id="toList" ref="eric5.Preferences.__init__.html#toList" /> - <keyword name="PreferencesLexer (Module)" id="PreferencesLexer (Module)" ref="eric5.Preferences.PreferencesLexer.html" /> - <keyword name="PreferencesLexer" id="PreferencesLexer" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer" /> - <keyword name="PreferencesLexerError" id="PreferencesLexerError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError" /> - <keyword name="PreferencesLexerLanguageError" id="PreferencesLexerLanguageError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError" /> - <keyword name="PreferencesLexer (Constructor)" id="PreferencesLexer (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.__init__" /> - <keyword name="PreferencesLexer.color" id="PreferencesLexer.color" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.color" /> - <keyword name="PreferencesLexer.defaulEolFill" id="PreferencesLexer.defaulEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaulEolFill" /> - <keyword name="PreferencesLexer.defaultColor" id="PreferencesLexer.defaultColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultColor" /> - <keyword name="PreferencesLexer.defaultFont" id="PreferencesLexer.defaultFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultFont" /> - <keyword name="PreferencesLexer.defaultPaper" id="PreferencesLexer.defaultPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultPaper" /> - <keyword name="PreferencesLexer.description" id="PreferencesLexer.description" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.description" /> - <keyword name="PreferencesLexer.eolFill" id="PreferencesLexer.eolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.eolFill" /> - <keyword name="PreferencesLexer.font" id="PreferencesLexer.font" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.font" /> - <keyword name="PreferencesLexer.language" id="PreferencesLexer.language" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.language" /> - <keyword name="PreferencesLexer.paper" id="PreferencesLexer.paper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.paper" /> - <keyword name="PreferencesLexer.setColor" id="PreferencesLexer.setColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setColor" /> - <keyword name="PreferencesLexer.setEolFill" id="PreferencesLexer.setEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setEolFill" /> - <keyword name="PreferencesLexer.setFont" id="PreferencesLexer.setFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setFont" /> - <keyword name="PreferencesLexer.setPaper" id="PreferencesLexer.setPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setPaper" /> - <keyword name="PreferencesLexerError (Constructor)" id="PreferencesLexerError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__init__" /> - <keyword name="PreferencesLexerError.__repr__" id="PreferencesLexerError.__repr__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__repr__" /> - <keyword name="PreferencesLexerError.__str__" id="PreferencesLexerError.__str__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__str__" /> - <keyword name="PreferencesLexerLanguageError (Constructor)" id="PreferencesLexerLanguageError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError.__init__" /> - <keyword name="ToolConfigurationDialog (Module)" id="ToolConfigurationDialog (Module)" ref="eric5.Preferences.ToolConfigurationDialog.html" /> - <keyword name="ToolConfigurationDialog" id="ToolConfigurationDialog" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog" /> - <keyword name="ToolConfigurationDialog (Constructor)" id="ToolConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__init__" /> - <keyword name="ToolConfigurationDialog.__findModeIndex" id="ToolConfigurationDialog.__findModeIndex" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__findModeIndex" /> - <keyword name="ToolConfigurationDialog.__swap" id="ToolConfigurationDialog.__swap" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__swap" /> - <keyword name="ToolConfigurationDialog.__toolEntryChanged" id="ToolConfigurationDialog.__toolEntryChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__toolEntryChanged" /> - <keyword name="ToolConfigurationDialog.getToollist" id="ToolConfigurationDialog.getToollist" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.getToollist" /> - <keyword name="ToolConfigurationDialog.on_addButton_clicked" id="ToolConfigurationDialog.on_addButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_addButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_argumentsEdit_textChanged" id="ToolConfigurationDialog.on_argumentsEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_argumentsEdit_textChanged" /> - <keyword name="ToolConfigurationDialog.on_changeButton_clicked" id="ToolConfigurationDialog.on_changeButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_changeButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_deleteButton_clicked" id="ToolConfigurationDialog.on_deleteButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_deleteButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_downButton_clicked" id="ToolConfigurationDialog.on_downButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_downButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_executableButton_clicked" id="ToolConfigurationDialog.on_executableButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_executableEdit_textChanged" id="ToolConfigurationDialog.on_executableEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableEdit_textChanged" /> - <keyword name="ToolConfigurationDialog.on_iconButton_clicked" id="ToolConfigurationDialog.on_iconButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_iconEdit_textChanged" id="ToolConfigurationDialog.on_iconEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconEdit_textChanged" /> - <keyword name="ToolConfigurationDialog.on_menuEdit_textChanged" id="ToolConfigurationDialog.on_menuEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_menuEdit_textChanged" /> - <keyword name="ToolConfigurationDialog.on_newButton_clicked" id="ToolConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_newButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" id="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" /> - <keyword name="ToolConfigurationDialog.on_separatorButton_clicked" id="ToolConfigurationDialog.on_separatorButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_separatorButton_clicked" /> - <keyword name="ToolConfigurationDialog.on_toolsList_currentRowChanged" id="ToolConfigurationDialog.on_toolsList_currentRowChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_toolsList_currentRowChanged" /> - <keyword name="ToolConfigurationDialog.on_upButton_clicked" id="ToolConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_upButton_clicked" /> <keyword name="ConfigurationDialog (Module)" id="ConfigurationDialog (Module)" ref="eric5.Preferences.ConfigurationDialog.html" /> <keyword name="ConfigurationDialog" id="ConfigurationDialog" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationDialog" /> <keyword name="ConfigurationPageItem" id="ConfigurationPageItem" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationPageItem" /> @@ -3238,6 +3602,29 @@ <keyword name="ConfigurationWindow (Constructor)" id="ConfigurationWindow (Constructor)" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.__init__" /> <keyword name="ConfigurationWindow.accept" id="ConfigurationWindow.accept" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.accept" /> <keyword name="ConfigurationWindow.showConfigurationPageByName" id="ConfigurationWindow.showConfigurationPageByName" ref="eric5.Preferences.ConfigurationDialog.html#ConfigurationWindow.showConfigurationPageByName" /> + <keyword name="PreferencesLexer (Module)" id="PreferencesLexer (Module)" ref="eric5.Preferences.PreferencesLexer.html" /> + <keyword name="PreferencesLexer" id="PreferencesLexer" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer" /> + <keyword name="PreferencesLexerError" id="PreferencesLexerError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError" /> + <keyword name="PreferencesLexerLanguageError" id="PreferencesLexerLanguageError" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError" /> + <keyword name="PreferencesLexer (Constructor)" id="PreferencesLexer (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.__init__" /> + <keyword name="PreferencesLexer.color" id="PreferencesLexer.color" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.color" /> + <keyword name="PreferencesLexer.defaulEolFill" id="PreferencesLexer.defaulEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaulEolFill" /> + <keyword name="PreferencesLexer.defaultColor" id="PreferencesLexer.defaultColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultColor" /> + <keyword name="PreferencesLexer.defaultFont" id="PreferencesLexer.defaultFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultFont" /> + <keyword name="PreferencesLexer.defaultPaper" id="PreferencesLexer.defaultPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.defaultPaper" /> + <keyword name="PreferencesLexer.description" id="PreferencesLexer.description" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.description" /> + <keyword name="PreferencesLexer.eolFill" id="PreferencesLexer.eolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.eolFill" /> + <keyword name="PreferencesLexer.font" id="PreferencesLexer.font" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.font" /> + <keyword name="PreferencesLexer.language" id="PreferencesLexer.language" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.language" /> + <keyword name="PreferencesLexer.paper" id="PreferencesLexer.paper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.paper" /> + <keyword name="PreferencesLexer.setColor" id="PreferencesLexer.setColor" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setColor" /> + <keyword name="PreferencesLexer.setEolFill" id="PreferencesLexer.setEolFill" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setEolFill" /> + <keyword name="PreferencesLexer.setFont" id="PreferencesLexer.setFont" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setFont" /> + <keyword name="PreferencesLexer.setPaper" id="PreferencesLexer.setPaper" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexer.setPaper" /> + <keyword name="PreferencesLexerError (Constructor)" id="PreferencesLexerError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__init__" /> + <keyword name="PreferencesLexerError.__repr__" id="PreferencesLexerError.__repr__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__repr__" /> + <keyword name="PreferencesLexerError.__str__" id="PreferencesLexerError.__str__" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerError.__str__" /> + <keyword name="PreferencesLexerLanguageError (Constructor)" id="PreferencesLexerLanguageError (Constructor)" ref="eric5.Preferences.PreferencesLexer.html#PreferencesLexerLanguageError.__init__" /> <keyword name="ProgramsDialog (Module)" id="ProgramsDialog (Module)" ref="eric5.Preferences.ProgramsDialog.html" /> <keyword name="ProgramsDialog" id="ProgramsDialog" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog" /> <keyword name="ProgramsDialog (Constructor)" id="ProgramsDialog (Constructor)" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.__init__" /> @@ -3246,10 +3633,6 @@ <keyword name="ProgramsDialog.on_buttonBox_clicked" id="ProgramsDialog.on_buttonBox_clicked" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.on_buttonBox_clicked" /> <keyword name="ProgramsDialog.on_programsSearchButton_clicked" id="ProgramsDialog.on_programsSearchButton_clicked" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.on_programsSearchButton_clicked" /> <keyword name="ProgramsDialog.show" id="ProgramsDialog.show" ref="eric5.Preferences.ProgramsDialog.html#ProgramsDialog.show" /> - <keyword name="ViewProfileDialog (Module)" id="ViewProfileDialog (Module)" ref="eric5.Preferences.ViewProfileDialog.html" /> - <keyword name="ViewProfileDialog" id="ViewProfileDialog" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog" /> - <keyword name="ViewProfileDialog (Constructor)" id="ViewProfileDialog (Constructor)" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.__init__" /> - <keyword name="ViewProfileDialog.getProfiles" id="ViewProfileDialog.getProfiles" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.getProfiles" /> <keyword name="ShortcutDialog (Module)" id="ShortcutDialog (Module)" ref="eric5.Preferences.ShortcutDialog.html" /> <keyword name="ShortcutDialog" id="ShortcutDialog" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog" /> <keyword name="ShortcutDialog (Constructor)" id="ShortcutDialog (Constructor)" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.__init__" /> @@ -3260,6 +3643,15 @@ <keyword name="ShortcutDialog.keyPressEvent" id="ShortcutDialog.keyPressEvent" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.keyPressEvent" /> <keyword name="ShortcutDialog.on_buttonBox_accepted" id="ShortcutDialog.on_buttonBox_accepted" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.on_buttonBox_accepted" /> <keyword name="ShortcutDialog.setKeys" id="ShortcutDialog.setKeys" ref="eric5.Preferences.ShortcutDialog.html#ShortcutDialog.setKeys" /> + <keyword name="Shortcuts (Module)" id="Shortcuts (Module)" ref="eric5.Preferences.Shortcuts.html" /> + <keyword name="__readShortcut" id="__readShortcut" ref="eric5.Preferences.Shortcuts.html#__readShortcut" /> + <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" /> + <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" /> + <keyword name="exportShortcuts" id="exportShortcuts" ref="eric5.Preferences.Shortcuts.html#exportShortcuts" /> + <keyword name="importShortcuts" id="importShortcuts" ref="eric5.Preferences.Shortcuts.html#importShortcuts" /> + <keyword name="readShortcuts" id="readShortcuts" ref="eric5.Preferences.Shortcuts.html#readShortcuts" /> + <keyword name="saveShortcuts" id="saveShortcuts" ref="eric5.Preferences.Shortcuts.html#saveShortcuts" /> + <keyword name="setActions" id="setActions" ref="eric5.Preferences.Shortcuts.html#setActions" /> <keyword name="ShortcutsDialog (Module)" id="ShortcutsDialog (Module)" ref="eric5.Preferences.ShortcutsDialog.html" /> <keyword name="ShortcutsDialog" id="ShortcutsDialog" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog" /> <keyword name="ShortcutsDialog (Constructor)" id="ShortcutsDialog (Constructor)" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.__init__" /> @@ -3279,15 +3671,28 @@ <keyword name="ShortcutsDialog.on_shortcutsList_itemClicked" id="ShortcutsDialog.on_shortcutsList_itemClicked" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.on_shortcutsList_itemClicked" /> <keyword name="ShortcutsDialog.on_shortcutsList_itemDoubleClicked" id="ShortcutsDialog.on_shortcutsList_itemDoubleClicked" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.on_shortcutsList_itemDoubleClicked" /> <keyword name="ShortcutsDialog.populate" id="ShortcutsDialog.populate" ref="eric5.Preferences.ShortcutsDialog.html#ShortcutsDialog.populate" /> - <keyword name="Shortcuts (Module)" id="Shortcuts (Module)" ref="eric5.Preferences.Shortcuts.html" /> - <keyword name="__readShortcut" id="__readShortcut" ref="eric5.Preferences.Shortcuts.html#__readShortcut" /> - <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" /> - <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" /> - <keyword name="exportShortcuts" id="exportShortcuts" ref="eric5.Preferences.Shortcuts.html#exportShortcuts" /> - <keyword name="importShortcuts" id="importShortcuts" ref="eric5.Preferences.Shortcuts.html#importShortcuts" /> - <keyword name="readShortcuts" id="readShortcuts" ref="eric5.Preferences.Shortcuts.html#readShortcuts" /> - <keyword name="saveShortcuts" id="saveShortcuts" ref="eric5.Preferences.Shortcuts.html#saveShortcuts" /> - <keyword name="setActions" id="setActions" ref="eric5.Preferences.Shortcuts.html#setActions" /> + <keyword name="ToolConfigurationDialog (Module)" id="ToolConfigurationDialog (Module)" ref="eric5.Preferences.ToolConfigurationDialog.html" /> + <keyword name="ToolConfigurationDialog" id="ToolConfigurationDialog" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog" /> + <keyword name="ToolConfigurationDialog (Constructor)" id="ToolConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__init__" /> + <keyword name="ToolConfigurationDialog.__findModeIndex" id="ToolConfigurationDialog.__findModeIndex" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__findModeIndex" /> + <keyword name="ToolConfigurationDialog.__swap" id="ToolConfigurationDialog.__swap" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__swap" /> + <keyword name="ToolConfigurationDialog.__toolEntryChanged" id="ToolConfigurationDialog.__toolEntryChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.__toolEntryChanged" /> + <keyword name="ToolConfigurationDialog.getToollist" id="ToolConfigurationDialog.getToollist" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.getToollist" /> + <keyword name="ToolConfigurationDialog.on_addButton_clicked" id="ToolConfigurationDialog.on_addButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_addButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_argumentsEdit_textChanged" id="ToolConfigurationDialog.on_argumentsEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_argumentsEdit_textChanged" /> + <keyword name="ToolConfigurationDialog.on_changeButton_clicked" id="ToolConfigurationDialog.on_changeButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_changeButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_deleteButton_clicked" id="ToolConfigurationDialog.on_deleteButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_deleteButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_downButton_clicked" id="ToolConfigurationDialog.on_downButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_downButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_executableButton_clicked" id="ToolConfigurationDialog.on_executableButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_executableEdit_textChanged" id="ToolConfigurationDialog.on_executableEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_executableEdit_textChanged" /> + <keyword name="ToolConfigurationDialog.on_iconButton_clicked" id="ToolConfigurationDialog.on_iconButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_iconEdit_textChanged" id="ToolConfigurationDialog.on_iconEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_iconEdit_textChanged" /> + <keyword name="ToolConfigurationDialog.on_menuEdit_textChanged" id="ToolConfigurationDialog.on_menuEdit_textChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_menuEdit_textChanged" /> + <keyword name="ToolConfigurationDialog.on_newButton_clicked" id="ToolConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_newButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" id="ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_redirectCombo_currentIndexChanged" /> + <keyword name="ToolConfigurationDialog.on_separatorButton_clicked" id="ToolConfigurationDialog.on_separatorButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_separatorButton_clicked" /> + <keyword name="ToolConfigurationDialog.on_toolsList_currentRowChanged" id="ToolConfigurationDialog.on_toolsList_currentRowChanged" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_toolsList_currentRowChanged" /> + <keyword name="ToolConfigurationDialog.on_upButton_clicked" id="ToolConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolConfigurationDialog.html#ToolConfigurationDialog.on_upButton_clicked" /> <keyword name="ToolGroupConfigurationDialog (Module)" id="ToolGroupConfigurationDialog (Module)" ref="eric5.Preferences.ToolGroupConfigurationDialog.html" /> <keyword name="ToolGroupConfigurationDialog" id="ToolGroupConfigurationDialog" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog" /> <keyword name="ToolGroupConfigurationDialog (Constructor)" id="ToolGroupConfigurationDialog (Constructor)" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.__init__" /> @@ -3300,1462 +3705,80 @@ <keyword name="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" id="ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_groupsList_currentRowChanged" /> <keyword name="ToolGroupConfigurationDialog.on_newButton_clicked" id="ToolGroupConfigurationDialog.on_newButton_clicked" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_newButton_clicked" /> <keyword name="ToolGroupConfigurationDialog.on_upButton_clicked" id="ToolGroupConfigurationDialog.on_upButton_clicked" ref="eric5.Preferences.ToolGroupConfigurationDialog.html#ToolGroupConfigurationDialog.on_upButton_clicked" /> - <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" /> - <keyword name="findPython2Interpreters" id="findPython2Interpreters" ref="eric5.Globals.__init__.html#findPython2Interpreters" /> - <keyword name="isLinuxPlatform" id="isLinuxPlatform" ref="eric5.Globals.__init__.html#isLinuxPlatform" /> - <keyword name="isMacPlatform" id="isMacPlatform" ref="eric5.Globals.__init__.html#isMacPlatform" /> - <keyword name="isWindowsPlatform" id="isWindowsPlatform" ref="eric5.Globals.__init__.html#isWindowsPlatform" /> - <keyword name="Cooperation (Package)" id="Cooperation (Package)" ref="index-eric5.Cooperation.html" /> - <keyword name="ChatWidget (Module)" id="ChatWidget (Module)" ref="eric5.Cooperation.ChatWidget.html" /> - <keyword name="ChatWidget" id="ChatWidget" ref="eric5.Cooperation.ChatWidget.html#ChatWidget" /> - <keyword name="ChatWidget (Constructor)" id="ChatWidget (Constructor)" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__init__" /> - <keyword name="ChatWidget.__banKickUser" id="ChatWidget.__banKickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banKickUser" /> - <keyword name="ChatWidget.__banUser" id="ChatWidget.__banUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__banUser" /> - <keyword name="ChatWidget.__clearChat" id="ChatWidget.__clearChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearChat" /> - <keyword name="ChatWidget.__clearHostsHistory" id="ChatWidget.__clearHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__clearHostsHistory" /> - <keyword name="ChatWidget.__copyAllChat" id="ChatWidget.__copyAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyAllChat" /> - <keyword name="ChatWidget.__copyChat" id="ChatWidget.__copyChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__copyChat" /> - <keyword name="ChatWidget.__cutAllChat" id="ChatWidget.__cutAllChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutAllChat" /> - <keyword name="ChatWidget.__cutChat" id="ChatWidget.__cutChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__cutChat" /> - <keyword name="ChatWidget.__editorCommandMessage" id="ChatWidget.__editorCommandMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__editorCommandMessage" /> - <keyword name="ChatWidget.__getConnectionParameters" id="ChatWidget.__getConnectionParameters" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__getConnectionParameters" /> - <keyword name="ChatWidget.__handleMessage" id="ChatWidget.__handleMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__handleMessage" /> - <keyword name="ChatWidget.__initChatMenu" id="ChatWidget.__initChatMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initChatMenu" /> - <keyword name="ChatWidget.__initUsersMenu" id="ChatWidget.__initUsersMenu" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initUsersMenu" /> - <keyword name="ChatWidget.__initialConnectionRefused" id="ChatWidget.__initialConnectionRefused" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__initialConnectionRefused" /> - <keyword name="ChatWidget.__kickUser" id="ChatWidget.__kickUser" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__kickUser" /> - <keyword name="ChatWidget.__loadHostsHistory" id="ChatWidget.__loadHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__loadHostsHistory" /> - <keyword name="ChatWidget.__newParticipant" id="ChatWidget.__newParticipant" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__newParticipant" /> - <keyword name="ChatWidget.__participantLeft" id="ChatWidget.__participantLeft" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__participantLeft" /> - <keyword name="ChatWidget.__saveChat" id="ChatWidget.__saveChat" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveChat" /> - <keyword name="ChatWidget.__saveHostsHistory" id="ChatWidget.__saveHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__saveHostsHistory" /> - <keyword name="ChatWidget.__setConnected" id="ChatWidget.__setConnected" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setConnected" /> - <keyword name="ChatWidget.__setHostsHistory" id="ChatWidget.__setHostsHistory" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__setHostsHistory" /> - <keyword name="ChatWidget.__showErrorMessage" id="ChatWidget.__showErrorMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.__showErrorMessage" /> - <keyword name="ChatWidget.appendMessage" id="ChatWidget.appendMessage" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.appendMessage" /> - <keyword name="ChatWidget.checkEditorActions" id="ChatWidget.checkEditorActions" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.checkEditorActions" /> - <keyword name="ChatWidget.getClient" id="ChatWidget.getClient" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.getClient" /> - <keyword name="ChatWidget.on_cancelEditButton_clicked" id="ChatWidget.on_cancelEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_cancelEditButton_clicked" /> - <keyword name="ChatWidget.on_chatEdit_copyAvailable" id="ChatWidget.on_chatEdit_copyAvailable" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_copyAvailable" /> - <keyword name="ChatWidget.on_chatEdit_customContextMenuRequested" id="ChatWidget.on_chatEdit_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_chatEdit_customContextMenuRequested" /> - <keyword name="ChatWidget.on_clearHostsButton_clicked" id="ChatWidget.on_clearHostsButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_clearHostsButton_clicked" /> - <keyword name="ChatWidget.on_connectButton_clicked" id="ChatWidget.on_connectButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_connectButton_clicked" /> - <keyword name="ChatWidget.on_hostEdit_editTextChanged" id="ChatWidget.on_hostEdit_editTextChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_hostEdit_editTextChanged" /> - <keyword name="ChatWidget.on_sendEditButton_clicked" id="ChatWidget.on_sendEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_sendEditButton_clicked" /> - <keyword name="ChatWidget.on_serverButton_clicked" id="ChatWidget.on_serverButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_serverButton_clicked" /> - <keyword name="ChatWidget.on_shareButton_clicked" id="ChatWidget.on_shareButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_shareButton_clicked" /> - <keyword name="ChatWidget.on_startEditButton_clicked" id="ChatWidget.on_startEditButton_clicked" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_startEditButton_clicked" /> - <keyword name="ChatWidget.on_usersList_customContextMenuRequested" id="ChatWidget.on_usersList_customContextMenuRequested" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.on_usersList_customContextMenuRequested" /> - <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" /> - <keyword name="Connection (Module)" id="Connection (Module)" ref="eric5.Cooperation.Connection.html" /> - <keyword name="Connection" id="Connection" ref="eric5.Cooperation.Connection.html#Connection" /> - <keyword name="Connection (Constructor)" id="Connection (Constructor)" ref="eric5.Cooperation.Connection.html#Connection.__init__" /> - <keyword name="Connection.__dataLengthForCurrentDataType" id="Connection.__dataLengthForCurrentDataType" ref="eric5.Cooperation.Connection.html#Connection.__dataLengthForCurrentDataType" /> - <keyword name="Connection.__disconnected" id="Connection.__disconnected" ref="eric5.Cooperation.Connection.html#Connection.__disconnected" /> - <keyword name="Connection.__hasEnoughData" id="Connection.__hasEnoughData" ref="eric5.Cooperation.Connection.html#Connection.__hasEnoughData" /> - <keyword name="Connection.__processData" id="Connection.__processData" ref="eric5.Cooperation.Connection.html#Connection.__processData" /> - <keyword name="Connection.__processReadyRead" id="Connection.__processReadyRead" ref="eric5.Cooperation.Connection.html#Connection.__processReadyRead" /> - <keyword name="Connection.__readDataIntoBuffer" id="Connection.__readDataIntoBuffer" ref="eric5.Cooperation.Connection.html#Connection.__readDataIntoBuffer" /> - <keyword name="Connection.__readProtocolHeader" id="Connection.__readProtocolHeader" ref="eric5.Cooperation.Connection.html#Connection.__readProtocolHeader" /> - <keyword name="Connection.__sendGreetingMessage" id="Connection.__sendGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.__sendGreetingMessage" /> - <keyword name="Connection.__sendPing" id="Connection.__sendPing" ref="eric5.Cooperation.Connection.html#Connection.__sendPing" /> - <keyword name="Connection.name" id="Connection.name" ref="eric5.Cooperation.Connection.html#Connection.name" /> - <keyword name="Connection.sendEditorCommand" id="Connection.sendEditorCommand" ref="eric5.Cooperation.Connection.html#Connection.sendEditorCommand" /> - <keyword name="Connection.sendGetParticipants" id="Connection.sendGetParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendGetParticipants" /> - <keyword name="Connection.sendMessage" id="Connection.sendMessage" ref="eric5.Cooperation.Connection.html#Connection.sendMessage" /> - <keyword name="Connection.sendParticipants" id="Connection.sendParticipants" ref="eric5.Cooperation.Connection.html#Connection.sendParticipants" /> - <keyword name="Connection.serverPort" id="Connection.serverPort" ref="eric5.Cooperation.Connection.html#Connection.serverPort" /> - <keyword name="Connection.setClient" id="Connection.setClient" ref="eric5.Cooperation.Connection.html#Connection.setClient" /> - <keyword name="Connection.setGreetingMessage" id="Connection.setGreetingMessage" ref="eric5.Cooperation.Connection.html#Connection.setGreetingMessage" /> - <keyword name="Connection.timerEvent" id="Connection.timerEvent" ref="eric5.Cooperation.Connection.html#Connection.timerEvent" /> - <keyword name="CooperationServer (Module)" id="CooperationServer (Module)" ref="eric5.Cooperation.CooperationServer.html" /> - <keyword name="CooperationServer" id="CooperationServer" ref="eric5.Cooperation.CooperationServer.html#CooperationServer" /> - <keyword name="CooperationServer (Constructor)" id="CooperationServer (Constructor)" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.__init__" /> - <keyword name="CooperationServer.incomingConnection" id="CooperationServer.incomingConnection" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.incomingConnection" /> - <keyword name="CooperationServer.startListening" id="CooperationServer.startListening" ref="eric5.Cooperation.CooperationServer.html#CooperationServer.startListening" /> - <keyword name="CooperationClient (Module)" id="CooperationClient (Module)" ref="eric5.Cooperation.CooperationClient.html" /> - <keyword name="CooperationClient" id="CooperationClient" ref="eric5.Cooperation.CooperationClient.html#CooperationClient" /> - <keyword name="CooperationClient (Constructor)" id="CooperationClient (Constructor)" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__init__" /> - <keyword name="CooperationClient.__connectionError" id="CooperationClient.__connectionError" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionError" /> - <keyword name="CooperationClient.__connectionRejected" id="CooperationClient.__connectionRejected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__connectionRejected" /> - <keyword name="CooperationClient.__disconnected" id="CooperationClient.__disconnected" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__disconnected" /> - <keyword name="CooperationClient.__findConnections" id="CooperationClient.__findConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__findConnections" /> - <keyword name="CooperationClient.__getParticipants" id="CooperationClient.__getParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__getParticipants" /> - <keyword name="CooperationClient.__newConnection" id="CooperationClient.__newConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__newConnection" /> - <keyword name="CooperationClient.__processParticipants" id="CooperationClient.__processParticipants" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__processParticipants" /> - <keyword name="CooperationClient.__readyForUse" id="CooperationClient.__readyForUse" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.__readyForUse" /> - <keyword name="CooperationClient.banKickUser" id="CooperationClient.banKickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banKickUser" /> - <keyword name="CooperationClient.banUser" id="CooperationClient.banUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.banUser" /> - <keyword name="CooperationClient.chatWidget" id="CooperationClient.chatWidget" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.chatWidget" /> - <keyword name="CooperationClient.close" id="CooperationClient.close" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.close" /> - <keyword name="CooperationClient.connectToHost" id="CooperationClient.connectToHost" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.connectToHost" /> - <keyword name="CooperationClient.disconnectConnections" id="CooperationClient.disconnectConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.disconnectConnections" /> - <keyword name="CooperationClient.errorString" id="CooperationClient.errorString" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.errorString" /> - <keyword name="CooperationClient.hasConnection" id="CooperationClient.hasConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnection" /> - <keyword name="CooperationClient.hasConnections" id="CooperationClient.hasConnections" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.hasConnections" /> - <keyword name="CooperationClient.isListening" id="CooperationClient.isListening" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.isListening" /> - <keyword name="CooperationClient.kickUser" id="CooperationClient.kickUser" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.kickUser" /> - <keyword name="CooperationClient.nickName" id="CooperationClient.nickName" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.nickName" /> - <keyword name="CooperationClient.removeConnection" id="CooperationClient.removeConnection" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.removeConnection" /> - <keyword name="CooperationClient.sendEditorCommand" id="CooperationClient.sendEditorCommand" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendEditorCommand" /> - <keyword name="CooperationClient.sendMessage" id="CooperationClient.sendMessage" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.sendMessage" /> - <keyword name="CooperationClient.startListening" id="CooperationClient.startListening" ref="eric5.Cooperation.CooperationClient.html#CooperationClient.startListening" /> - <keyword name="UtilitiesPython2 (Package)" id="UtilitiesPython2 (Package)" ref="index-eric5.UtilitiesPython2.html" /> - <keyword name="Tools (Module)" id="Tools (Module)" ref="eric5.UtilitiesPython2.Tools.html" /> - <keyword name="decode" id="decode" ref="eric5.UtilitiesPython2.Tools.html#decode" /> - <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.UtilitiesPython2.Tools.html#extractLineFlags" /> - <keyword name="get_coding" id="get_coding" ref="eric5.UtilitiesPython2.Tools.html#get_coding" /> - <keyword name="normalizeCode" id="normalizeCode" ref="eric5.UtilitiesPython2.Tools.html#normalizeCode" /> - <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.UtilitiesPython2.Tools.html#readEncodedFile" /> - <keyword name="TabnannyChecker (Module)" id="TabnannyChecker (Module)" ref="eric5.UtilitiesPython2.TabnannyChecker.html" /> - <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.UtilitiesPython2.Pep8Checker.html" /> - <keyword name="Pep8Checker" id="Pep8Checker" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker" /> - <keyword name="Pep8Checker (Constructor)" id="Pep8Checker (Constructor)" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.__init__" /> - <keyword name="Pep8Checker.__ignore_code" id="Pep8Checker.__ignore_code" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.__ignore_code" /> - <keyword name="Pep8Checker.report_error_args" id="Pep8Checker.report_error_args" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.report_error_args" /> - <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.UtilitiesPython2.pep8.html" /> - <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.pep8.html#Checker" /> - <keyword name="_main" id="_main" ref="eric5.UtilitiesPython2.pep8.html#_main" /> - <keyword name="blank_lines" id="blank_lines" ref="eric5.UtilitiesPython2.pep8.html#blank_lines" /> - <keyword name="compound_statements" id="compound_statements" ref="eric5.UtilitiesPython2.pep8.html#compound_statements" /> - <keyword name="excluded" id="excluded" ref="eric5.UtilitiesPython2.pep8.html#excluded" /> - <keyword name="expand_indent" id="expand_indent" ref="eric5.UtilitiesPython2.pep8.html#expand_indent" /> - <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.UtilitiesPython2.pep8.html#extraneous_whitespace" /> - <keyword name="filename_match" id="filename_match" ref="eric5.UtilitiesPython2.pep8.html#filename_match" /> - <keyword name="find_checks" id="find_checks" ref="eric5.UtilitiesPython2.pep8.html#find_checks" /> - <keyword name="get_count" id="get_count" ref="eric5.UtilitiesPython2.pep8.html#get_count" /> - <keyword name="get_error_statistics" id="get_error_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_error_statistics" /> - <keyword name="get_statistics" id="get_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_statistics" /> - <keyword name="get_warning_statistics" id="get_warning_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_warning_statistics" /> - <keyword name="ignore_code" id="ignore_code" ref="eric5.UtilitiesPython2.pep8.html#ignore_code" /> - <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.UtilitiesPython2.pep8.html#imports_on_separate_lines" /> - <keyword name="indentation" id="indentation" ref="eric5.UtilitiesPython2.pep8.html#indentation" /> - <keyword name="input_dir" id="input_dir" ref="eric5.UtilitiesPython2.pep8.html#input_dir" /> - <keyword name="input_file" id="input_file" ref="eric5.UtilitiesPython2.pep8.html#input_file" /> - <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.UtilitiesPython2.pep8.html#maximum_line_length" /> - <keyword name="message" id="message" ref="eric5.UtilitiesPython2.pep8.html#message" /> - <keyword name="missing_newline" id="missing_newline" ref="eric5.UtilitiesPython2.pep8.html#missing_newline" /> - <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace" /> - <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace_around_operator" /> - <keyword name="mute_string" id="mute_string" ref="eric5.UtilitiesPython2.pep8.html#mute_string" /> - <keyword name="print_benchmark" id="print_benchmark" ref="eric5.UtilitiesPython2.pep8.html#print_benchmark" /> - <keyword name="print_statistics" id="print_statistics" ref="eric5.UtilitiesPython2.pep8.html#print_statistics" /> - <keyword name="process_options" id="process_options" ref="eric5.UtilitiesPython2.pep8.html#process_options" /> - <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.UtilitiesPython2.pep8.html#python_3000_backticks" /> - <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.UtilitiesPython2.pep8.html#python_3000_has_key" /> - <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.UtilitiesPython2.pep8.html#python_3000_not_equal" /> - <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.UtilitiesPython2.pep8.html#python_3000_raise_comma" /> - <keyword name="readlines" id="readlines" ref="eric5.UtilitiesPython2.pep8.html#readlines" /> - <keyword name="readlines_1" id="readlines_1" ref="eric5.UtilitiesPython2.pep8.html#readlines_1" /> - <keyword name="reset_counters" id="reset_counters" ref="eric5.UtilitiesPython2.pep8.html#reset_counters" /> - <keyword name="run_tests" id="run_tests" ref="eric5.UtilitiesPython2.pep8.html#run_tests" /> - <keyword name="selftest" id="selftest" ref="eric5.UtilitiesPython2.pep8.html#selftest" /> - <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.UtilitiesPython2.pep8.html#tabs_obsolete" /> - <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.UtilitiesPython2.pep8.html#tabs_or_spaces" /> - <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.UtilitiesPython2.pep8.html#trailing_blank_lines" /> - <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#trailing_whitespace" /> - <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_comma" /> - <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_named_parameter_equals" /> - <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_operator" /> - <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_inline_comment" /> - <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_parameters" /> - <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#Checker.__init__" /> - <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.UtilitiesPython2.pep8.html#Checker.build_tokens_line" /> - <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_all" /> - <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_logical" /> - <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_physical" /> - <keyword name="Checker.readline" id="Checker.readline" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline" /> - <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline_check_physical" /> - <keyword name="Checker.report_error" id="Checker.report_error" ref="eric5.UtilitiesPython2.pep8.html#Checker.report_error" /> - <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.UtilitiesPython2.pep8.html#Checker.run_check" /> - <keyword name="Py2SyntaxChecker (Module)" id="Py2SyntaxChecker (Module)" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html" /> - <keyword name="compile" id="compile" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html#compile" /> - <keyword name="flakesCheck" id="flakesCheck" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html#flakesCheck" /> - <keyword name="PySideImporter (Module)" id="PySideImporter (Module)" ref="eric5.UtilitiesPython2.PySideImporter.html" /> - <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.UtilitiesPython2.Tabnanny.html" /> - <keyword name="NannyNag" id="NannyNag" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag" /> - <keyword name="Whitespace" id="Whitespace" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace" /> - <keyword name="check" id="check" ref="eric5.UtilitiesPython2.Tabnanny.html#check" /> - <keyword name="format_witnesses" id="format_witnesses" ref="eric5.UtilitiesPython2.Tabnanny.html#format_witnesses" /> - <keyword name="process_tokens" id="process_tokens" ref="eric5.UtilitiesPython2.Tabnanny.html#process_tokens" /> - <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.__init__" /> - <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_line" /> - <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_lineno" /> - <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_msg" /> - <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.__init__" /> - <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.equal" /> - <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.indent_level" /> - <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.less" /> - <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.longest_run_of_spaces" /> - <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.not_equal_witness" /> - <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.not_less_witness" /> - <keyword name="ViewManager (Package)" id="ViewManager (Package)" ref="index-eric5.ViewManager.html" /> - <keyword name="factory" id="factory" ref="eric5.ViewManager.__init__.html#factory" /> - <keyword name="ViewManager (Module)" id="ViewManager (Module)" ref="eric5.ViewManager.ViewManager.html" /> - <keyword name="QuickSearchLineEdit" id="QuickSearchLineEdit" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit" /> - <keyword name="ViewManager" id="ViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager" /> - <keyword name="QuickSearchLineEdit.editorCommand" id="QuickSearchLineEdit.editorCommand" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.editorCommand" /> - <keyword name="QuickSearchLineEdit.focusInEvent" id="QuickSearchLineEdit.focusInEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.focusInEvent" /> - <keyword name="QuickSearchLineEdit.keyPressEvent" id="QuickSearchLineEdit.keyPressEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.keyPressEvent" /> - <keyword name="ViewManager (Constructor)" id="ViewManager (Constructor)" ref="eric5.ViewManager.ViewManager.html#ViewManager.__init__" /> - <keyword name="ViewManager.__addBookmarked" id="ViewManager.__addBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__addBookmarked" /> - <keyword name="ViewManager.__autosave" id="ViewManager.__autosave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__autosave" /> - <keyword name="ViewManager.__bookmarkSelected" id="ViewManager.__bookmarkSelected" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkSelected" /> - <keyword name="ViewManager.__bookmarkToggled" id="ViewManager.__bookmarkToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkToggled" /> - <keyword name="ViewManager.__breakpointToggled" id="ViewManager.__breakpointToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__breakpointToggled" /> - <keyword name="ViewManager.__clearAllBookmarks" id="ViewManager.__clearAllBookmarks" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllBookmarks" /> - <keyword name="ViewManager.__clearAllSyntaxErrors" id="ViewManager.__clearAllSyntaxErrors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllSyntaxErrors" /> - <keyword name="ViewManager.__clearAllWarnings" id="ViewManager.__clearAllWarnings" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllWarnings" /> - <keyword name="ViewManager.__clearBookmarked" id="ViewManager.__clearBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearBookmarked" /> - <keyword name="ViewManager.__clearRecent" id="ViewManager.__clearRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearRecent" /> - <keyword name="ViewManager.__connectEditor" id="ViewManager.__connectEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__connectEditor" /> - <keyword name="ViewManager.__convertEOL" id="ViewManager.__convertEOL" ref="eric5.ViewManager.ViewManager.html#ViewManager.__convertEOL" /> - <keyword name="ViewManager.__coverageMarkersShown" id="ViewManager.__coverageMarkersShown" ref="eric5.ViewManager.ViewManager.html#ViewManager.__coverageMarkersShown" /> - <keyword name="ViewManager.__cursorChanged" id="ViewManager.__cursorChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__cursorChanged" /> - <keyword name="ViewManager.__editAutoComplete" id="ViewManager.__editAutoComplete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoComplete" /> - <keyword name="ViewManager.__editAutoCompleteFromAPIs" id="ViewManager.__editAutoCompleteFromAPIs" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAPIs" /> - <keyword name="ViewManager.__editAutoCompleteFromAll" id="ViewManager.__editAutoCompleteFromAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAll" /> - <keyword name="ViewManager.__editAutoCompleteFromDoc" id="ViewManager.__editAutoCompleteFromDoc" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromDoc" /> - <keyword name="ViewManager.__editBookmarked" id="ViewManager.__editBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBookmarked" /> - <keyword name="ViewManager.__editBoxComment" id="ViewManager.__editBoxComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBoxComment" /> - <keyword name="ViewManager.__editComment" id="ViewManager.__editComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editComment" /> - <keyword name="ViewManager.__editCopy" id="ViewManager.__editCopy" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCopy" /> - <keyword name="ViewManager.__editCut" id="ViewManager.__editCut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCut" /> - <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" /> - <keyword name="ViewManager.__editSelectAll" id="ViewManager.__editSelectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectAll" /> - <keyword name="ViewManager.__editSelectBrace" id="ViewManager.__editSelectBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectBrace" /> - <keyword name="ViewManager.__editShowCallTips" id="ViewManager.__editShowCallTips" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editShowCallTips" /> - <keyword name="ViewManager.__editSmartIndent" id="ViewManager.__editSmartIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSmartIndent" /> - <keyword name="ViewManager.__editStreamComment" id="ViewManager.__editStreamComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editStreamComment" /> - <keyword name="ViewManager.__editUncomment" id="ViewManager.__editUncomment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUncomment" /> - <keyword name="ViewManager.__editUndo" id="ViewManager.__editUndo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUndo" /> - <keyword name="ViewManager.__editUnindent" id="ViewManager.__editUnindent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUnindent" /> - <keyword name="ViewManager.__editorAutoCompletionAPIsAvailable" id="ViewManager.__editorAutoCompletionAPIsAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorAutoCompletionAPIsAvailable" /> - <keyword name="ViewManager.__editorCommand" id="ViewManager.__editorCommand" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorCommand" /> - <keyword name="ViewManager.__editorConfigChanged" id="ViewManager.__editorConfigChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorConfigChanged" /> - <keyword name="ViewManager.__editorOpened" id="ViewManager.__editorOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorOpened" /> - <keyword name="ViewManager.__editorSaved" id="ViewManager.__editorSaved" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSaved" /> - <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" /> - <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" /> - <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" /> - <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" /> - <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" /> - <keyword name="ViewManager.__gotoLastEditPosition" id="ViewManager.__gotoLastEditPosition" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoLastEditPosition" /> - <keyword name="ViewManager.__gotoNextMethodClass" id="ViewManager.__gotoNextMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoNextMethodClass" /> - <keyword name="ViewManager.__gotoPreviousMethodClass" id="ViewManager.__gotoPreviousMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoPreviousMethodClass" /> - <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" /> - <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" /> - <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" /> - <keyword name="ViewManager.__initEditActions" id="ViewManager.__initEditActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initEditActions" /> - <keyword name="ViewManager.__initFileActions" id="ViewManager.__initFileActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initFileActions" /> - <keyword name="ViewManager.__initMacroActions" id="ViewManager.__initMacroActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initMacroActions" /> - <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" /> - <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" /> - <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" /> - <keyword name="ViewManager.__lastEditPositionAvailable" id="ViewManager.__lastEditPositionAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditPositionAvailable" /> - <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" /> - <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" /> - <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" /> - <keyword name="ViewManager.__macroLoad" id="ViewManager.__macroLoad" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroLoad" /> - <keyword name="ViewManager.__macroRun" id="ViewManager.__macroRun" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroRun" /> - <keyword name="ViewManager.__macroSave" id="ViewManager.__macroSave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroSave" /> - <keyword name="ViewManager.__macroStartRecording" id="ViewManager.__macroStartRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStartRecording" /> - <keyword name="ViewManager.__macroStopRecording" id="ViewManager.__macroStopRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStopRecording" /> - <keyword name="ViewManager.__newLineBelow" id="ViewManager.__newLineBelow" ref="eric5.ViewManager.ViewManager.html#ViewManager.__newLineBelow" /> - <keyword name="ViewManager.__nextBookmark" id="ViewManager.__nextBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextBookmark" /> - <keyword name="ViewManager.__nextTask" id="ViewManager.__nextTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextTask" /> - <keyword name="ViewManager.__nextUncovered" id="ViewManager.__nextUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextUncovered" /> - <keyword name="ViewManager.__nextWarning" id="ViewManager.__nextWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextWarning" /> - <keyword name="ViewManager.__openSourceFile" id="ViewManager.__openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__openSourceFile" /> - <keyword name="ViewManager.__previewEditor" id="ViewManager.__previewEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previewEditor" /> - <keyword name="ViewManager.__previousBookmark" id="ViewManager.__previousBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousBookmark" /> - <keyword name="ViewManager.__previousTask" id="ViewManager.__previousTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousTask" /> - <keyword name="ViewManager.__previousUncovered" id="ViewManager.__previousUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousUncovered" /> - <keyword name="ViewManager.__previousWarning" id="ViewManager.__previousWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousWarning" /> - <keyword name="ViewManager.__quickSearch" id="ViewManager.__quickSearch" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearch" /> - <keyword name="ViewManager.__quickSearchEnter" id="ViewManager.__quickSearchEnter" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEnter" /> - <keyword name="ViewManager.__quickSearchEscape" id="ViewManager.__quickSearchEscape" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEscape" /> - <keyword name="ViewManager.__quickSearchExtend" id="ViewManager.__quickSearchExtend" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchExtend" /> - <keyword name="ViewManager.__quickSearchFocusIn" id="ViewManager.__quickSearchFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchFocusIn" /> - <keyword name="ViewManager.__quickSearchInEditor" id="ViewManager.__quickSearchInEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchInEditor" /> - <keyword name="ViewManager.__quickSearchMarkOccurrences" id="ViewManager.__quickSearchMarkOccurrences" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchMarkOccurrences" /> - <keyword name="ViewManager.__quickSearchPrev" id="ViewManager.__quickSearchPrev" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchPrev" /> - <keyword name="ViewManager.__quickSearchSetEditColors" id="ViewManager.__quickSearchSetEditColors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchSetEditColors" /> - <keyword name="ViewManager.__quickSearchText" id="ViewManager.__quickSearchText" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchText" /> - <keyword name="ViewManager.__replace" id="ViewManager.__replace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replace" /> - <keyword name="ViewManager.__replaceFiles" id="ViewManager.__replaceFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replaceFiles" /> - <keyword name="ViewManager.__saveRecent" id="ViewManager.__saveRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__saveRecent" /> - <keyword name="ViewManager.__search" id="ViewManager.__search" ref="eric5.ViewManager.ViewManager.html#ViewManager.__search" /> - <keyword name="ViewManager.__searchClearMarkers" id="ViewManager.__searchClearMarkers" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchClearMarkers" /> - <keyword name="ViewManager.__searchFiles" id="ViewManager.__searchFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchFiles" /> - <keyword name="ViewManager.__setAutoSpellChecking" id="ViewManager.__setAutoSpellChecking" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setAutoSpellChecking" /> - <keyword name="ViewManager.__setSbFile" id="ViewManager.__setSbFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setSbFile" /> - <keyword name="ViewManager.__shortenEmptyLines" id="ViewManager.__shortenEmptyLines" ref="eric5.ViewManager.ViewManager.html#ViewManager.__shortenEmptyLines" /> - <keyword name="ViewManager.__showBookmarkMenu" id="ViewManager.__showBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkMenu" /> - <keyword name="ViewManager.__showBookmarkedMenu" id="ViewManager.__showBookmarkedMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkedMenu" /> - <keyword name="ViewManager.__showBookmarksMenu" id="ViewManager.__showBookmarksMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarksMenu" /> - <keyword name="ViewManager.__showFileMenu" id="ViewManager.__showFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showFileMenu" /> - <keyword name="ViewManager.__showRecentMenu" id="ViewManager.__showRecentMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showRecentMenu" /> - <keyword name="ViewManager.__spellCheck" id="ViewManager.__spellCheck" ref="eric5.ViewManager.ViewManager.html#ViewManager.__spellCheck" /> - <keyword name="ViewManager.__splitOrientation" id="ViewManager.__splitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitOrientation" /> - <keyword name="ViewManager.__splitView" id="ViewManager.__splitView" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitView" /> - <keyword name="ViewManager.__taskMarkersUpdated" id="ViewManager.__taskMarkersUpdated" ref="eric5.ViewManager.ViewManager.html#ViewManager.__taskMarkersUpdated" /> - <keyword name="ViewManager.__toggleAll" id="ViewManager.__toggleAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAll" /> - <keyword name="ViewManager.__toggleAllChildren" id="ViewManager.__toggleAllChildren" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAllChildren" /> - <keyword name="ViewManager.__toggleBookmark" id="ViewManager.__toggleBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleBookmark" /> - <keyword name="ViewManager.__toggleCurrent" id="ViewManager.__toggleCurrent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleCurrent" /> - <keyword name="ViewManager.__zoom" id="ViewManager.__zoom" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoom" /> - <keyword name="ViewManager.__zoomIn" id="ViewManager.__zoomIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomIn" /> - <keyword name="ViewManager.__zoomOut" id="ViewManager.__zoomOut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomOut" /> - <keyword name="ViewManager._addView" id="ViewManager._addView" ref="eric5.ViewManager.ViewManager.html#ViewManager._addView" /> - <keyword name="ViewManager._checkActions" id="ViewManager._checkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._checkActions" /> - <keyword name="ViewManager._getOpenFileFilter" id="ViewManager._getOpenFileFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenFileFilter" /> - <keyword name="ViewManager._getOpenStartDir" id="ViewManager._getOpenStartDir" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenStartDir" /> - <keyword name="ViewManager._initWindowActions" id="ViewManager._initWindowActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._initWindowActions" /> - <keyword name="ViewManager._modificationStatusChanged" id="ViewManager._modificationStatusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager._modificationStatusChanged" /> - <keyword name="ViewManager._removeAllViews" id="ViewManager._removeAllViews" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeAllViews" /> - <keyword name="ViewManager._removeView" id="ViewManager._removeView" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeView" /> - <keyword name="ViewManager._showView" id="ViewManager._showView" ref="eric5.ViewManager.ViewManager.html#ViewManager._showView" /> - <keyword name="ViewManager._syntaxErrorToggled" id="ViewManager._syntaxErrorToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager._syntaxErrorToggled" /> - <keyword name="ViewManager.activeWindow" id="ViewManager.activeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.activeWindow" /> - <keyword name="ViewManager.addSplit" id="ViewManager.addSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.addSplit" /> - <keyword name="ViewManager.addToExtrasMenu" id="ViewManager.addToExtrasMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToExtrasMenu" /> - <keyword name="ViewManager.addToRecentList" id="ViewManager.addToRecentList" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToRecentList" /> - <keyword name="ViewManager.appFocusChanged" id="ViewManager.appFocusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.appFocusChanged" /> - <keyword name="ViewManager.canCascade" id="ViewManager.canCascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.canCascade" /> - <keyword name="ViewManager.canSplit" id="ViewManager.canSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.canSplit" /> - <keyword name="ViewManager.canTile" id="ViewManager.canTile" ref="eric5.ViewManager.ViewManager.html#ViewManager.canTile" /> - <keyword name="ViewManager.cancelSharedEdit" id="ViewManager.cancelSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.cancelSharedEdit" /> - <keyword name="ViewManager.cascade" id="ViewManager.cascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.cascade" /> - <keyword name="ViewManager.checkAllDirty" id="ViewManager.checkAllDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkAllDirty" /> - <keyword name="ViewManager.checkDirty" id="ViewManager.checkDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkDirty" /> - <keyword name="ViewManager.cloneEditor" id="ViewManager.cloneEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.cloneEditor" /> - <keyword name="ViewManager.closeAllWindows" id="ViewManager.closeAllWindows" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeAllWindows" /> - <keyword name="ViewManager.closeCurrentWindow" id="ViewManager.closeCurrentWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeCurrentWindow" /> - <keyword name="ViewManager.closeEditor" id="ViewManager.closeEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditor" /> - <keyword name="ViewManager.closeEditorWindow" id="ViewManager.closeEditorWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditorWindow" /> - <keyword name="ViewManager.closeViewManager" id="ViewManager.closeViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeViewManager" /> - <keyword name="ViewManager.closeWindow" id="ViewManager.closeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeWindow" /> - <keyword name="ViewManager.editorsCheckFocusInEnabled" id="ViewManager.editorsCheckFocusInEnabled" ref="eric5.ViewManager.ViewManager.html#ViewManager.editorsCheckFocusInEnabled" /> - <keyword name="ViewManager.enableEditorsCheckFocusIn" id="ViewManager.enableEditorsCheckFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.enableEditorsCheckFocusIn" /> - <keyword name="ViewManager.eventFilter" id="ViewManager.eventFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager.eventFilter" /> - <keyword name="ViewManager.exit" id="ViewManager.exit" ref="eric5.ViewManager.ViewManager.html#ViewManager.exit" /> - <keyword name="ViewManager.getAPIsManager" id="ViewManager.getAPIsManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.getAPIsManager" /> - <keyword name="ViewManager.getActions" id="ViewManager.getActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActions" /> - <keyword name="ViewManager.getActiveName" id="ViewManager.getActiveName" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActiveName" /> - <keyword name="ViewManager.getEditor" id="ViewManager.getEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getEditor" /> - <keyword name="ViewManager.getMostRecent" id="ViewManager.getMostRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.getMostRecent" /> - <keyword name="ViewManager.getNumber" id="ViewManager.getNumber" ref="eric5.ViewManager.ViewManager.html#ViewManager.getNumber" /> - <keyword name="ViewManager.getOpenEditor" id="ViewManager.getOpenEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditor" /> - <keyword name="ViewManager.getOpenEditorCount" id="ViewManager.getOpenEditorCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorCount" /> - <keyword name="ViewManager.getOpenEditors" id="ViewManager.getOpenEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditors" /> - <keyword name="ViewManager.getOpenEditorsCount" id="ViewManager.getOpenEditorsCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorsCount" /> - <keyword name="ViewManager.getOpenFilenames" id="ViewManager.getOpenFilenames" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenFilenames" /> - <keyword name="ViewManager.getSRHistory" id="ViewManager.getSRHistory" ref="eric5.ViewManager.ViewManager.html#ViewManager.getSRHistory" /> - <keyword name="ViewManager.handleResetUI" id="ViewManager.handleResetUI" ref="eric5.ViewManager.ViewManager.html#ViewManager.handleResetUI" /> - <keyword name="ViewManager.initActions" id="ViewManager.initActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.initActions" /> - <keyword name="ViewManager.initBookmarkMenu" id="ViewManager.initBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkMenu" /> - <keyword name="ViewManager.initBookmarkToolbar" id="ViewManager.initBookmarkToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkToolbar" /> - <keyword name="ViewManager.initEditMenu" id="ViewManager.initEditMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditMenu" /> - <keyword name="ViewManager.initEditToolbar" id="ViewManager.initEditToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditToolbar" /> - <keyword name="ViewManager.initFileMenu" id="ViewManager.initFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileMenu" /> - <keyword name="ViewManager.initFileToolbar" id="ViewManager.initFileToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileToolbar" /> - <keyword name="ViewManager.initMacroMenu" id="ViewManager.initMacroMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initMacroMenu" /> - <keyword name="ViewManager.initSearchToolbars" id="ViewManager.initSearchToolbars" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSearchToolbars" /> - <keyword name="ViewManager.initSpellingToolbar" id="ViewManager.initSpellingToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSpellingToolbar" /> - <keyword name="ViewManager.initViewMenu" id="ViewManager.initViewMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewMenu" /> - <keyword name="ViewManager.initViewToolbar" id="ViewManager.initViewToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewToolbar" /> - <keyword name="ViewManager.insertNumber" id="ViewManager.insertNumber" ref="eric5.ViewManager.ViewManager.html#ViewManager.insertNumber" /> - <keyword name="ViewManager.insertSymbol" id="ViewManager.insertSymbol" ref="eric5.ViewManager.ViewManager.html#ViewManager.insertSymbol" /> - <keyword name="ViewManager.isConnected" id="ViewManager.isConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.isConnected" /> - <keyword name="ViewManager.newEditor" id="ViewManager.newEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditor" /> - <keyword name="ViewManager.newEditorView" id="ViewManager.newEditorView" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditorView" /> - <keyword name="ViewManager.nextSplit" id="ViewManager.nextSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.nextSplit" /> - <keyword name="ViewManager.openFiles" id="ViewManager.openFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.openFiles" /> - <keyword name="ViewManager.openSourceFile" id="ViewManager.openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.openSourceFile" /> - <keyword name="ViewManager.preferencesChanged" id="ViewManager.preferencesChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.preferencesChanged" /> - <keyword name="ViewManager.prevSplit" id="ViewManager.prevSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.prevSplit" /> - <keyword name="ViewManager.printCurrentEditor" id="ViewManager.printCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printCurrentEditor" /> - <keyword name="ViewManager.printEditor" id="ViewManager.printEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printEditor" /> - <keyword name="ViewManager.printPreviewCurrentEditor" id="ViewManager.printPreviewCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printPreviewCurrentEditor" /> - <keyword name="ViewManager.projectFileRenamed" id="ViewManager.projectFileRenamed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectFileRenamed" /> - <keyword name="ViewManager.projectLexerAssociationsChanged" id="ViewManager.projectLexerAssociationsChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectLexerAssociationsChanged" /> - <keyword name="ViewManager.projectOpened" id="ViewManager.projectOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectOpened" /> - <keyword name="ViewManager.receive" id="ViewManager.receive" ref="eric5.ViewManager.ViewManager.html#ViewManager.receive" /> - <keyword name="ViewManager.removeSplit" id="ViewManager.removeSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.removeSplit" /> - <keyword name="ViewManager.saveAllEditors" id="ViewManager.saveAllEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAllEditors" /> - <keyword name="ViewManager.saveAsCurrentEditor" id="ViewManager.saveAsCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsCurrentEditor" /> - <keyword name="ViewManager.saveAsEditorEd" id="ViewManager.saveAsEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsEditorEd" /> - <keyword name="ViewManager.saveCurrentEditor" id="ViewManager.saveCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditor" /> - <keyword name="ViewManager.saveEditor" id="ViewManager.saveEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditor" /> - <keyword name="ViewManager.saveEditorEd" id="ViewManager.saveEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorEd" /> - <keyword name="ViewManager.saveEditorsList" id="ViewManager.saveEditorsList" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorsList" /> - <keyword name="ViewManager.send" id="ViewManager.send" ref="eric5.ViewManager.ViewManager.html#ViewManager.send" /> - <keyword name="ViewManager.sendSharedEdit" id="ViewManager.sendSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.sendSharedEdit" /> - <keyword name="ViewManager.setCooperationClient" id="ViewManager.setCooperationClient" ref="eric5.ViewManager.ViewManager.html#ViewManager.setCooperationClient" /> - <keyword name="ViewManager.setEditorName" id="ViewManager.setEditorName" ref="eric5.ViewManager.ViewManager.html#ViewManager.setEditorName" /> - <keyword name="ViewManager.setFileLine" id="ViewManager.setFileLine" ref="eric5.ViewManager.ViewManager.html#ViewManager.setFileLine" /> - <keyword name="ViewManager.setReferences" id="ViewManager.setReferences" ref="eric5.ViewManager.ViewManager.html#ViewManager.setReferences" /> - <keyword name="ViewManager.setSbInfo" id="ViewManager.setSbInfo" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSbInfo" /> - <keyword name="ViewManager.setSplitOrientation" id="ViewManager.setSplitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSplitOrientation" /> - <keyword name="ViewManager.shareConnected" id="ViewManager.shareConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareConnected" /> - <keyword name="ViewManager.shareEditor" id="ViewManager.shareEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareEditor" /> - <keyword name="ViewManager.showDebugSource" id="ViewManager.showDebugSource" ref="eric5.ViewManager.ViewManager.html#ViewManager.showDebugSource" /> - <keyword name="ViewManager.showWindowMenu" id="ViewManager.showWindowMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.showWindowMenu" /> - <keyword name="ViewManager.startSharedEdit" id="ViewManager.startSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.startSharedEdit" /> - <keyword name="ViewManager.textForFind" id="ViewManager.textForFind" ref="eric5.ViewManager.ViewManager.html#ViewManager.textForFind" /> - <keyword name="ViewManager.tile" id="ViewManager.tile" ref="eric5.ViewManager.ViewManager.html#ViewManager.tile" /> - <keyword name="ViewManager.unhighlight" id="ViewManager.unhighlight" ref="eric5.ViewManager.ViewManager.html#ViewManager.unhighlight" /> - <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric5.ViewManager.BookmarkedFilesDialog.html" /> - <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" /> - <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" /> - <keyword name="BookmarkedFilesDialog.__swap" id="BookmarkedFilesDialog.__swap" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__swap" /> - <keyword name="BookmarkedFilesDialog.getBookmarkedFiles" id="BookmarkedFilesDialog.getBookmarkedFiles" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.getBookmarkedFiles" /> - <keyword name="BookmarkedFilesDialog.on_addButton_clicked" id="BookmarkedFilesDialog.on_addButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_addButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_changeButton_clicked" id="BookmarkedFilesDialog.on_changeButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_changeButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_deleteButton_clicked" id="BookmarkedFilesDialog.on_deleteButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_deleteButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_downButton_clicked" id="BookmarkedFilesDialog.on_downButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_downButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_fileButton_clicked" id="BookmarkedFilesDialog.on_fileButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileButton_clicked" /> - <keyword name="BookmarkedFilesDialog.on_fileEdit_textChanged" id="BookmarkedFilesDialog.on_fileEdit_textChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileEdit_textChanged" /> - <keyword name="BookmarkedFilesDialog.on_filesList_currentRowChanged" id="BookmarkedFilesDialog.on_filesList_currentRowChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filesList_currentRowChanged" /> - <keyword name="BookmarkedFilesDialog.on_upButton_clicked" id="BookmarkedFilesDialog.on_upButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_upButton_clicked" /> - <keyword name="VCS (Package)" id="VCS (Package)" ref="index-eric5.VCS.html" /> - <keyword name="factory" id="factory" ref="eric5.VCS.__init__.html#factory" /> - <keyword name="VersionControl (Module)" id="VersionControl (Module)" ref="eric5.VCS.VersionControl.html" /> - <keyword name="VersionControl" id="VersionControl" ref="eric5.VCS.VersionControl.html#VersionControl" /> - <keyword name="VersionControl (Constructor)" id="VersionControl (Constructor)" ref="eric5.VCS.VersionControl.html#VersionControl.__init__" /> - <keyword name="VersionControl.__statusMonitorData" id="VersionControl.__statusMonitorData" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorData" /> - <keyword name="VersionControl.__statusMonitorStatus" id="VersionControl.__statusMonitorStatus" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorStatus" /> - <keyword name="VersionControl._createStatusMonitorThread" id="VersionControl._createStatusMonitorThread" ref="eric5.VCS.VersionControl.html#VersionControl._createStatusMonitorThread" /> - <keyword name="VersionControl.addArguments" id="VersionControl.addArguments" ref="eric5.VCS.VersionControl.html#VersionControl.addArguments" /> - <keyword name="VersionControl.checkVCSStatus" id="VersionControl.checkVCSStatus" ref="eric5.VCS.VersionControl.html#VersionControl.checkVCSStatus" /> - <keyword name="VersionControl.clearStatusCache" id="VersionControl.clearStatusCache" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusCache" /> - <keyword name="VersionControl.clearStatusMonitorCachedState" id="VersionControl.clearStatusMonitorCachedState" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusMonitorCachedState" /> - <keyword name="VersionControl.getStatusMonitorAutoUpdate" id="VersionControl.getStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorAutoUpdate" /> - <keyword name="VersionControl.getStatusMonitorInterval" id="VersionControl.getStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorInterval" /> - <keyword name="VersionControl.setStatusMonitorAutoUpdate" id="VersionControl.setStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorAutoUpdate" /> - <keyword name="VersionControl.setStatusMonitorInterval" id="VersionControl.setStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorInterval" /> - <keyword name="VersionControl.splitPath" id="VersionControl.splitPath" ref="eric5.VCS.VersionControl.html#VersionControl.splitPath" /> - <keyword name="VersionControl.splitPathList" id="VersionControl.splitPathList" ref="eric5.VCS.VersionControl.html#VersionControl.splitPathList" /> - <keyword name="VersionControl.startStatusMonitor" id="VersionControl.startStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.startStatusMonitor" /> - <keyword name="VersionControl.startSynchronizedProcess" id="VersionControl.startSynchronizedProcess" ref="eric5.VCS.VersionControl.html#VersionControl.startSynchronizedProcess" /> - <keyword name="VersionControl.stopStatusMonitor" id="VersionControl.stopStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.stopStatusMonitor" /> - <keyword name="VersionControl.vcsAdd" id="VersionControl.vcsAdd" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAdd" /> - <keyword name="VersionControl.vcsAddBinary" id="VersionControl.vcsAddBinary" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddBinary" /> - <keyword name="VersionControl.vcsAddTree" id="VersionControl.vcsAddTree" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddTree" /> - <keyword name="VersionControl.vcsAllRegisteredStates" id="VersionControl.vcsAllRegisteredStates" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAllRegisteredStates" /> - <keyword name="VersionControl.vcsCheckout" id="VersionControl.vcsCheckout" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCheckout" /> - <keyword name="VersionControl.vcsCleanup" id="VersionControl.vcsCleanup" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCleanup" /> - <keyword name="VersionControl.vcsCommandLine" id="VersionControl.vcsCommandLine" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommandLine" /> - <keyword name="VersionControl.vcsCommit" id="VersionControl.vcsCommit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommit" /> - <keyword name="VersionControl.vcsConvertProject" id="VersionControl.vcsConvertProject" ref="eric5.VCS.VersionControl.html#VersionControl.vcsConvertProject" /> - <keyword name="VersionControl.vcsDefaultOptions" id="VersionControl.vcsDefaultOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDefaultOptions" /> - <keyword name="VersionControl.vcsDiff" id="VersionControl.vcsDiff" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDiff" /> - <keyword name="VersionControl.vcsExists" id="VersionControl.vcsExists" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExists" /> - <keyword name="VersionControl.vcsExport" id="VersionControl.vcsExport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExport" /> - <keyword name="VersionControl.vcsGetOptions" id="VersionControl.vcsGetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOptions" /> - <keyword name="VersionControl.vcsGetOtherData" id="VersionControl.vcsGetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOtherData" /> - <keyword name="VersionControl.vcsGetProjectBrowserHelper" id="VersionControl.vcsGetProjectBrowserHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectBrowserHelper" /> - <keyword name="VersionControl.vcsGetProjectHelper" id="VersionControl.vcsGetProjectHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectHelper" /> - <keyword name="VersionControl.vcsHistory" id="VersionControl.vcsHistory" ref="eric5.VCS.VersionControl.html#VersionControl.vcsHistory" /> - <keyword name="VersionControl.vcsImport" id="VersionControl.vcsImport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsImport" /> - <keyword name="VersionControl.vcsInit" id="VersionControl.vcsInit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsInit" /> - <keyword name="VersionControl.vcsLog" id="VersionControl.vcsLog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsLog" /> - <keyword name="VersionControl.vcsMerge" id="VersionControl.vcsMerge" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMerge" /> - <keyword name="VersionControl.vcsMove" id="VersionControl.vcsMove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMove" /> - <keyword name="VersionControl.vcsName" id="VersionControl.vcsName" ref="eric5.VCS.VersionControl.html#VersionControl.vcsName" /> - <keyword name="VersionControl.vcsNewProjectOptionsDialog" id="VersionControl.vcsNewProjectOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsNewProjectOptionsDialog" /> - <keyword name="VersionControl.vcsOptionsDialog" id="VersionControl.vcsOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsOptionsDialog" /> - <keyword name="VersionControl.vcsRegisteredState" id="VersionControl.vcsRegisteredState" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRegisteredState" /> - <keyword name="VersionControl.vcsRemove" id="VersionControl.vcsRemove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRemove" /> - <keyword name="VersionControl.vcsRepositoryInfos" id="VersionControl.vcsRepositoryInfos" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRepositoryInfos" /> - <keyword name="VersionControl.vcsRevert" id="VersionControl.vcsRevert" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRevert" /> - <keyword name="VersionControl.vcsSetData" id="VersionControl.vcsSetData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetData" /> - <keyword name="VersionControl.vcsSetDataFromDict" id="VersionControl.vcsSetDataFromDict" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetDataFromDict" /> - <keyword name="VersionControl.vcsSetOptions" id="VersionControl.vcsSetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOptions" /> - <keyword name="VersionControl.vcsSetOtherData" id="VersionControl.vcsSetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOtherData" /> - <keyword name="VersionControl.vcsShutdown" id="VersionControl.vcsShutdown" ref="eric5.VCS.VersionControl.html#VersionControl.vcsShutdown" /> - <keyword name="VersionControl.vcsStatus" id="VersionControl.vcsStatus" ref="eric5.VCS.VersionControl.html#VersionControl.vcsStatus" /> - <keyword name="VersionControl.vcsSwitch" id="VersionControl.vcsSwitch" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSwitch" /> - <keyword name="VersionControl.vcsTag" id="VersionControl.vcsTag" ref="eric5.VCS.VersionControl.html#VersionControl.vcsTag" /> - <keyword name="VersionControl.vcsUpdate" id="VersionControl.vcsUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.vcsUpdate" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.VCS.ProjectHelper.html" /> - <keyword name="VcsProjectHelper" id="VcsProjectHelper" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper" /> - <keyword name="VcsProjectHelper (Constructor)" id="VcsProjectHelper (Constructor)" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.__init__" /> - <keyword name="VcsProjectHelper._vcsCheckout" id="VcsProjectHelper._vcsCheckout" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCheckout" /> - <keyword name="VcsProjectHelper._vcsCleanup" id="VcsProjectHelper._vcsCleanup" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCleanup" /> - <keyword name="VcsProjectHelper._vcsCommand" id="VcsProjectHelper._vcsCommand" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommand" /> - <keyword name="VcsProjectHelper._vcsCommandOptions" id="VcsProjectHelper._vcsCommandOptions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommandOptions" /> - <keyword name="VcsProjectHelper._vcsCommit" id="VcsProjectHelper._vcsCommit" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommit" /> - <keyword name="VcsProjectHelper._vcsDiff" id="VcsProjectHelper._vcsDiff" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsDiff" /> - <keyword name="VcsProjectHelper._vcsExport" id="VcsProjectHelper._vcsExport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsExport" /> - <keyword name="VcsProjectHelper._vcsImport" id="VcsProjectHelper._vcsImport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsImport" /> - <keyword name="VcsProjectHelper._vcsInfoDisplay" id="VcsProjectHelper._vcsInfoDisplay" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsInfoDisplay" /> - <keyword name="VcsProjectHelper._vcsLog" id="VcsProjectHelper._vcsLog" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsLog" /> - <keyword name="VcsProjectHelper._vcsMerge" id="VcsProjectHelper._vcsMerge" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsMerge" /> - <keyword name="VcsProjectHelper._vcsRemove" id="VcsProjectHelper._vcsRemove" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRemove" /> - <keyword name="VcsProjectHelper._vcsRevert" id="VcsProjectHelper._vcsRevert" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRevert" /> - <keyword name="VcsProjectHelper._vcsStatus" id="VcsProjectHelper._vcsStatus" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsStatus" /> - <keyword name="VcsProjectHelper._vcsSwitch" id="VcsProjectHelper._vcsSwitch" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsSwitch" /> - <keyword name="VcsProjectHelper._vcsTag" id="VcsProjectHelper._vcsTag" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsTag" /> - <keyword name="VcsProjectHelper._vcsUpdate" id="VcsProjectHelper._vcsUpdate" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsUpdate" /> - <keyword name="VcsProjectHelper.initActions" id="VcsProjectHelper.initActions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initActions" /> - <keyword name="VcsProjectHelper.initMenu" id="VcsProjectHelper.initMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initMenu" /> - <keyword name="VcsProjectHelper.revertChanges" id="VcsProjectHelper.revertChanges" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.revertChanges" /> - <keyword name="VcsProjectHelper.setObjects" id="VcsProjectHelper.setObjects" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.setObjects" /> - <keyword name="VcsProjectHelper.showMenu" id="VcsProjectHelper.showMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.showMenu" /> - <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.VCS.ProjectBrowserHelper.html" /> - <keyword name="VcsProjectBrowserHelper" id="VcsProjectBrowserHelper" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper" /> - <keyword name="VcsProjectBrowserHelper (Constructor)" id="VcsProjectBrowserHelper (Constructor)" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.__init__" /> - <keyword name="VcsProjectBrowserHelper._VCSAdd" id="VcsProjectBrowserHelper._VCSAdd" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAdd" /> - <keyword name="VcsProjectBrowserHelper._VCSAddTree" id="VcsProjectBrowserHelper._VCSAddTree" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAddTree" /> - <keyword name="VcsProjectBrowserHelper._VCSCommit" id="VcsProjectBrowserHelper._VCSCommit" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSCommit" /> - <keyword name="VcsProjectBrowserHelper._VCSDiff" id="VcsProjectBrowserHelper._VCSDiff" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSDiff" /> - <keyword name="VcsProjectBrowserHelper._VCSInfoDisplay" id="VcsProjectBrowserHelper._VCSInfoDisplay" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSInfoDisplay" /> - <keyword name="VcsProjectBrowserHelper._VCSLog" id="VcsProjectBrowserHelper._VCSLog" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSLog" /> - <keyword name="VcsProjectBrowserHelper._VCSMerge" id="VcsProjectBrowserHelper._VCSMerge" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSMerge" /> - <keyword name="VcsProjectBrowserHelper._VCSRemove" id="VcsProjectBrowserHelper._VCSRemove" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRemove" /> - <keyword name="VcsProjectBrowserHelper._VCSRevert" id="VcsProjectBrowserHelper._VCSRevert" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRevert" /> - <keyword name="VcsProjectBrowserHelper._VCSStatus" id="VcsProjectBrowserHelper._VCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSStatus" /> - <keyword name="VcsProjectBrowserHelper._VCSUpdate" id="VcsProjectBrowserHelper._VCSUpdate" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSUpdate" /> - <keyword name="VcsProjectBrowserHelper._updateVCSStatus" id="VcsProjectBrowserHelper._updateVCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._updateVCSStatus" /> - <keyword name="VcsProjectBrowserHelper.addVCSMenus" id="VcsProjectBrowserHelper.addVCSMenus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.addVCSMenus" /> - <keyword name="VcsProjectBrowserHelper.showContextMenu" id="VcsProjectBrowserHelper.showContextMenu" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenu" /> - <keyword name="VcsProjectBrowserHelper.showContextMenuDir" id="VcsProjectBrowserHelper.showContextMenuDir" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDir" /> - <keyword name="VcsProjectBrowserHelper.showContextMenuDirMulti" id="VcsProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDirMulti" /> - <keyword name="VcsProjectBrowserHelper.showContextMenuMulti" id="VcsProjectBrowserHelper.showContextMenuMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuMulti" /> - <keyword name="StatusMonitorThread (Module)" id="StatusMonitorThread (Module)" ref="eric5.VCS.StatusMonitorThread.html" /> - <keyword name="VcsStatusMonitorThread" id="VcsStatusMonitorThread" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread" /> - <keyword name="VcsStatusMonitorThread (Constructor)" id="VcsStatusMonitorThread (Constructor)" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.__init__" /> - <keyword name="VcsStatusMonitorThread._performMonitor" id="VcsStatusMonitorThread._performMonitor" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._performMonitor" /> - <keyword name="VcsStatusMonitorThread._shutdown" id="VcsStatusMonitorThread._shutdown" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._shutdown" /> - <keyword name="VcsStatusMonitorThread.checkStatus" id="VcsStatusMonitorThread.checkStatus" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.checkStatus" /> - <keyword name="VcsStatusMonitorThread.clearCachedState" id="VcsStatusMonitorThread.clearCachedState" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.clearCachedState" /> - <keyword name="VcsStatusMonitorThread.getAutoUpdate" id="VcsStatusMonitorThread.getAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getAutoUpdate" /> - <keyword name="VcsStatusMonitorThread.getInterval" id="VcsStatusMonitorThread.getInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getInterval" /> - <keyword name="VcsStatusMonitorThread.run" id="VcsStatusMonitorThread.run" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.run" /> - <keyword name="VcsStatusMonitorThread.setAutoUpdate" id="VcsStatusMonitorThread.setAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setAutoUpdate" /> - <keyword name="VcsStatusMonitorThread.setInterval" id="VcsStatusMonitorThread.setInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setInterval" /> - <keyword name="VcsStatusMonitorThread.stop" id="VcsStatusMonitorThread.stop" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.stop" /> - <keyword name="StatusMonitorLed (Module)" id="StatusMonitorLed (Module)" ref="eric5.VCS.StatusMonitorLed.html" /> - <keyword name="StatusMonitorLed" id="StatusMonitorLed" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed" /> - <keyword name="StatusMonitorLed (Constructor)" id="StatusMonitorLed (Constructor)" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__init__" /> - <keyword name="StatusMonitorLed.__checkActions" id="StatusMonitorLed.__checkActions" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkActions" /> - <keyword name="StatusMonitorLed.__checkStatus" id="StatusMonitorLed.__checkStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkStatus" /> - <keyword name="StatusMonitorLed.__projectVcsMonitorStatus" id="StatusMonitorLed.__projectVcsMonitorStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__projectVcsMonitorStatus" /> - <keyword name="StatusMonitorLed.__setInterval" id="StatusMonitorLed.__setInterval" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__setInterval" /> - <keyword name="StatusMonitorLed.__switchOff" id="StatusMonitorLed.__switchOff" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOff" /> - <keyword name="StatusMonitorLed.__switchOn" id="StatusMonitorLed.__switchOn" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOn" /> - <keyword name="StatusMonitorLed._showContextMenu" id="StatusMonitorLed._showContextMenu" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed._showContextMenu" /> - <keyword name="RepositoryInfoDialog (Module)" id="RepositoryInfoDialog (Module)" ref="eric5.VCS.RepositoryInfoDialog.html" /> - <keyword name="VcsRepositoryInfoDialog" id="VcsRepositoryInfoDialog" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog" /> - <keyword name="VcsRepositoryInfoDialog (Constructor)" id="VcsRepositoryInfoDialog (Constructor)" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog.__init__" /> - <keyword name="CommandOptionsDialog (Module)" id="CommandOptionsDialog (Module)" ref="eric5.VCS.CommandOptionsDialog.html" /> - <keyword name="vcsCommandOptionsDialog" id="vcsCommandOptionsDialog" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog" /> - <keyword name="vcsCommandOptionsDialog (Constructor)" id="vcsCommandOptionsDialog (Constructor)" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.__init__" /> - <keyword name="vcsCommandOptionsDialog.getOptions" id="vcsCommandOptionsDialog.getOptions" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.getOptions" /> - <keyword name="UI (Package)" id="UI (Package)" ref="index-eric5.UI.html" /> - <keyword name="FindFileDialog (Module)" id="FindFileDialog (Module)" ref="eric5.UI.FindFileDialog.html" /> - <keyword name="FindFileDialog" id="FindFileDialog" ref="eric5.UI.FindFileDialog.html#FindFileDialog" /> - <keyword name="FindFileDialog (Constructor)" id="FindFileDialog (Constructor)" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__init__" /> - <keyword name="FindFileDialog.__contextMenuRequested" id="FindFileDialog.__contextMenuRequested" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__contextMenuRequested" /> - <keyword name="FindFileDialog.__copyToClipboard" id="FindFileDialog.__copyToClipboard" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__copyToClipboard" /> - <keyword name="FindFileDialog.__createItem" id="FindFileDialog.__createItem" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__createItem" /> - <keyword name="FindFileDialog.__doSearch" id="FindFileDialog.__doSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__doSearch" /> - <keyword name="FindFileDialog.__enableFindButton" id="FindFileDialog.__enableFindButton" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__enableFindButton" /> - <keyword name="FindFileDialog.__getFileList" id="FindFileDialog.__getFileList" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__getFileList" /> - <keyword name="FindFileDialog.__openFile" id="FindFileDialog.__openFile" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__openFile" /> - <keyword name="FindFileDialog.__stopSearch" id="FindFileDialog.__stopSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stopSearch" /> - <keyword name="FindFileDialog.__stripEol" id="FindFileDialog.__stripEol" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stripEol" /> - <keyword name="FindFileDialog.on_buttonBox_clicked" id="FindFileDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_buttonBox_clicked" /> - <keyword name="FindFileDialog.on_dirButton_clicked" id="FindFileDialog.on_dirButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirButton_clicked" /> - <keyword name="FindFileDialog.on_dirCombo_editTextChanged" id="FindFileDialog.on_dirCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirCombo_editTextChanged" /> - <keyword name="FindFileDialog.on_dirSelectButton_clicked" id="FindFileDialog.on_dirSelectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirSelectButton_clicked" /> - <keyword name="FindFileDialog.on_filterCheckBox_clicked" id="FindFileDialog.on_filterCheckBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterCheckBox_clicked" /> - <keyword name="FindFileDialog.on_filterEdit_textEdited" id="FindFileDialog.on_filterEdit_textEdited" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterEdit_textEdited" /> - <keyword name="FindFileDialog.on_findList_itemDoubleClicked" id="FindFileDialog.on_findList_itemDoubleClicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findList_itemDoubleClicked" /> - <keyword name="FindFileDialog.on_findtextCombo_editTextChanged" id="FindFileDialog.on_findtextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findtextCombo_editTextChanged" /> - <keyword name="FindFileDialog.on_projectButton_clicked" id="FindFileDialog.on_projectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_projectButton_clicked" /> - <keyword name="FindFileDialog.on_replaceButton_clicked" id="FindFileDialog.on_replaceButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replaceButton_clicked" /> - <keyword name="FindFileDialog.on_replacetextCombo_editTextChanged" id="FindFileDialog.on_replacetextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replacetextCombo_editTextChanged" /> - <keyword name="FindFileDialog.setSearchDirectory" id="FindFileDialog.setSearchDirectory" ref="eric5.UI.FindFileDialog.html#FindFileDialog.setSearchDirectory" /> - <keyword name="FindFileDialog.show" id="FindFileDialog.show" ref="eric5.UI.FindFileDialog.html#FindFileDialog.show" /> - <keyword name="SplashScreen (Module)" id="SplashScreen (Module)" ref="eric5.UI.SplashScreen.html" /> - <keyword name="NoneSplashScreen" id="NoneSplashScreen" ref="eric5.UI.SplashScreen.html#NoneSplashScreen" /> - <keyword name="SplashScreen" id="SplashScreen" ref="eric5.UI.SplashScreen.html#SplashScreen" /> - <keyword name="NoneSplashScreen (Constructor)" id="NoneSplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.__init__" /> - <keyword name="NoneSplashScreen.clearMessage" id="NoneSplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.clearMessage" /> - <keyword name="NoneSplashScreen.finish" id="NoneSplashScreen.finish" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.finish" /> - <keyword name="NoneSplashScreen.showMessage" id="NoneSplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.showMessage" /> - <keyword name="SplashScreen (Constructor)" id="SplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#SplashScreen.__init__" /> - <keyword name="SplashScreen.clearMessage" id="SplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.clearMessage" /> - <keyword name="SplashScreen.showMessage" id="SplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.showMessage" /> - <keyword name="Browser (Module)" id="Browser (Module)" ref="eric5.UI.Browser.html" /> - <keyword name="Browser" id="Browser" ref="eric5.UI.Browser.html#Browser" /> - <keyword name="Browser (Constructor)" id="Browser (Constructor)" ref="eric5.UI.Browser.html#Browser.__init__" /> - <keyword name="Browser.__addAsToplevelDir" id="Browser.__addAsToplevelDir" ref="eric5.UI.Browser.html#Browser.__addAsToplevelDir" /> - <keyword name="Browser.__configure" id="Browser.__configure" ref="eric5.UI.Browser.html#Browser.__configure" /> - <keyword name="Browser.__createPopupMenus" id="Browser.__createPopupMenus" ref="eric5.UI.Browser.html#Browser.__createPopupMenus" /> - <keyword name="Browser.__findInDirectory" id="Browser.__findInDirectory" ref="eric5.UI.Browser.html#Browser.__findInDirectory" /> - <keyword name="Browser.__newToplevelDir" id="Browser.__newToplevelDir" ref="eric5.UI.Browser.html#Browser.__newToplevelDir" /> - <keyword name="Browser.__refreshDirectory" id="Browser.__refreshDirectory" ref="eric5.UI.Browser.html#Browser.__refreshDirectory" /> - <keyword name="Browser.__removeToplevel" id="Browser.__removeToplevel" ref="eric5.UI.Browser.html#Browser.__removeToplevel" /> - <keyword name="Browser.__replaceInDirectory" id="Browser.__replaceInDirectory" ref="eric5.UI.Browser.html#Browser.__replaceInDirectory" /> - <keyword name="Browser._contextMenuRequested" id="Browser._contextMenuRequested" ref="eric5.UI.Browser.html#Browser._contextMenuRequested" /> - <keyword name="Browser._copyToClipboard" id="Browser._copyToClipboard" ref="eric5.UI.Browser.html#Browser._copyToClipboard" /> - <keyword name="Browser._editPixmap" id="Browser._editPixmap" ref="eric5.UI.Browser.html#Browser._editPixmap" /> - <keyword name="Browser._gotoAttribute" id="Browser._gotoAttribute" ref="eric5.UI.Browser.html#Browser._gotoAttribute" /> - <keyword name="Browser._init" id="Browser._init" ref="eric5.UI.Browser.html#Browser._init" /> - <keyword name="Browser._openItem" id="Browser._openItem" ref="eric5.UI.Browser.html#Browser._openItem" /> - <keyword name="Browser._resizeColumns" id="Browser._resizeColumns" ref="eric5.UI.Browser.html#Browser._resizeColumns" /> - <keyword name="Browser._resort" id="Browser._resort" ref="eric5.UI.Browser.html#Browser._resort" /> - <keyword name="Browser._showGotoMenu" id="Browser._showGotoMenu" ref="eric5.UI.Browser.html#Browser._showGotoMenu" /> - <keyword name="Browser.getSelectedItems" id="Browser.getSelectedItems" ref="eric5.UI.Browser.html#Browser.getSelectedItems" /> - <keyword name="Browser.getSelectedItemsCount" id="Browser.getSelectedItemsCount" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCount" /> - <keyword name="Browser.getSelectedItemsCountCategorized" id="Browser.getSelectedItemsCountCategorized" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCountCategorized" /> - <keyword name="Browser.handlePreferencesChanged" id="Browser.handlePreferencesChanged" ref="eric5.UI.Browser.html#Browser.handlePreferencesChanged" /> - <keyword name="Browser.handleProgramChange" id="Browser.handleProgramChange" ref="eric5.UI.Browser.html#Browser.handleProgramChange" /> - <keyword name="Browser.handleUnittest" id="Browser.handleUnittest" ref="eric5.UI.Browser.html#Browser.handleUnittest" /> - <keyword name="Browser.layoutDisplay" id="Browser.layoutDisplay" ref="eric5.UI.Browser.html#Browser.layoutDisplay" /> - <keyword name="Browser.mouseDoubleClickEvent" id="Browser.mouseDoubleClickEvent" ref="eric5.UI.Browser.html#Browser.mouseDoubleClickEvent" /> - <keyword name="Browser.saveToplevelDirs" id="Browser.saveToplevelDirs" ref="eric5.UI.Browser.html#Browser.saveToplevelDirs" /> - <keyword name="Browser.wantedItem" id="Browser.wantedItem" ref="eric5.UI.Browser.html#Browser.wantedItem" /> - <keyword name="AuthenticationDialog (Module)" id="AuthenticationDialog (Module)" ref="eric5.UI.AuthenticationDialog.html" /> - <keyword name="AuthenticationDialog" id="AuthenticationDialog" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog" /> - <keyword name="AuthenticationDialog (Constructor)" id="AuthenticationDialog (Constructor)" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.__init__" /> - <keyword name="AuthenticationDialog.getData" id="AuthenticationDialog.getData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.getData" /> - <keyword name="AuthenticationDialog.setData" id="AuthenticationDialog.setData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.setData" /> - <keyword name="AuthenticationDialog.shallSave" id="AuthenticationDialog.shallSave" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.shallSave" /> - <keyword name="SymbolsWidget (Module)" id="SymbolsWidget (Module)" ref="eric5.UI.SymbolsWidget.html" /> - <keyword name="SymbolsModel" id="SymbolsModel" ref="eric5.UI.SymbolsWidget.html#SymbolsModel" /> - <keyword name="SymbolsWidget" id="SymbolsWidget" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget" /> - <keyword name="SymbolsModel (Constructor)" id="SymbolsModel (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__init__" /> - <keyword name="SymbolsModel.__isDigit" id="SymbolsModel.__isDigit" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isDigit" /> - <keyword name="SymbolsModel.__isLetter" id="SymbolsModel.__isLetter" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isLetter" /> - <keyword name="SymbolsModel.__isMark" id="SymbolsModel.__isMark" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isMark" /> - <keyword name="SymbolsModel.__isPunct" id="SymbolsModel.__isPunct" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isPunct" /> - <keyword name="SymbolsModel.__isSymbol" id="SymbolsModel.__isSymbol" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isSymbol" /> - <keyword name="SymbolsModel.columnCount" id="SymbolsModel.columnCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.columnCount" /> - <keyword name="SymbolsModel.data" id="SymbolsModel.data" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.data" /> - <keyword name="SymbolsModel.getTableBoundaries" id="SymbolsModel.getTableBoundaries" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableBoundaries" /> - <keyword name="SymbolsModel.getTableIndex" id="SymbolsModel.getTableIndex" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableIndex" /> - <keyword name="SymbolsModel.getTableNames" id="SymbolsModel.getTableNames" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableNames" /> - <keyword name="SymbolsModel.headerData" id="SymbolsModel.headerData" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.headerData" /> - <keyword name="SymbolsModel.rowCount" id="SymbolsModel.rowCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.rowCount" /> - <keyword name="SymbolsModel.selectTable" id="SymbolsModel.selectTable" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.selectTable" /> - <keyword name="SymbolsWidget (Constructor)" id="SymbolsWidget (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.__init__" /> - <keyword name="SymbolsWidget.__currentRowChanged" id="SymbolsWidget.__currentRowChanged" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.__currentRowChanged" /> - <keyword name="SymbolsWidget.on_symbolSpinBox_editingFinished" id="SymbolsWidget.on_symbolSpinBox_editingFinished" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolSpinBox_editingFinished" /> - <keyword name="SymbolsWidget.on_symbolsTable_activated" id="SymbolsWidget.on_symbolsTable_activated" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolsTable_activated" /> - <keyword name="SymbolsWidget.on_tableCombo_currentIndexChanged" id="SymbolsWidget.on_tableCombo_currentIndexChanged" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_tableCombo_currentIndexChanged" /> - <keyword name="FindFileNameDialog (Module)" id="FindFileNameDialog (Module)" ref="eric5.UI.FindFileNameDialog.html" /> - <keyword name="FindFileNameDialog" id="FindFileNameDialog" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog" /> - <keyword name="FindFileNameDialog (Constructor)" id="FindFileNameDialog (Constructor)" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__init__" /> - <keyword name="FindFileNameDialog.__openFile" id="FindFileNameDialog.__openFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__openFile" /> - <keyword name="FindFileNameDialog.__searchFile" id="FindFileNameDialog.__searchFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__searchFile" /> - <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" /> - <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" /> - <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" /> - <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" /> - <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" /> - <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirButton_clicked" id="FindFileNameDialog.on_searchDirButton_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirButton_clicked" /> - <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirEdit_textChanged" id="FindFileNameDialog.on_searchDirEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirEdit_textChanged" /> - <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" /> - <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.show" /> - <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric5.UI.DeleteFilesConfirmationDialog.html" /> - <keyword name="DeleteFilesConfirmationDialog" id="DeleteFilesConfirmationDialog" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog" /> - <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" /> - <keyword name="DeleteFilesConfirmationDialog.on_buttonBox_clicked" id="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.on_buttonBox_clicked" /> - <keyword name="NumbersWidget (Module)" id="NumbersWidget (Module)" ref="eric5.UI.NumbersWidget.html" /> - <keyword name="BinaryModel" id="BinaryModel" ref="eric5.UI.NumbersWidget.html#BinaryModel" /> - <keyword name="NumbersWidget" id="NumbersWidget" ref="eric5.UI.NumbersWidget.html#NumbersWidget" /> - <keyword name="BinaryModel (Constructor)" id="BinaryModel (Constructor)" ref="eric5.UI.NumbersWidget.html#BinaryModel.__init__" /> - <keyword name="BinaryModel.columnCount" id="BinaryModel.columnCount" ref="eric5.UI.NumbersWidget.html#BinaryModel.columnCount" /> - <keyword name="BinaryModel.data" id="BinaryModel.data" ref="eric5.UI.NumbersWidget.html#BinaryModel.data" /> - <keyword name="BinaryModel.flags" id="BinaryModel.flags" ref="eric5.UI.NumbersWidget.html#BinaryModel.flags" /> - <keyword name="BinaryModel.getValue" id="BinaryModel.getValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.getValue" /> - <keyword name="BinaryModel.headerData" id="BinaryModel.headerData" ref="eric5.UI.NumbersWidget.html#BinaryModel.headerData" /> - <keyword name="BinaryModel.rowCount" id="BinaryModel.rowCount" ref="eric5.UI.NumbersWidget.html#BinaryModel.rowCount" /> - <keyword name="BinaryModel.setBits" id="BinaryModel.setBits" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBits" /> - <keyword name="BinaryModel.setBitsAndValue" id="BinaryModel.setBitsAndValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBitsAndValue" /> - <keyword name="BinaryModel.setData" id="BinaryModel.setData" ref="eric5.UI.NumbersWidget.html#BinaryModel.setData" /> - <keyword name="BinaryModel.setValue" id="BinaryModel.setValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setValue" /> - <keyword name="NumbersWidget (Constructor)" id="NumbersWidget (Constructor)" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__init__" /> - <keyword name="NumbersWidget.__binModelDataChanged" id="NumbersWidget.__binModelDataChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__binModelDataChanged" /> - <keyword name="NumbersWidget.__block" id="NumbersWidget.__block" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__block" /> - <keyword name="NumbersWidget.__formatNumbers" id="NumbersWidget.__formatNumbers" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__formatNumbers" /> - <keyword name="NumbersWidget.on_binEdit_textChanged" id="NumbersWidget.on_binEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binEdit_textChanged" /> - <keyword name="NumbersWidget.on_binInButton_clicked" id="NumbersWidget.on_binInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binInButton_clicked" /> - <keyword name="NumbersWidget.on_binOutButton_clicked" id="NumbersWidget.on_binOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binOutButton_clicked" /> - <keyword name="NumbersWidget.on_byteOrderButton_clicked" id="NumbersWidget.on_byteOrderButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_byteOrderButton_clicked" /> - <keyword name="NumbersWidget.on_decEdit_textChanged" id="NumbersWidget.on_decEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decEdit_textChanged" /> - <keyword name="NumbersWidget.on_decInButton_clicked" id="NumbersWidget.on_decInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decInButton_clicked" /> - <keyword name="NumbersWidget.on_decOutButton_clicked" id="NumbersWidget.on_decOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decOutButton_clicked" /> - <keyword name="NumbersWidget.on_hexEdit_textChanged" id="NumbersWidget.on_hexEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexEdit_textChanged" /> - <keyword name="NumbersWidget.on_hexInButton_clicked" id="NumbersWidget.on_hexInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexInButton_clicked" /> - <keyword name="NumbersWidget.on_hexOutButton_clicked" id="NumbersWidget.on_hexOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexOutButton_clicked" /> - <keyword name="NumbersWidget.on_octEdit_textChanged" id="NumbersWidget.on_octEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octEdit_textChanged" /> - <keyword name="NumbersWidget.on_octInButton_clicked" id="NumbersWidget.on_octInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octInButton_clicked" /> - <keyword name="NumbersWidget.on_octOutButton_clicked" id="NumbersWidget.on_octOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octOutButton_clicked" /> - <keyword name="NumbersWidget.on_sizeBox_valueChanged" id="NumbersWidget.on_sizeBox_valueChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_sizeBox_valueChanged" /> - <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric5.UI.PixmapCache.html" /> - <keyword name="PixmapCache" id="PixmapCache" ref="eric5.UI.PixmapCache.html#PixmapCache" /> - <keyword name="addSearchPath" id="addSearchPath" ref="eric5.UI.PixmapCache.html#addSearchPath" /> - <keyword name="getIcon" id="getIcon" ref="eric5.UI.PixmapCache.html#getIcon" /> - <keyword name="getPixmap" id="getPixmap" ref="eric5.UI.PixmapCache.html#getPixmap" /> - <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric5.UI.PixmapCache.html#getSymlinkIcon" /> - <keyword name="PixmapCache (Constructor)" id="PixmapCache (Constructor)" ref="eric5.UI.PixmapCache.html#PixmapCache.__init__" /> - <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric5.UI.PixmapCache.html#PixmapCache.addSearchPath" /> - <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric5.UI.PixmapCache.html#PixmapCache.getPixmap" /> - <keyword name="LogView (Module)" id="LogView (Module)" ref="eric5.UI.LogView.html" /> - <keyword name="LogViewer" id="LogViewer" ref="eric5.UI.LogView.html#LogViewer" /> - <keyword name="LogViewer (Constructor)" id="LogViewer (Constructor)" ref="eric5.UI.LogView.html#LogViewer.__init__" /> - <keyword name="LogViewer.__appendText" id="LogViewer.__appendText" ref="eric5.UI.LogView.html#LogViewer.__appendText" /> - <keyword name="LogViewer.__configure" id="LogViewer.__configure" ref="eric5.UI.LogView.html#LogViewer.__configure" /> - <keyword name="LogViewer.__handleShowContextMenu" id="LogViewer.__handleShowContextMenu" ref="eric5.UI.LogView.html#LogViewer.__handleShowContextMenu" /> - <keyword name="LogViewer.appendToStderr" id="LogViewer.appendToStderr" ref="eric5.UI.LogView.html#LogViewer.appendToStderr" /> - <keyword name="LogViewer.appendToStdout" id="LogViewer.appendToStdout" ref="eric5.UI.LogView.html#LogViewer.appendToStdout" /> - <keyword name="LogViewer.preferencesChanged" id="LogViewer.preferencesChanged" ref="eric5.UI.LogView.html#LogViewer.preferencesChanged" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.UI.Config.html" /> - <keyword name="CompareDialog (Module)" id="CompareDialog (Module)" ref="eric5.UI.CompareDialog.html" /> - <keyword name="CompareDialog" id="CompareDialog" ref="eric5.UI.CompareDialog.html#CompareDialog" /> - <keyword name="CompareWindow" id="CompareWindow" ref="eric5.UI.CompareDialog.html#CompareWindow" /> - <keyword name="removeMarkers" id="removeMarkers" ref="eric5.UI.CompareDialog.html#removeMarkers" /> - <keyword name="sbsdiff" id="sbsdiff" ref="eric5.UI.CompareDialog.html#sbsdiff" /> - <keyword name="CompareDialog (Constructor)" id="CompareDialog (Constructor)" ref="eric5.UI.CompareDialog.html#CompareDialog.__init__" /> - <keyword name="CompareDialog.__appendText" id="CompareDialog.__appendText" ref="eric5.UI.CompareDialog.html#CompareDialog.__appendText" /> - <keyword name="CompareDialog.__fileChanged" id="CompareDialog.__fileChanged" ref="eric5.UI.CompareDialog.html#CompareDialog.__fileChanged" /> - <keyword name="CompareDialog.__moveTextToCurrentDiffPos" id="CompareDialog.__moveTextToCurrentDiffPos" ref="eric5.UI.CompareDialog.html#CompareDialog.__moveTextToCurrentDiffPos" /> - <keyword name="CompareDialog.__scrollBarMoved" id="CompareDialog.__scrollBarMoved" ref="eric5.UI.CompareDialog.html#CompareDialog.__scrollBarMoved" /> - <keyword name="CompareDialog.__selectFile" id="CompareDialog.__selectFile" ref="eric5.UI.CompareDialog.html#CompareDialog.__selectFile" /> - <keyword name="CompareDialog.on_buttonBox_clicked" id="CompareDialog.on_buttonBox_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_buttonBox_clicked" /> - <keyword name="CompareDialog.on_diffButton_clicked" id="CompareDialog.on_diffButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_diffButton_clicked" /> - <keyword name="CompareDialog.on_downButton_clicked" id="CompareDialog.on_downButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_downButton_clicked" /> - <keyword name="CompareDialog.on_file1Button_clicked" id="CompareDialog.on_file1Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file1Button_clicked" /> - <keyword name="CompareDialog.on_file2Button_clicked" id="CompareDialog.on_file2Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file2Button_clicked" /> - <keyword name="CompareDialog.on_firstButton_clicked" id="CompareDialog.on_firstButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_firstButton_clicked" /> - <keyword name="CompareDialog.on_lastButton_clicked" id="CompareDialog.on_lastButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_lastButton_clicked" /> - <keyword name="CompareDialog.on_synchronizeCheckBox_toggled" id="CompareDialog.on_synchronizeCheckBox_toggled" ref="eric5.UI.CompareDialog.html#CompareDialog.on_synchronizeCheckBox_toggled" /> - <keyword name="CompareDialog.on_upButton_clicked" id="CompareDialog.on_upButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_upButton_clicked" /> - <keyword name="CompareDialog.show" id="CompareDialog.show" ref="eric5.UI.CompareDialog.html#CompareDialog.show" /> - <keyword name="CompareWindow (Constructor)" id="CompareWindow (Constructor)" ref="eric5.UI.CompareDialog.html#CompareWindow.__init__" /> - <keyword name="CompareWindow.eventFilter" id="CompareWindow.eventFilter" ref="eric5.UI.CompareDialog.html#CompareWindow.eventFilter" /> - <keyword name="BrowserModel (Module)" id="BrowserModel (Module)" ref="eric5.UI.BrowserModel.html" /> - <keyword name="BrowserClassAttributeItem" id="BrowserClassAttributeItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem" /> - <keyword name="BrowserClassAttributesItem" id="BrowserClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem" /> - <keyword name="BrowserClassItem" id="BrowserClassItem" ref="eric5.UI.BrowserModel.html#BrowserClassItem" /> - <keyword name="BrowserCodingItem" id="BrowserCodingItem" ref="eric5.UI.BrowserModel.html#BrowserCodingItem" /> - <keyword name="BrowserDirectoryItem" id="BrowserDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem" /> - <keyword name="BrowserFileItem" id="BrowserFileItem" ref="eric5.UI.BrowserModel.html#BrowserFileItem" /> - <keyword name="BrowserItem" id="BrowserItem" ref="eric5.UI.BrowserModel.html#BrowserItem" /> - <keyword name="BrowserMethodItem" id="BrowserMethodItem" ref="eric5.UI.BrowserModel.html#BrowserMethodItem" /> - <keyword name="BrowserModel" id="BrowserModel" ref="eric5.UI.BrowserModel.html#BrowserModel" /> - <keyword name="BrowserSysPathItem" id="BrowserSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem" /> - <keyword name="BrowserClassAttributeItem (Constructor)" id="BrowserClassAttributeItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.__init__" /> - <keyword name="BrowserClassAttributeItem.attributeObject" id="BrowserClassAttributeItem.attributeObject" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.attributeObject" /> - <keyword name="BrowserClassAttributeItem.fileName" id="BrowserClassAttributeItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.fileName" /> - <keyword name="BrowserClassAttributeItem.isPublic" id="BrowserClassAttributeItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.isPublic" /> - <keyword name="BrowserClassAttributeItem.lessThan" id="BrowserClassAttributeItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lessThan" /> - <keyword name="BrowserClassAttributeItem.lineno" id="BrowserClassAttributeItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lineno" /> - <keyword name="BrowserClassAttributeItem.linenos" id="BrowserClassAttributeItem.linenos" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.linenos" /> - <keyword name="BrowserClassAttributesItem (Constructor)" id="BrowserClassAttributesItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.__init__" /> - <keyword name="BrowserClassAttributesItem.attributes" id="BrowserClassAttributesItem.attributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.attributes" /> - <keyword name="BrowserClassAttributesItem.isClassAttributes" id="BrowserClassAttributesItem.isClassAttributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.isClassAttributes" /> - <keyword name="BrowserClassAttributesItem.lessThan" id="BrowserClassAttributesItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.lessThan" /> - <keyword name="BrowserClassItem (Constructor)" id="BrowserClassItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassItem.__init__" /> - <keyword name="BrowserClassItem.classObject" id="BrowserClassItem.classObject" ref="eric5.UI.BrowserModel.html#BrowserClassItem.classObject" /> - <keyword name="BrowserClassItem.fileName" id="BrowserClassItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassItem.fileName" /> - <keyword name="BrowserClassItem.isPublic" id="BrowserClassItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassItem.isPublic" /> - <keyword name="BrowserClassItem.lessThan" id="BrowserClassItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lessThan" /> - <keyword name="BrowserClassItem.lineno" id="BrowserClassItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lineno" /> - <keyword name="BrowserCodingItem (Constructor)" id="BrowserCodingItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.__init__" /> - <keyword name="BrowserCodingItem.lessThan" id="BrowserCodingItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.lessThan" /> - <keyword name="BrowserDirectoryItem (Constructor)" id="BrowserDirectoryItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.__init__" /> - <keyword name="BrowserDirectoryItem.dirName" id="BrowserDirectoryItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.dirName" /> - <keyword name="BrowserDirectoryItem.lessThan" id="BrowserDirectoryItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.lessThan" /> - <keyword name="BrowserDirectoryItem.name" id="BrowserDirectoryItem.name" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.name" /> - <keyword name="BrowserDirectoryItem.setName" id="BrowserDirectoryItem.setName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.setName" /> - <keyword name="BrowserFileItem (Constructor)" id="BrowserFileItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserFileItem.__init__" /> - <keyword name="BrowserFileItem.dirName" id="BrowserFileItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.dirName" /> - <keyword name="BrowserFileItem.fileExt" id="BrowserFileItem.fileExt" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileExt" /> - <keyword name="BrowserFileItem.fileName" id="BrowserFileItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileName" /> - <keyword name="BrowserFileItem.isDFile" id="BrowserFileItem.isDFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDFile" /> - <keyword name="BrowserFileItem.isDesignerFile" id="BrowserFileItem.isDesignerFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDesignerFile" /> - <keyword name="BrowserFileItem.isIdlFile" id="BrowserFileItem.isIdlFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isIdlFile" /> - <keyword name="BrowserFileItem.isLinguistFile" id="BrowserFileItem.isLinguistFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isLinguistFile" /> - <keyword name="BrowserFileItem.isMultiProjectFile" id="BrowserFileItem.isMultiProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isMultiProjectFile" /> - <keyword name="BrowserFileItem.isPixmapFile" id="BrowserFileItem.isPixmapFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPixmapFile" /> - <keyword name="BrowserFileItem.isProjectFile" id="BrowserFileItem.isProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isProjectFile" /> - <keyword name="BrowserFileItem.isPython2File" id="BrowserFileItem.isPython2File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython2File" /> - <keyword name="BrowserFileItem.isPython3File" id="BrowserFileItem.isPython3File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython3File" /> - <keyword name="BrowserFileItem.isResourcesFile" id="BrowserFileItem.isResourcesFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isResourcesFile" /> - <keyword name="BrowserFileItem.isRubyFile" id="BrowserFileItem.isRubyFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isRubyFile" /> - <keyword name="BrowserFileItem.isSvgFile" id="BrowserFileItem.isSvgFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isSvgFile" /> - <keyword name="BrowserFileItem.lessThan" id="BrowserFileItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserFileItem.lessThan" /> - <keyword name="BrowserFileItem.moduleName" id="BrowserFileItem.moduleName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.moduleName" /> - <keyword name="BrowserFileItem.name" id="BrowserFileItem.name" ref="eric5.UI.BrowserModel.html#BrowserFileItem.name" /> - <keyword name="BrowserFileItem.setName" id="BrowserFileItem.setName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.setName" /> - <keyword name="BrowserItem (Constructor)" id="BrowserItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserItem.__init__" /> - <keyword name="BrowserItem.appendChild" id="BrowserItem.appendChild" ref="eric5.UI.BrowserModel.html#BrowserItem.appendChild" /> - <keyword name="BrowserItem.child" id="BrowserItem.child" ref="eric5.UI.BrowserModel.html#BrowserItem.child" /> - <keyword name="BrowserItem.childCount" id="BrowserItem.childCount" ref="eric5.UI.BrowserModel.html#BrowserItem.childCount" /> - <keyword name="BrowserItem.children" id="BrowserItem.children" ref="eric5.UI.BrowserModel.html#BrowserItem.children" /> - <keyword name="BrowserItem.columnCount" id="BrowserItem.columnCount" ref="eric5.UI.BrowserModel.html#BrowserItem.columnCount" /> - <keyword name="BrowserItem.data" id="BrowserItem.data" ref="eric5.UI.BrowserModel.html#BrowserItem.data" /> - <keyword name="BrowserItem.getIcon" id="BrowserItem.getIcon" ref="eric5.UI.BrowserModel.html#BrowserItem.getIcon" /> - <keyword name="BrowserItem.isLazyPopulated" id="BrowserItem.isLazyPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isLazyPopulated" /> - <keyword name="BrowserItem.isPopulated" id="BrowserItem.isPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isPopulated" /> - <keyword name="BrowserItem.isPublic" id="BrowserItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserItem.isPublic" /> - <keyword name="BrowserItem.isSymlink" id="BrowserItem.isSymlink" ref="eric5.UI.BrowserModel.html#BrowserItem.isSymlink" /> - <keyword name="BrowserItem.lessThan" id="BrowserItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserItem.lessThan" /> - <keyword name="BrowserItem.parent" id="BrowserItem.parent" ref="eric5.UI.BrowserModel.html#BrowserItem.parent" /> - <keyword name="BrowserItem.removeChild" id="BrowserItem.removeChild" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChild" /> - <keyword name="BrowserItem.removeChildren" id="BrowserItem.removeChildren" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChildren" /> - <keyword name="BrowserItem.row" id="BrowserItem.row" ref="eric5.UI.BrowserModel.html#BrowserItem.row" /> - <keyword name="BrowserItem.type" id="BrowserItem.type" ref="eric5.UI.BrowserModel.html#BrowserItem.type" /> - <keyword name="BrowserMethodItem (Constructor)" id="BrowserMethodItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.__init__" /> - <keyword name="BrowserMethodItem.fileName" id="BrowserMethodItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.fileName" /> - <keyword name="BrowserMethodItem.functionObject" id="BrowserMethodItem.functionObject" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.functionObject" /> - <keyword name="BrowserMethodItem.isPublic" id="BrowserMethodItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.isPublic" /> - <keyword name="BrowserMethodItem.lessThan" id="BrowserMethodItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lessThan" /> - <keyword name="BrowserMethodItem.lineno" id="BrowserMethodItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lineno" /> - <keyword name="BrowserModel (Constructor)" id="BrowserModel (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserModel.__init__" /> - <keyword name="BrowserModel.__populateModel" id="BrowserModel.__populateModel" ref="eric5.UI.BrowserModel.html#BrowserModel.__populateModel" /> - <keyword name="BrowserModel._addItem" id="BrowserModel._addItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addItem" /> - <keyword name="BrowserModel._addWatchedItem" id="BrowserModel._addWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addWatchedItem" /> - <keyword name="BrowserModel._removeWatchedItem" id="BrowserModel._removeWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._removeWatchedItem" /> - <keyword name="BrowserModel.addItem" id="BrowserModel.addItem" ref="eric5.UI.BrowserModel.html#BrowserModel.addItem" /> - <keyword name="BrowserModel.addTopLevelDir" id="BrowserModel.addTopLevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.addTopLevelDir" /> - <keyword name="BrowserModel.clear" id="BrowserModel.clear" ref="eric5.UI.BrowserModel.html#BrowserModel.clear" /> - <keyword name="BrowserModel.columnCount" id="BrowserModel.columnCount" ref="eric5.UI.BrowserModel.html#BrowserModel.columnCount" /> - <keyword name="BrowserModel.data" id="BrowserModel.data" ref="eric5.UI.BrowserModel.html#BrowserModel.data" /> - <keyword name="BrowserModel.directoryChanged" id="BrowserModel.directoryChanged" ref="eric5.UI.BrowserModel.html#BrowserModel.directoryChanged" /> - <keyword name="BrowserModel.flags" id="BrowserModel.flags" ref="eric5.UI.BrowserModel.html#BrowserModel.flags" /> - <keyword name="BrowserModel.hasChildren" id="BrowserModel.hasChildren" ref="eric5.UI.BrowserModel.html#BrowserModel.hasChildren" /> - <keyword name="BrowserModel.headerData" id="BrowserModel.headerData" ref="eric5.UI.BrowserModel.html#BrowserModel.headerData" /> - <keyword name="BrowserModel.index" id="BrowserModel.index" ref="eric5.UI.BrowserModel.html#BrowserModel.index" /> - <keyword name="BrowserModel.item" id="BrowserModel.item" ref="eric5.UI.BrowserModel.html#BrowserModel.item" /> - <keyword name="BrowserModel.parent" id="BrowserModel.parent" ref="eric5.UI.BrowserModel.html#BrowserModel.parent" /> - <keyword name="BrowserModel.populateClassAttributesItem" id="BrowserModel.populateClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassAttributesItem" /> - <keyword name="BrowserModel.populateClassItem" id="BrowserModel.populateClassItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassItem" /> - <keyword name="BrowserModel.populateDirectoryItem" id="BrowserModel.populateDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateDirectoryItem" /> - <keyword name="BrowserModel.populateFileItem" id="BrowserModel.populateFileItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateFileItem" /> - <keyword name="BrowserModel.populateItem" id="BrowserModel.populateItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateItem" /> - <keyword name="BrowserModel.populateMethodItem" id="BrowserModel.populateMethodItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateMethodItem" /> - <keyword name="BrowserModel.populateSysPathItem" id="BrowserModel.populateSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateSysPathItem" /> - <keyword name="BrowserModel.programChange" id="BrowserModel.programChange" ref="eric5.UI.BrowserModel.html#BrowserModel.programChange" /> - <keyword name="BrowserModel.removeToplevelDir" id="BrowserModel.removeToplevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.removeToplevelDir" /> - <keyword name="BrowserModel.rowCount" id="BrowserModel.rowCount" ref="eric5.UI.BrowserModel.html#BrowserModel.rowCount" /> - <keyword name="BrowserModel.saveToplevelDirs" id="BrowserModel.saveToplevelDirs" ref="eric5.UI.BrowserModel.html#BrowserModel.saveToplevelDirs" /> - <keyword name="BrowserSysPathItem (Constructor)" id="BrowserSysPathItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem.__init__" /> - <keyword name="EmailDialog (Module)" id="EmailDialog (Module)" ref="eric5.UI.EmailDialog.html" /> - <keyword name="EmailDialog" id="EmailDialog" ref="eric5.UI.EmailDialog.html#EmailDialog" /> - <keyword name="_encode_base64" id="_encode_base64" ref="eric5.UI.EmailDialog.html#_encode_base64" /> - <keyword name="EmailDialog (Constructor)" id="EmailDialog (Constructor)" ref="eric5.UI.EmailDialog.html#EmailDialog.__init__" /> - <keyword name="EmailDialog.__createMultipartMail" id="EmailDialog.__createMultipartMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createMultipartMail" /> - <keyword name="EmailDialog.__createSimpleMail" id="EmailDialog.__createSimpleMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createSimpleMail" /> - <keyword name="EmailDialog.__encodedHeader" id="EmailDialog.__encodedHeader" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedHeader" /> - <keyword name="EmailDialog.__encodedText" id="EmailDialog.__encodedText" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedText" /> - <keyword name="EmailDialog.__sendmail" id="EmailDialog.__sendmail" ref="eric5.UI.EmailDialog.html#EmailDialog.__sendmail" /> - <keyword name="EmailDialog.attachFile" id="EmailDialog.attachFile" ref="eric5.UI.EmailDialog.html#EmailDialog.attachFile" /> - <keyword name="EmailDialog.keyPressEvent" id="EmailDialog.keyPressEvent" ref="eric5.UI.EmailDialog.html#EmailDialog.keyPressEvent" /> - <keyword name="EmailDialog.on_addButton_clicked" id="EmailDialog.on_addButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_addButton_clicked" /> - <keyword name="EmailDialog.on_buttonBox_clicked" id="EmailDialog.on_buttonBox_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_clicked" /> - <keyword name="EmailDialog.on_buttonBox_rejected" id="EmailDialog.on_buttonBox_rejected" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_rejected" /> - <keyword name="EmailDialog.on_deleteButton_clicked" id="EmailDialog.on_deleteButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_deleteButton_clicked" /> - <keyword name="EmailDialog.on_message_textChanged" id="EmailDialog.on_message_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_message_textChanged" /> - <keyword name="EmailDialog.on_sendButton_clicked" id="EmailDialog.on_sendButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_sendButton_clicked" /> - <keyword name="EmailDialog.on_subject_textChanged" id="EmailDialog.on_subject_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_subject_textChanged" /> - <keyword name="Info (Module)" id="Info (Module)" ref="eric5.UI.Info.html" /> - <keyword name="UserInterface (Module)" id="UserInterface (Module)" ref="eric5.UI.UserInterface.html" /> - <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" /> - <keyword name="UserInterface" id="UserInterface" ref="eric5.UI.UserInterface.html#UserInterface" /> - <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" /> - <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" /> - <keyword name="Redirector.__nWrite" id="Redirector.__nWrite" ref="eric5.UI.UserInterface.html#Redirector.__nWrite" /> - <keyword name="Redirector.flush" id="Redirector.flush" ref="eric5.UI.UserInterface.html#Redirector.flush" /> - <keyword name="Redirector.write" id="Redirector.write" ref="eric5.UI.UserInterface.html#Redirector.write" /> - <keyword name="UserInterface (Constructor)" id="UserInterface (Constructor)" ref="eric5.UI.UserInterface.html#UserInterface.__init__" /> - <keyword name="UserInterface.__TBMenuTriggered" id="UserInterface.__TBMenuTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__TBMenuTriggered" /> - <keyword name="UserInterface.__TRPreviewer" id="UserInterface.__TRPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__TRPreviewer" /> - <keyword name="UserInterface.__UIPreviewer" id="UserInterface.__UIPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__UIPreviewer" /> - <keyword name="UserInterface.__activateBrowser" id="UserInterface.__activateBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateBrowser" /> - <keyword name="UserInterface.__activateDebugViewer" id="UserInterface.__activateDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateDebugViewer" /> - <keyword name="UserInterface.__activateLogViewer" id="UserInterface.__activateLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateLogViewer" /> - <keyword name="UserInterface.__activateMultiProjectBrowser" id="UserInterface.__activateMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateMultiProjectBrowser" /> - <keyword name="UserInterface.__activateNumbersViewer" id="UserInterface.__activateNumbersViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateNumbersViewer" /> - <keyword name="UserInterface.__activateProjectBrowser" id="UserInterface.__activateProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateProjectBrowser" /> - <keyword name="UserInterface.__activateShell" id="UserInterface.__activateShell" ref="eric5.UI.UserInterface.html#UserInterface.__activateShell" /> - <keyword name="UserInterface.__activateSymbolsViewer" id="UserInterface.__activateSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateSymbolsViewer" /> - <keyword name="UserInterface.__activateTaskViewer" id="UserInterface.__activateTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTaskViewer" /> - <keyword name="UserInterface.__activateTemplateViewer" id="UserInterface.__activateTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTemplateViewer" /> - <keyword name="UserInterface.__activateTerminal" id="UserInterface.__activateTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__activateTerminal" /> - <keyword name="UserInterface.__activateViewProfile" id="UserInterface.__activateViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewProfile" /> - <keyword name="UserInterface.__activateViewmanager" id="UserInterface.__activateViewmanager" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewmanager" /> - <keyword name="UserInterface.__assistant" id="UserInterface.__assistant" ref="eric5.UI.UserInterface.html#UserInterface.__assistant" /> - <keyword name="UserInterface.__assistant4" id="UserInterface.__assistant4" ref="eric5.UI.UserInterface.html#UserInterface.__assistant4" /> - <keyword name="UserInterface.__checkActions" id="UserInterface.__checkActions" ref="eric5.UI.UserInterface.html#UserInterface.__checkActions" /> - <keyword name="UserInterface.__chmViewer" id="UserInterface.__chmViewer" ref="eric5.UI.UserInterface.html#UserInterface.__chmViewer" /> - <keyword name="UserInterface.__compareFiles" id="UserInterface.__compareFiles" ref="eric5.UI.UserInterface.html#UserInterface.__compareFiles" /> - <keyword name="UserInterface.__compareFilesSbs" id="UserInterface.__compareFilesSbs" ref="eric5.UI.UserInterface.html#UserInterface.__compareFilesSbs" /> - <keyword name="UserInterface.__configShortcuts" id="UserInterface.__configShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__configShortcuts" /> - <keyword name="UserInterface.__configToolBars" id="UserInterface.__configToolBars" ref="eric5.UI.UserInterface.html#UserInterface.__configToolBars" /> - <keyword name="UserInterface.__configViewProfiles" id="UserInterface.__configViewProfiles" ref="eric5.UI.UserInterface.html#UserInterface.__configViewProfiles" /> - <keyword name="UserInterface.__configureDockareaCornerUsage" id="UserInterface.__configureDockareaCornerUsage" ref="eric5.UI.UserInterface.html#UserInterface.__configureDockareaCornerUsage" /> - <keyword name="UserInterface.__createDockWindow" id="UserInterface.__createDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindow" /> - <keyword name="UserInterface.__createDockWindowsLayout" id="UserInterface.__createDockWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindowsLayout" /> - <keyword name="UserInterface.__createFloatingWindowsLayout" id="UserInterface.__createFloatingWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createFloatingWindowsLayout" /> - <keyword name="UserInterface.__createLayout" id="UserInterface.__createLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createLayout" /> - <keyword name="UserInterface.__createSidebarsLayout" id="UserInterface.__createSidebarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createSidebarsLayout" /> - <keyword name="UserInterface.__createToolboxesLayout" id="UserInterface.__createToolboxesLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createToolboxesLayout" /> - <keyword name="UserInterface.__customViewer" id="UserInterface.__customViewer" ref="eric5.UI.UserInterface.html#UserInterface.__customViewer" /> - <keyword name="UserInterface.__debuggingStarted" id="UserInterface.__debuggingStarted" ref="eric5.UI.UserInterface.html#UserInterface.__debuggingStarted" /> - <keyword name="UserInterface.__deinstallPlugin" id="UserInterface.__deinstallPlugin" ref="eric5.UI.UserInterface.html#UserInterface.__deinstallPlugin" /> - <keyword name="UserInterface.__designer" id="UserInterface.__designer" ref="eric5.UI.UserInterface.html#UserInterface.__designer" /> - <keyword name="UserInterface.__designer4" id="UserInterface.__designer4" ref="eric5.UI.UserInterface.html#UserInterface.__designer4" /> - <keyword name="UserInterface.__editPixmap" id="UserInterface.__editPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__editPixmap" /> - <keyword name="UserInterface.__editorOpened" id="UserInterface.__editorOpened" ref="eric5.UI.UserInterface.html#UserInterface.__editorOpened" /> - <keyword name="UserInterface.__exportPreferences" id="UserInterface.__exportPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__exportPreferences" /> - <keyword name="UserInterface.__exportShortcuts" id="UserInterface.__exportShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__exportShortcuts" /> - <keyword name="UserInterface.__getFloatingGeometry" id="UserInterface.__getFloatingGeometry" ref="eric5.UI.UserInterface.html#UserInterface.__getFloatingGeometry" /> - <keyword name="UserInterface.__helpClosed" id="UserInterface.__helpClosed" ref="eric5.UI.UserInterface.html#UserInterface.__helpClosed" /> - <keyword name="UserInterface.__helpViewer" id="UserInterface.__helpViewer" ref="eric5.UI.UserInterface.html#UserInterface.__helpViewer" /> - <keyword name="UserInterface.__importPreferences" id="UserInterface.__importPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__importPreferences" /> - <keyword name="UserInterface.__importShortcuts" id="UserInterface.__importShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__importShortcuts" /> - <keyword name="UserInterface.__initActions" id="UserInterface.__initActions" ref="eric5.UI.UserInterface.html#UserInterface.__initActions" /> - <keyword name="UserInterface.__initDebugToolbarsLayout" id="UserInterface.__initDebugToolbarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__initDebugToolbarsLayout" /> - <keyword name="UserInterface.__initEricDocAction" id="UserInterface.__initEricDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initEricDocAction" /> - <keyword name="UserInterface.__initExternalToolsActions" id="UserInterface.__initExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__initExternalToolsActions" /> - <keyword name="UserInterface.__initMenus" id="UserInterface.__initMenus" ref="eric5.UI.UserInterface.html#UserInterface.__initMenus" /> - <keyword name="UserInterface.__initPySideDocAction" id="UserInterface.__initPySideDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initPySideDocAction" /> - <keyword name="UserInterface.__initPythonDocActions" id="UserInterface.__initPythonDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initPythonDocActions" /> - <keyword name="UserInterface.__initQtDocActions" id="UserInterface.__initQtDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initQtDocActions" /> - <keyword name="UserInterface.__initStatusbar" id="UserInterface.__initStatusbar" ref="eric5.UI.UserInterface.html#UserInterface.__initStatusbar" /> - <keyword name="UserInterface.__initToolbars" id="UserInterface.__initToolbars" ref="eric5.UI.UserInterface.html#UserInterface.__initToolbars" /> - <keyword name="UserInterface.__installPlugins" id="UserInterface.__installPlugins" ref="eric5.UI.UserInterface.html#UserInterface.__installPlugins" /> - <keyword name="UserInterface.__lastEditorClosed" id="UserInterface.__lastEditorClosed" ref="eric5.UI.UserInterface.html#UserInterface.__lastEditorClosed" /> - <keyword name="UserInterface.__linguist" id="UserInterface.__linguist" ref="eric5.UI.UserInterface.html#UserInterface.__linguist" /> - <keyword name="UserInterface.__linguist4" id="UserInterface.__linguist4" ref="eric5.UI.UserInterface.html#UserInterface.__linguist4" /> - <keyword name="UserInterface.__masterPasswordChanged" id="UserInterface.__masterPasswordChanged" ref="eric5.UI.UserInterface.html#UserInterface.__masterPasswordChanged" /> - <keyword name="UserInterface.__newProject" id="UserInterface.__newProject" ref="eric5.UI.UserInterface.html#UserInterface.__newProject" /> - <keyword name="UserInterface.__openMiniEditor" id="UserInterface.__openMiniEditor" ref="eric5.UI.UserInterface.html#UserInterface.__openMiniEditor" /> - <keyword name="UserInterface.__openOnStartup" id="UserInterface.__openOnStartup" ref="eric5.UI.UserInterface.html#UserInterface.__openOnStartup" /> - <keyword name="UserInterface.__pluginsConfigure" id="UserInterface.__pluginsConfigure" ref="eric5.UI.UserInterface.html#UserInterface.__pluginsConfigure" /> - <keyword name="UserInterface.__preferencesChanged" id="UserInterface.__preferencesChanged" ref="eric5.UI.UserInterface.html#UserInterface.__preferencesChanged" /> - <keyword name="UserInterface.__processToolStderr" id="UserInterface.__processToolStderr" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStderr" /> - <keyword name="UserInterface.__processToolStdout" id="UserInterface.__processToolStdout" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStdout" /> - <keyword name="UserInterface.__programChange" id="UserInterface.__programChange" ref="eric5.UI.UserInterface.html#UserInterface.__programChange" /> - <keyword name="UserInterface.__projectClosed" id="UserInterface.__projectClosed" ref="eric5.UI.UserInterface.html#UserInterface.__projectClosed" /> - <keyword name="UserInterface.__projectOpened" id="UserInterface.__projectOpened" ref="eric5.UI.UserInterface.html#UserInterface.__projectOpened" /> - <keyword name="UserInterface.__quit" id="UserInterface.__quit" ref="eric5.UI.UserInterface.html#UserInterface.__quit" /> - <keyword name="UserInterface.__readSession" id="UserInterface.__readSession" ref="eric5.UI.UserInterface.html#UserInterface.__readSession" /> - <keyword name="UserInterface.__readTasks" id="UserInterface.__readTasks" ref="eric5.UI.UserInterface.html#UserInterface.__readTasks" /> - <keyword name="UserInterface.__reloadAPIs" id="UserInterface.__reloadAPIs" ref="eric5.UI.UserInterface.html#UserInterface.__reloadAPIs" /> - <keyword name="UserInterface.__reportBug" id="UserInterface.__reportBug" ref="eric5.UI.UserInterface.html#UserInterface.__reportBug" /> - <keyword name="UserInterface.__requestFeature" id="UserInterface.__requestFeature" ref="eric5.UI.UserInterface.html#UserInterface.__requestFeature" /> - <keyword name="UserInterface.__restart" id="UserInterface.__restart" ref="eric5.UI.UserInterface.html#UserInterface.__restart" /> - <keyword name="UserInterface.__saveCurrentViewProfile" id="UserInterface.__saveCurrentViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__saveCurrentViewProfile" /> - <keyword name="UserInterface.__setEditProfile" id="UserInterface.__setEditProfile" ref="eric5.UI.UserInterface.html#UserInterface.__setEditProfile" /> - <keyword name="UserInterface.__setStyle" id="UserInterface.__setStyle" ref="eric5.UI.UserInterface.html#UserInterface.__setStyle" /> - <keyword name="UserInterface.__setWindowCaption" id="UserInterface.__setWindowCaption" ref="eric5.UI.UserInterface.html#UserInterface.__setWindowCaption" /> - <keyword name="UserInterface.__setupDockWindow" id="UserInterface.__setupDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__setupDockWindow" /> - <keyword name="UserInterface.__showAvailableVersionInfos" id="UserInterface.__showAvailableVersionInfos" ref="eric5.UI.UserInterface.html#UserInterface.__showAvailableVersionInfos" /> - <keyword name="UserInterface.__showEmailDialog" id="UserInterface.__showEmailDialog" ref="eric5.UI.UserInterface.html#UserInterface.__showEmailDialog" /> - <keyword name="UserInterface.__showEricDoc" id="UserInterface.__showEricDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showEricDoc" /> - <keyword name="UserInterface.__showExternalTools" id="UserInterface.__showExternalTools" ref="eric5.UI.UserInterface.html#UserInterface.__showExternalTools" /> - <keyword name="UserInterface.__showExtrasMenu" id="UserInterface.__showExtrasMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showExtrasMenu" /> - <keyword name="UserInterface.__showFileMenu" id="UserInterface.__showFileMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showFileMenu" /> - <keyword name="UserInterface.__showHelpMenu" id="UserInterface.__showHelpMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showHelpMenu" /> - <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric5.UI.UserInterface.html#UserInterface.__showNext" /> - <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__showPixmap" /> - <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginInfo" /> - <keyword name="UserInterface.__showPluginsAvailable" id="UserInterface.__showPluginsAvailable" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginsAvailable" /> - <keyword name="UserInterface.__showPrevious" id="UserInterface.__showPrevious" ref="eric5.UI.UserInterface.html#UserInterface.__showPrevious" /> - <keyword name="UserInterface.__showPyQt4Doc" id="UserInterface.__showPyQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPyQt4Doc" /> - <keyword name="UserInterface.__showPySideDoc" id="UserInterface.__showPySideDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPySideDoc" /> - <keyword name="UserInterface.__showPython2Doc" id="UserInterface.__showPython2Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPython2Doc" /> - <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPythonDoc" /> - <keyword name="UserInterface.__showQt4Doc" id="UserInterface.__showQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt4Doc" /> - <keyword name="UserInterface.__showSvg" id="UserInterface.__showSvg" ref="eric5.UI.UserInterface.html#UserInterface.__showSvg" /> - <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric5.UI.UserInterface.html#UserInterface.__showSystemEmailClient" /> - <keyword name="UserInterface.__showToolGroupsMenu" id="UserInterface.__showToolGroupsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolGroupsMenu" /> - <keyword name="UserInterface.__showToolbarsMenu" id="UserInterface.__showToolbarsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolbarsMenu" /> - <keyword name="UserInterface.__showToolsMenu" id="UserInterface.__showToolsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolsMenu" /> - <keyword name="UserInterface.__showVersions" id="UserInterface.__showVersions" ref="eric5.UI.UserInterface.html#UserInterface.__showVersions" /> - <keyword name="UserInterface.__showWindowMenu" id="UserInterface.__showWindowMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWindowMenu" /> - <keyword name="UserInterface.__showWizardsMenu" id="UserInterface.__showWizardsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWizardsMenu" /> - <keyword name="UserInterface.__shutdown" id="UserInterface.__shutdown" ref="eric5.UI.UserInterface.html#UserInterface.__shutdown" /> - <keyword name="UserInterface.__sqlBrowser" id="UserInterface.__sqlBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__sqlBrowser" /> - <keyword name="UserInterface.__sslErrors" id="UserInterface.__sslErrors" ref="eric5.UI.UserInterface.html#UserInterface.__sslErrors" /> - <keyword name="UserInterface.__startToolProcess" id="UserInterface.__startToolProcess" ref="eric5.UI.UserInterface.html#UserInterface.__startToolProcess" /> - <keyword name="UserInterface.__startWebBrowser" id="UserInterface.__startWebBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__startWebBrowser" /> - <keyword name="UserInterface.__switchTab" id="UserInterface.__switchTab" ref="eric5.UI.UserInterface.html#UserInterface.__switchTab" /> - <keyword name="UserInterface.__toggleBottomSidebar" id="UserInterface.__toggleBottomSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBottomSidebar" /> - <keyword name="UserInterface.__toggleBrowser" id="UserInterface.__toggleBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBrowser" /> - <keyword name="UserInterface.__toggleCooperationViewer" id="UserInterface.__toggleCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleCooperationViewer" /> - <keyword name="UserInterface.__toggleDebugViewer" id="UserInterface.__toggleDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleDebugViewer" /> - <keyword name="UserInterface.__toggleHorizontalToolbox" id="UserInterface.__toggleHorizontalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleHorizontalToolbox" /> - <keyword name="UserInterface.__toggleLeftSidebar" id="UserInterface.__toggleLeftSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLeftSidebar" /> - <keyword name="UserInterface.__toggleLogViewer" id="UserInterface.__toggleLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLogViewer" /> - <keyword name="UserInterface.__toggleMultiProjectBrowser" id="UserInterface.__toggleMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleMultiProjectBrowser" /> - <keyword name="UserInterface.__toggleNumbersViewer" id="UserInterface.__toggleNumbersViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleNumbersViewer" /> - <keyword name="UserInterface.__toggleProjectBrowser" id="UserInterface.__toggleProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleProjectBrowser" /> - <keyword name="UserInterface.__toggleShell" id="UserInterface.__toggleShell" ref="eric5.UI.UserInterface.html#UserInterface.__toggleShell" /> - <keyword name="UserInterface.__toggleSymbolsViewer" id="UserInterface.__toggleSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleSymbolsViewer" /> - <keyword name="UserInterface.__toggleTaskViewer" id="UserInterface.__toggleTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTaskViewer" /> - <keyword name="UserInterface.__toggleTemplateViewer" id="UserInterface.__toggleTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTemplateViewer" /> - <keyword name="UserInterface.__toggleTerminal" id="UserInterface.__toggleTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTerminal" /> - <keyword name="UserInterface.__toggleVerticalToolbox" id="UserInterface.__toggleVerticalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleVerticalToolbox" /> - <keyword name="UserInterface.__toggleWindow" id="UserInterface.__toggleWindow" ref="eric5.UI.UserInterface.html#UserInterface.__toggleWindow" /> - <keyword name="UserInterface.__toolActionTriggered" id="UserInterface.__toolActionTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__toolActionTriggered" /> - <keyword name="UserInterface.__toolExecute" id="UserInterface.__toolExecute" ref="eric5.UI.UserInterface.html#UserInterface.__toolExecute" /> - <keyword name="UserInterface.__toolFinished" id="UserInterface.__toolFinished" ref="eric5.UI.UserInterface.html#UserInterface.__toolFinished" /> - <keyword name="UserInterface.__toolGroupSelected" id="UserInterface.__toolGroupSelected" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupSelected" /> - <keyword name="UserInterface.__toolGroupsConfiguration" id="UserInterface.__toolGroupsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupsConfiguration" /> - <keyword name="UserInterface.__toolsConfiguration" id="UserInterface.__toolsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolsConfiguration" /> - <keyword name="UserInterface.__unittest" id="UserInterface.__unittest" ref="eric5.UI.UserInterface.html#UserInterface.__unittest" /> - <keyword name="UserInterface.__unittestProject" id="UserInterface.__unittestProject" ref="eric5.UI.UserInterface.html#UserInterface.__unittestProject" /> - <keyword name="UserInterface.__unittestRestart" id="UserInterface.__unittestRestart" ref="eric5.UI.UserInterface.html#UserInterface.__unittestRestart" /> - <keyword name="UserInterface.__unittestScript" id="UserInterface.__unittestScript" ref="eric5.UI.UserInterface.html#UserInterface.__unittestScript" /> - <keyword name="UserInterface.__updateExternalToolsActions" id="UserInterface.__updateExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__updateExternalToolsActions" /> - <keyword name="UserInterface.__updateVersionsUrls" id="UserInterface.__updateVersionsUrls" ref="eric5.UI.UserInterface.html#UserInterface.__updateVersionsUrls" /> - <keyword name="UserInterface.__versionCheckResult" id="UserInterface.__versionCheckResult" ref="eric5.UI.UserInterface.html#UserInterface.__versionCheckResult" /> - <keyword name="UserInterface.__versionsDownloadCanceled" id="UserInterface.__versionsDownloadCanceled" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadCanceled" /> - <keyword name="UserInterface.__versionsDownloadDone" id="UserInterface.__versionsDownloadDone" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadDone" /> - <keyword name="UserInterface.__webBrowser" id="UserInterface.__webBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__webBrowser" /> - <keyword name="UserInterface.__whatsThis" id="UserInterface.__whatsThis" ref="eric5.UI.UserInterface.html#UserInterface.__whatsThis" /> - <keyword name="UserInterface.__writeSession" id="UserInterface.__writeSession" ref="eric5.UI.UserInterface.html#UserInterface.__writeSession" /> - <keyword name="UserInterface.__writeTasks" id="UserInterface.__writeTasks" ref="eric5.UI.UserInterface.html#UserInterface.__writeTasks" /> - <keyword name="UserInterface.activateCooperationViewer" id="UserInterface.activateCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.activateCooperationViewer" /> - <keyword name="UserInterface.addE5Actions" id="UserInterface.addE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.addE5Actions" /> - <keyword name="UserInterface.appendToStderr" id="UserInterface.appendToStderr" ref="eric5.UI.UserInterface.html#UserInterface.appendToStderr" /> - <keyword name="UserInterface.appendToStdout" id="UserInterface.appendToStdout" ref="eric5.UI.UserInterface.html#UserInterface.appendToStdout" /> - <keyword name="UserInterface.checkConfigurationStatus" id="UserInterface.checkConfigurationStatus" ref="eric5.UI.UserInterface.html#UserInterface.checkConfigurationStatus" /> - <keyword name="UserInterface.checkForErrorLog" id="UserInterface.checkForErrorLog" ref="eric5.UI.UserInterface.html#UserInterface.checkForErrorLog" /> - <keyword name="UserInterface.closeEvent" id="UserInterface.closeEvent" ref="eric5.UI.UserInterface.html#UserInterface.closeEvent" /> - <keyword name="UserInterface.dragEnterEvent" id="UserInterface.dragEnterEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragEnterEvent" /> - <keyword name="UserInterface.dragLeaveEvent" id="UserInterface.dragLeaveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragLeaveEvent" /> - <keyword name="UserInterface.dragMoveEvent" id="UserInterface.dragMoveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragMoveEvent" /> - <keyword name="UserInterface.dropEvent" id="UserInterface.dropEvent" ref="eric5.UI.UserInterface.html#UserInterface.dropEvent" /> - <keyword name="UserInterface.getActions" id="UserInterface.getActions" ref="eric5.UI.UserInterface.html#UserInterface.getActions" /> - <keyword name="UserInterface.getHelpViewer" id="UserInterface.getHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.getHelpViewer" /> - <keyword name="UserInterface.getLocale" id="UserInterface.getLocale" ref="eric5.UI.UserInterface.html#UserInterface.getLocale" /> - <keyword name="UserInterface.getMenu" id="UserInterface.getMenu" ref="eric5.UI.UserInterface.html#UserInterface.getMenu" /> - <keyword name="UserInterface.getMenuAction" id="UserInterface.getMenuAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuAction" /> - <keyword name="UserInterface.getMenuBarAction" id="UserInterface.getMenuBarAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuBarAction" /> - <keyword name="UserInterface.getToolBarIconSize" id="UserInterface.getToolBarIconSize" ref="eric5.UI.UserInterface.html#UserInterface.getToolBarIconSize" /> - <keyword name="UserInterface.getToolbar" id="UserInterface.getToolbar" ref="eric5.UI.UserInterface.html#UserInterface.getToolbar" /> - <keyword name="UserInterface.getViewProfile" id="UserInterface.getViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.getViewProfile" /> - <keyword name="UserInterface.launchHelpViewer" id="UserInterface.launchHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.launchHelpViewer" /> - <keyword name="UserInterface.performVersionCheck" id="UserInterface.performVersionCheck" ref="eric5.UI.UserInterface.html#UserInterface.performVersionCheck" /> - <keyword name="UserInterface.processArgs" id="UserInterface.processArgs" ref="eric5.UI.UserInterface.html#UserInterface.processArgs" /> - <keyword name="UserInterface.registerToolbar" id="UserInterface.registerToolbar" ref="eric5.UI.UserInterface.html#UserInterface.registerToolbar" /> - <keyword name="UserInterface.removeE5Actions" id="UserInterface.removeE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.removeE5Actions" /> - <keyword name="UserInterface.reregisterToolbar" id="UserInterface.reregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.reregisterToolbar" /> - <keyword name="UserInterface.setDebugProfile" id="UserInterface.setDebugProfile" ref="eric5.UI.UserInterface.html#UserInterface.setDebugProfile" /> - <keyword name="UserInterface.showAvailableVersionsInfo" id="UserInterface.showAvailableVersionsInfo" ref="eric5.UI.UserInterface.html#UserInterface.showAvailableVersionsInfo" /> - <keyword name="UserInterface.showEvent" id="UserInterface.showEvent" ref="eric5.UI.UserInterface.html#UserInterface.showEvent" /> - <keyword name="UserInterface.showLogTab" id="UserInterface.showLogTab" ref="eric5.UI.UserInterface.html#UserInterface.showLogTab" /> - <keyword name="UserInterface.showPreferences" id="UserInterface.showPreferences" ref="eric5.UI.UserInterface.html#UserInterface.showPreferences" /> - <keyword name="UserInterface.unregisterToolbar" id="UserInterface.unregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.unregisterToolbar" /> - <keyword name="UserInterface.versionIsNewer" id="UserInterface.versionIsNewer" ref="eric5.UI.UserInterface.html#UserInterface.versionIsNewer" /> - <keyword name="DiffDialog (Module)" id="DiffDialog (Module)" ref="eric5.UI.DiffDialog.html" /> - <keyword name="DiffDialog" id="DiffDialog" ref="eric5.UI.DiffDialog.html#DiffDialog" /> - <keyword name="DiffWindow" id="DiffWindow" ref="eric5.UI.DiffDialog.html#DiffWindow" /> - <keyword name="context_diff" id="context_diff" ref="eric5.UI.DiffDialog.html#context_diff" /> - <keyword name="unified_diff" id="unified_diff" ref="eric5.UI.DiffDialog.html#unified_diff" /> - <keyword name="DiffDialog (Constructor)" id="DiffDialog (Constructor)" ref="eric5.UI.DiffDialog.html#DiffDialog.__init__" /> - <keyword name="DiffDialog.__appendText" id="DiffDialog.__appendText" ref="eric5.UI.DiffDialog.html#DiffDialog.__appendText" /> - <keyword name="DiffDialog.__fileChanged" id="DiffDialog.__fileChanged" ref="eric5.UI.DiffDialog.html#DiffDialog.__fileChanged" /> - <keyword name="DiffDialog.__generateContextDiff" id="DiffDialog.__generateContextDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateContextDiff" /> - <keyword name="DiffDialog.__generateUnifiedDiff" id="DiffDialog.__generateUnifiedDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateUnifiedDiff" /> - <keyword name="DiffDialog.__selectFile" id="DiffDialog.__selectFile" ref="eric5.UI.DiffDialog.html#DiffDialog.__selectFile" /> - <keyword name="DiffDialog.on_buttonBox_clicked" id="DiffDialog.on_buttonBox_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_buttonBox_clicked" /> - <keyword name="DiffDialog.on_diffButton_clicked" id="DiffDialog.on_diffButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_diffButton_clicked" /> - <keyword name="DiffDialog.on_file1Button_clicked" id="DiffDialog.on_file1Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file1Button_clicked" /> - <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" /> - <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" /> - <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric5.UI.DiffDialog.html#DiffDialog.show" /> - <keyword name="DiffWindow (Constructor)" id="DiffWindow (Constructor)" ref="eric5.UI.DiffDialog.html#DiffWindow.__init__" /> - <keyword name="DiffWindow.eventFilter" id="DiffWindow.eventFilter" ref="eric5.UI.DiffDialog.html#DiffWindow.eventFilter" /> - <keyword name="BrowserSortFilterProxyModel (Module)" id="BrowserSortFilterProxyModel (Module)" ref="eric5.UI.BrowserSortFilterProxyModel.html" /> - <keyword name="BrowserSortFilterProxyModel" id="BrowserSortFilterProxyModel" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel" /> - <keyword name="BrowserSortFilterProxyModel (Constructor)" id="BrowserSortFilterProxyModel (Constructor)" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.__init__" /> - <keyword name="BrowserSortFilterProxyModel.filterAcceptsRow" id="BrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.filterAcceptsRow" /> - <keyword name="BrowserSortFilterProxyModel.hasChildren" id="BrowserSortFilterProxyModel.hasChildren" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.hasChildren" /> - <keyword name="BrowserSortFilterProxyModel.item" id="BrowserSortFilterProxyModel.item" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.item" /> - <keyword name="BrowserSortFilterProxyModel.lessThan" id="BrowserSortFilterProxyModel.lessThan" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.lessThan" /> - <keyword name="BrowserSortFilterProxyModel.preferencesChanged" id="BrowserSortFilterProxyModel.preferencesChanged" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.preferencesChanged" /> - <keyword name="BrowserSortFilterProxyModel.sort" id="BrowserSortFilterProxyModel.sort" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.sort" /> - <keyword name="E5Gui (Package)" id="E5Gui (Package)" ref="index-eric5.E5Gui.html" /> - <keyword name="E5SingleApplication (Module)" id="E5SingleApplication (Module)" ref="eric5.E5Gui.E5SingleApplication.html" /> - <keyword name="E5SingleApplicationClient" id="E5SingleApplicationClient" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient" /> - <keyword name="E5SingleApplicationServer" id="E5SingleApplicationServer" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer" /> - <keyword name="E5SingleApplicationClient (Constructor)" id="E5SingleApplicationClient (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__init__" /> - <keyword name="E5SingleApplicationClient.__openFile" id="E5SingleApplicationClient.__openFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openFile" /> - <keyword name="E5SingleApplicationClient.__openProject" id="E5SingleApplicationClient.__openProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__openProject" /> - <keyword name="E5SingleApplicationClient.__sendArguments" id="E5SingleApplicationClient.__sendArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.__sendArguments" /> - <keyword name="E5SingleApplicationClient.processArgs" id="E5SingleApplicationClient.processArgs" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationClient.processArgs" /> - <keyword name="E5SingleApplicationServer (Constructor)" id="E5SingleApplicationServer (Constructor)" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__init__" /> - <keyword name="E5SingleApplicationServer.__saArguments" id="E5SingleApplicationServer.__saArguments" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saArguments" /> - <keyword name="E5SingleApplicationServer.__saOpenFile" id="E5SingleApplicationServer.__saOpenFile" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenFile" /> - <keyword name="E5SingleApplicationServer.__saOpenProject" id="E5SingleApplicationServer.__saOpenProject" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.__saOpenProject" /> - <keyword name="E5SingleApplicationServer.handleCommand" id="E5SingleApplicationServer.handleCommand" ref="eric5.E5Gui.E5SingleApplication.html#E5SingleApplicationServer.handleCommand" /> - <keyword name="E5LineEdit (Module)" id="E5LineEdit (Module)" ref="eric5.E5Gui.E5LineEdit.html" /> - <keyword name="E5LineEdit" id="E5LineEdit" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit" /> - <keyword name="SideWidget" id="SideWidget" ref="eric5.E5Gui.E5LineEdit.html#SideWidget" /> - <keyword name="E5LineEdit (Constructor)" id="E5LineEdit (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__init__" /> - <keyword name="E5LineEdit.__updateSideWidgetLocations" id="E5LineEdit.__updateSideWidgetLocations" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.__updateSideWidgetLocations" /> - <keyword name="E5LineEdit._updateTextMargins" id="E5LineEdit._updateTextMargins" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit._updateTextMargins" /> - <keyword name="E5LineEdit.addWidget" id="E5LineEdit.addWidget" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.addWidget" /> - <keyword name="E5LineEdit.event" id="E5LineEdit.event" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.event" /> - <keyword name="E5LineEdit.inactiveText" id="E5LineEdit.inactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.inactiveText" /> - <keyword name="E5LineEdit.paintEvent" id="E5LineEdit.paintEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.paintEvent" /> - <keyword name="E5LineEdit.removeWidget" id="E5LineEdit.removeWidget" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.removeWidget" /> - <keyword name="E5LineEdit.resizeEvent" id="E5LineEdit.resizeEvent" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.resizeEvent" /> - <keyword name="E5LineEdit.setInactiveText" id="E5LineEdit.setInactiveText" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setInactiveText" /> - <keyword name="E5LineEdit.setWidgetSpacing" id="E5LineEdit.setWidgetSpacing" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.setWidgetSpacing" /> - <keyword name="E5LineEdit.textMargin" id="E5LineEdit.textMargin" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.textMargin" /> - <keyword name="E5LineEdit.widgetSpacing" id="E5LineEdit.widgetSpacing" ref="eric5.E5Gui.E5LineEdit.html#E5LineEdit.widgetSpacing" /> - <keyword name="SideWidget (Constructor)" id="SideWidget (Constructor)" ref="eric5.E5Gui.E5LineEdit.html#SideWidget.__init__" /> - <keyword name="SideWidget.event" id="SideWidget.event" ref="eric5.E5Gui.E5LineEdit.html#SideWidget.event" /> - <keyword name="E5Led (Module)" id="E5Led (Module)" ref="eric5.E5Gui.E5Led.html" /> - <keyword name="E5Led" id="E5Led" ref="eric5.E5Gui.E5Led.html#E5Led" /> - <keyword name="E5Led (Constructor)" id="E5Led (Constructor)" ref="eric5.E5Gui.E5Led.html#E5Led.__init__" /> - <keyword name="E5Led.__getBestRoundSize" id="E5Led.__getBestRoundSize" ref="eric5.E5Gui.E5Led.html#E5Led.__getBestRoundSize" /> - <keyword name="E5Led.__paintRectangular" id="E5Led.__paintRectangular" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRectangular" /> - <keyword name="E5Led.__paintRound" id="E5Led.__paintRound" ref="eric5.E5Gui.E5Led.html#E5Led.__paintRound" /> - <keyword name="E5Led.color" id="E5Led.color" ref="eric5.E5Gui.E5Led.html#E5Led.color" /> - <keyword name="E5Led.darkFactor" id="E5Led.darkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.darkFactor" /> - <keyword name="E5Led.isFramed" id="E5Led.isFramed" ref="eric5.E5Gui.E5Led.html#E5Led.isFramed" /> - <keyword name="E5Led.isOn" id="E5Led.isOn" ref="eric5.E5Gui.E5Led.html#E5Led.isOn" /> - <keyword name="E5Led.minimumSizeHint" id="E5Led.minimumSizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.minimumSizeHint" /> - <keyword name="E5Led.off" id="E5Led.off" ref="eric5.E5Gui.E5Led.html#E5Led.off" /> - <keyword name="E5Led.on" id="E5Led.on" ref="eric5.E5Gui.E5Led.html#E5Led.on" /> - <keyword name="E5Led.paintEvent" id="E5Led.paintEvent" ref="eric5.E5Gui.E5Led.html#E5Led.paintEvent" /> - <keyword name="E5Led.ratio" id="E5Led.ratio" ref="eric5.E5Gui.E5Led.html#E5Led.ratio" /> - <keyword name="E5Led.setColor" id="E5Led.setColor" ref="eric5.E5Gui.E5Led.html#E5Led.setColor" /> - <keyword name="E5Led.setDarkFactor" id="E5Led.setDarkFactor" ref="eric5.E5Gui.E5Led.html#E5Led.setDarkFactor" /> - <keyword name="E5Led.setFramed" id="E5Led.setFramed" ref="eric5.E5Gui.E5Led.html#E5Led.setFramed" /> - <keyword name="E5Led.setOn" id="E5Led.setOn" ref="eric5.E5Gui.E5Led.html#E5Led.setOn" /> - <keyword name="E5Led.setRatio" id="E5Led.setRatio" ref="eric5.E5Gui.E5Led.html#E5Led.setRatio" /> - <keyword name="E5Led.setShape" id="E5Led.setShape" ref="eric5.E5Gui.E5Led.html#E5Led.setShape" /> - <keyword name="E5Led.shape" id="E5Led.shape" ref="eric5.E5Gui.E5Led.html#E5Led.shape" /> - <keyword name="E5Led.sizeHint" id="E5Led.sizeHint" ref="eric5.E5Gui.E5Led.html#E5Led.sizeHint" /> - <keyword name="E5Led.toggle" id="E5Led.toggle" ref="eric5.E5Gui.E5Led.html#E5Led.toggle" /> - <keyword name="E5SqueezeLabels (Module)" id="E5SqueezeLabels (Module)" ref="eric5.E5Gui.E5SqueezeLabels.html" /> - <keyword name="E5SqueezeLabel" id="E5SqueezeLabel" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel" /> - <keyword name="E5SqueezeLabelPath" id="E5SqueezeLabelPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath" /> - <keyword name="E5SqueezeLabel (Constructor)" id="E5SqueezeLabel (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.__init__" /> - <keyword name="E5SqueezeLabel.paintEvent" id="E5SqueezeLabel.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.paintEvent" /> - <keyword name="E5SqueezeLabel.setText" id="E5SqueezeLabel.setText" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabel.setText" /> - <keyword name="E5SqueezeLabelPath (Constructor)" id="E5SqueezeLabelPath (Constructor)" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.__init__" /> - <keyword name="E5SqueezeLabelPath.length" id="E5SqueezeLabelPath.length" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.length" /> - <keyword name="E5SqueezeLabelPath.paintEvent" id="E5SqueezeLabelPath.paintEvent" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.paintEvent" /> - <keyword name="E5SqueezeLabelPath.setPath" id="E5SqueezeLabelPath.setPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setPath" /> - <keyword name="E5SqueezeLabelPath.setSurrounding" id="E5SqueezeLabelPath.setSurrounding" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setSurrounding" /> - <keyword name="E5SqueezeLabelPath.setTextPath" id="E5SqueezeLabelPath.setTextPath" ref="eric5.E5Gui.E5SqueezeLabels.html#E5SqueezeLabelPath.setTextPath" /> - <keyword name="E5ToolBox (Module)" id="E5ToolBox (Module)" ref="eric5.E5Gui.E5ToolBox.html" /> - <keyword name="E5HorizontalToolBox" id="E5HorizontalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox" /> - <keyword name="E5VerticalToolBox" id="E5VerticalToolBox" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox" /> - <keyword name="E5HorizontalToolBox (Constructor)" id="E5HorizontalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.__init__" /> - <keyword name="E5HorizontalToolBox.addItem" id="E5HorizontalToolBox.addItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.addItem" /> - <keyword name="E5HorizontalToolBox.insertItem" id="E5HorizontalToolBox.insertItem" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.insertItem" /> - <keyword name="E5HorizontalToolBox.setItemEnabled" id="E5HorizontalToolBox.setItemEnabled" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemEnabled" /> - <keyword name="E5HorizontalToolBox.setItemToolTip" id="E5HorizontalToolBox.setItemToolTip" ref="eric5.E5Gui.E5ToolBox.html#E5HorizontalToolBox.setItemToolTip" /> - <keyword name="E5VerticalToolBox (Constructor)" id="E5VerticalToolBox (Constructor)" ref="eric5.E5Gui.E5ToolBox.html#E5VerticalToolBox.__init__" /> - <keyword name="E5SideBar (Module)" id="E5SideBar (Module)" ref="eric5.E5Gui.E5SideBar.html" /> - <keyword name="E5SideBar" id="E5SideBar" ref="eric5.E5Gui.E5SideBar.html#E5SideBar" /> - <keyword name="E5SideBar (Constructor)" id="E5SideBar (Constructor)" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__init__" /> - <keyword name="E5SideBar.__appFocusChanged" id="E5SideBar.__appFocusChanged" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__appFocusChanged" /> - <keyword name="E5SideBar.__autoHideToggled" id="E5SideBar.__autoHideToggled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__autoHideToggled" /> - <keyword name="E5SideBar.__splitterMoved" id="E5SideBar.__splitterMoved" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.__splitterMoved" /> - <keyword name="E5SideBar.addTab" id="E5SideBar.addTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.addTab" /> - <keyword name="E5SideBar.clear" id="E5SideBar.clear" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.clear" /> - <keyword name="E5SideBar.count" id="E5SideBar.count" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.count" /> - <keyword name="E5SideBar.currentIndex" id="E5SideBar.currentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentIndex" /> - <keyword name="E5SideBar.currentWidget" id="E5SideBar.currentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.currentWidget" /> - <keyword name="E5SideBar.enterEvent" id="E5SideBar.enterEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.enterEvent" /> - <keyword name="E5SideBar.eventFilter" id="E5SideBar.eventFilter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.eventFilter" /> - <keyword name="E5SideBar.expand" id="E5SideBar.expand" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.expand" /> - <keyword name="E5SideBar.indexOf" id="E5SideBar.indexOf" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.indexOf" /> - <keyword name="E5SideBar.insertTab" id="E5SideBar.insertTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.insertTab" /> - <keyword name="E5SideBar.isAutoHiding" id="E5SideBar.isAutoHiding" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isAutoHiding" /> - <keyword name="E5SideBar.isMinimized" id="E5SideBar.isMinimized" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isMinimized" /> - <keyword name="E5SideBar.isTabEnabled" id="E5SideBar.isTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.isTabEnabled" /> - <keyword name="E5SideBar.leaveEvent" id="E5SideBar.leaveEvent" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.leaveEvent" /> - <keyword name="E5SideBar.nextTab" id="E5SideBar.nextTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.nextTab" /> - <keyword name="E5SideBar.orientation" id="E5SideBar.orientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.orientation" /> - <keyword name="E5SideBar.prevTab" id="E5SideBar.prevTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.prevTab" /> - <keyword name="E5SideBar.removeTab" id="E5SideBar.removeTab" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.removeTab" /> - <keyword name="E5SideBar.restoreState" id="E5SideBar.restoreState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.restoreState" /> - <keyword name="E5SideBar.saveState" id="E5SideBar.saveState" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.saveState" /> - <keyword name="E5SideBar.setCurrentIndex" id="E5SideBar.setCurrentIndex" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentIndex" /> - <keyword name="E5SideBar.setCurrentWidget" id="E5SideBar.setCurrentWidget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setCurrentWidget" /> - <keyword name="E5SideBar.setOrientation" id="E5SideBar.setOrientation" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setOrientation" /> - <keyword name="E5SideBar.setSplitter" id="E5SideBar.setSplitter" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setSplitter" /> - <keyword name="E5SideBar.setTabEnabled" id="E5SideBar.setTabEnabled" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabEnabled" /> - <keyword name="E5SideBar.setTabIcon" id="E5SideBar.setTabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabIcon" /> - <keyword name="E5SideBar.setTabText" id="E5SideBar.setTabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabText" /> - <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" /> - <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" /> - <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" /> - <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" /> - <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" /> - <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" /> - <keyword name="E5SideBar.tabWhatsThis" id="E5SideBar.tabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabWhatsThis" /> - <keyword name="E5SideBar.widget" id="E5SideBar.widget" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.widget" /> - <keyword name="E5TreeView (Module)" id="E5TreeView (Module)" ref="eric5.E5Gui.E5TreeView.html" /> - <keyword name="E5TreeView" id="E5TreeView" ref="eric5.E5Gui.E5TreeView.html#E5TreeView" /> - <keyword name="E5TreeView.keyPressEvent" id="E5TreeView.keyPressEvent" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.keyPressEvent" /> - <keyword name="E5TreeView.removeAll" id="E5TreeView.removeAll" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeAll" /> - <keyword name="E5TreeView.removeSelected" id="E5TreeView.removeSelected" ref="eric5.E5Gui.E5TreeView.html#E5TreeView.removeSelected" /> - <keyword name="E5FileDialog (Module)" id="E5FileDialog (Module)" ref="eric5.E5Gui.E5FileDialog.html" /> - <keyword name="__reorderFilter" id="__reorderFilter" ref="eric5.E5Gui.E5FileDialog.html#__reorderFilter" /> - <keyword name="getExistingDirectory" id="getExistingDirectory" ref="eric5.E5Gui.E5FileDialog.html#getExistingDirectory" /> - <keyword name="getOpenFileName" id="getOpenFileName" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileName" /> - <keyword name="getOpenFileNameAndFilter" id="getOpenFileNameAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNameAndFilter" /> - <keyword name="getOpenFileNames" id="getOpenFileNames" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNames" /> - <keyword name="getOpenFileNamesAndFilter" id="getOpenFileNamesAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNamesAndFilter" /> - <keyword name="getSaveFileName" id="getSaveFileName" ref="eric5.E5Gui.E5FileDialog.html#getSaveFileName" /> - <keyword name="getSaveFileNameAndFilter" id="getSaveFileNameAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getSaveFileNameAndFilter" /> - <keyword name="E5TextSpinBox (Module)" id="E5TextSpinBox (Module)" ref="eric5.E5Gui.E5TextSpinBox.html" /> - <keyword name="E5TextSpinBox" id="E5TextSpinBox" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox" /> - <keyword name="E5TextSpinBox (Constructor)" id="E5TextSpinBox (Constructor)" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.__init__" /> - <keyword name="E5TextSpinBox.addItem" id="E5TextSpinBox.addItem" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.addItem" /> - <keyword name="E5TextSpinBox.currentIndex" id="E5TextSpinBox.currentIndex" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.currentIndex" /> - <keyword name="E5TextSpinBox.itemData" id="E5TextSpinBox.itemData" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.itemData" /> - <keyword name="E5TextSpinBox.textFromValue" id="E5TextSpinBox.textFromValue" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.textFromValue" /> - <keyword name="E5TextSpinBox.valueFromText" id="E5TextSpinBox.valueFromText" ref="eric5.E5Gui.E5TextSpinBox.html#E5TextSpinBox.valueFromText" /> - <keyword name="E5Completers (Module)" id="E5Completers (Module)" ref="eric5.E5Gui.E5Completers.html" /> - <keyword name="E5DirCompleter" id="E5DirCompleter" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter" /> - <keyword name="E5FileCompleter" id="E5FileCompleter" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter" /> - <keyword name="E5StringListCompleter" id="E5StringListCompleter" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter" /> - <keyword name="E5DirCompleter (Constructor)" id="E5DirCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5DirCompleter.__init__" /> - <keyword name="E5FileCompleter (Constructor)" id="E5FileCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5FileCompleter.__init__" /> - <keyword name="E5StringListCompleter (Constructor)" id="E5StringListCompleter (Constructor)" ref="eric5.E5Gui.E5Completers.html#E5StringListCompleter.__init__" /> - <keyword name="E5PassivePopup (Module)" id="E5PassivePopup (Module)" ref="eric5.E5Gui.E5PassivePopup.html" /> - <keyword name="E5PassivePopup" id="E5PassivePopup" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup" /> - <keyword name="E5PassivePopup (Constructor)" id="E5PassivePopup (Constructor)" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__init__" /> - <keyword name="E5PassivePopup.__calculateNearbyPoint" id="E5PassivePopup.__calculateNearbyPoint" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__calculateNearbyPoint" /> - <keyword name="E5PassivePopup.__defaultArea" id="E5PassivePopup.__defaultArea" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__defaultArea" /> - <keyword name="E5PassivePopup.__moveNear" id="E5PassivePopup.__moveNear" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__moveNear" /> - <keyword name="E5PassivePopup.__positionSelf" id="E5PassivePopup.__positionSelf" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.__positionSelf" /> - <keyword name="E5PassivePopup.hideEvent" id="E5PassivePopup.hideEvent" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.hideEvent" /> - <keyword name="E5PassivePopup.mouseReleaseEvent" id="E5PassivePopup.mouseReleaseEvent" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.mouseReleaseEvent" /> - <keyword name="E5PassivePopup.setTimeout" id="E5PassivePopup.setTimeout" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setTimeout" /> - <keyword name="E5PassivePopup.setView" id="E5PassivePopup.setView" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setView" /> - <keyword name="E5PassivePopup.setVisible" id="E5PassivePopup.setVisible" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.setVisible" /> - <keyword name="E5PassivePopup.show" id="E5PassivePopup.show" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.show" /> - <keyword name="E5PassivePopup.timeout" id="E5PassivePopup.timeout" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.timeout" /> - <keyword name="E5PassivePopup.view" id="E5PassivePopup.view" ref="eric5.E5Gui.E5PassivePopup.html#E5PassivePopup.view" /> - <keyword name="E5ListView (Module)" id="E5ListView (Module)" ref="eric5.E5Gui.E5ListView.html" /> - <keyword name="E5ListView" id="E5ListView" ref="eric5.E5Gui.E5ListView.html#E5ListView" /> - <keyword name="E5ListView.keyPressEvent" id="E5ListView.keyPressEvent" ref="eric5.E5Gui.E5ListView.html#E5ListView.keyPressEvent" /> - <keyword name="E5ListView.removeAll" id="E5ListView.removeAll" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeAll" /> - <keyword name="E5ListView.removeSelected" id="E5ListView.removeSelected" ref="eric5.E5Gui.E5ListView.html#E5ListView.removeSelected" /> - <keyword name="E5ToolBarManager (Module)" id="E5ToolBarManager (Module)" ref="eric5.E5Gui.E5ToolBarManager.html" /> - <keyword name="E5ToolBarManager" id="E5ToolBarManager" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager" /> - <keyword name="E5ToolBarManager (Constructor)" id="E5ToolBarManager (Constructor)" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__init__" /> - <keyword name="E5ToolBarManager.__findAction" id="E5ToolBarManager.__findAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findAction" /> - <keyword name="E5ToolBarManager.__findDefaultToolBar" id="E5ToolBarManager.__findDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__findDefaultToolBar" /> - <keyword name="E5ToolBarManager.__toolBarByName" id="E5ToolBarManager.__toolBarByName" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.__toolBarByName" /> - <keyword name="E5ToolBarManager.actionById" id="E5ToolBarManager.actionById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.actionById" /> - <keyword name="E5ToolBarManager.addAction" id="E5ToolBarManager.addAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addAction" /> - <keyword name="E5ToolBarManager.addToolBar" id="E5ToolBarManager.addToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.addToolBar" /> - <keyword name="E5ToolBarManager.categories" id="E5ToolBarManager.categories" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categories" /> - <keyword name="E5ToolBarManager.categoryActions" id="E5ToolBarManager.categoryActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.categoryActions" /> - <keyword name="E5ToolBarManager.createToolBar" id="E5ToolBarManager.createToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.createToolBar" /> - <keyword name="E5ToolBarManager.defaultToolBarActions" id="E5ToolBarManager.defaultToolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBarActions" /> - <keyword name="E5ToolBarManager.defaultToolBars" id="E5ToolBarManager.defaultToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.defaultToolBars" /> - <keyword name="E5ToolBarManager.deleteToolBar" id="E5ToolBarManager.deleteToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.deleteToolBar" /> - <keyword name="E5ToolBarManager.isDefaultToolBar" id="E5ToolBarManager.isDefaultToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isDefaultToolBar" /> - <keyword name="E5ToolBarManager.isWidgetAction" id="E5ToolBarManager.isWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.isWidgetAction" /> - <keyword name="E5ToolBarManager.mainWindow" id="E5ToolBarManager.mainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.mainWindow" /> - <keyword name="E5ToolBarManager.removeAction" id="E5ToolBarManager.removeAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeAction" /> - <keyword name="E5ToolBarManager.removeToolBar" id="E5ToolBarManager.removeToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeToolBar" /> - <keyword name="E5ToolBarManager.removeWidgetActions" id="E5ToolBarManager.removeWidgetActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.removeWidgetActions" /> - <keyword name="E5ToolBarManager.renameToolBar" id="E5ToolBarManager.renameToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.renameToolBar" /> - <keyword name="E5ToolBarManager.resetAllToolBars" id="E5ToolBarManager.resetAllToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetAllToolBars" /> - <keyword name="E5ToolBarManager.resetToolBar" id="E5ToolBarManager.resetToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.resetToolBar" /> - <keyword name="E5ToolBarManager.restoreState" id="E5ToolBarManager.restoreState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.restoreState" /> - <keyword name="E5ToolBarManager.saveState" id="E5ToolBarManager.saveState" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.saveState" /> - <keyword name="E5ToolBarManager.setMainWindow" id="E5ToolBarManager.setMainWindow" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setMainWindow" /> - <keyword name="E5ToolBarManager.setToolBar" id="E5ToolBarManager.setToolBar" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBar" /> - <keyword name="E5ToolBarManager.setToolBars" id="E5ToolBarManager.setToolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.setToolBars" /> - <keyword name="E5ToolBarManager.toolBarActions" id="E5ToolBarManager.toolBarActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarActions" /> - <keyword name="E5ToolBarManager.toolBarById" id="E5ToolBarManager.toolBarById" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarById" /> - <keyword name="E5ToolBarManager.toolBarWidgetAction" id="E5ToolBarManager.toolBarWidgetAction" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarWidgetAction" /> - <keyword name="E5ToolBarManager.toolBars" id="E5ToolBarManager.toolBars" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBars" /> - <keyword name="E5ToolBarManager.toolBarsActions" id="E5ToolBarManager.toolBarsActions" ref="eric5.E5Gui.E5ToolBarManager.html#E5ToolBarManager.toolBarsActions" /> - <keyword name="E5ToolBarDialog (Module)" id="E5ToolBarDialog (Module)" ref="eric5.E5Gui.E5ToolBarDialog.html" /> - <keyword name="E5ToolBarDialog" id="E5ToolBarDialog" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog" /> - <keyword name="E5ToolBarItem" id="E5ToolBarItem" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem" /> - <keyword name="E5ToolBarDialog (Constructor)" id="E5ToolBarDialog (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__init__" /> - <keyword name="E5ToolBarDialog.__resetCurrentToolbar" id="E5ToolBarDialog.__resetCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__resetCurrentToolbar" /> - <keyword name="E5ToolBarDialog.__restoreCurrentToolbar" id="E5ToolBarDialog.__restoreCurrentToolbar" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbar" /> - <keyword name="E5ToolBarDialog.__restoreCurrentToolbarToDefault" id="E5ToolBarDialog.__restoreCurrentToolbarToDefault" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__restoreCurrentToolbarToDefault" /> - <keyword name="E5ToolBarDialog.__saveToolBars" id="E5ToolBarDialog.__saveToolBars" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__saveToolBars" /> - <keyword name="E5ToolBarDialog.__setupButtons" id="E5ToolBarDialog.__setupButtons" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__setupButtons" /> - <keyword name="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" id="E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.__toolbarComboBox_currentIndexChanged" /> - <keyword name="E5ToolBarDialog.on_actionsTree_currentItemChanged" id="E5ToolBarDialog.on_actionsTree_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_actionsTree_currentItemChanged" /> - <keyword name="E5ToolBarDialog.on_buttonBox_clicked" id="E5ToolBarDialog.on_buttonBox_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_buttonBox_clicked" /> - <keyword name="E5ToolBarDialog.on_downButton_clicked" id="E5ToolBarDialog.on_downButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_downButton_clicked" /> - <keyword name="E5ToolBarDialog.on_leftButton_clicked" id="E5ToolBarDialog.on_leftButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_leftButton_clicked" /> - <keyword name="E5ToolBarDialog.on_newButton_clicked" id="E5ToolBarDialog.on_newButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_newButton_clicked" /> - <keyword name="E5ToolBarDialog.on_removeButton_clicked" id="E5ToolBarDialog.on_removeButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_removeButton_clicked" /> - <keyword name="E5ToolBarDialog.on_renameButton_clicked" id="E5ToolBarDialog.on_renameButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_renameButton_clicked" /> - <keyword name="E5ToolBarDialog.on_rightButton_clicked" id="E5ToolBarDialog.on_rightButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_rightButton_clicked" /> - <keyword name="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" id="E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_toolbarActionsList_currentItemChanged" /> - <keyword name="E5ToolBarDialog.on_upButton_clicked" id="E5ToolBarDialog.on_upButton_clicked" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarDialog.on_upButton_clicked" /> - <keyword name="E5ToolBarItem (Constructor)" id="E5ToolBarItem (Constructor)" ref="eric5.E5Gui.E5ToolBarDialog.html#E5ToolBarItem.__init__" /> - <keyword name="E5Application (Module)" id="E5Application (Module)" ref="eric5.E5Gui.E5Application.html" /> - <keyword name="E5Application" id="E5Application" ref="eric5.E5Gui.E5Application.html#E5Application" /> - <keyword name="E5Application (Constructor)" id="E5Application (Constructor)" ref="eric5.E5Gui.E5Application.html#E5Application.__init__" /> - <keyword name="E5Application.getObject" id="E5Application.getObject" ref="eric5.E5Gui.E5Application.html#E5Application.getObject" /> - <keyword name="E5Application.getPluginObject" id="E5Application.getPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObject" /> - <keyword name="E5Application.getPluginObjectType" id="E5Application.getPluginObjectType" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjectType" /> - <keyword name="E5Application.getPluginObjects" id="E5Application.getPluginObjects" ref="eric5.E5Gui.E5Application.html#E5Application.getPluginObjects" /> - <keyword name="E5Application.registerObject" id="E5Application.registerObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerObject" /> - <keyword name="E5Application.registerPluginObject" id="E5Application.registerPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.registerPluginObject" /> - <keyword name="E5Application.unregisterPluginObject" id="E5Application.unregisterPluginObject" ref="eric5.E5Gui.E5Application.html#E5Application.unregisterPluginObject" /> - <keyword name="E5PasswordMeter (Module)" id="E5PasswordMeter (Module)" ref="eric5.E5Gui.E5PasswordMeter.html" /> - <keyword name="E5PasswordMeter" id="E5PasswordMeter" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter" /> - <keyword name="E5PasswordMeter (Constructor)" id="E5PasswordMeter (Constructor)" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.__init__" /> - <keyword name="E5PasswordMeter.checkPasswordStrength" id="E5PasswordMeter.checkPasswordStrength" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.checkPasswordStrength" /> - <keyword name="E5PasswordMeter.setMaximum" id="E5PasswordMeter.setMaximum" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setMaximum" /> - <keyword name="E5PasswordMeter.setMinimum" id="E5PasswordMeter.setMinimum" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setMinimum" /> - <keyword name="E5PasswordMeter.setValue" id="E5PasswordMeter.setValue" ref="eric5.E5Gui.E5PasswordMeter.html#E5PasswordMeter.setValue" /> - <keyword name="E5TreeSortFilterProxyModel (Module)" id="E5TreeSortFilterProxyModel (Module)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html" /> - <keyword name="E5TreeSortFilterProxyModel" id="E5TreeSortFilterProxyModel" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel" /> - <keyword name="E5TreeSortFilterProxyModel (Constructor)" id="E5TreeSortFilterProxyModel (Constructor)" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.__init__" /> - <keyword name="E5TreeSortFilterProxyModel.filterAcceptsRow" id="E5TreeSortFilterProxyModel.filterAcceptsRow" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.filterAcceptsRow" /> - <keyword name="E5TreeSortFilterProxyModel.hasChildren" id="E5TreeSortFilterProxyModel.hasChildren" ref="eric5.E5Gui.E5TreeSortFilterProxyModel.html#E5TreeSortFilterProxyModel.hasChildren" /> - <keyword name="E5MessageBox (Module)" id="E5MessageBox (Module)" ref="eric5.E5Gui.E5MessageBox.html" /> - <keyword name="E5MessageBox" id="E5MessageBox" ref="eric5.E5Gui.E5MessageBox.html#E5MessageBox" /> - <keyword name="__messageBox" id="__messageBox" ref="eric5.E5Gui.E5MessageBox.html#__messageBox" /> - <keyword name="critical" id="critical" ref="eric5.E5Gui.E5MessageBox.html#critical" /> - <keyword name="information" id="information" ref="eric5.E5Gui.E5MessageBox.html#information" /> - <keyword name="okToClearData" id="okToClearData" ref="eric5.E5Gui.E5MessageBox.html#okToClearData" /> - <keyword name="question" id="question" ref="eric5.E5Gui.E5MessageBox.html#question" /> - <keyword name="retryAbort" id="retryAbort" ref="eric5.E5Gui.E5MessageBox.html#retryAbort" /> - <keyword name="warning" id="warning" ref="eric5.E5Gui.E5MessageBox.html#warning" /> - <keyword name="yesNo" id="yesNo" ref="eric5.E5Gui.E5MessageBox.html#yesNo" /> - <keyword name="E5MessageBox (Constructor)" id="E5MessageBox (Constructor)" ref="eric5.E5Gui.E5MessageBox.html#E5MessageBox.__init__" /> - <keyword name="E5TabWidget (Module)" id="E5TabWidget (Module)" ref="eric5.E5Gui.E5TabWidget.html" /> - <keyword name="E5DnDTabBar" id="E5DnDTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar" /> - <keyword name="E5TabWidget" id="E5TabWidget" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget" /> - <keyword name="E5WheelTabBar" id="E5WheelTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar" /> - <keyword name="E5DnDTabBar (Constructor)" id="E5DnDTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.__init__" /> - <keyword name="E5DnDTabBar.dragEnterEvent" id="E5DnDTabBar.dragEnterEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dragEnterEvent" /> - <keyword name="E5DnDTabBar.dropEvent" id="E5DnDTabBar.dropEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.dropEvent" /> - <keyword name="E5DnDTabBar.mouseMoveEvent" id="E5DnDTabBar.mouseMoveEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mouseMoveEvent" /> - <keyword name="E5DnDTabBar.mousePressEvent" id="E5DnDTabBar.mousePressEvent" ref="eric5.E5Gui.E5TabWidget.html#E5DnDTabBar.mousePressEvent" /> - <keyword name="E5TabWidget (Constructor)" id="E5TabWidget (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__init__" /> - <keyword name="E5TabWidget.__currentChanged" id="E5TabWidget.__currentChanged" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__currentChanged" /> - <keyword name="E5TabWidget.__freeSide" id="E5TabWidget.__freeSide" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__freeSide" /> - <keyword name="E5TabWidget.__handleTabCustomContextMenuRequested" id="E5TabWidget.__handleTabCustomContextMenuRequested" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.__handleTabCustomContextMenuRequested" /> - <keyword name="E5TabWidget.animationLabel" id="E5TabWidget.animationLabel" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.animationLabel" /> - <keyword name="E5TabWidget.moveTab" id="E5TabWidget.moveTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.moveTab" /> - <keyword name="E5TabWidget.nextTab" id="E5TabWidget.nextTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.nextTab" /> - <keyword name="E5TabWidget.prevTab" id="E5TabWidget.prevTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.prevTab" /> - <keyword name="E5TabWidget.resetAnimation" id="E5TabWidget.resetAnimation" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.resetAnimation" /> - <keyword name="E5TabWidget.selectTab" id="E5TabWidget.selectTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.selectTab" /> - <keyword name="E5TabWidget.setCustomTabBar" id="E5TabWidget.setCustomTabBar" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setCustomTabBar" /> - <keyword name="E5TabWidget.setTabContextMenuPolicy" id="E5TabWidget.setTabContextMenuPolicy" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.setTabContextMenuPolicy" /> - <keyword name="E5TabWidget.switchTab" id="E5TabWidget.switchTab" ref="eric5.E5Gui.E5TabWidget.html#E5TabWidget.switchTab" /> - <keyword name="E5WheelTabBar (Constructor)" id="E5WheelTabBar (Constructor)" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.__init__" /> - <keyword name="E5WheelTabBar.wheelEvent" id="E5WheelTabBar.wheelEvent" ref="eric5.E5Gui.E5TabWidget.html#E5WheelTabBar.wheelEvent" /> - <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" /> - <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" /> - <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" /> - <keyword name="addActions" id="addActions" ref="eric5.E5Gui.E5Action.html#addActions" /> - <keyword name="createActionGroup" id="createActionGroup" ref="eric5.E5Gui.E5Action.html#createActionGroup" /> - <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" /> - <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" /> - <keyword name="ArgumentsError.__str__" id="ArgumentsError.__str__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__str__" /> - <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" /> - <keyword name="E5Action.__ammendToolTip" id="E5Action.__ammendToolTip" ref="eric5.E5Gui.E5Action.html#E5Action.__ammendToolTip" /> - <keyword name="E5Action.alternateShortcut" id="E5Action.alternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.alternateShortcut" /> - <keyword name="E5Action.setAlternateShortcut" id="E5Action.setAlternateShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setAlternateShortcut" /> - <keyword name="E5Action.setShortcut" id="E5Action.setShortcut" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcut" /> - <keyword name="E5Action.setShortcuts" id="E5Action.setShortcuts" ref="eric5.E5Gui.E5Action.html#E5Action.setShortcuts" /> - <keyword name="E5ModelMenu (Module)" id="E5ModelMenu (Module)" ref="eric5.E5Gui.E5ModelMenu.html" /> - <keyword name="E5ModelMenu" id="E5ModelMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu" /> - <keyword name="E5ModelMenu (Constructor)" id="E5ModelMenu (Constructor)" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__init__" /> - <keyword name="E5ModelMenu.__aboutToShow" id="E5ModelMenu.__aboutToShow" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__aboutToShow" /> - <keyword name="E5ModelMenu.__actionTriggered" id="E5ModelMenu.__actionTriggered" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__actionTriggered" /> - <keyword name="E5ModelMenu.__makeAction" id="E5ModelMenu.__makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.__makeAction" /> - <keyword name="E5ModelMenu.createBaseMenu" id="E5ModelMenu.createBaseMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createBaseMenu" /> - <keyword name="E5ModelMenu.createMenu" id="E5ModelMenu.createMenu" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.createMenu" /> - <keyword name="E5ModelMenu.dragEnterEvent" id="E5ModelMenu.dragEnterEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dragEnterEvent" /> - <keyword name="E5ModelMenu.dropEvent" id="E5ModelMenu.dropEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.dropEvent" /> - <keyword name="E5ModelMenu.firstSeparator" id="E5ModelMenu.firstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.firstSeparator" /> - <keyword name="E5ModelMenu.index" id="E5ModelMenu.index" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.index" /> - <keyword name="E5ModelMenu.makeAction" id="E5ModelMenu.makeAction" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.makeAction" /> - <keyword name="E5ModelMenu.maxRows" id="E5ModelMenu.maxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.maxRows" /> - <keyword name="E5ModelMenu.model" id="E5ModelMenu.model" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.model" /> - <keyword name="E5ModelMenu.mouseMoveEvent" id="E5ModelMenu.mouseMoveEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseMoveEvent" /> - <keyword name="E5ModelMenu.mousePressEvent" id="E5ModelMenu.mousePressEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mousePressEvent" /> - <keyword name="E5ModelMenu.mouseReleaseEvent" id="E5ModelMenu.mouseReleaseEvent" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.mouseReleaseEvent" /> - <keyword name="E5ModelMenu.postPopulated" id="E5ModelMenu.postPopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.postPopulated" /> - <keyword name="E5ModelMenu.prePopulated" id="E5ModelMenu.prePopulated" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.prePopulated" /> - <keyword name="E5ModelMenu.removeEntry" id="E5ModelMenu.removeEntry" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.removeEntry" /> - <keyword name="E5ModelMenu.resetFlags" id="E5ModelMenu.resetFlags" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.resetFlags" /> - <keyword name="E5ModelMenu.rootIndex" id="E5ModelMenu.rootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.rootIndex" /> - <keyword name="E5ModelMenu.separatorRole" id="E5ModelMenu.separatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.separatorRole" /> - <keyword name="E5ModelMenu.setFirstSeparator" id="E5ModelMenu.setFirstSeparator" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setFirstSeparator" /> - <keyword name="E5ModelMenu.setMaxRows" id="E5ModelMenu.setMaxRows" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setMaxRows" /> - <keyword name="E5ModelMenu.setModel" id="E5ModelMenu.setModel" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setModel" /> - <keyword name="E5ModelMenu.setRootIndex" id="E5ModelMenu.setRootIndex" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setRootIndex" /> - <keyword name="E5ModelMenu.setSeparatorRole" id="E5ModelMenu.setSeparatorRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setSeparatorRole" /> - <keyword name="E5ModelMenu.setStatusBarTextRole" id="E5ModelMenu.setStatusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.setStatusBarTextRole" /> - <keyword name="E5ModelMenu.statusBarTextRole" id="E5ModelMenu.statusBarTextRole" ref="eric5.E5Gui.E5ModelMenu.html#E5ModelMenu.statusBarTextRole" /> - <keyword name="E5LineEditButton (Module)" id="E5LineEditButton (Module)" ref="eric5.E5Gui.E5LineEditButton.html" /> - <keyword name="E5LineEditButton" id="E5LineEditButton" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton" /> - <keyword name="E5LineEditButton (Constructor)" id="E5LineEditButton (Constructor)" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.__init__" /> - <keyword name="E5LineEditButton.__clicked" id="E5LineEditButton.__clicked" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.__clicked" /> - <keyword name="E5LineEditButton.menu" id="E5LineEditButton.menu" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.menu" /> - <keyword name="E5LineEditButton.paintEvent" id="E5LineEditButton.paintEvent" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.paintEvent" /> - <keyword name="E5LineEditButton.setIcon" id="E5LineEditButton.setIcon" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.setIcon" /> - <keyword name="E5LineEditButton.setMenu" id="E5LineEditButton.setMenu" ref="eric5.E5Gui.E5LineEditButton.html#E5LineEditButton.setMenu" /> - <keyword name="E5TableView (Module)" id="E5TableView (Module)" ref="eric5.E5Gui.E5TableView.html" /> - <keyword name="E5TableView" id="E5TableView" ref="eric5.E5Gui.E5TableView.html#E5TableView" /> - <keyword name="E5TableView.keyPressEvent" id="E5TableView.keyPressEvent" ref="eric5.E5Gui.E5TableView.html#E5TableView.keyPressEvent" /> - <keyword name="E5TableView.removeAll" id="E5TableView.removeAll" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeAll" /> - <keyword name="E5TableView.removeSelected" id="E5TableView.removeSelected" ref="eric5.E5Gui.E5TableView.html#E5TableView.removeSelected" /> - <keyword name="E5ModelToolBar (Module)" id="E5ModelToolBar (Module)" ref="eric5.E5Gui.E5ModelToolBar.html" /> - <keyword name="E5ModelToolBar" id="E5ModelToolBar" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar" /> - <keyword name="E5ModelToolBar (Constructor)" id="E5ModelToolBar (Constructor)" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.__init__" /> - <keyword name="E5ModelToolBar._build" id="E5ModelToolBar._build" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._build" /> - <keyword name="E5ModelToolBar._createMenu" id="E5ModelToolBar._createMenu" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar._createMenu" /> - <keyword name="E5ModelToolBar.dragEnterEvent" id="E5ModelToolBar.dragEnterEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dragEnterEvent" /> - <keyword name="E5ModelToolBar.dropEvent" id="E5ModelToolBar.dropEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.dropEvent" /> - <keyword name="E5ModelToolBar.eventFilter" id="E5ModelToolBar.eventFilter" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.eventFilter" /> - <keyword name="E5ModelToolBar.hideEvent" id="E5ModelToolBar.hideEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.hideEvent" /> - <keyword name="E5ModelToolBar.index" id="E5ModelToolBar.index" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.index" /> - <keyword name="E5ModelToolBar.model" id="E5ModelToolBar.model" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.model" /> - <keyword name="E5ModelToolBar.mouseMoveEvent" id="E5ModelToolBar.mouseMoveEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.mouseMoveEvent" /> - <keyword name="E5ModelToolBar.resetFlags" id="E5ModelToolBar.resetFlags" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.resetFlags" /> - <keyword name="E5ModelToolBar.rootIndex" id="E5ModelToolBar.rootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.rootIndex" /> - <keyword name="E5ModelToolBar.setModel" id="E5ModelToolBar.setModel" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setModel" /> - <keyword name="E5ModelToolBar.setRootIndex" id="E5ModelToolBar.setRootIndex" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.setRootIndex" /> - <keyword name="E5ModelToolBar.showEvent" id="E5ModelToolBar.showEvent" ref="eric5.E5Gui.E5ModelToolBar.html#E5ModelToolBar.showEvent" /> + <keyword name="ViewProfileDialog (Module)" id="ViewProfileDialog (Module)" ref="eric5.Preferences.ViewProfileDialog.html" /> + <keyword name="ViewProfileDialog" id="ViewProfileDialog" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog" /> + <keyword name="ViewProfileDialog (Constructor)" id="ViewProfileDialog (Constructor)" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.__init__" /> + <keyword name="ViewProfileDialog.getProfiles" id="ViewProfileDialog.getProfiles" ref="eric5.Preferences.ViewProfileDialog.html#ViewProfileDialog.getProfiles" /> <keyword name="Project (Package)" id="Project (Package)" ref="index-eric5.Project.html" /> + <keyword name="AddDirectoryDialog (Module)" id="AddDirectoryDialog (Module)" ref="eric5.Project.AddDirectoryDialog.html" /> + <keyword name="AddDirectoryDialog" id="AddDirectoryDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog" /> + <keyword name="AddDirectoryDialog (Constructor)" id="AddDirectoryDialog (Constructor)" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__init__" /> + <keyword name="AddDirectoryDialog.__dirDialog" id="AddDirectoryDialog.__dirDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__dirDialog" /> + <keyword name="AddDirectoryDialog.getData" id="AddDirectoryDialog.getData" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.getData" /> + <keyword name="AddDirectoryDialog.on_filterComboBox_highlighted" id="AddDirectoryDialog.on_filterComboBox_highlighted" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_filterComboBox_highlighted" /> + <keyword name="AddDirectoryDialog.on_sourceDirButton_clicked" id="AddDirectoryDialog.on_sourceDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirButton_clicked" /> + <keyword name="AddDirectoryDialog.on_sourceDirEdit_textChanged" id="AddDirectoryDialog.on_sourceDirEdit_textChanged" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirEdit_textChanged" /> + <keyword name="AddDirectoryDialog.on_targetDirButton_clicked" id="AddDirectoryDialog.on_targetDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_targetDirButton_clicked" /> + <keyword name="AddFileDialog (Module)" id="AddFileDialog (Module)" ref="eric5.Project.AddFileDialog.html" /> + <keyword name="AddFileDialog" id="AddFileDialog" ref="eric5.Project.AddFileDialog.html#AddFileDialog" /> + <keyword name="AddFileDialog (Constructor)" id="AddFileDialog (Constructor)" ref="eric5.Project.AddFileDialog.html#AddFileDialog.__init__" /> + <keyword name="AddFileDialog.getData" id="AddFileDialog.getData" ref="eric5.Project.AddFileDialog.html#AddFileDialog.getData" /> + <keyword name="AddFileDialog.on_sourceFileButton_clicked" id="AddFileDialog.on_sourceFileButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileButton_clicked" /> + <keyword name="AddFileDialog.on_sourceFileEdit_textChanged" id="AddFileDialog.on_sourceFileEdit_textChanged" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileEdit_textChanged" /> + <keyword name="AddFileDialog.on_targetDirButton_clicked" id="AddFileDialog.on_targetDirButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_targetDirButton_clicked" /> + <keyword name="AddFoundFilesDialog (Module)" id="AddFoundFilesDialog (Module)" ref="eric5.Project.AddFoundFilesDialog.html" /> + <keyword name="AddFoundFilesDialog" id="AddFoundFilesDialog" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog" /> + <keyword name="AddFoundFilesDialog (Constructor)" id="AddFoundFilesDialog (Constructor)" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.__init__" /> + <keyword name="AddFoundFilesDialog.getSelection" id="AddFoundFilesDialog.getSelection" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.getSelection" /> + <keyword name="AddFoundFilesDialog.on_addAllButton_clicked" id="AddFoundFilesDialog.on_addAllButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addAllButton_clicked" /> + <keyword name="AddFoundFilesDialog.on_addSelectedButton_clicked" id="AddFoundFilesDialog.on_addSelectedButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addSelectedButton_clicked" /> + <keyword name="AddFoundFilesDialog.on_buttonBox_clicked" id="AddFoundFilesDialog.on_buttonBox_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_buttonBox_clicked" /> + <keyword name="AddLanguageDialog (Module)" id="AddLanguageDialog (Module)" ref="eric5.Project.AddLanguageDialog.html" /> + <keyword name="AddLanguageDialog" id="AddLanguageDialog" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog" /> + <keyword name="AddLanguageDialog (Constructor)" id="AddLanguageDialog (Constructor)" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.__init__" /> + <keyword name="AddLanguageDialog.getSelectedLanguage" id="AddLanguageDialog.getSelectedLanguage" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.getSelectedLanguage" /> + <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric5.Project.CreateDialogCodeDialog.html" /> + <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" /> + <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" /> + <keyword name="CreateDialogCodeDialog.__className" id="CreateDialogCodeDialog.__className" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__className" /> + <keyword name="CreateDialogCodeDialog.__generateCode" id="CreateDialogCodeDialog.__generateCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generateCode" /> + <keyword name="CreateDialogCodeDialog.__generatePythonCode" id="CreateDialogCodeDialog.__generatePythonCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generatePythonCode" /> + <keyword name="CreateDialogCodeDialog.__mapType" id="CreateDialogCodeDialog.__mapType" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__mapType" /> + <keyword name="CreateDialogCodeDialog.__objectName" id="CreateDialogCodeDialog.__objectName" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__objectName" /> + <keyword name="CreateDialogCodeDialog.__signatures" id="CreateDialogCodeDialog.__signatures" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__signatures" /> + <keyword name="CreateDialogCodeDialog.__updateSlotsModel" id="CreateDialogCodeDialog.__updateSlotsModel" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__updateSlotsModel" /> + <keyword name="CreateDialogCodeDialog.initError" id="CreateDialogCodeDialog.initError" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.initError" /> + <keyword name="CreateDialogCodeDialog.on_buttonBox_clicked" id="CreateDialogCodeDialog.on_buttonBox_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_buttonBox_clicked" /> + <keyword name="CreateDialogCodeDialog.on_classNameCombo_activated" id="CreateDialogCodeDialog.on_classNameCombo_activated" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_classNameCombo_activated" /> + <keyword name="CreateDialogCodeDialog.on_clearFilterButton_clicked" id="CreateDialogCodeDialog.on_clearFilterButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_clearFilterButton_clicked" /> + <keyword name="CreateDialogCodeDialog.on_filterEdit_textChanged" id="CreateDialogCodeDialog.on_filterEdit_textChanged" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_filterEdit_textChanged" /> + <keyword name="CreateDialogCodeDialog.on_newButton_clicked" id="CreateDialogCodeDialog.on_newButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_newButton_clicked" /> <keyword name="DebuggerPropertiesDialog (Module)" id="DebuggerPropertiesDialog (Module)" ref="eric5.Project.DebuggerPropertiesDialog.html" /> <keyword name="DebuggerPropertiesDialog" id="DebuggerPropertiesDialog" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog" /> <keyword name="DebuggerPropertiesDialog (Constructor)" id="DebuggerPropertiesDialog (Constructor)" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.__init__" /> <keyword name="DebuggerPropertiesDialog.on_debugClientButton_clicked" id="DebuggerPropertiesDialog.on_debugClientButton_clicked" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_debugClientButton_clicked" /> <keyword name="DebuggerPropertiesDialog.on_interpreterButton_clicked" id="DebuggerPropertiesDialog.on_interpreterButton_clicked" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.on_interpreterButton_clicked" /> <keyword name="DebuggerPropertiesDialog.storeData" id="DebuggerPropertiesDialog.storeData" ref="eric5.Project.DebuggerPropertiesDialog.html#DebuggerPropertiesDialog.storeData" /> + <keyword name="FiletypeAssociationDialog (Module)" id="FiletypeAssociationDialog (Module)" ref="eric5.Project.FiletypeAssociationDialog.html" /> + <keyword name="FiletypeAssociationDialog" id="FiletypeAssociationDialog" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog" /> + <keyword name="FiletypeAssociationDialog (Constructor)" id="FiletypeAssociationDialog (Constructor)" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__init__" /> + <keyword name="FiletypeAssociationDialog.__createItem" id="FiletypeAssociationDialog.__createItem" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__createItem" /> + <keyword name="FiletypeAssociationDialog.__reformat" id="FiletypeAssociationDialog.__reformat" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__reformat" /> + <keyword name="FiletypeAssociationDialog.__resort" id="FiletypeAssociationDialog.__resort" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__resort" /> + <keyword name="FiletypeAssociationDialog.on_addAssociationButton_clicked" id="FiletypeAssociationDialog.on_addAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_addAssociationButton_clicked" /> + <keyword name="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" id="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_deleteAssociationButton_clicked" /> + <keyword name="FiletypeAssociationDialog.on_filePatternEdit_textChanged" id="FiletypeAssociationDialog.on_filePatternEdit_textChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filePatternEdit_textChanged" /> + <keyword name="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" id="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" /> + <keyword name="FiletypeAssociationDialog.transferData" id="FiletypeAssociationDialog.transferData" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.transferData" /> + <keyword name="LexerAssociationDialog (Module)" id="LexerAssociationDialog (Module)" ref="eric5.Project.LexerAssociationDialog.html" /> + <keyword name="LexerAssociationDialog" id="LexerAssociationDialog" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog" /> + <keyword name="LexerAssociationDialog (Constructor)" id="LexerAssociationDialog (Constructor)" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.__init__" /> + <keyword name="LexerAssociationDialog.on_addLexerButton_clicked" id="LexerAssociationDialog.on_addLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_addLexerButton_clicked" /> + <keyword name="LexerAssociationDialog.on_deleteLexerButton_clicked" id="LexerAssociationDialog.on_deleteLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_deleteLexerButton_clicked" /> + <keyword name="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" id="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" /> + <keyword name="LexerAssociationDialog.on_editorLexerList_itemActivated" id="LexerAssociationDialog.on_editorLexerList_itemActivated" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemActivated" /> + <keyword name="LexerAssociationDialog.on_editorLexerList_itemClicked" id="LexerAssociationDialog.on_editorLexerList_itemClicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemClicked" /> + <keyword name="LexerAssociationDialog.transferData" id="LexerAssociationDialog.transferData" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.transferData" /> <keyword name="NewDialogClassDialog (Module)" id="NewDialogClassDialog (Module)" ref="eric5.Project.NewDialogClassDialog.html" /> <keyword name="NewDialogClassDialog" id="NewDialogClassDialog" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog" /> <keyword name="NewDialogClassDialog (Constructor)" id="NewDialogClassDialog (Constructor)" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.__init__" /> @@ -4765,47 +3788,11 @@ <keyword name="NewDialogClassDialog.on_filenameEdit_textChanged" id="NewDialogClassDialog.on_filenameEdit_textChanged" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_filenameEdit_textChanged" /> <keyword name="NewDialogClassDialog.on_pathButton_clicked" id="NewDialogClassDialog.on_pathButton_clicked" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathButton_clicked" /> <keyword name="NewDialogClassDialog.on_pathnameEdit_textChanged" id="NewDialogClassDialog.on_pathnameEdit_textChanged" ref="eric5.Project.NewDialogClassDialog.html#NewDialogClassDialog.on_pathnameEdit_textChanged" /> - <keyword name="SpellingPropertiesDialog (Module)" id="SpellingPropertiesDialog (Module)" ref="eric5.Project.SpellingPropertiesDialog.html" /> - <keyword name="SpellingPropertiesDialog" id="SpellingPropertiesDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog" /> - <keyword name="SpellingPropertiesDialog (Constructor)" id="SpellingPropertiesDialog (Constructor)" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.__init__" /> - <keyword name="SpellingPropertiesDialog.initDialog" id="SpellingPropertiesDialog.initDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.initDialog" /> - <keyword name="SpellingPropertiesDialog.on_pelButton_clicked" id="SpellingPropertiesDialog.on_pelButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pelButton_clicked" /> - <keyword name="SpellingPropertiesDialog.on_pwlButton_clicked" id="SpellingPropertiesDialog.on_pwlButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pwlButton_clicked" /> - <keyword name="SpellingPropertiesDialog.storeData" id="SpellingPropertiesDialog.storeData" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.storeData" /> - <keyword name="TranslationPropertiesDialog (Module)" id="TranslationPropertiesDialog (Module)" ref="eric5.Project.TranslationPropertiesDialog.html" /> - <keyword name="TranslationPropertiesDialog" id="TranslationPropertiesDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog" /> - <keyword name="TranslationPropertiesDialog (Constructor)" id="TranslationPropertiesDialog (Constructor)" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.__init__" /> - <keyword name="TranslationPropertiesDialog.initDialog" id="TranslationPropertiesDialog.initDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initDialog" /> - <keyword name="TranslationPropertiesDialog.initFilters" id="TranslationPropertiesDialog.initFilters" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initFilters" /> - <keyword name="TranslationPropertiesDialog.on_addExceptionButton_clicked" id="TranslationPropertiesDialog.on_addExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_addExceptionButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" id="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_deleteExceptionButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_exceptDirButton_clicked" id="TranslationPropertiesDialog.on_exceptDirButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptDirButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_exceptFileButton_clicked" id="TranslationPropertiesDialog.on_exceptFileButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptFileButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_exceptionEdit_textChanged" id="TranslationPropertiesDialog.on_exceptionEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionEdit_textChanged" /> - <keyword name="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" id="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" /> - <keyword name="TranslationPropertiesDialog.on_transBinPathButton_clicked" id="TranslationPropertiesDialog.on_transBinPathButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_transPatternButton_clicked" id="TranslationPropertiesDialog.on_transPatternButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternButton_clicked" /> - <keyword name="TranslationPropertiesDialog.on_transPatternEdit_textChanged" id="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternEdit_textChanged" /> - <keyword name="TranslationPropertiesDialog.storeData" id="TranslationPropertiesDialog.storeData" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.storeData" /> - <keyword name="ProjectBrowserSortFilterProxyModel (Module)" id="ProjectBrowserSortFilterProxyModel (Module)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html" /> - <keyword name="ProjectBrowserSortFilterProxyModel" id="ProjectBrowserSortFilterProxyModel" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel" /> - <keyword name="ProjectBrowserSortFilterProxyModel (Constructor)" id="ProjectBrowserSortFilterProxyModel (Constructor)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.__init__" /> - <keyword name="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" id="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.filterAcceptsRow" /> - <keyword name="ProjectBrowserSortFilterProxyModel.preferencesChanged" id="ProjectBrowserSortFilterProxyModel.preferencesChanged" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.preferencesChanged" /> - <keyword name="ProjectOthersBrowser (Module)" id="ProjectOthersBrowser (Module)" ref="eric5.Project.ProjectOthersBrowser.html" /> - <keyword name="ProjectOthersBrowser" id="ProjectOthersBrowser" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser" /> - <keyword name="ProjectOthersBrowser (Constructor)" id="ProjectOthersBrowser (Constructor)" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__init__" /> - <keyword name="ProjectOthersBrowser.__deleteItem" id="ProjectOthersBrowser.__deleteItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__deleteItem" /> - <keyword name="ProjectOthersBrowser.__refreshItem" id="ProjectOthersBrowser.__refreshItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__refreshItem" /> - <keyword name="ProjectOthersBrowser.__removeItem" id="ProjectOthersBrowser.__removeItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__removeItem" /> - <keyword name="ProjectOthersBrowser.__showContextMenu" id="ProjectOthersBrowser.__showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenu" /> - <keyword name="ProjectOthersBrowser.__showContextMenuBack" id="ProjectOthersBrowser.__showContextMenuBack" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuBack" /> - <keyword name="ProjectOthersBrowser.__showContextMenuMulti" id="ProjectOthersBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuMulti" /> - <keyword name="ProjectOthersBrowser._contextMenuRequested" id="ProjectOthersBrowser._contextMenuRequested" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._contextMenuRequested" /> - <keyword name="ProjectOthersBrowser._createPopupMenus" id="ProjectOthersBrowser._createPopupMenus" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._createPopupMenus" /> - <keyword name="ProjectOthersBrowser._editPixmap" id="ProjectOthersBrowser._editPixmap" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._editPixmap" /> - <keyword name="ProjectOthersBrowser._openItem" id="ProjectOthersBrowser._openItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._openItem" /> - <keyword name="ProjectOthersBrowser._showContextMenu" id="ProjectOthersBrowser._showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._showContextMenu" /> + <keyword name="NewPythonPackageDialog (Module)" id="NewPythonPackageDialog (Module)" ref="eric5.Project.NewPythonPackageDialog.html" /> + <keyword name="NewPythonPackageDialog" id="NewPythonPackageDialog" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog" /> + <keyword name="NewPythonPackageDialog (Constructor)" id="NewPythonPackageDialog (Constructor)" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.__init__" /> + <keyword name="NewPythonPackageDialog.getData" id="NewPythonPackageDialog.getData" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.getData" /> + <keyword name="NewPythonPackageDialog.on_packageEdit_textChanged" id="NewPythonPackageDialog.on_packageEdit_textChanged" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.on_packageEdit_textChanged" /> <keyword name="Project (Module)" id="Project (Module)" ref="eric5.Project.Project.html" /> <keyword name="Project" id="Project" ref="eric5.Project.Project.html#Project" /> <keyword name="Project (Constructor)" id="Project (Constructor)" ref="eric5.Project.Project.html#Project.__init__" /> @@ -4959,151 +3946,6 @@ <keyword name="Project.unregisterProjectType" id="Project.unregisterProjectType" ref="eric5.Project.Project.html#Project.unregisterProjectType" /> <keyword name="Project.updateFileTypes" id="Project.updateFileTypes" ref="eric5.Project.Project.html#Project.updateFileTypes" /> <keyword name="Project.useSystemEol" id="Project.useSystemEol" ref="eric5.Project.Project.html#Project.useSystemEol" /> - <keyword name="AddDirectoryDialog (Module)" id="AddDirectoryDialog (Module)" ref="eric5.Project.AddDirectoryDialog.html" /> - <keyword name="AddDirectoryDialog" id="AddDirectoryDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog" /> - <keyword name="AddDirectoryDialog (Constructor)" id="AddDirectoryDialog (Constructor)" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__init__" /> - <keyword name="AddDirectoryDialog.__dirDialog" id="AddDirectoryDialog.__dirDialog" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.__dirDialog" /> - <keyword name="AddDirectoryDialog.getData" id="AddDirectoryDialog.getData" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.getData" /> - <keyword name="AddDirectoryDialog.on_filterComboBox_highlighted" id="AddDirectoryDialog.on_filterComboBox_highlighted" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_filterComboBox_highlighted" /> - <keyword name="AddDirectoryDialog.on_sourceDirButton_clicked" id="AddDirectoryDialog.on_sourceDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirButton_clicked" /> - <keyword name="AddDirectoryDialog.on_sourceDirEdit_textChanged" id="AddDirectoryDialog.on_sourceDirEdit_textChanged" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_sourceDirEdit_textChanged" /> - <keyword name="AddDirectoryDialog.on_targetDirButton_clicked" id="AddDirectoryDialog.on_targetDirButton_clicked" ref="eric5.Project.AddDirectoryDialog.html#AddDirectoryDialog.on_targetDirButton_clicked" /> - <keyword name="FiletypeAssociationDialog (Module)" id="FiletypeAssociationDialog (Module)" ref="eric5.Project.FiletypeAssociationDialog.html" /> - <keyword name="FiletypeAssociationDialog" id="FiletypeAssociationDialog" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog" /> - <keyword name="FiletypeAssociationDialog (Constructor)" id="FiletypeAssociationDialog (Constructor)" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__init__" /> - <keyword name="FiletypeAssociationDialog.__createItem" id="FiletypeAssociationDialog.__createItem" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__createItem" /> - <keyword name="FiletypeAssociationDialog.__reformat" id="FiletypeAssociationDialog.__reformat" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__reformat" /> - <keyword name="FiletypeAssociationDialog.__resort" id="FiletypeAssociationDialog.__resort" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.__resort" /> - <keyword name="FiletypeAssociationDialog.on_addAssociationButton_clicked" id="FiletypeAssociationDialog.on_addAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_addAssociationButton_clicked" /> - <keyword name="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" id="FiletypeAssociationDialog.on_deleteAssociationButton_clicked" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_deleteAssociationButton_clicked" /> - <keyword name="FiletypeAssociationDialog.on_filePatternEdit_textChanged" id="FiletypeAssociationDialog.on_filePatternEdit_textChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filePatternEdit_textChanged" /> - <keyword name="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" id="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" /> - <keyword name="FiletypeAssociationDialog.transferData" id="FiletypeAssociationDialog.transferData" ref="eric5.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.transferData" /> - <keyword name="AddLanguageDialog (Module)" id="AddLanguageDialog (Module)" ref="eric5.Project.AddLanguageDialog.html" /> - <keyword name="AddLanguageDialog" id="AddLanguageDialog" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog" /> - <keyword name="AddLanguageDialog (Constructor)" id="AddLanguageDialog (Constructor)" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.__init__" /> - <keyword name="AddLanguageDialog.getSelectedLanguage" id="AddLanguageDialog.getSelectedLanguage" ref="eric5.Project.AddLanguageDialog.html#AddLanguageDialog.getSelectedLanguage" /> - <keyword name="UserPropertiesDialog (Module)" id="UserPropertiesDialog (Module)" ref="eric5.Project.UserPropertiesDialog.html" /> - <keyword name="UserPropertiesDialog" id="UserPropertiesDialog" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog" /> - <keyword name="UserPropertiesDialog (Constructor)" id="UserPropertiesDialog (Constructor)" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.__init__" /> - <keyword name="UserPropertiesDialog.storeData" id="UserPropertiesDialog.storeData" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.storeData" /> - <keyword name="AddFileDialog (Module)" id="AddFileDialog (Module)" ref="eric5.Project.AddFileDialog.html" /> - <keyword name="AddFileDialog" id="AddFileDialog" ref="eric5.Project.AddFileDialog.html#AddFileDialog" /> - <keyword name="AddFileDialog (Constructor)" id="AddFileDialog (Constructor)" ref="eric5.Project.AddFileDialog.html#AddFileDialog.__init__" /> - <keyword name="AddFileDialog.getData" id="AddFileDialog.getData" ref="eric5.Project.AddFileDialog.html#AddFileDialog.getData" /> - <keyword name="AddFileDialog.on_sourceFileButton_clicked" id="AddFileDialog.on_sourceFileButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileButton_clicked" /> - <keyword name="AddFileDialog.on_sourceFileEdit_textChanged" id="AddFileDialog.on_sourceFileEdit_textChanged" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_sourceFileEdit_textChanged" /> - <keyword name="AddFileDialog.on_targetDirButton_clicked" id="AddFileDialog.on_targetDirButton_clicked" ref="eric5.Project.AddFileDialog.html#AddFileDialog.on_targetDirButton_clicked" /> - <keyword name="AddFoundFilesDialog (Module)" id="AddFoundFilesDialog (Module)" ref="eric5.Project.AddFoundFilesDialog.html" /> - <keyword name="AddFoundFilesDialog" id="AddFoundFilesDialog" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog" /> - <keyword name="AddFoundFilesDialog (Constructor)" id="AddFoundFilesDialog (Constructor)" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.__init__" /> - <keyword name="AddFoundFilesDialog.getSelection" id="AddFoundFilesDialog.getSelection" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.getSelection" /> - <keyword name="AddFoundFilesDialog.on_addAllButton_clicked" id="AddFoundFilesDialog.on_addAllButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addAllButton_clicked" /> - <keyword name="AddFoundFilesDialog.on_addSelectedButton_clicked" id="AddFoundFilesDialog.on_addSelectedButton_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_addSelectedButton_clicked" /> - <keyword name="AddFoundFilesDialog.on_buttonBox_clicked" id="AddFoundFilesDialog.on_buttonBox_clicked" ref="eric5.Project.AddFoundFilesDialog.html#AddFoundFilesDialog.on_buttonBox_clicked" /> - <keyword name="ProjectSourcesBrowser (Module)" id="ProjectSourcesBrowser (Module)" ref="eric5.Project.ProjectSourcesBrowser.html" /> - <keyword name="ProjectSourcesBrowser" id="ProjectSourcesBrowser" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser" /> - <keyword name="ProjectSourcesBrowser (Constructor)" id="ProjectSourcesBrowser (Constructor)" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__init__" /> - <keyword name="ProjectSourcesBrowser.__addNewPackage" id="ProjectSourcesBrowser.__addNewPackage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addNewPackage" /> - <keyword name="ProjectSourcesBrowser.__addSourceDirectory" id="ProjectSourcesBrowser.__addSourceDirectory" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceDirectory" /> - <keyword name="ProjectSourcesBrowser.__addSourceFiles" id="ProjectSourcesBrowser.__addSourceFiles" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceFiles" /> - <keyword name="ProjectSourcesBrowser.__closeAllWindows" id="ProjectSourcesBrowser.__closeAllWindows" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__closeAllWindows" /> - <keyword name="ProjectSourcesBrowser.__createPythonPopupMenus" id="ProjectSourcesBrowser.__createPythonPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createPythonPopupMenus" /> - <keyword name="ProjectSourcesBrowser.__createRubyPopupMenus" id="ProjectSourcesBrowser.__createRubyPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createRubyPopupMenus" /> - <keyword name="ProjectSourcesBrowser.__deleteFile" id="ProjectSourcesBrowser.__deleteFile" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__deleteFile" /> - <keyword name="ProjectSourcesBrowser.__showApplicationDiagram" id="ProjectSourcesBrowser.__showApplicationDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showApplicationDiagram" /> - <keyword name="ProjectSourcesBrowser.__showClassDiagram" id="ProjectSourcesBrowser.__showClassDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showClassDiagram" /> - <keyword name="ProjectSourcesBrowser.__showCodeCoverage" id="ProjectSourcesBrowser.__showCodeCoverage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeCoverage" /> - <keyword name="ProjectSourcesBrowser.__showCodeMetrics" id="ProjectSourcesBrowser.__showCodeMetrics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeMetrics" /> - <keyword name="ProjectSourcesBrowser.__showContextMenu" id="ProjectSourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenu" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuBack" id="ProjectSourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuBack" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuCheck" id="ProjectSourcesBrowser.__showContextMenuCheck" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuCheck" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuDir" id="ProjectSourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDir" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuDirMulti" id="ProjectSourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDirMulti" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuGraphics" id="ProjectSourcesBrowser.__showContextMenuGraphics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuGraphics" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuMulti" id="ProjectSourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuMulti" /> - <keyword name="ProjectSourcesBrowser.__showContextMenuShow" id="ProjectSourcesBrowser.__showContextMenuShow" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuShow" /> - <keyword name="ProjectSourcesBrowser.__showImportsDiagram" id="ProjectSourcesBrowser.__showImportsDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showImportsDiagram" /> - <keyword name="ProjectSourcesBrowser.__showPackageDiagram" id="ProjectSourcesBrowser.__showPackageDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showPackageDiagram" /> - <keyword name="ProjectSourcesBrowser.__showProfileData" id="ProjectSourcesBrowser.__showProfileData" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showProfileData" /> - <keyword name="ProjectSourcesBrowser._contextMenuRequested" id="ProjectSourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._contextMenuRequested" /> - <keyword name="ProjectSourcesBrowser._createPopupMenus" id="ProjectSourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._createPopupMenus" /> - <keyword name="ProjectSourcesBrowser._openItem" id="ProjectSourcesBrowser._openItem" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._openItem" /> - <keyword name="ProjectSourcesBrowser._projectClosed" id="ProjectSourcesBrowser._projectClosed" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._projectClosed" /> - <keyword name="ProjectResourcesBrowser (Module)" id="ProjectResourcesBrowser (Module)" ref="eric5.Project.ProjectResourcesBrowser.html" /> - <keyword name="ProjectResourcesBrowser" id="ProjectResourcesBrowser" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser" /> - <keyword name="ProjectResourcesBrowser (Constructor)" id="ProjectResourcesBrowser (Constructor)" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__init__" /> - <keyword name="ProjectResourcesBrowser.__addResourceFiles" id="ProjectResourcesBrowser.__addResourceFiles" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourceFiles" /> - <keyword name="ProjectResourcesBrowser.__addResourcesDirectory" id="ProjectResourcesBrowser.__addResourcesDirectory" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourcesDirectory" /> - <keyword name="ProjectResourcesBrowser.__checkResourcesNewer" id="ProjectResourcesBrowser.__checkResourcesNewer" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__checkResourcesNewer" /> - <keyword name="ProjectResourcesBrowser.__compileAllResources" id="ProjectResourcesBrowser.__compileAllResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileAllResources" /> - <keyword name="ProjectResourcesBrowser.__compileQRC" id="ProjectResourcesBrowser.__compileQRC" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRC" /> - <keyword name="ProjectResourcesBrowser.__compileQRCDone" id="ProjectResourcesBrowser.__compileQRCDone" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRCDone" /> - <keyword name="ProjectResourcesBrowser.__compileResource" id="ProjectResourcesBrowser.__compileResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileResource" /> - <keyword name="ProjectResourcesBrowser.__compileSelectedResources" id="ProjectResourcesBrowser.__compileSelectedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileSelectedResources" /> - <keyword name="ProjectResourcesBrowser.__deleteFile" id="ProjectResourcesBrowser.__deleteFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__deleteFile" /> - <keyword name="ProjectResourcesBrowser.__newResource" id="ProjectResourcesBrowser.__newResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__newResource" /> - <keyword name="ProjectResourcesBrowser.__openFile" id="ProjectResourcesBrowser.__openFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__openFile" /> - <keyword name="ProjectResourcesBrowser.__readStderr" id="ProjectResourcesBrowser.__readStderr" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStderr" /> - <keyword name="ProjectResourcesBrowser.__readStdout" id="ProjectResourcesBrowser.__readStdout" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStdout" /> - <keyword name="ProjectResourcesBrowser.__showContextMenu" id="ProjectResourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenu" /> - <keyword name="ProjectResourcesBrowser.__showContextMenuBack" id="ProjectResourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuBack" /> - <keyword name="ProjectResourcesBrowser.__showContextMenuDir" id="ProjectResourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDir" /> - <keyword name="ProjectResourcesBrowser.__showContextMenuDirMulti" id="ProjectResourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDirMulti" /> - <keyword name="ProjectResourcesBrowser.__showContextMenuMulti" id="ProjectResourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuMulti" /> - <keyword name="ProjectResourcesBrowser._contextMenuRequested" id="ProjectResourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._contextMenuRequested" /> - <keyword name="ProjectResourcesBrowser._createPopupMenus" id="ProjectResourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._createPopupMenus" /> - <keyword name="ProjectResourcesBrowser._initHookMethods" id="ProjectResourcesBrowser._initHookMethods" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._initHookMethods" /> - <keyword name="ProjectResourcesBrowser._openItem" id="ProjectResourcesBrowser._openItem" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._openItem" /> - <keyword name="ProjectResourcesBrowser.compileChangedResources" id="ProjectResourcesBrowser.compileChangedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.compileChangedResources" /> - <keyword name="ProjectResourcesBrowser.handlePreferencesChanged" id="ProjectResourcesBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.handlePreferencesChanged" /> - <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric5.Project.CreateDialogCodeDialog.html" /> - <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" /> - <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" /> - <keyword name="CreateDialogCodeDialog.__className" id="CreateDialogCodeDialog.__className" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__className" /> - <keyword name="CreateDialogCodeDialog.__generateCode" id="CreateDialogCodeDialog.__generateCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generateCode" /> - <keyword name="CreateDialogCodeDialog.__generatePythonCode" id="CreateDialogCodeDialog.__generatePythonCode" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__generatePythonCode" /> - <keyword name="CreateDialogCodeDialog.__mapType" id="CreateDialogCodeDialog.__mapType" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__mapType" /> - <keyword name="CreateDialogCodeDialog.__objectName" id="CreateDialogCodeDialog.__objectName" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__objectName" /> - <keyword name="CreateDialogCodeDialog.__signatures" id="CreateDialogCodeDialog.__signatures" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__signatures" /> - <keyword name="CreateDialogCodeDialog.__updateSlotsModel" id="CreateDialogCodeDialog.__updateSlotsModel" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__updateSlotsModel" /> - <keyword name="CreateDialogCodeDialog.initError" id="CreateDialogCodeDialog.initError" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.initError" /> - <keyword name="CreateDialogCodeDialog.on_buttonBox_clicked" id="CreateDialogCodeDialog.on_buttonBox_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_buttonBox_clicked" /> - <keyword name="CreateDialogCodeDialog.on_classNameCombo_activated" id="CreateDialogCodeDialog.on_classNameCombo_activated" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_classNameCombo_activated" /> - <keyword name="CreateDialogCodeDialog.on_clearFilterButton_clicked" id="CreateDialogCodeDialog.on_clearFilterButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_clearFilterButton_clicked" /> - <keyword name="CreateDialogCodeDialog.on_filterEdit_textChanged" id="CreateDialogCodeDialog.on_filterEdit_textChanged" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_filterEdit_textChanged" /> - <keyword name="CreateDialogCodeDialog.on_newButton_clicked" id="CreateDialogCodeDialog.on_newButton_clicked" ref="eric5.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.on_newButton_clicked" /> - <keyword name="ProjectFormsBrowser (Module)" id="ProjectFormsBrowser (Module)" ref="eric5.Project.ProjectFormsBrowser.html" /> - <keyword name="ProjectFormsBrowser" id="ProjectFormsBrowser" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser" /> - <keyword name="ProjectFormsBrowser (Constructor)" id="ProjectFormsBrowser (Constructor)" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__init__" /> - <keyword name="ProjectFormsBrowser.__TRPreview" id="ProjectFormsBrowser.__TRPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__TRPreview" /> - <keyword name="ProjectFormsBrowser.__UIPreview" id="ProjectFormsBrowser.__UIPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__UIPreview" /> - <keyword name="ProjectFormsBrowser.__addFormFiles" id="ProjectFormsBrowser.__addFormFiles" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormFiles" /> - <keyword name="ProjectFormsBrowser.__addFormsDirectory" id="ProjectFormsBrowser.__addFormsDirectory" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormsDirectory" /> - <keyword name="ProjectFormsBrowser.__compileAllForms" id="ProjectFormsBrowser.__compileAllForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileAllForms" /> - <keyword name="ProjectFormsBrowser.__compileForm" id="ProjectFormsBrowser.__compileForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileForm" /> - <keyword name="ProjectFormsBrowser.__compileSelectedForms" id="ProjectFormsBrowser.__compileSelectedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileSelectedForms" /> - <keyword name="ProjectFormsBrowser.__compileUI" id="ProjectFormsBrowser.__compileUI" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUI" /> - <keyword name="ProjectFormsBrowser.__compileUIDone" id="ProjectFormsBrowser.__compileUIDone" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUIDone" /> - <keyword name="ProjectFormsBrowser.__deleteFile" id="ProjectFormsBrowser.__deleteFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__deleteFile" /> - <keyword name="ProjectFormsBrowser.__generateDialogCode" id="ProjectFormsBrowser.__generateDialogCode" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__generateDialogCode" /> - <keyword name="ProjectFormsBrowser.__newForm" id="ProjectFormsBrowser.__newForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newForm" /> - <keyword name="ProjectFormsBrowser.__newUiForm" id="ProjectFormsBrowser.__newUiForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newUiForm" /> - <keyword name="ProjectFormsBrowser.__openFile" id="ProjectFormsBrowser.__openFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFile" /> - <keyword name="ProjectFormsBrowser.__openFileInEditor" id="ProjectFormsBrowser.__openFileInEditor" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFileInEditor" /> - <keyword name="ProjectFormsBrowser.__readStderr" id="ProjectFormsBrowser.__readStderr" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStderr" /> - <keyword name="ProjectFormsBrowser.__readStdout" id="ProjectFormsBrowser.__readStdout" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStdout" /> - <keyword name="ProjectFormsBrowser.__showContextMenu" id="ProjectFormsBrowser.__showContextMenu" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenu" /> - <keyword name="ProjectFormsBrowser.__showContextMenuBack" id="ProjectFormsBrowser.__showContextMenuBack" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuBack" /> - <keyword name="ProjectFormsBrowser.__showContextMenuDir" id="ProjectFormsBrowser.__showContextMenuDir" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDir" /> - <keyword name="ProjectFormsBrowser.__showContextMenuDirMulti" id="ProjectFormsBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDirMulti" /> - <keyword name="ProjectFormsBrowser.__showContextMenuMulti" id="ProjectFormsBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuMulti" /> - <keyword name="ProjectFormsBrowser._contextMenuRequested" id="ProjectFormsBrowser._contextMenuRequested" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._contextMenuRequested" /> - <keyword name="ProjectFormsBrowser._createPopupMenus" id="ProjectFormsBrowser._createPopupMenus" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._createPopupMenus" /> - <keyword name="ProjectFormsBrowser._initHookMethods" id="ProjectFormsBrowser._initHookMethods" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._initHookMethods" /> - <keyword name="ProjectFormsBrowser._openItem" id="ProjectFormsBrowser._openItem" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._openItem" /> - <keyword name="ProjectFormsBrowser.compileChangedForms" id="ProjectFormsBrowser.compileChangedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.compileChangedForms" /> - <keyword name="ProjectFormsBrowser.handlePreferencesChanged" id="ProjectFormsBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.handlePreferencesChanged" /> <keyword name="ProjectBaseBrowser (Module)" id="ProjectBaseBrowser (Module)" ref="eric5.Project.ProjectBaseBrowser.html" /> <keyword name="ProjectBaseBrowser" id="ProjectBaseBrowser" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser" /> <keyword name="ProjectBaseBrowser (Constructor)" id="ProjectBaseBrowser (Constructor)" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.__init__" /> @@ -5146,6 +3988,23 @@ <keyword name="ProjectBaseBrowser.selectLocalEntries" id="ProjectBaseBrowser.selectLocalEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectLocalEntries" /> <keyword name="ProjectBaseBrowser.selectVCSDirEntries" id="ProjectBaseBrowser.selectVCSDirEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectVCSDirEntries" /> <keyword name="ProjectBaseBrowser.selectVCSEntries" id="ProjectBaseBrowser.selectVCSEntries" ref="eric5.Project.ProjectBaseBrowser.html#ProjectBaseBrowser.selectVCSEntries" /> + <keyword name="ProjectBrowser (Module)" id="ProjectBrowser (Module)" ref="eric5.Project.ProjectBrowser.html" /> + <keyword name="ProjectBrowser" id="ProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser" /> + <keyword name="ProjectBrowser (Constructor)" id="ProjectBrowser (Constructor)" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__init__" /> + <keyword name="ProjectBrowser.__currentChanged" id="ProjectBrowser.__currentChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__currentChanged" /> + <keyword name="ProjectBrowser.__newProject" id="ProjectBrowser.__newProject" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__newProject" /> + <keyword name="ProjectBrowser.__projectClosed" id="ProjectBrowser.__projectClosed" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectClosed" /> + <keyword name="ProjectBrowser.__projectOpened" id="ProjectBrowser.__projectOpened" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectOpened" /> + <keyword name="ProjectBrowser.__projectPropertiesChanged" id="ProjectBrowser.__projectPropertiesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectPropertiesChanged" /> + <keyword name="ProjectBrowser.__setBrowsersAvailable" id="ProjectBrowser.__setBrowsersAvailable" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setBrowsersAvailable" /> + <keyword name="ProjectBrowser.__setSourcesIcon" id="ProjectBrowser.__setSourcesIcon" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setSourcesIcon" /> + <keyword name="ProjectBrowser.__vcsStateChanged" id="ProjectBrowser.__vcsStateChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__vcsStateChanged" /> + <keyword name="ProjectBrowser.getProjectBrowser" id="ProjectBrowser.getProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowser" /> + <keyword name="ProjectBrowser.getProjectBrowsers" id="ProjectBrowser.getProjectBrowsers" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowsers" /> + <keyword name="ProjectBrowser.handleEditorChanged" id="ProjectBrowser.handleEditorChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handleEditorChanged" /> + <keyword name="ProjectBrowser.handlePreferencesChanged" id="ProjectBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handlePreferencesChanged" /> + <keyword name="ProjectBrowser.showEvent" id="ProjectBrowser.showEvent" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.showEvent" /> + <keyword name="ProjectBrowserFlags (Module)" id="ProjectBrowserFlags (Module)" ref="eric5.Project.ProjectBrowserFlags.html" /> <keyword name="ProjectBrowserModel (Module)" id="ProjectBrowserModel (Module)" ref="eric5.Project.ProjectBrowserModel.html" /> <keyword name="ProjectBrowserDirectoryItem" id="ProjectBrowserDirectoryItem" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserDirectoryItem" /> <keyword name="ProjectBrowserFileItem" id="ProjectBrowserFileItem" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserFileItem" /> @@ -5187,6 +4046,42 @@ <keyword name="ProjectBrowserSimpleDirectoryItem.dirName" id="ProjectBrowserSimpleDirectoryItem.dirName" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.dirName" /> <keyword name="ProjectBrowserSimpleDirectoryItem.lessThan" id="ProjectBrowserSimpleDirectoryItem.lessThan" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.lessThan" /> <keyword name="ProjectBrowserSimpleDirectoryItem.setName" id="ProjectBrowserSimpleDirectoryItem.setName" ref="eric5.Project.ProjectBrowserModel.html#ProjectBrowserSimpleDirectoryItem.setName" /> + <keyword name="ProjectBrowserSortFilterProxyModel (Module)" id="ProjectBrowserSortFilterProxyModel (Module)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html" /> + <keyword name="ProjectBrowserSortFilterProxyModel" id="ProjectBrowserSortFilterProxyModel" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel" /> + <keyword name="ProjectBrowserSortFilterProxyModel (Constructor)" id="ProjectBrowserSortFilterProxyModel (Constructor)" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.__init__" /> + <keyword name="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" id="ProjectBrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.filterAcceptsRow" /> + <keyword name="ProjectBrowserSortFilterProxyModel.preferencesChanged" id="ProjectBrowserSortFilterProxyModel.preferencesChanged" ref="eric5.Project.ProjectBrowserSortFilterProxyModel.html#ProjectBrowserSortFilterProxyModel.preferencesChanged" /> + <keyword name="ProjectFormsBrowser (Module)" id="ProjectFormsBrowser (Module)" ref="eric5.Project.ProjectFormsBrowser.html" /> + <keyword name="ProjectFormsBrowser" id="ProjectFormsBrowser" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser" /> + <keyword name="ProjectFormsBrowser (Constructor)" id="ProjectFormsBrowser (Constructor)" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__init__" /> + <keyword name="ProjectFormsBrowser.__TRPreview" id="ProjectFormsBrowser.__TRPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__TRPreview" /> + <keyword name="ProjectFormsBrowser.__UIPreview" id="ProjectFormsBrowser.__UIPreview" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__UIPreview" /> + <keyword name="ProjectFormsBrowser.__addFormFiles" id="ProjectFormsBrowser.__addFormFiles" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormFiles" /> + <keyword name="ProjectFormsBrowser.__addFormsDirectory" id="ProjectFormsBrowser.__addFormsDirectory" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__addFormsDirectory" /> + <keyword name="ProjectFormsBrowser.__compileAllForms" id="ProjectFormsBrowser.__compileAllForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileAllForms" /> + <keyword name="ProjectFormsBrowser.__compileForm" id="ProjectFormsBrowser.__compileForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileForm" /> + <keyword name="ProjectFormsBrowser.__compileSelectedForms" id="ProjectFormsBrowser.__compileSelectedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileSelectedForms" /> + <keyword name="ProjectFormsBrowser.__compileUI" id="ProjectFormsBrowser.__compileUI" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUI" /> + <keyword name="ProjectFormsBrowser.__compileUIDone" id="ProjectFormsBrowser.__compileUIDone" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__compileUIDone" /> + <keyword name="ProjectFormsBrowser.__deleteFile" id="ProjectFormsBrowser.__deleteFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__deleteFile" /> + <keyword name="ProjectFormsBrowser.__generateDialogCode" id="ProjectFormsBrowser.__generateDialogCode" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__generateDialogCode" /> + <keyword name="ProjectFormsBrowser.__newForm" id="ProjectFormsBrowser.__newForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newForm" /> + <keyword name="ProjectFormsBrowser.__newUiForm" id="ProjectFormsBrowser.__newUiForm" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__newUiForm" /> + <keyword name="ProjectFormsBrowser.__openFile" id="ProjectFormsBrowser.__openFile" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFile" /> + <keyword name="ProjectFormsBrowser.__openFileInEditor" id="ProjectFormsBrowser.__openFileInEditor" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__openFileInEditor" /> + <keyword name="ProjectFormsBrowser.__readStderr" id="ProjectFormsBrowser.__readStderr" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStderr" /> + <keyword name="ProjectFormsBrowser.__readStdout" id="ProjectFormsBrowser.__readStdout" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__readStdout" /> + <keyword name="ProjectFormsBrowser.__showContextMenu" id="ProjectFormsBrowser.__showContextMenu" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenu" /> + <keyword name="ProjectFormsBrowser.__showContextMenuBack" id="ProjectFormsBrowser.__showContextMenuBack" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuBack" /> + <keyword name="ProjectFormsBrowser.__showContextMenuDir" id="ProjectFormsBrowser.__showContextMenuDir" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDir" /> + <keyword name="ProjectFormsBrowser.__showContextMenuDirMulti" id="ProjectFormsBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuDirMulti" /> + <keyword name="ProjectFormsBrowser.__showContextMenuMulti" id="ProjectFormsBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.__showContextMenuMulti" /> + <keyword name="ProjectFormsBrowser._contextMenuRequested" id="ProjectFormsBrowser._contextMenuRequested" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._contextMenuRequested" /> + <keyword name="ProjectFormsBrowser._createPopupMenus" id="ProjectFormsBrowser._createPopupMenus" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._createPopupMenus" /> + <keyword name="ProjectFormsBrowser._initHookMethods" id="ProjectFormsBrowser._initHookMethods" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._initHookMethods" /> + <keyword name="ProjectFormsBrowser._openItem" id="ProjectFormsBrowser._openItem" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser._openItem" /> + <keyword name="ProjectFormsBrowser.compileChangedForms" id="ProjectFormsBrowser.compileChangedForms" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.compileChangedForms" /> + <keyword name="ProjectFormsBrowser.handlePreferencesChanged" id="ProjectFormsBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectFormsBrowser.html#ProjectFormsBrowser.handlePreferencesChanged" /> <keyword name="ProjectInterfacesBrowser (Module)" id="ProjectInterfacesBrowser (Module)" ref="eric5.Project.ProjectInterfacesBrowser.html" /> <keyword name="ProjectInterfacesBrowser" id="ProjectInterfacesBrowser" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser" /> <keyword name="ProjectInterfacesBrowser (Constructor)" id="ProjectInterfacesBrowser (Constructor)" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__init__" /> @@ -5209,48 +4104,76 @@ <keyword name="ProjectInterfacesBrowser._contextMenuRequested" id="ProjectInterfacesBrowser._contextMenuRequested" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._contextMenuRequested" /> <keyword name="ProjectInterfacesBrowser._createPopupMenus" id="ProjectInterfacesBrowser._createPopupMenus" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._createPopupMenus" /> <keyword name="ProjectInterfacesBrowser._openItem" id="ProjectInterfacesBrowser._openItem" ref="eric5.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser._openItem" /> - <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.Project.PropertiesDialog.html" /> - <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog" /> - <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.__init__" /> - <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getPPath" /> - <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" /> - <keyword name="PropertiesDialog.on_dirButton_clicked" id="PropertiesDialog.on_dirButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_dirButton_clicked" /> - <keyword name="PropertiesDialog.on_mainscriptButton_clicked" id="PropertiesDialog.on_mainscriptButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptButton_clicked" /> - <keyword name="PropertiesDialog.on_spellPropertiesButton_clicked" id="PropertiesDialog.on_spellPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_spellPropertiesButton_clicked" /> - <keyword name="PropertiesDialog.on_transPropertiesButton_clicked" id="PropertiesDialog.on_transPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_transPropertiesButton_clicked" /> - <keyword name="PropertiesDialog.on_vcsInfoButton_clicked" id="PropertiesDialog.on_vcsInfoButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_vcsInfoButton_clicked" /> - <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.storeData" /> - <keyword name="NewPythonPackageDialog (Module)" id="NewPythonPackageDialog (Module)" ref="eric5.Project.NewPythonPackageDialog.html" /> - <keyword name="NewPythonPackageDialog" id="NewPythonPackageDialog" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog" /> - <keyword name="NewPythonPackageDialog (Constructor)" id="NewPythonPackageDialog (Constructor)" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.__init__" /> - <keyword name="NewPythonPackageDialog.getData" id="NewPythonPackageDialog.getData" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.getData" /> - <keyword name="NewPythonPackageDialog.on_packageEdit_textChanged" id="NewPythonPackageDialog.on_packageEdit_textChanged" ref="eric5.Project.NewPythonPackageDialog.html#NewPythonPackageDialog.on_packageEdit_textChanged" /> - <keyword name="ProjectBrowserFlags (Module)" id="ProjectBrowserFlags (Module)" ref="eric5.Project.ProjectBrowserFlags.html" /> - <keyword name="LexerAssociationDialog (Module)" id="LexerAssociationDialog (Module)" ref="eric5.Project.LexerAssociationDialog.html" /> - <keyword name="LexerAssociationDialog" id="LexerAssociationDialog" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog" /> - <keyword name="LexerAssociationDialog (Constructor)" id="LexerAssociationDialog (Constructor)" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.__init__" /> - <keyword name="LexerAssociationDialog.on_addLexerButton_clicked" id="LexerAssociationDialog.on_addLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_addLexerButton_clicked" /> - <keyword name="LexerAssociationDialog.on_deleteLexerButton_clicked" id="LexerAssociationDialog.on_deleteLexerButton_clicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_deleteLexerButton_clicked" /> - <keyword name="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" id="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" /> - <keyword name="LexerAssociationDialog.on_editorLexerList_itemActivated" id="LexerAssociationDialog.on_editorLexerList_itemActivated" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemActivated" /> - <keyword name="LexerAssociationDialog.on_editorLexerList_itemClicked" id="LexerAssociationDialog.on_editorLexerList_itemClicked" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.on_editorLexerList_itemClicked" /> - <keyword name="LexerAssociationDialog.transferData" id="LexerAssociationDialog.transferData" ref="eric5.Project.LexerAssociationDialog.html#LexerAssociationDialog.transferData" /> - <keyword name="ProjectBrowser (Module)" id="ProjectBrowser (Module)" ref="eric5.Project.ProjectBrowser.html" /> - <keyword name="ProjectBrowser" id="ProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser" /> - <keyword name="ProjectBrowser (Constructor)" id="ProjectBrowser (Constructor)" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__init__" /> - <keyword name="ProjectBrowser.__currentChanged" id="ProjectBrowser.__currentChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__currentChanged" /> - <keyword name="ProjectBrowser.__newProject" id="ProjectBrowser.__newProject" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__newProject" /> - <keyword name="ProjectBrowser.__projectClosed" id="ProjectBrowser.__projectClosed" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectClosed" /> - <keyword name="ProjectBrowser.__projectOpened" id="ProjectBrowser.__projectOpened" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectOpened" /> - <keyword name="ProjectBrowser.__projectPropertiesChanged" id="ProjectBrowser.__projectPropertiesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__projectPropertiesChanged" /> - <keyword name="ProjectBrowser.__setBrowsersAvailable" id="ProjectBrowser.__setBrowsersAvailable" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setBrowsersAvailable" /> - <keyword name="ProjectBrowser.__setSourcesIcon" id="ProjectBrowser.__setSourcesIcon" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__setSourcesIcon" /> - <keyword name="ProjectBrowser.__vcsStateChanged" id="ProjectBrowser.__vcsStateChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.__vcsStateChanged" /> - <keyword name="ProjectBrowser.getProjectBrowser" id="ProjectBrowser.getProjectBrowser" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowser" /> - <keyword name="ProjectBrowser.getProjectBrowsers" id="ProjectBrowser.getProjectBrowsers" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.getProjectBrowsers" /> - <keyword name="ProjectBrowser.handleEditorChanged" id="ProjectBrowser.handleEditorChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handleEditorChanged" /> - <keyword name="ProjectBrowser.handlePreferencesChanged" id="ProjectBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.handlePreferencesChanged" /> - <keyword name="ProjectBrowser.showEvent" id="ProjectBrowser.showEvent" ref="eric5.Project.ProjectBrowser.html#ProjectBrowser.showEvent" /> + <keyword name="ProjectOthersBrowser (Module)" id="ProjectOthersBrowser (Module)" ref="eric5.Project.ProjectOthersBrowser.html" /> + <keyword name="ProjectOthersBrowser" id="ProjectOthersBrowser" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser" /> + <keyword name="ProjectOthersBrowser (Constructor)" id="ProjectOthersBrowser (Constructor)" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__init__" /> + <keyword name="ProjectOthersBrowser.__deleteItem" id="ProjectOthersBrowser.__deleteItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__deleteItem" /> + <keyword name="ProjectOthersBrowser.__refreshItem" id="ProjectOthersBrowser.__refreshItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__refreshItem" /> + <keyword name="ProjectOthersBrowser.__removeItem" id="ProjectOthersBrowser.__removeItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__removeItem" /> + <keyword name="ProjectOthersBrowser.__showContextMenu" id="ProjectOthersBrowser.__showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenu" /> + <keyword name="ProjectOthersBrowser.__showContextMenuBack" id="ProjectOthersBrowser.__showContextMenuBack" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuBack" /> + <keyword name="ProjectOthersBrowser.__showContextMenuMulti" id="ProjectOthersBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser.__showContextMenuMulti" /> + <keyword name="ProjectOthersBrowser._contextMenuRequested" id="ProjectOthersBrowser._contextMenuRequested" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._contextMenuRequested" /> + <keyword name="ProjectOthersBrowser._createPopupMenus" id="ProjectOthersBrowser._createPopupMenus" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._createPopupMenus" /> + <keyword name="ProjectOthersBrowser._editPixmap" id="ProjectOthersBrowser._editPixmap" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._editPixmap" /> + <keyword name="ProjectOthersBrowser._openItem" id="ProjectOthersBrowser._openItem" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._openItem" /> + <keyword name="ProjectOthersBrowser._showContextMenu" id="ProjectOthersBrowser._showContextMenu" ref="eric5.Project.ProjectOthersBrowser.html#ProjectOthersBrowser._showContextMenu" /> + <keyword name="ProjectResourcesBrowser (Module)" id="ProjectResourcesBrowser (Module)" ref="eric5.Project.ProjectResourcesBrowser.html" /> + <keyword name="ProjectResourcesBrowser" id="ProjectResourcesBrowser" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser" /> + <keyword name="ProjectResourcesBrowser (Constructor)" id="ProjectResourcesBrowser (Constructor)" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__init__" /> + <keyword name="ProjectResourcesBrowser.__addResourceFiles" id="ProjectResourcesBrowser.__addResourceFiles" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourceFiles" /> + <keyword name="ProjectResourcesBrowser.__addResourcesDirectory" id="ProjectResourcesBrowser.__addResourcesDirectory" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__addResourcesDirectory" /> + <keyword name="ProjectResourcesBrowser.__checkResourcesNewer" id="ProjectResourcesBrowser.__checkResourcesNewer" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__checkResourcesNewer" /> + <keyword name="ProjectResourcesBrowser.__compileAllResources" id="ProjectResourcesBrowser.__compileAllResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileAllResources" /> + <keyword name="ProjectResourcesBrowser.__compileQRC" id="ProjectResourcesBrowser.__compileQRC" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRC" /> + <keyword name="ProjectResourcesBrowser.__compileQRCDone" id="ProjectResourcesBrowser.__compileQRCDone" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileQRCDone" /> + <keyword name="ProjectResourcesBrowser.__compileResource" id="ProjectResourcesBrowser.__compileResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileResource" /> + <keyword name="ProjectResourcesBrowser.__compileSelectedResources" id="ProjectResourcesBrowser.__compileSelectedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__compileSelectedResources" /> + <keyword name="ProjectResourcesBrowser.__deleteFile" id="ProjectResourcesBrowser.__deleteFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__deleteFile" /> + <keyword name="ProjectResourcesBrowser.__newResource" id="ProjectResourcesBrowser.__newResource" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__newResource" /> + <keyword name="ProjectResourcesBrowser.__openFile" id="ProjectResourcesBrowser.__openFile" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__openFile" /> + <keyword name="ProjectResourcesBrowser.__readStderr" id="ProjectResourcesBrowser.__readStderr" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStderr" /> + <keyword name="ProjectResourcesBrowser.__readStdout" id="ProjectResourcesBrowser.__readStdout" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__readStdout" /> + <keyword name="ProjectResourcesBrowser.__showContextMenu" id="ProjectResourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenu" /> + <keyword name="ProjectResourcesBrowser.__showContextMenuBack" id="ProjectResourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuBack" /> + <keyword name="ProjectResourcesBrowser.__showContextMenuDir" id="ProjectResourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDir" /> + <keyword name="ProjectResourcesBrowser.__showContextMenuDirMulti" id="ProjectResourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuDirMulti" /> + <keyword name="ProjectResourcesBrowser.__showContextMenuMulti" id="ProjectResourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.__showContextMenuMulti" /> + <keyword name="ProjectResourcesBrowser._contextMenuRequested" id="ProjectResourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._contextMenuRequested" /> + <keyword name="ProjectResourcesBrowser._createPopupMenus" id="ProjectResourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._createPopupMenus" /> + <keyword name="ProjectResourcesBrowser._initHookMethods" id="ProjectResourcesBrowser._initHookMethods" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._initHookMethods" /> + <keyword name="ProjectResourcesBrowser._openItem" id="ProjectResourcesBrowser._openItem" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser._openItem" /> + <keyword name="ProjectResourcesBrowser.compileChangedResources" id="ProjectResourcesBrowser.compileChangedResources" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.compileChangedResources" /> + <keyword name="ProjectResourcesBrowser.handlePreferencesChanged" id="ProjectResourcesBrowser.handlePreferencesChanged" ref="eric5.Project.ProjectResourcesBrowser.html#ProjectResourcesBrowser.handlePreferencesChanged" /> + <keyword name="ProjectSourcesBrowser (Module)" id="ProjectSourcesBrowser (Module)" ref="eric5.Project.ProjectSourcesBrowser.html" /> + <keyword name="ProjectSourcesBrowser" id="ProjectSourcesBrowser" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser" /> + <keyword name="ProjectSourcesBrowser (Constructor)" id="ProjectSourcesBrowser (Constructor)" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__init__" /> + <keyword name="ProjectSourcesBrowser.__addNewPackage" id="ProjectSourcesBrowser.__addNewPackage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addNewPackage" /> + <keyword name="ProjectSourcesBrowser.__addSourceDirectory" id="ProjectSourcesBrowser.__addSourceDirectory" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceDirectory" /> + <keyword name="ProjectSourcesBrowser.__addSourceFiles" id="ProjectSourcesBrowser.__addSourceFiles" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__addSourceFiles" /> + <keyword name="ProjectSourcesBrowser.__closeAllWindows" id="ProjectSourcesBrowser.__closeAllWindows" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__closeAllWindows" /> + <keyword name="ProjectSourcesBrowser.__createPythonPopupMenus" id="ProjectSourcesBrowser.__createPythonPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createPythonPopupMenus" /> + <keyword name="ProjectSourcesBrowser.__createRubyPopupMenus" id="ProjectSourcesBrowser.__createRubyPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__createRubyPopupMenus" /> + <keyword name="ProjectSourcesBrowser.__deleteFile" id="ProjectSourcesBrowser.__deleteFile" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__deleteFile" /> + <keyword name="ProjectSourcesBrowser.__showApplicationDiagram" id="ProjectSourcesBrowser.__showApplicationDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showApplicationDiagram" /> + <keyword name="ProjectSourcesBrowser.__showClassDiagram" id="ProjectSourcesBrowser.__showClassDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showClassDiagram" /> + <keyword name="ProjectSourcesBrowser.__showCodeCoverage" id="ProjectSourcesBrowser.__showCodeCoverage" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeCoverage" /> + <keyword name="ProjectSourcesBrowser.__showCodeMetrics" id="ProjectSourcesBrowser.__showCodeMetrics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showCodeMetrics" /> + <keyword name="ProjectSourcesBrowser.__showContextMenu" id="ProjectSourcesBrowser.__showContextMenu" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenu" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuBack" id="ProjectSourcesBrowser.__showContextMenuBack" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuBack" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuCheck" id="ProjectSourcesBrowser.__showContextMenuCheck" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuCheck" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuDir" id="ProjectSourcesBrowser.__showContextMenuDir" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDir" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuDirMulti" id="ProjectSourcesBrowser.__showContextMenuDirMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuDirMulti" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuGraphics" id="ProjectSourcesBrowser.__showContextMenuGraphics" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuGraphics" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuMulti" id="ProjectSourcesBrowser.__showContextMenuMulti" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuMulti" /> + <keyword name="ProjectSourcesBrowser.__showContextMenuShow" id="ProjectSourcesBrowser.__showContextMenuShow" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showContextMenuShow" /> + <keyword name="ProjectSourcesBrowser.__showImportsDiagram" id="ProjectSourcesBrowser.__showImportsDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showImportsDiagram" /> + <keyword name="ProjectSourcesBrowser.__showPackageDiagram" id="ProjectSourcesBrowser.__showPackageDiagram" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showPackageDiagram" /> + <keyword name="ProjectSourcesBrowser.__showProfileData" id="ProjectSourcesBrowser.__showProfileData" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser.__showProfileData" /> + <keyword name="ProjectSourcesBrowser._contextMenuRequested" id="ProjectSourcesBrowser._contextMenuRequested" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._contextMenuRequested" /> + <keyword name="ProjectSourcesBrowser._createPopupMenus" id="ProjectSourcesBrowser._createPopupMenus" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._createPopupMenus" /> + <keyword name="ProjectSourcesBrowser._openItem" id="ProjectSourcesBrowser._openItem" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._openItem" /> + <keyword name="ProjectSourcesBrowser._projectClosed" id="ProjectSourcesBrowser._projectClosed" ref="eric5.Project.ProjectSourcesBrowser.html#ProjectSourcesBrowser._projectClosed" /> <keyword name="ProjectTranslationsBrowser (Module)" id="ProjectTranslationsBrowser (Module)" ref="eric5.Project.ProjectTranslationsBrowser.html" /> <keyword name="ProjectTranslationsBrowser" id="ProjectTranslationsBrowser" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser" /> <keyword name="ProjectTranslationsBrowser (Constructor)" id="ProjectTranslationsBrowser (Constructor)" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser.__init__" /> @@ -5286,558 +4209,81 @@ <keyword name="ProjectTranslationsBrowser._createPopupMenus" id="ProjectTranslationsBrowser._createPopupMenus" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._createPopupMenus" /> <keyword name="ProjectTranslationsBrowser._initHookMethods" id="ProjectTranslationsBrowser._initHookMethods" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._initHookMethods" /> <keyword name="ProjectTranslationsBrowser._openItem" id="ProjectTranslationsBrowser._openItem" ref="eric5.Project.ProjectTranslationsBrowser.html#ProjectTranslationsBrowser._openItem" /> - <keyword name="Plugins (Package)" id="Plugins (Package)" ref="index-eric5.Plugins.html" /> - <keyword name="PluginVcsSubversion (Module)" id="PluginVcsSubversion (Module)" ref="eric5.Plugins.PluginVcsSubversion.html" /> - <keyword name="VcsSubversionPlugin" id="VcsSubversionPlugin" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin" /> - <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsSubversion.html#createConfigurationPage" /> - <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsSubversion.html#displayString" /> - <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsSubversion.html#exeDisplayData" /> - <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsSubversion.html#getConfigData" /> - <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsSubversion.html#getVcsSystemIndicator" /> - <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#prepareUninstall" /> - <keyword name="VcsSubversionPlugin (Constructor)" id="VcsSubversionPlugin (Constructor)" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.__init__" /> - <keyword name="VcsSubversionPlugin.activate" id="VcsSubversionPlugin.activate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.activate" /> - <keyword name="VcsSubversionPlugin.deactivate" id="VcsSubversionPlugin.deactivate" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.deactivate" /> - <keyword name="VcsSubversionPlugin.getConfigPath" id="VcsSubversionPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getConfigPath" /> - <keyword name="VcsSubversionPlugin.getPreferences" id="VcsSubversionPlugin.getPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getPreferences" /> - <keyword name="VcsSubversionPlugin.getProjectHelper" id="VcsSubversionPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getProjectHelper" /> - <keyword name="VcsSubversionPlugin.getServersPath" id="VcsSubversionPlugin.getServersPath" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.getServersPath" /> - <keyword name="VcsSubversionPlugin.prepareUninstall" id="VcsSubversionPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.prepareUninstall" /> - <keyword name="VcsSubversionPlugin.setPreferences" id="VcsSubversionPlugin.setPreferences" ref="eric5.Plugins.PluginVcsSubversion.html#VcsSubversionPlugin.setPreferences" /> - <keyword name="PluginEricdoc (Module)" id="PluginEricdoc (Module)" ref="eric5.Plugins.PluginEricdoc.html" /> - <keyword name="EricdocPlugin" id="EricdocPlugin" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin" /> - <keyword name="exeDisplayDataList" id="exeDisplayDataList" ref="eric5.Plugins.PluginEricdoc.html#exeDisplayDataList" /> - <keyword name="EricdocPlugin (Constructor)" id="EricdocPlugin (Constructor)" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__init__" /> - <keyword name="EricdocPlugin.__doEricdoc" id="EricdocPlugin.__doEricdoc" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__doEricdoc" /> - <keyword name="EricdocPlugin.__initialize" id="EricdocPlugin.__initialize" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__initialize" /> - <keyword name="EricdocPlugin.__projectShowMenu" id="EricdocPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.__projectShowMenu" /> - <keyword name="EricdocPlugin.activate" id="EricdocPlugin.activate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.activate" /> - <keyword name="EricdocPlugin.deactivate" id="EricdocPlugin.deactivate" ref="eric5.Plugins.PluginEricdoc.html#EricdocPlugin.deactivate" /> - <keyword name="PluginVcsMercurial (Module)" id="PluginVcsMercurial (Module)" ref="eric5.Plugins.PluginVcsMercurial.html" /> - <keyword name="VcsMercurialPlugin" id="VcsMercurialPlugin" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin" /> - <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsMercurial.html#createConfigurationPage" /> - <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsMercurial.html#displayString" /> - <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsMercurial.html#exeDisplayData" /> - <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsMercurial.html#getConfigData" /> - <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsMercurial.html#getVcsSystemIndicator" /> - <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#prepareUninstall" /> - <keyword name="VcsMercurialPlugin (Constructor)" id="VcsMercurialPlugin (Constructor)" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.__init__" /> - <keyword name="VcsMercurialPlugin.activate" id="VcsMercurialPlugin.activate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.activate" /> - <keyword name="VcsMercurialPlugin.deactivate" id="VcsMercurialPlugin.deactivate" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.deactivate" /> - <keyword name="VcsMercurialPlugin.getConfigPath" id="VcsMercurialPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getConfigPath" /> - <keyword name="VcsMercurialPlugin.getPreferences" id="VcsMercurialPlugin.getPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getPreferences" /> - <keyword name="VcsMercurialPlugin.getProjectHelper" id="VcsMercurialPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.getProjectHelper" /> - <keyword name="VcsMercurialPlugin.prepareUninstall" id="VcsMercurialPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.prepareUninstall" /> - <keyword name="VcsMercurialPlugin.setPreferences" id="VcsMercurialPlugin.setPreferences" ref="eric5.Plugins.PluginVcsMercurial.html#VcsMercurialPlugin.setPreferences" /> - <keyword name="PluginWizardQColorDialog (Module)" id="PluginWizardQColorDialog (Module)" ref="eric5.Plugins.PluginWizardQColorDialog.html" /> - <keyword name="ColorDialogWizard" id="ColorDialogWizard" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard" /> - <keyword name="ColorDialogWizard (Constructor)" id="ColorDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__init__" /> - <keyword name="ColorDialogWizard.__callForm" id="ColorDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__callForm" /> - <keyword name="ColorDialogWizard.__handle" id="ColorDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__handle" /> - <keyword name="ColorDialogWizard.__initAction" id="ColorDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initAction" /> - <keyword name="ColorDialogWizard.__initMenu" id="ColorDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.__initMenu" /> - <keyword name="ColorDialogWizard.activate" id="ColorDialogWizard.activate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.activate" /> - <keyword name="ColorDialogWizard.deactivate" id="ColorDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQColorDialog.html#ColorDialogWizard.deactivate" /> - <keyword name="PluginPep8Checker (Module)" id="PluginPep8Checker (Module)" ref="eric5.Plugins.PluginPep8Checker.html" /> - <keyword name="Pep8CheckerPlugin" id="Pep8CheckerPlugin" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin" /> - <keyword name="Pep8CheckerPlugin (Constructor)" id="Pep8CheckerPlugin (Constructor)" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__init__" /> - <keyword name="Pep8CheckerPlugin.__editorClosed" id="Pep8CheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorClosed" /> - <keyword name="Pep8CheckerPlugin.__editorOpened" id="Pep8CheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorOpened" /> - <keyword name="Pep8CheckerPlugin.__editorPep8Check" id="Pep8CheckerPlugin.__editorPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorPep8Check" /> - <keyword name="Pep8CheckerPlugin.__editorShowMenu" id="Pep8CheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__editorShowMenu" /> - <keyword name="Pep8CheckerPlugin.__initialize" id="Pep8CheckerPlugin.__initialize" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__initialize" /> - <keyword name="Pep8CheckerPlugin.__projectBrowserPep8Check" id="Pep8CheckerPlugin.__projectBrowserPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserPep8Check" /> - <keyword name="Pep8CheckerPlugin.__projectBrowserShowMenu" id="Pep8CheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectBrowserShowMenu" /> - <keyword name="Pep8CheckerPlugin.__projectPep8Check" id="Pep8CheckerPlugin.__projectPep8Check" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectPep8Check" /> - <keyword name="Pep8CheckerPlugin.__projectShowMenu" id="Pep8CheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.__projectShowMenu" /> - <keyword name="Pep8CheckerPlugin.activate" id="Pep8CheckerPlugin.activate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.activate" /> - <keyword name="Pep8CheckerPlugin.deactivate" id="Pep8CheckerPlugin.deactivate" ref="eric5.Plugins.PluginPep8Checker.html#Pep8CheckerPlugin.deactivate" /> - <keyword name="PluginWizardQFontDialog (Module)" id="PluginWizardQFontDialog (Module)" ref="eric5.Plugins.PluginWizardQFontDialog.html" /> - <keyword name="FontDialogWizard" id="FontDialogWizard" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard" /> - <keyword name="FontDialogWizard (Constructor)" id="FontDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__init__" /> - <keyword name="FontDialogWizard.__callForm" id="FontDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__callForm" /> - <keyword name="FontDialogWizard.__handle" id="FontDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__handle" /> - <keyword name="FontDialogWizard.__initAction" id="FontDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initAction" /> - <keyword name="FontDialogWizard.__initMenu" id="FontDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.__initMenu" /> - <keyword name="FontDialogWizard.activate" id="FontDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.activate" /> - <keyword name="FontDialogWizard.deactivate" id="FontDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFontDialog.html#FontDialogWizard.deactivate" /> - <keyword name="PluginSyntaxChecker (Module)" id="PluginSyntaxChecker (Module)" ref="eric5.Plugins.PluginSyntaxChecker.html" /> - <keyword name="SyntaxCheckerPlugin" id="SyntaxCheckerPlugin" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin" /> - <keyword name="SyntaxCheckerPlugin (Constructor)" id="SyntaxCheckerPlugin (Constructor)" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__init__" /> - <keyword name="SyntaxCheckerPlugin.__editorClosed" id="SyntaxCheckerPlugin.__editorClosed" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorClosed" /> - <keyword name="SyntaxCheckerPlugin.__editorOpened" id="SyntaxCheckerPlugin.__editorOpened" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorOpened" /> - <keyword name="SyntaxCheckerPlugin.__editorShowMenu" id="SyntaxCheckerPlugin.__editorShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorShowMenu" /> - <keyword name="SyntaxCheckerPlugin.__editorSyntaxCheck" id="SyntaxCheckerPlugin.__editorSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__editorSyntaxCheck" /> - <keyword name="SyntaxCheckerPlugin.__initialize" id="SyntaxCheckerPlugin.__initialize" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__initialize" /> - <keyword name="SyntaxCheckerPlugin.__projectBrowserShowMenu" id="SyntaxCheckerPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserShowMenu" /> - <keyword name="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" id="SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectBrowserSyntaxCheck" /> - <keyword name="SyntaxCheckerPlugin.__projectShowMenu" id="SyntaxCheckerPlugin.__projectShowMenu" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectShowMenu" /> - <keyword name="SyntaxCheckerPlugin.__projectSyntaxCheck" id="SyntaxCheckerPlugin.__projectSyntaxCheck" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.__projectSyntaxCheck" /> - <keyword name="SyntaxCheckerPlugin.activate" id="SyntaxCheckerPlugin.activate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.activate" /> - <keyword name="SyntaxCheckerPlugin.deactivate" id="SyntaxCheckerPlugin.deactivate" ref="eric5.Plugins.PluginSyntaxChecker.html#SyntaxCheckerPlugin.deactivate" /> - <keyword name="PluginWizardQInputDialog (Module)" id="PluginWizardQInputDialog (Module)" ref="eric5.Plugins.PluginWizardQInputDialog.html" /> - <keyword name="InputDialogWizard" id="InputDialogWizard" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard" /> - <keyword name="InputDialogWizard (Constructor)" id="InputDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__init__" /> - <keyword name="InputDialogWizard.__callForm" id="InputDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__callForm" /> - <keyword name="InputDialogWizard.__handle" id="InputDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__handle" /> - <keyword name="InputDialogWizard.__initAction" id="InputDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initAction" /> - <keyword name="InputDialogWizard.__initMenu" id="InputDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.__initMenu" /> - <keyword name="InputDialogWizard.activate" id="InputDialogWizard.activate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.activate" /> - <keyword name="InputDialogWizard.deactivate" id="InputDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQInputDialog.html#InputDialogWizard.deactivate" /> - <keyword name="PluginVmTabview (Module)" id="PluginVmTabview (Module)" ref="eric5.Plugins.PluginVmTabview.html" /> - <keyword name="VmTabviewPlugin" id="VmTabviewPlugin" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin" /> - <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmTabview.html#previewPix" /> - <keyword name="VmTabviewPlugin (Constructor)" id="VmTabviewPlugin (Constructor)" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.__init__" /> - <keyword name="VmTabviewPlugin.activate" id="VmTabviewPlugin.activate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.activate" /> - <keyword name="VmTabviewPlugin.deactivate" id="VmTabviewPlugin.deactivate" ref="eric5.Plugins.PluginVmTabview.html#VmTabviewPlugin.deactivate" /> - <keyword name="PluginWizardPyRegExp (Module)" id="PluginWizardPyRegExp (Module)" ref="eric5.Plugins.PluginWizardPyRegExp.html" /> - <keyword name="PyRegExpWizard" id="PyRegExpWizard" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard" /> - <keyword name="PyRegExpWizard (Constructor)" id="PyRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__init__" /> - <keyword name="PyRegExpWizard.__callForm" id="PyRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__callForm" /> - <keyword name="PyRegExpWizard.__handle" id="PyRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__handle" /> - <keyword name="PyRegExpWizard.__initAction" id="PyRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initAction" /> - <keyword name="PyRegExpWizard.__initMenu" id="PyRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.__initMenu" /> - <keyword name="PyRegExpWizard.activate" id="PyRegExpWizard.activate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.activate" /> - <keyword name="PyRegExpWizard.deactivate" id="PyRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardPyRegExp.html#PyRegExpWizard.deactivate" /> - <keyword name="PluginVcsPySvn (Module)" id="PluginVcsPySvn (Module)" ref="eric5.Plugins.PluginVcsPySvn.html" /> - <keyword name="VcsPySvnPlugin" id="VcsPySvnPlugin" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin" /> - <keyword name="createConfigurationPage" id="createConfigurationPage" ref="eric5.Plugins.PluginVcsPySvn.html#createConfigurationPage" /> - <keyword name="displayString" id="displayString" ref="eric5.Plugins.PluginVcsPySvn.html#displayString" /> - <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginVcsPySvn.html#exeDisplayData" /> - <keyword name="getConfigData" id="getConfigData" ref="eric5.Plugins.PluginVcsPySvn.html#getConfigData" /> - <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric5.Plugins.PluginVcsPySvn.html#getVcsSystemIndicator" /> - <keyword name="prepareUninstall" id="prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#prepareUninstall" /> - <keyword name="VcsPySvnPlugin (Constructor)" id="VcsPySvnPlugin (Constructor)" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.__init__" /> - <keyword name="VcsPySvnPlugin.activate" id="VcsPySvnPlugin.activate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.activate" /> - <keyword name="VcsPySvnPlugin.deactivate" id="VcsPySvnPlugin.deactivate" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.deactivate" /> - <keyword name="VcsPySvnPlugin.getConfigPath" id="VcsPySvnPlugin.getConfigPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getConfigPath" /> - <keyword name="VcsPySvnPlugin.getPreferences" id="VcsPySvnPlugin.getPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getPreferences" /> - <keyword name="VcsPySvnPlugin.getProjectHelper" id="VcsPySvnPlugin.getProjectHelper" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getProjectHelper" /> - <keyword name="VcsPySvnPlugin.getServersPath" id="VcsPySvnPlugin.getServersPath" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.getServersPath" /> - <keyword name="VcsPySvnPlugin.prepareUninstall" id="VcsPySvnPlugin.prepareUninstall" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.prepareUninstall" /> - <keyword name="VcsPySvnPlugin.setPreferences" id="VcsPySvnPlugin.setPreferences" ref="eric5.Plugins.PluginVcsPySvn.html#VcsPySvnPlugin.setPreferences" /> - <keyword name="PluginAbout (Module)" id="PluginAbout (Module)" ref="eric5.Plugins.PluginAbout.html" /> - <keyword name="AboutPlugin" id="AboutPlugin" ref="eric5.Plugins.PluginAbout.html#AboutPlugin" /> - <keyword name="AboutPlugin (Constructor)" id="AboutPlugin (Constructor)" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__init__" /> - <keyword name="AboutPlugin.__about" id="AboutPlugin.__about" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__about" /> - <keyword name="AboutPlugin.__aboutQt" id="AboutPlugin.__aboutQt" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__aboutQt" /> - <keyword name="AboutPlugin.__initActions" id="AboutPlugin.__initActions" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initActions" /> - <keyword name="AboutPlugin.__initMenu" id="AboutPlugin.__initMenu" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.__initMenu" /> - <keyword name="AboutPlugin.activate" id="AboutPlugin.activate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.activate" /> - <keyword name="AboutPlugin.deactivate" id="AboutPlugin.deactivate" ref="eric5.Plugins.PluginAbout.html#AboutPlugin.deactivate" /> - <keyword name="PluginTabnanny (Module)" id="PluginTabnanny (Module)" ref="eric5.Plugins.PluginTabnanny.html" /> - <keyword name="TabnannyPlugin" id="TabnannyPlugin" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin" /> - <keyword name="TabnannyPlugin (Constructor)" id="TabnannyPlugin (Constructor)" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__init__" /> - <keyword name="TabnannyPlugin.__editorClosed" id="TabnannyPlugin.__editorClosed" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorClosed" /> - <keyword name="TabnannyPlugin.__editorOpened" id="TabnannyPlugin.__editorOpened" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorOpened" /> - <keyword name="TabnannyPlugin.__editorShowMenu" id="TabnannyPlugin.__editorShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorShowMenu" /> - <keyword name="TabnannyPlugin.__editorTabnanny" id="TabnannyPlugin.__editorTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__editorTabnanny" /> - <keyword name="TabnannyPlugin.__initialize" id="TabnannyPlugin.__initialize" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__initialize" /> - <keyword name="TabnannyPlugin.__projectBrowserShowMenu" id="TabnannyPlugin.__projectBrowserShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserShowMenu" /> - <keyword name="TabnannyPlugin.__projectBrowserTabnanny" id="TabnannyPlugin.__projectBrowserTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectBrowserTabnanny" /> - <keyword name="TabnannyPlugin.__projectShowMenu" id="TabnannyPlugin.__projectShowMenu" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectShowMenu" /> - <keyword name="TabnannyPlugin.__projectTabnanny" id="TabnannyPlugin.__projectTabnanny" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.__projectTabnanny" /> - <keyword name="TabnannyPlugin.activate" id="TabnannyPlugin.activate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.activate" /> - <keyword name="TabnannyPlugin.deactivate" id="TabnannyPlugin.deactivate" ref="eric5.Plugins.PluginTabnanny.html#TabnannyPlugin.deactivate" /> - <keyword name="PluginWizardE5MessageBox (Module)" id="PluginWizardE5MessageBox (Module)" ref="eric5.Plugins.PluginWizardE5MessageBox.html" /> - <keyword name="E5MessageBoxWizard" id="E5MessageBoxWizard" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard" /> - <keyword name="E5MessageBoxWizard (Constructor)" id="E5MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__init__" /> - <keyword name="E5MessageBoxWizard.__callForm" id="E5MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__callForm" /> - <keyword name="E5MessageBoxWizard.__handle" id="E5MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__handle" /> - <keyword name="E5MessageBoxWizard.__initAction" id="E5MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__initAction" /> - <keyword name="E5MessageBoxWizard.__initMenu" id="E5MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.__initMenu" /> - <keyword name="E5MessageBoxWizard.activate" id="E5MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.activate" /> - <keyword name="E5MessageBoxWizard.deactivate" id="E5MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardE5MessageBox.html#E5MessageBoxWizard.deactivate" /> - <keyword name="PluginEricapi (Module)" id="PluginEricapi (Module)" ref="eric5.Plugins.PluginEricapi.html" /> - <keyword name="EricapiPlugin" id="EricapiPlugin" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin" /> - <keyword name="exeDisplayData" id="exeDisplayData" ref="eric5.Plugins.PluginEricapi.html#exeDisplayData" /> - <keyword name="EricapiPlugin (Constructor)" id="EricapiPlugin (Constructor)" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__init__" /> - <keyword name="EricapiPlugin.__doEricapi" id="EricapiPlugin.__doEricapi" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__doEricapi" /> - <keyword name="EricapiPlugin.__initialize" id="EricapiPlugin.__initialize" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__initialize" /> - <keyword name="EricapiPlugin.__projectShowMenu" id="EricapiPlugin.__projectShowMenu" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.__projectShowMenu" /> - <keyword name="EricapiPlugin.activate" id="EricapiPlugin.activate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.activate" /> - <keyword name="EricapiPlugin.deactivate" id="EricapiPlugin.deactivate" ref="eric5.Plugins.PluginEricapi.html#EricapiPlugin.deactivate" /> - <keyword name="PluginWizardQMessageBox (Module)" id="PluginWizardQMessageBox (Module)" ref="eric5.Plugins.PluginWizardQMessageBox.html" /> - <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" /> - <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" /> - <keyword name="MessageBoxWizard.__callForm" id="MessageBoxWizard.__callForm" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__callForm" /> - <keyword name="MessageBoxWizard.__handle" id="MessageBoxWizard.__handle" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__handle" /> - <keyword name="MessageBoxWizard.__initAction" id="MessageBoxWizard.__initAction" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initAction" /> - <keyword name="MessageBoxWizard.__initMenu" id="MessageBoxWizard.__initMenu" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__initMenu" /> - <keyword name="MessageBoxWizard.activate" id="MessageBoxWizard.activate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.activate" /> - <keyword name="MessageBoxWizard.deactivate" id="MessageBoxWizard.deactivate" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.deactivate" /> - <keyword name="PluginVmListspace (Module)" id="PluginVmListspace (Module)" ref="eric5.Plugins.PluginVmListspace.html" /> - <keyword name="VmListspacePlugin" id="VmListspacePlugin" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin" /> - <keyword name="previewPix" id="previewPix" ref="eric5.Plugins.PluginVmListspace.html#previewPix" /> - <keyword name="VmListspacePlugin (Constructor)" id="VmListspacePlugin (Constructor)" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.__init__" /> - <keyword name="VmListspacePlugin.activate" id="VmListspacePlugin.activate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.activate" /> - <keyword name="VmListspacePlugin.deactivate" id="VmListspacePlugin.deactivate" ref="eric5.Plugins.PluginVmListspace.html#VmListspacePlugin.deactivate" /> - <keyword name="PluginWizardQRegExp (Module)" id="PluginWizardQRegExp (Module)" ref="eric5.Plugins.PluginWizardQRegExp.html" /> - <keyword name="QRegExpWizard" id="QRegExpWizard" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard" /> - <keyword name="QRegExpWizard (Constructor)" id="QRegExpWizard (Constructor)" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__init__" /> - <keyword name="QRegExpWizard.__callForm" id="QRegExpWizard.__callForm" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__callForm" /> - <keyword name="QRegExpWizard.__handle" id="QRegExpWizard.__handle" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__handle" /> - <keyword name="QRegExpWizard.__initAction" id="QRegExpWizard.__initAction" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initAction" /> - <keyword name="QRegExpWizard.__initMenu" id="QRegExpWizard.__initMenu" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.__initMenu" /> - <keyword name="QRegExpWizard.activate" id="QRegExpWizard.activate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.activate" /> - <keyword name="QRegExpWizard.deactivate" id="QRegExpWizard.deactivate" ref="eric5.Plugins.PluginWizardQRegExp.html#QRegExpWizard.deactivate" /> - <keyword name="PluginWizardQFileDialog (Module)" id="PluginWizardQFileDialog (Module)" ref="eric5.Plugins.PluginWizardQFileDialog.html" /> - <keyword name="FileDialogWizard" id="FileDialogWizard" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard" /> - <keyword name="FileDialogWizard (Constructor)" id="FileDialogWizard (Constructor)" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__init__" /> - <keyword name="FileDialogWizard.__callForm" id="FileDialogWizard.__callForm" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__callForm" /> - <keyword name="FileDialogWizard.__handle" id="FileDialogWizard.__handle" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__handle" /> - <keyword name="FileDialogWizard.__initAction" id="FileDialogWizard.__initAction" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initAction" /> - <keyword name="FileDialogWizard.__initMenu" id="FileDialogWizard.__initMenu" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.__initMenu" /> - <keyword name="FileDialogWizard.activate" id="FileDialogWizard.activate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.activate" /> - <keyword name="FileDialogWizard.deactivate" id="FileDialogWizard.deactivate" ref="eric5.Plugins.PluginWizardQFileDialog.html#FileDialogWizard.deactivate" /> - <keyword name="Tools (Package)" id="Tools (Package)" ref="index-eric5.Tools.html" /> - <keyword name="TRSingleApplication (Module)" id="TRSingleApplication (Module)" ref="eric5.Tools.TRSingleApplication.html" /> - <keyword name="TRSingleApplicationClient" id="TRSingleApplicationClient" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient" /> - <keyword name="TRSingleApplicationServer" id="TRSingleApplicationServer" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer" /> - <keyword name="TRSingleApplicationClient (Constructor)" id="TRSingleApplicationClient (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.__init__" /> - <keyword name="TRSingleApplicationClient.processArgs" id="TRSingleApplicationClient.processArgs" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.processArgs" /> - <keyword name="TRSingleApplicationServer (Constructor)" id="TRSingleApplicationServer (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__init__" /> - <keyword name="TRSingleApplicationServer.__saLoadForm" id="TRSingleApplicationServer.__saLoadForm" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadForm" /> - <keyword name="TRSingleApplicationServer.__saLoadTranslation" id="TRSingleApplicationServer.__saLoadTranslation" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadTranslation" /> - <keyword name="TRSingleApplicationServer.handleCommand" id="TRSingleApplicationServer.handleCommand" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.handleCommand" /> - <keyword name="TRPreviewer (Module)" id="TRPreviewer (Module)" ref="eric5.Tools.TRPreviewer.html" /> - <keyword name="TRPreviewer" id="TRPreviewer" ref="eric5.Tools.TRPreviewer.html#TRPreviewer" /> - <keyword name="Translation" id="Translation" ref="eric5.Tools.TRPreviewer.html#Translation" /> - <keyword name="TranslationsDict" id="TranslationsDict" ref="eric5.Tools.TRPreviewer.html#TranslationsDict" /> - <keyword name="WidgetArea" id="WidgetArea" ref="eric5.Tools.TRPreviewer.html#WidgetArea" /> - <keyword name="WidgetView" id="WidgetView" ref="eric5.Tools.TRPreviewer.html#WidgetView" /> - <keyword name="TRPreviewer (Constructor)" id="TRPreviewer (Constructor)" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__init__" /> - <keyword name="TRPreviewer.__about" id="TRPreviewer.__about" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__about" /> - <keyword name="TRPreviewer.__aboutQt" id="TRPreviewer.__aboutQt" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__aboutQt" /> - <keyword name="TRPreviewer.__initActions" id="TRPreviewer.__initActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initActions" /> - <keyword name="TRPreviewer.__initMenus" id="TRPreviewer.__initMenus" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initMenus" /> - <keyword name="TRPreviewer.__initToolbars" id="TRPreviewer.__initToolbars" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initToolbars" /> - <keyword name="TRPreviewer.__openTranslation" id="TRPreviewer.__openTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openTranslation" /> - <keyword name="TRPreviewer.__openWidget" id="TRPreviewer.__openWidget" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openWidget" /> - <keyword name="TRPreviewer.__showWindowMenu" id="TRPreviewer.__showWindowMenu" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__showWindowMenu" /> - <keyword name="TRPreviewer.__updateActions" id="TRPreviewer.__updateActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__updateActions" /> - <keyword name="TRPreviewer.__whatsThis" id="TRPreviewer.__whatsThis" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__whatsThis" /> - <keyword name="TRPreviewer.closeEvent" id="TRPreviewer.closeEvent" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.closeEvent" /> - <keyword name="TRPreviewer.reloadTranslations" id="TRPreviewer.reloadTranslations" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.reloadTranslations" /> - <keyword name="TRPreviewer.setTranslation" id="TRPreviewer.setTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.setTranslation" /> - <keyword name="TRPreviewer.show" id="TRPreviewer.show" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.show" /> - <keyword name="Translation (Constructor)" id="Translation (Constructor)" ref="eric5.Tools.TRPreviewer.html#Translation.__init__" /> - <keyword name="TranslationsDict (Constructor)" id="TranslationsDict (Constructor)" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__init__" /> - <keyword name="TranslationsDict.__del" id="TranslationsDict.__del" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__del" /> - <keyword name="TranslationsDict.__findFileName" id="TranslationsDict.__findFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findFileName" /> - <keyword name="TranslationsDict.__findName" id="TranslationsDict.__findName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findName" /> - <keyword name="TranslationsDict.__haveFileName" id="TranslationsDict.__haveFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveFileName" /> - <keyword name="TranslationsDict.__haveName" id="TranslationsDict.__haveName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveName" /> - <keyword name="TranslationsDict.__uniqueName" id="TranslationsDict.__uniqueName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__uniqueName" /> - <keyword name="TranslationsDict.add" id="TranslationsDict.add" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.add" /> - <keyword name="TranslationsDict.hasTranslations" id="TranslationsDict.hasTranslations" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.hasTranslations" /> - <keyword name="TranslationsDict.loadTransFile" id="TranslationsDict.loadTransFile" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.loadTransFile" /> - <keyword name="TranslationsDict.reload" id="TranslationsDict.reload" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.reload" /> - <keyword name="TranslationsDict.set" id="TranslationsDict.set" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.set" /> - <keyword name="WidgetArea (Constructor)" id="WidgetArea (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__init__" /> - <keyword name="WidgetArea.__findWidget" id="WidgetArea.__findWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__findWidget" /> - <keyword name="WidgetArea.__toggleWidget" id="WidgetArea.__toggleWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__toggleWidget" /> - <keyword name="WidgetArea.closeAllWidgets" id="WidgetArea.closeAllWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetArea.closeAllWidgets" /> - <keyword name="WidgetArea.closeWidget" id="WidgetArea.closeWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.closeWidget" /> - <keyword name="WidgetArea.eventFilter" id="WidgetArea.eventFilter" ref="eric5.Tools.TRPreviewer.html#WidgetArea.eventFilter" /> - <keyword name="WidgetArea.hasWidgets" id="WidgetArea.hasWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetArea.hasWidgets" /> - <keyword name="WidgetArea.loadWidget" id="WidgetArea.loadWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.loadWidget" /> - <keyword name="WidgetArea.showWindowMenu" id="WidgetArea.showWindowMenu" ref="eric5.Tools.TRPreviewer.html#WidgetArea.showWindowMenu" /> - <keyword name="WidgetArea.toggleSelectedWidget" id="WidgetArea.toggleSelectedWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.toggleSelectedWidget" /> - <keyword name="WidgetView (Constructor)" id="WidgetView (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetView.__init__" /> - <keyword name="WidgetView.__rebuildWidget" id="WidgetView.__rebuildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.__rebuildWidget" /> - <keyword name="WidgetView.buildWidget" id="WidgetView.buildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.buildWidget" /> - <keyword name="WidgetView.isValid" id="WidgetView.isValid" ref="eric5.Tools.TRPreviewer.html#WidgetView.isValid" /> - <keyword name="WidgetView.uiFileName" id="WidgetView.uiFileName" ref="eric5.Tools.TRPreviewer.html#WidgetView.uiFileName" /> - <keyword name="UIPreviewer (Module)" id="UIPreviewer (Module)" ref="eric5.Tools.UIPreviewer.html" /> - <keyword name="UIPreviewer" id="UIPreviewer" ref="eric5.Tools.UIPreviewer.html#UIPreviewer" /> - <keyword name="UIPreviewer (Constructor)" id="UIPreviewer (Constructor)" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__init__" /> - <keyword name="UIPreviewer.__about" id="UIPreviewer.__about" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__about" /> - <keyword name="UIPreviewer.__aboutQt" id="UIPreviewer.__aboutQt" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__aboutQt" /> - <keyword name="UIPreviewer.__copyImageToClipboard" id="UIPreviewer.__copyImageToClipboard" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__copyImageToClipboard" /> - <keyword name="UIPreviewer.__guiStyleSelected" id="UIPreviewer.__guiStyleSelected" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__guiStyleSelected" /> - <keyword name="UIPreviewer.__handleCloseEvent" id="UIPreviewer.__handleCloseEvent" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__handleCloseEvent" /> - <keyword name="UIPreviewer.__initActions" id="UIPreviewer.__initActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initActions" /> - <keyword name="UIPreviewer.__initMenus" id="UIPreviewer.__initMenus" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initMenus" /> - <keyword name="UIPreviewer.__initToolbars" id="UIPreviewer.__initToolbars" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initToolbars" /> - <keyword name="UIPreviewer.__loadFile" id="UIPreviewer.__loadFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__loadFile" /> - <keyword name="UIPreviewer.__openFile" id="UIPreviewer.__openFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__openFile" /> - <keyword name="UIPreviewer.__print" id="UIPreviewer.__print" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__print" /> - <keyword name="UIPreviewer.__printImage" id="UIPreviewer.__printImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printImage" /> - <keyword name="UIPreviewer.__printPreviewImage" id="UIPreviewer.__printPreviewImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printPreviewImage" /> - <keyword name="UIPreviewer.__saveImage" id="UIPreviewer.__saveImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__saveImage" /> - <keyword name="UIPreviewer.__updateActions" id="UIPreviewer.__updateActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateActions" /> - <keyword name="UIPreviewer.__updateChildren" id="UIPreviewer.__updateChildren" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateChildren" /> - <keyword name="UIPreviewer.__whatsThis" id="UIPreviewer.__whatsThis" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__whatsThis" /> - <keyword name="UIPreviewer.eventFilter" id="UIPreviewer.eventFilter" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.eventFilter" /> - <keyword name="UIPreviewer.show" id="UIPreviewer.show" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.show" /> - <keyword name="TrayStarter (Module)" id="TrayStarter (Module)" ref="eric5.Tools.TrayStarter.html" /> - <keyword name="TrayStarter" id="TrayStarter" ref="eric5.Tools.TrayStarter.html#TrayStarter" /> - <keyword name="TrayStarter (Constructor)" id="TrayStarter (Constructor)" ref="eric5.Tools.TrayStarter.html#TrayStarter.__init__" /> - <keyword name="TrayStarter.__about" id="TrayStarter.__about" ref="eric5.Tools.TrayStarter.html#TrayStarter.__about" /> - <keyword name="TrayStarter.__activated" id="TrayStarter.__activated" ref="eric5.Tools.TrayStarter.html#TrayStarter.__activated" /> - <keyword name="TrayStarter.__loadRecentFiles" id="TrayStarter.__loadRecentFiles" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentFiles" /> - <keyword name="TrayStarter.__loadRecentMultiProjects" id="TrayStarter.__loadRecentMultiProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentMultiProjects" /> - <keyword name="TrayStarter.__loadRecentProjects" id="TrayStarter.__loadRecentProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentProjects" /> - <keyword name="TrayStarter.__openRecent" id="TrayStarter.__openRecent" ref="eric5.Tools.TrayStarter.html#TrayStarter.__openRecent" /> - <keyword name="TrayStarter.__showContextMenu" id="TrayStarter.__showContextMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showContextMenu" /> - <keyword name="TrayStarter.__showPreferences" id="TrayStarter.__showPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showPreferences" /> - <keyword name="TrayStarter.__showRecentFilesMenu" id="TrayStarter.__showRecentFilesMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentFilesMenu" /> - <keyword name="TrayStarter.__showRecentMultiProjectsMenu" id="TrayStarter.__showRecentMultiProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentMultiProjectsMenu" /> - <keyword name="TrayStarter.__showRecentProjectsMenu" id="TrayStarter.__showRecentProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentProjectsMenu" /> - <keyword name="TrayStarter.__startCompare" id="TrayStarter.__startCompare" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startCompare" /> - <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startDiff" /> - <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startEric" /> - <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" /> - <keyword name="TrayStarter.__startIconEditor" id="TrayStarter.__startIconEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startIconEditor" /> - <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" /> - <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" /> - <keyword name="TrayStarter.__startPluginRepository" id="TrayStarter.__startPluginRepository" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginRepository" /> - <keyword name="TrayStarter.__startPluginUninstall" id="TrayStarter.__startPluginUninstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginUninstall" /> - <keyword name="TrayStarter.__startPreferences" id="TrayStarter.__startPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPreferences" /> - <keyword name="TrayStarter.__startProc" id="TrayStarter.__startProc" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startProc" /> - <keyword name="TrayStarter.__startPyRe" id="TrayStarter.__startPyRe" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPyRe" /> - <keyword name="TrayStarter.__startQRegExp" id="TrayStarter.__startQRegExp" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startQRegExp" /> - <keyword name="TrayStarter.__startSqlBrowser" id="TrayStarter.__startSqlBrowser" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startSqlBrowser" /> - <keyword name="TrayStarter.__startTRPreviewer" id="TrayStarter.__startTRPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startTRPreviewer" /> - <keyword name="TrayStarter.__startUIPreviewer" id="TrayStarter.__startUIPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUIPreviewer" /> - <keyword name="TrayStarter.__startUnittest" id="TrayStarter.__startUnittest" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUnittest" /> - <keyword name="TrayStarter.preferencesChanged" id="TrayStarter.preferencesChanged" ref="eric5.Tools.TrayStarter.html#TrayStarter.preferencesChanged" /> - <keyword name="Tasks (Package)" id="Tasks (Package)" ref="index-eric5.Tasks.html" /> - <keyword name="TaskViewer (Module)" id="TaskViewer (Module)" ref="eric5.Tasks.TaskViewer.html" /> - <keyword name="Task" id="Task" ref="eric5.Tasks.TaskViewer.html#Task" /> - <keyword name="TaskFilter" id="TaskFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter" /> - <keyword name="TaskViewer" id="TaskViewer" ref="eric5.Tasks.TaskViewer.html#TaskViewer" /> - <keyword name="Task (Constructor)" id="Task (Constructor)" ref="eric5.Tasks.TaskViewer.html#Task.__init__" /> - <keyword name="Task.colorizeTask" id="Task.colorizeTask" ref="eric5.Tasks.TaskViewer.html#Task.colorizeTask" /> - <keyword name="Task.getFilename" id="Task.getFilename" ref="eric5.Tasks.TaskViewer.html#Task.getFilename" /> - <keyword name="Task.getLineno" id="Task.getLineno" ref="eric5.Tasks.TaskViewer.html#Task.getLineno" /> - <keyword name="Task.isCompleted" id="Task.isCompleted" ref="eric5.Tasks.TaskViewer.html#Task.isCompleted" /> - <keyword name="Task.isProjectTask" id="Task.isProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectTask" /> - <keyword name="Task.setCompleted" id="Task.setCompleted" ref="eric5.Tasks.TaskViewer.html#Task.setCompleted" /> - <keyword name="Task.setDescription" id="Task.setDescription" ref="eric5.Tasks.TaskViewer.html#Task.setDescription" /> - <keyword name="Task.setLongText" id="Task.setLongText" ref="eric5.Tasks.TaskViewer.html#Task.setLongText" /> - <keyword name="Task.setPriority" id="Task.setPriority" ref="eric5.Tasks.TaskViewer.html#Task.setPriority" /> - <keyword name="Task.setProjectTask" id="Task.setProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.setProjectTask" /> - <keyword name="TaskFilter (Constructor)" id="TaskFilter (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskFilter.__init__" /> - <keyword name="TaskFilter.hasActiveFilter" id="TaskFilter.hasActiveFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.hasActiveFilter" /> - <keyword name="TaskFilter.setActive" id="TaskFilter.setActive" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setActive" /> - <keyword name="TaskFilter.setDescriptionFilter" id="TaskFilter.setDescriptionFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setDescriptionFilter" /> - <keyword name="TaskFilter.setFileNameFilter" id="TaskFilter.setFileNameFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setFileNameFilter" /> - <keyword name="TaskFilter.setPrioritiesFilter" id="TaskFilter.setPrioritiesFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setPrioritiesFilter" /> - <keyword name="TaskFilter.setScopeFilter" id="TaskFilter.setScopeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setScopeFilter" /> - <keyword name="TaskFilter.setStatusFilter" id="TaskFilter.setStatusFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setStatusFilter" /> - <keyword name="TaskFilter.setTypeFilter" id="TaskFilter.setTypeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setTypeFilter" /> - <keyword name="TaskFilter.showTask" id="TaskFilter.showTask" ref="eric5.Tasks.TaskViewer.html#TaskFilter.showTask" /> - <keyword name="TaskViewer (Constructor)" id="TaskViewer (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__init__" /> - <keyword name="TaskViewer.__activateFilter" id="TaskViewer.__activateFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__activateFilter" /> - <keyword name="TaskViewer.__configure" id="TaskViewer.__configure" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configure" /> - <keyword name="TaskViewer.__configureFilter" id="TaskViewer.__configureFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureFilter" /> - <keyword name="TaskViewer.__configureProjectTasksScanOptions" id="TaskViewer.__configureProjectTasksScanOptions" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureProjectTasksScanOptions" /> - <keyword name="TaskViewer.__copyTask" id="TaskViewer.__copyTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__copyTask" /> - <keyword name="TaskViewer.__deleteCompleted" id="TaskViewer.__deleteCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteCompleted" /> - <keyword name="TaskViewer.__deleteTask" id="TaskViewer.__deleteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteTask" /> - <keyword name="TaskViewer.__editTaskProperties" id="TaskViewer.__editTaskProperties" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__editTaskProperties" /> - <keyword name="TaskViewer.__goToTask" id="TaskViewer.__goToTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__goToTask" /> - <keyword name="TaskViewer.__markCompleted" id="TaskViewer.__markCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__markCompleted" /> - <keyword name="TaskViewer.__newTask" id="TaskViewer.__newTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__newTask" /> - <keyword name="TaskViewer.__pasteTask" id="TaskViewer.__pasteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__pasteTask" /> - <keyword name="TaskViewer.__refreshDisplay" id="TaskViewer.__refreshDisplay" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__refreshDisplay" /> - <keyword name="TaskViewer.__regenerateProjectTasks" id="TaskViewer.__regenerateProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__regenerateProjectTasks" /> - <keyword name="TaskViewer.__resizeColumns" id="TaskViewer.__resizeColumns" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resizeColumns" /> - <keyword name="TaskViewer.__resort" id="TaskViewer.__resort" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resort" /> - <keyword name="TaskViewer.__showContextMenu" id="TaskViewer.__showContextMenu" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__showContextMenu" /> - <keyword name="TaskViewer.__taskItemActivated" id="TaskViewer.__taskItemActivated" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__taskItemActivated" /> - <keyword name="TaskViewer.addFileTask" id="TaskViewer.addFileTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addFileTask" /> - <keyword name="TaskViewer.addTask" id="TaskViewer.addTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addTask" /> - <keyword name="TaskViewer.clearFileTasks" id="TaskViewer.clearFileTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearFileTasks" /> - <keyword name="TaskViewer.clearProjectTasks" id="TaskViewer.clearProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearProjectTasks" /> - <keyword name="TaskViewer.clearTasks" id="TaskViewer.clearTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearTasks" /> - <keyword name="TaskViewer.getGlobalTasks" id="TaskViewer.getGlobalTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getGlobalTasks" /> - <keyword name="TaskViewer.getProjectTasks" id="TaskViewer.getProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getProjectTasks" /> - <keyword name="TaskViewer.handlePreferencesChanged" id="TaskViewer.handlePreferencesChanged" ref="eric5.Tasks.TaskViewer.html#TaskViewer.handlePreferencesChanged" /> - <keyword name="TaskViewer.setProjectOpen" id="TaskViewer.setProjectOpen" ref="eric5.Tasks.TaskViewer.html#TaskViewer.setProjectOpen" /> - <keyword name="TaskPropertiesDialog (Module)" id="TaskPropertiesDialog (Module)" ref="eric5.Tasks.TaskPropertiesDialog.html" /> - <keyword name="TaskPropertiesDialog" id="TaskPropertiesDialog" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog" /> - <keyword name="TaskPropertiesDialog (Constructor)" id="TaskPropertiesDialog (Constructor)" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.__init__" /> - <keyword name="TaskPropertiesDialog.getData" id="TaskPropertiesDialog.getData" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.getData" /> - <keyword name="TaskPropertiesDialog.setReadOnly" id="TaskPropertiesDialog.setReadOnly" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.setReadOnly" /> - <keyword name="TaskFilterConfigDialog (Module)" id="TaskFilterConfigDialog (Module)" ref="eric5.Tasks.TaskFilterConfigDialog.html" /> - <keyword name="TaskFilterConfigDialog" id="TaskFilterConfigDialog" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog" /> - <keyword name="TaskFilterConfigDialog (Constructor)" id="TaskFilterConfigDialog (Constructor)" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.__init__" /> - <keyword name="TaskFilterConfigDialog.configureTaskFilter" id="TaskFilterConfigDialog.configureTaskFilter" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.configureTaskFilter" /> + <keyword name="PropertiesDialog (Module)" id="PropertiesDialog (Module)" ref="eric5.Project.PropertiesDialog.html" /> + <keyword name="PropertiesDialog" id="PropertiesDialog" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog" /> + <keyword name="PropertiesDialog (Constructor)" id="PropertiesDialog (Constructor)" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.__init__" /> + <keyword name="PropertiesDialog.getPPath" id="PropertiesDialog.getPPath" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getPPath" /> + <keyword name="PropertiesDialog.getProjectType" id="PropertiesDialog.getProjectType" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.getProjectType" /> + <keyword name="PropertiesDialog.on_dirButton_clicked" id="PropertiesDialog.on_dirButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_dirButton_clicked" /> + <keyword name="PropertiesDialog.on_mainscriptButton_clicked" id="PropertiesDialog.on_mainscriptButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_mainscriptButton_clicked" /> + <keyword name="PropertiesDialog.on_spellPropertiesButton_clicked" id="PropertiesDialog.on_spellPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_spellPropertiesButton_clicked" /> + <keyword name="PropertiesDialog.on_transPropertiesButton_clicked" id="PropertiesDialog.on_transPropertiesButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_transPropertiesButton_clicked" /> + <keyword name="PropertiesDialog.on_vcsInfoButton_clicked" id="PropertiesDialog.on_vcsInfoButton_clicked" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.on_vcsInfoButton_clicked" /> + <keyword name="PropertiesDialog.storeData" id="PropertiesDialog.storeData" ref="eric5.Project.PropertiesDialog.html#PropertiesDialog.storeData" /> + <keyword name="SpellingPropertiesDialog (Module)" id="SpellingPropertiesDialog (Module)" ref="eric5.Project.SpellingPropertiesDialog.html" /> + <keyword name="SpellingPropertiesDialog" id="SpellingPropertiesDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog" /> + <keyword name="SpellingPropertiesDialog (Constructor)" id="SpellingPropertiesDialog (Constructor)" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.__init__" /> + <keyword name="SpellingPropertiesDialog.initDialog" id="SpellingPropertiesDialog.initDialog" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.initDialog" /> + <keyword name="SpellingPropertiesDialog.on_pelButton_clicked" id="SpellingPropertiesDialog.on_pelButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pelButton_clicked" /> + <keyword name="SpellingPropertiesDialog.on_pwlButton_clicked" id="SpellingPropertiesDialog.on_pwlButton_clicked" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.on_pwlButton_clicked" /> + <keyword name="SpellingPropertiesDialog.storeData" id="SpellingPropertiesDialog.storeData" ref="eric5.Project.SpellingPropertiesDialog.html#SpellingPropertiesDialog.storeData" /> + <keyword name="TranslationPropertiesDialog (Module)" id="TranslationPropertiesDialog (Module)" ref="eric5.Project.TranslationPropertiesDialog.html" /> + <keyword name="TranslationPropertiesDialog" id="TranslationPropertiesDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog" /> + <keyword name="TranslationPropertiesDialog (Constructor)" id="TranslationPropertiesDialog (Constructor)" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.__init__" /> + <keyword name="TranslationPropertiesDialog.initDialog" id="TranslationPropertiesDialog.initDialog" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initDialog" /> + <keyword name="TranslationPropertiesDialog.initFilters" id="TranslationPropertiesDialog.initFilters" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.initFilters" /> + <keyword name="TranslationPropertiesDialog.on_addExceptionButton_clicked" id="TranslationPropertiesDialog.on_addExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_addExceptionButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" id="TranslationPropertiesDialog.on_deleteExceptionButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_deleteExceptionButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_exceptDirButton_clicked" id="TranslationPropertiesDialog.on_exceptDirButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptDirButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_exceptFileButton_clicked" id="TranslationPropertiesDialog.on_exceptFileButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptFileButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_exceptionEdit_textChanged" id="TranslationPropertiesDialog.on_exceptionEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionEdit_textChanged" /> + <keyword name="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" id="TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_exceptionsList_currentRowChanged" /> + <keyword name="TranslationPropertiesDialog.on_transBinPathButton_clicked" id="TranslationPropertiesDialog.on_transBinPathButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transBinPathButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_transPatternButton_clicked" id="TranslationPropertiesDialog.on_transPatternButton_clicked" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternButton_clicked" /> + <keyword name="TranslationPropertiesDialog.on_transPatternEdit_textChanged" id="TranslationPropertiesDialog.on_transPatternEdit_textChanged" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.on_transPatternEdit_textChanged" /> + <keyword name="TranslationPropertiesDialog.storeData" id="TranslationPropertiesDialog.storeData" ref="eric5.Project.TranslationPropertiesDialog.html#TranslationPropertiesDialog.storeData" /> + <keyword name="UserPropertiesDialog (Module)" id="UserPropertiesDialog (Module)" ref="eric5.Project.UserPropertiesDialog.html" /> + <keyword name="UserPropertiesDialog" id="UserPropertiesDialog" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog" /> + <keyword name="UserPropertiesDialog (Constructor)" id="UserPropertiesDialog (Constructor)" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.__init__" /> + <keyword name="UserPropertiesDialog.storeData" id="UserPropertiesDialog.storeData" ref="eric5.Project.UserPropertiesDialog.html#UserPropertiesDialog.storeData" /> + <keyword name="PyUnit (Package)" id="PyUnit (Package)" ref="index-eric5.PyUnit.html" /> + <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" /> + <keyword name="QtTestResult" id="QtTestResult" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult" /> + <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" /> + <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" /> + <keyword name="QtTestResult (Constructor)" id="QtTestResult (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.__init__" /> + <keyword name="QtTestResult.addError" id="QtTestResult.addError" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addError" /> + <keyword name="QtTestResult.addExpectedFailure" id="QtTestResult.addExpectedFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addExpectedFailure" /> + <keyword name="QtTestResult.addFailure" id="QtTestResult.addFailure" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addFailure" /> + <keyword name="QtTestResult.addSkip" id="QtTestResult.addSkip" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addSkip" /> + <keyword name="QtTestResult.addUnexpectedSuccess" id="QtTestResult.addUnexpectedSuccess" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.addUnexpectedSuccess" /> + <keyword name="QtTestResult.startTest" id="QtTestResult.startTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.startTest" /> + <keyword name="QtTestResult.stopTest" id="QtTestResult.stopTest" ref="eric5.PyUnit.UnittestDialog.html#QtTestResult.stopTest" /> + <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" /> + <keyword name="UnittestDialog.__UTPrepared" id="UnittestDialog.__UTPrepared" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__UTPrepared" /> + <keyword name="UnittestDialog.__setProgressColor" id="UnittestDialog.__setProgressColor" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setProgressColor" /> + <keyword name="UnittestDialog.__setRunningMode" id="UnittestDialog.__setRunningMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setRunningMode" /> + <keyword name="UnittestDialog.__setStoppedMode" id="UnittestDialog.__setStoppedMode" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__setStoppedMode" /> + <keyword name="UnittestDialog.__showSource" id="UnittestDialog.__showSource" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__showSource" /> + <keyword name="UnittestDialog.insertProg" id="UnittestDialog.insertProg" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertProg" /> + <keyword name="UnittestDialog.insertTestName" id="UnittestDialog.insertTestName" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertTestName" /> + <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" /> + <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" /> + <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" /> + <keyword name="UnittestDialog.on_fileDialogButton_clicked" id="UnittestDialog.on_fileDialogButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_fileDialogButton_clicked" /> + <keyword name="UnittestDialog.on_startButton_clicked" id="UnittestDialog.on_startButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_startButton_clicked" /> + <keyword name="UnittestDialog.on_stopButton_clicked" id="UnittestDialog.on_stopButton_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_stopButton_clicked" /> + <keyword name="UnittestDialog.on_testsuiteComboBox_editTextChanged" id="UnittestDialog.on_testsuiteComboBox_editTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_testsuiteComboBox_editTextChanged" /> + <keyword name="UnittestDialog.testErrored" id="UnittestDialog.testErrored" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testErrored" /> + <keyword name="UnittestDialog.testFailed" id="UnittestDialog.testFailed" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailed" /> + <keyword name="UnittestDialog.testFailedExpected" id="UnittestDialog.testFailedExpected" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFailedExpected" /> + <keyword name="UnittestDialog.testFinished" id="UnittestDialog.testFinished" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testFinished" /> + <keyword name="UnittestDialog.testSkipped" id="UnittestDialog.testSkipped" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testSkipped" /> + <keyword name="UnittestDialog.testStarted" id="UnittestDialog.testStarted" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testStarted" /> + <keyword name="UnittestDialog.testSucceededUnexpected" id="UnittestDialog.testSucceededUnexpected" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.testSucceededUnexpected" /> + <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" /> + <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" /> <keyword name="QScintilla (Package)" id="QScintilla (Package)" ref="index-eric5.QScintilla.html" /> - <keyword name="SpellCheckingDialog (Module)" id="SpellCheckingDialog (Module)" ref="eric5.QScintilla.SpellCheckingDialog.html" /> - <keyword name="SpellCheckingDialog" id="SpellCheckingDialog" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog" /> - <keyword name="SpellCheckingDialog (Constructor)" id="SpellCheckingDialog (Constructor)" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__init__" /> - <keyword name="SpellCheckingDialog.__advance" id="SpellCheckingDialog.__advance" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__advance" /> - <keyword name="SpellCheckingDialog.__enableButtons" id="SpellCheckingDialog.__enableButtons" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__enableButtons" /> - <keyword name="SpellCheckingDialog.on_addButton_clicked" id="SpellCheckingDialog.on_addButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_addButton_clicked" /> - <keyword name="SpellCheckingDialog.on_changeEdit_textChanged" id="SpellCheckingDialog.on_changeEdit_textChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_changeEdit_textChanged" /> - <keyword name="SpellCheckingDialog.on_ignoreAllButton_clicked" id="SpellCheckingDialog.on_ignoreAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreAllButton_clicked" /> - <keyword name="SpellCheckingDialog.on_ignoreButton_clicked" id="SpellCheckingDialog.on_ignoreButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreButton_clicked" /> - <keyword name="SpellCheckingDialog.on_replaceAllButton_clicked" id="SpellCheckingDialog.on_replaceAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceAllButton_clicked" /> - <keyword name="SpellCheckingDialog.on_replaceButton_clicked" id="SpellCheckingDialog.on_replaceButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceButton_clicked" /> - <keyword name="SpellCheckingDialog.on_suggestionsList_currentTextChanged" id="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_suggestionsList_currentTextChanged" /> - <keyword name="QsciScintillaCompat (Module)" id="QsciScintillaCompat (Module)" ref="eric5.QScintilla.QsciScintillaCompat.html" /> - <keyword name="QsciScintillaCompat" id="QsciScintillaCompat" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat" /> - <keyword name="QSCINTILLA_VERSION" id="QSCINTILLA_VERSION" ref="eric5.QScintilla.QsciScintillaCompat.html#QSCINTILLA_VERSION" /> - <keyword name="QsciScintillaCompat (Constructor)" id="QsciScintillaCompat (Constructor)" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__init__" /> - <keyword name="QsciScintillaCompat.__doSearchTarget" id="QsciScintillaCompat.__doSearchTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__doSearchTarget" /> - <keyword name="QsciScintillaCompat.__setFoldMarker" id="QsciScintillaCompat.__setFoldMarker" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__setFoldMarker" /> - <keyword name="QsciScintillaCompat._encodeString" id="QsciScintillaCompat._encodeString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat._encodeString" /> - <keyword name="QsciScintillaCompat.byteAt" id="QsciScintillaCompat.byteAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.byteAt" /> - <keyword name="QsciScintillaCompat.charAt" id="QsciScintillaCompat.charAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.charAt" /> - <keyword name="QsciScintillaCompat.clearAllIndicators" id="QsciScintillaCompat.clearAllIndicators" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAllIndicators" /> - <keyword name="QsciScintillaCompat.clearAlternateKeys" id="QsciScintillaCompat.clearAlternateKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAlternateKeys" /> - <keyword name="QsciScintillaCompat.clearIndicator" id="QsciScintillaCompat.clearIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicator" /> - <keyword name="QsciScintillaCompat.clearIndicatorRange" id="QsciScintillaCompat.clearIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicatorRange" /> - <keyword name="QsciScintillaCompat.clearKeys" id="QsciScintillaCompat.clearKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearKeys" /> - <keyword name="QsciScintillaCompat.clearStyles" id="QsciScintillaCompat.clearStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearStyles" /> - <keyword name="QsciScintillaCompat.contractedFolds" id="QsciScintillaCompat.contractedFolds" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.contractedFolds" /> - <keyword name="QsciScintillaCompat.currentPosition" id="QsciScintillaCompat.currentPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentPosition" /> - <keyword name="QsciScintillaCompat.currentStyle" id="QsciScintillaCompat.currentStyle" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentStyle" /> - <keyword name="QsciScintillaCompat.delete" id="QsciScintillaCompat.delete" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.delete" /> - <keyword name="QsciScintillaCompat.deleteBack" id="QsciScintillaCompat.deleteBack" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteBack" /> - <keyword name="QsciScintillaCompat.deleteLineLeft" id="QsciScintillaCompat.deleteLineLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineLeft" /> - <keyword name="QsciScintillaCompat.deleteLineRight" id="QsciScintillaCompat.deleteLineRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineRight" /> - <keyword name="QsciScintillaCompat.deleteWordLeft" id="QsciScintillaCompat.deleteWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordLeft" /> - <keyword name="QsciScintillaCompat.deleteWordRight" id="QsciScintillaCompat.deleteWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordRight" /> - <keyword name="QsciScintillaCompat.detectEolString" id="QsciScintillaCompat.detectEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.detectEolString" /> - <keyword name="QsciScintillaCompat.editorCommand" id="QsciScintillaCompat.editorCommand" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.editorCommand" /> - <keyword name="QsciScintillaCompat.extendSelectionLeft" id="QsciScintillaCompat.extendSelectionLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionLeft" /> - <keyword name="QsciScintillaCompat.extendSelectionRight" id="QsciScintillaCompat.extendSelectionRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionRight" /> - <keyword name="QsciScintillaCompat.extendSelectionToBOL" id="QsciScintillaCompat.extendSelectionToBOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToBOL" /> - <keyword name="QsciScintillaCompat.extendSelectionToEOL" id="QsciScintillaCompat.extendSelectionToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToEOL" /> - <keyword name="QsciScintillaCompat.extendSelectionWordLeft" id="QsciScintillaCompat.extendSelectionWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordLeft" /> - <keyword name="QsciScintillaCompat.extendSelectionWordRight" id="QsciScintillaCompat.extendSelectionWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordRight" /> - <keyword name="QsciScintillaCompat.findFirstTarget" id="QsciScintillaCompat.findFirstTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findFirstTarget" /> - <keyword name="QsciScintillaCompat.findNextTarget" id="QsciScintillaCompat.findNextTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findNextTarget" /> - <keyword name="QsciScintillaCompat.focusOutEvent" id="QsciScintillaCompat.focusOutEvent" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.focusOutEvent" /> - <keyword name="QsciScintillaCompat.foldExpandedAt" id="QsciScintillaCompat.foldExpandedAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldExpandedAt" /> - <keyword name="QsciScintillaCompat.foldFlagsAt" id="QsciScintillaCompat.foldFlagsAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldFlagsAt" /> - <keyword name="QsciScintillaCompat.foldHeaderAt" id="QsciScintillaCompat.foldHeaderAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldHeaderAt" /> - <keyword name="QsciScintillaCompat.foldLevelAt" id="QsciScintillaCompat.foldLevelAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldLevelAt" /> - <keyword name="QsciScintillaCompat.getCursorFlashTime" id="QsciScintillaCompat.getCursorFlashTime" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getCursorFlashTime" /> - <keyword name="QsciScintillaCompat.getEndStyled" id="QsciScintillaCompat.getEndStyled" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEndStyled" /> - <keyword name="QsciScintillaCompat.getEolIndicator" id="QsciScintillaCompat.getEolIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEolIndicator" /> - <keyword name="QsciScintillaCompat.getFileName" id="QsciScintillaCompat.getFileName" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFileName" /> - <keyword name="QsciScintillaCompat.getFoundTarget" id="QsciScintillaCompat.getFoundTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFoundTarget" /> - <keyword name="QsciScintillaCompat.getLineSeparator" id="QsciScintillaCompat.getLineSeparator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getLineSeparator" /> - <keyword name="QsciScintillaCompat.getZoom" id="QsciScintillaCompat.getZoom" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getZoom" /> - <keyword name="QsciScintillaCompat.hasIndicator" id="QsciScintillaCompat.hasIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasIndicator" /> - <keyword name="QsciScintillaCompat.indentationGuideView" id="QsciScintillaCompat.indentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indentationGuideView" /> - <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" /> - <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" /> - <keyword name="QsciScintillaCompat.lineEndPosition" id="QsciScintillaCompat.lineEndPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineEndPosition" /> - <keyword name="QsciScintillaCompat.lineIndexFromPosition" id="QsciScintillaCompat.lineIndexFromPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineIndexFromPosition" /> - <keyword name="QsciScintillaCompat.linesOnScreen" id="QsciScintillaCompat.linesOnScreen" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.linesOnScreen" /> - <keyword name="QsciScintillaCompat.monospacedStyles" id="QsciScintillaCompat.monospacedStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.monospacedStyles" /> - <keyword name="QsciScintillaCompat.moveCursorLeft" id="QsciScintillaCompat.moveCursorLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorLeft" /> - <keyword name="QsciScintillaCompat.moveCursorRight" id="QsciScintillaCompat.moveCursorRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorRight" /> - <keyword name="QsciScintillaCompat.moveCursorToEOL" id="QsciScintillaCompat.moveCursorToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorToEOL" /> - <keyword name="QsciScintillaCompat.moveCursorWordLeft" id="QsciScintillaCompat.moveCursorWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordLeft" /> - <keyword name="QsciScintillaCompat.moveCursorWordRight" id="QsciScintillaCompat.moveCursorWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordRight" /> - <keyword name="QsciScintillaCompat.newLineBelow" id="QsciScintillaCompat.newLineBelow" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.newLineBelow" /> - <keyword name="QsciScintillaCompat.positionAfter" id="QsciScintillaCompat.positionAfter" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionAfter" /> - <keyword name="QsciScintillaCompat.positionBefore" id="QsciScintillaCompat.positionBefore" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionBefore" /> - <keyword name="QsciScintillaCompat.positionFromLineIndex" id="QsciScintillaCompat.positionFromLineIndex" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromLineIndex" /> - <keyword name="QsciScintillaCompat.positionFromPoint" id="QsciScintillaCompat.positionFromPoint" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromPoint" /> - <keyword name="QsciScintillaCompat.replaceTarget" id="QsciScintillaCompat.replaceTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.replaceTarget" /> - <keyword name="QsciScintillaCompat.scrollVertical" id="QsciScintillaCompat.scrollVertical" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.scrollVertical" /> - <keyword name="QsciScintillaCompat.setContractedFolds" id="QsciScintillaCompat.setContractedFolds" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setContractedFolds" /> - <keyword name="QsciScintillaCompat.setCurrentIndicator" id="QsciScintillaCompat.setCurrentIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCurrentIndicator" /> - <keyword name="QsciScintillaCompat.setCursorFlashTime" id="QsciScintillaCompat.setCursorFlashTime" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCursorFlashTime" /> - <keyword name="QsciScintillaCompat.setEolModeByEolString" id="QsciScintillaCompat.setEolModeByEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setEolModeByEolString" /> - <keyword name="QsciScintillaCompat.setFoldMarkersColors" id="QsciScintillaCompat.setFoldMarkersColors" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFoldMarkersColors" /> - <keyword name="QsciScintillaCompat.setFolding" id="QsciScintillaCompat.setFolding" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFolding" /> - <keyword name="QsciScintillaCompat.setIndentationGuideView" id="QsciScintillaCompat.setIndentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndentationGuideView" /> - <keyword name="QsciScintillaCompat.setIndicator" id="QsciScintillaCompat.setIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicator" /> - <keyword name="QsciScintillaCompat.setIndicatorRange" id="QsciScintillaCompat.setIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicatorRange" /> - <keyword name="QsciScintillaCompat.setLexer" id="QsciScintillaCompat.setLexer" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setLexer" /> - <keyword name="QsciScintillaCompat.setStyleBits" id="QsciScintillaCompat.setStyleBits" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyleBits" /> - <keyword name="QsciScintillaCompat.setStyling" id="QsciScintillaCompat.setStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyling" /> - <keyword name="QsciScintillaCompat.showUserList" id="QsciScintillaCompat.showUserList" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.showUserList" /> - <keyword name="QsciScintillaCompat.startStyling" id="QsciScintillaCompat.startStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.startStyling" /> - <keyword name="QsciScintillaCompat.styleAt" id="QsciScintillaCompat.styleAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.styleAt" /> - <keyword name="QsciScintillaCompat.zoomIn" id="QsciScintillaCompat.zoomIn" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomIn" /> - <keyword name="QsciScintillaCompat.zoomOut" id="QsciScintillaCompat.zoomOut" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomOut" /> - <keyword name="QsciScintillaCompat.zoomTo" id="QsciScintillaCompat.zoomTo" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomTo" /> - <keyword name="MiniEditor (Module)" id="MiniEditor (Module)" ref="eric5.QScintilla.MiniEditor.html" /> - <keyword name="MiniEditor" id="MiniEditor" ref="eric5.QScintilla.MiniEditor.html#MiniEditor" /> - <keyword name="MiniScintilla" id="MiniScintilla" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla" /> - <keyword name="MiniEditor (Constructor)" id="MiniEditor (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__init__" /> - <keyword name="MiniEditor.__about" id="MiniEditor.__about" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__about" /> - <keyword name="MiniEditor.__aboutQt" id="MiniEditor.__aboutQt" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__aboutQt" /> - <keyword name="MiniEditor.__bindLexer" id="MiniEditor.__bindLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindLexer" /> - <keyword name="MiniEditor.__bindName" id="MiniEditor.__bindName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindName" /> - <keyword name="MiniEditor.__checkActions" id="MiniEditor.__checkActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkActions" /> - <keyword name="MiniEditor.__checkLanguage" id="MiniEditor.__checkLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkLanguage" /> - <keyword name="MiniEditor.__contextMenuRequested" id="MiniEditor.__contextMenuRequested" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__contextMenuRequested" /> - <keyword name="MiniEditor.__createActions" id="MiniEditor.__createActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createActions" /> - <keyword name="MiniEditor.__createEditActions" id="MiniEditor.__createEditActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createEditActions" /> - <keyword name="MiniEditor.__createFileActions" id="MiniEditor.__createFileActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createFileActions" /> - <keyword name="MiniEditor.__createHelpActions" id="MiniEditor.__createHelpActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createHelpActions" /> - <keyword name="MiniEditor.__createMenus" id="MiniEditor.__createMenus" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createMenus" /> - <keyword name="MiniEditor.__createSearchActions" id="MiniEditor.__createSearchActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createSearchActions" /> - <keyword name="MiniEditor.__createStatusBar" id="MiniEditor.__createStatusBar" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createStatusBar" /> - <keyword name="MiniEditor.__createToolBars" id="MiniEditor.__createToolBars" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createToolBars" /> - <keyword name="MiniEditor.__cursorPositionChanged" id="MiniEditor.__cursorPositionChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__cursorPositionChanged" /> - <keyword name="MiniEditor.__deselectAll" id="MiniEditor.__deselectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__deselectAll" /> - <keyword name="MiniEditor.__documentWasModified" id="MiniEditor.__documentWasModified" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__documentWasModified" /> - <keyword name="MiniEditor.__getCurrentWord" id="MiniEditor.__getCurrentWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getCurrentWord" /> - <keyword name="MiniEditor.__getWord" id="MiniEditor.__getWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getWord" /> - <keyword name="MiniEditor.__initContextMenu" id="MiniEditor.__initContextMenu" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenu" /> - <keyword name="MiniEditor.__initContextMenuLanguages" id="MiniEditor.__initContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenuLanguages" /> - <keyword name="MiniEditor.__isPy2File" id="MiniEditor.__isPy2File" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__isPy2File" /> - <keyword name="MiniEditor.__languageMenuTriggered" id="MiniEditor.__languageMenuTriggered" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__languageMenuTriggered" /> - <keyword name="MiniEditor.__loadFile" id="MiniEditor.__loadFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__loadFile" /> - <keyword name="MiniEditor.__markOccurrences" id="MiniEditor.__markOccurrences" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__markOccurrences" /> - <keyword name="MiniEditor.__maybeSave" id="MiniEditor.__maybeSave" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__maybeSave" /> - <keyword name="MiniEditor.__modificationChanged" id="MiniEditor.__modificationChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__modificationChanged" /> - <keyword name="MiniEditor.__newFile" id="MiniEditor.__newFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__newFile" /> - <keyword name="MiniEditor.__open" id="MiniEditor.__open" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__open" /> - <keyword name="MiniEditor.__printFile" id="MiniEditor.__printFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printFile" /> - <keyword name="MiniEditor.__printPreview" id="MiniEditor.__printPreview" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreview" /> - <keyword name="MiniEditor.__printPreviewFile" id="MiniEditor.__printPreviewFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreviewFile" /> - <keyword name="MiniEditor.__readSettings" id="MiniEditor.__readSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readSettings" /> - <keyword name="MiniEditor.__readShortcut" id="MiniEditor.__readShortcut" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readShortcut" /> - <keyword name="MiniEditor.__redo" id="MiniEditor.__redo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__redo" /> - <keyword name="MiniEditor.__replace" id="MiniEditor.__replace" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__replace" /> - <keyword name="MiniEditor.__resetLanguage" id="MiniEditor.__resetLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__resetLanguage" /> - <keyword name="MiniEditor.__save" id="MiniEditor.__save" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__save" /> - <keyword name="MiniEditor.__saveAs" id="MiniEditor.__saveAs" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveAs" /> - <keyword name="MiniEditor.__saveFile" id="MiniEditor.__saveFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveFile" /> - <keyword name="MiniEditor.__search" id="MiniEditor.__search" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__search" /> - <keyword name="MiniEditor.__searchClearMarkers" id="MiniEditor.__searchClearMarkers" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__searchClearMarkers" /> - <keyword name="MiniEditor.__selectAll" id="MiniEditor.__selectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectAll" /> - <keyword name="MiniEditor.__selectPygmentsLexer" id="MiniEditor.__selectPygmentsLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectPygmentsLexer" /> - <keyword name="MiniEditor.__setCurrentFile" id="MiniEditor.__setCurrentFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setCurrentFile" /> - <keyword name="MiniEditor.__setEolMode" id="MiniEditor.__setEolMode" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setEolMode" /> - <keyword name="MiniEditor.__setMargins" id="MiniEditor.__setMargins" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMargins" /> - <keyword name="MiniEditor.__setMonospaced" id="MiniEditor.__setMonospaced" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMonospaced" /> - <keyword name="MiniEditor.__setSbFile" id="MiniEditor.__setSbFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setSbFile" /> - <keyword name="MiniEditor.__setTextDisplay" id="MiniEditor.__setTextDisplay" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setTextDisplay" /> - <keyword name="MiniEditor.__showContextMenuLanguages" id="MiniEditor.__showContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__showContextMenuLanguages" /> - <keyword name="MiniEditor.__strippedName" id="MiniEditor.__strippedName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__strippedName" /> - <keyword name="MiniEditor.__styleNeeded" id="MiniEditor.__styleNeeded" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__styleNeeded" /> - <keyword name="MiniEditor.__undo" id="MiniEditor.__undo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__undo" /> - <keyword name="MiniEditor.__whatsThis" id="MiniEditor.__whatsThis" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__whatsThis" /> - <keyword name="MiniEditor.__writeSettings" id="MiniEditor.__writeSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__writeSettings" /> - <keyword name="MiniEditor.activeWindow" id="MiniEditor.activeWindow" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.activeWindow" /> - <keyword name="MiniEditor.clearSearchIndicators" id="MiniEditor.clearSearchIndicators" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.clearSearchIndicators" /> - <keyword name="MiniEditor.closeEvent" id="MiniEditor.closeEvent" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.closeEvent" /> - <keyword name="MiniEditor.getFileName" id="MiniEditor.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getFileName" /> - <keyword name="MiniEditor.getLanguage" id="MiniEditor.getLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getLanguage" /> - <keyword name="MiniEditor.getSRHistory" id="MiniEditor.getSRHistory" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getSRHistory" /> - <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setLanguage" /> - <keyword name="MiniEditor.setSearchIndicator" id="MiniEditor.setSearchIndicator" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setSearchIndicator" /> - <keyword name="MiniEditor.setText" id="MiniEditor.setText" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setText" /> - <keyword name="MiniEditor.textForFind" id="MiniEditor.textForFind" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.textForFind" /> - <keyword name="MiniScintilla (Constructor)" id="MiniScintilla (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.__init__" /> - <keyword name="MiniScintilla.focusInEvent" id="MiniScintilla.focusInEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusInEvent" /> - <keyword name="MiniScintilla.focusOutEvent" id="MiniScintilla.focusOutEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusOutEvent" /> - <keyword name="MiniScintilla.getFileName" id="MiniScintilla.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.getFileName" /> <keyword name="APIsManager (Module)" id="APIsManager (Module)" ref="eric5.QScintilla.APIsManager.html" /> <keyword name="APIs" id="APIs" ref="eric5.QScintilla.APIsManager.html#APIs" /> <keyword name="APIsManager" id="APIsManager" ref="eric5.QScintilla.APIsManager.html#APIsManager" /> @@ -5855,71 +4301,6 @@ <keyword name="APIsManager (Constructor)" id="APIsManager (Constructor)" ref="eric5.QScintilla.APIsManager.html#APIsManager.__init__" /> <keyword name="APIsManager.getAPIs" id="APIsManager.getAPIs" ref="eric5.QScintilla.APIsManager.html#APIsManager.getAPIs" /> <keyword name="APIsManager.reloadAPIs" id="APIsManager.reloadAPIs" ref="eric5.QScintilla.APIsManager.html#APIsManager.reloadAPIs" /> - <keyword name="Terminal (Module)" id="Terminal (Module)" ref="eric5.QScintilla.Terminal.html" /> - <keyword name="Terminal" id="Terminal" ref="eric5.QScintilla.Terminal.html#Terminal" /> - <keyword name="Terminal (Constructor)" id="Terminal (Constructor)" ref="eric5.QScintilla.Terminal.html#Terminal.__init__" /> - <keyword name="Terminal.__QScintillaCharLeft" id="Terminal.__QScintillaCharLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeft" /> - <keyword name="Terminal.__QScintillaCharLeftExtend" id="Terminal.__QScintillaCharLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeftExtend" /> - <keyword name="Terminal.__QScintillaCharRight" id="Terminal.__QScintillaCharRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharRight" /> - <keyword name="Terminal.__QScintillaDelete" id="Terminal.__QScintillaDelete" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDelete" /> - <keyword name="Terminal.__QScintillaDeleteBack" id="Terminal.__QScintillaDeleteBack" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteBack" /> - <keyword name="Terminal.__QScintillaDeleteLineLeft" id="Terminal.__QScintillaDeleteLineLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineLeft" /> - <keyword name="Terminal.__QScintillaDeleteLineRight" id="Terminal.__QScintillaDeleteLineRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineRight" /> - <keyword name="Terminal.__QScintillaDeleteWordLeft" id="Terminal.__QScintillaDeleteWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordLeft" /> - <keyword name="Terminal.__QScintillaDeleteWordRight" id="Terminal.__QScintillaDeleteWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordRight" /> - <keyword name="Terminal.__QScintillaLeftCommand" id="Terminal.__QScintillaLeftCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftCommand" /> - <keyword name="Terminal.__QScintillaLeftDeleteCommand" id="Terminal.__QScintillaLeftDeleteCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftDeleteCommand" /> - <keyword name="Terminal.__QScintillaLineDown" id="Terminal.__QScintillaLineDown" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineDown" /> - <keyword name="Terminal.__QScintillaLineEnd" id="Terminal.__QScintillaLineEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineEnd" /> - <keyword name="Terminal.__QScintillaLineUp" id="Terminal.__QScintillaLineUp" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineUp" /> - <keyword name="Terminal.__QScintillaNewline" id="Terminal.__QScintillaNewline" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaNewline" /> - <keyword name="Terminal.__QScintillaRightCommand" id="Terminal.__QScintillaRightCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaRightCommand" /> - <keyword name="Terminal.__QScintillaVCHome" id="Terminal.__QScintillaVCHome" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHome" /> - <keyword name="Terminal.__QScintillaVCHomeExtend" id="Terminal.__QScintillaVCHomeExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHomeExtend" /> - <keyword name="Terminal.__QScintillaWordLeft" id="Terminal.__QScintillaWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeft" /> - <keyword name="Terminal.__QScintillaWordLeftExtend" id="Terminal.__QScintillaWordLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeftExtend" /> - <keyword name="Terminal.__QScintillaWordRight" id="Terminal.__QScintillaWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordRight" /> - <keyword name="Terminal.__bindLexer" id="Terminal.__bindLexer" ref="eric5.QScintilla.Terminal.html#Terminal.__bindLexer" /> - <keyword name="Terminal.__clearCurrentLine" id="Terminal.__clearCurrentLine" ref="eric5.QScintilla.Terminal.html#Terminal.__clearCurrentLine" /> - <keyword name="Terminal.__clearHistory" id="Terminal.__clearHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__clearHistory" /> - <keyword name="Terminal.__configure" id="Terminal.__configure" ref="eric5.QScintilla.Terminal.html#Terminal.__configure" /> - <keyword name="Terminal.__executeCommand" id="Terminal.__executeCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__executeCommand" /> - <keyword name="Terminal.__finished" id="Terminal.__finished" ref="eric5.QScintilla.Terminal.html#Terminal.__finished" /> - <keyword name="Terminal.__getEndPos" id="Terminal.__getEndPos" ref="eric5.QScintilla.Terminal.html#Terminal.__getEndPos" /> - <keyword name="Terminal.__insertHistory" id="Terminal.__insertHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__insertHistory" /> - <keyword name="Terminal.__insertText" id="Terminal.__insertText" ref="eric5.QScintilla.Terminal.html#Terminal.__insertText" /> - <keyword name="Terminal.__insertTextAtEnd" id="Terminal.__insertTextAtEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__insertTextAtEnd" /> - <keyword name="Terminal.__isCursorOnLastLine" id="Terminal.__isCursorOnLastLine" ref="eric5.QScintilla.Terminal.html#Terminal.__isCursorOnLastLine" /> - <keyword name="Terminal.__readOutput" id="Terminal.__readOutput" ref="eric5.QScintilla.Terminal.html#Terminal.__readOutput" /> - <keyword name="Terminal.__reset" id="Terminal.__reset" ref="eric5.QScintilla.Terminal.html#Terminal.__reset" /> - <keyword name="Terminal.__rsearchHistory" id="Terminal.__rsearchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__rsearchHistory" /> - <keyword name="Terminal.__searchHistory" id="Terminal.__searchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__searchHistory" /> - <keyword name="Terminal.__selectHistory" id="Terminal.__selectHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__selectHistory" /> - <keyword name="Terminal.__send" id="Terminal.__send" ref="eric5.QScintilla.Terminal.html#Terminal.__send" /> - <keyword name="Terminal.__sendCtrl" id="Terminal.__sendCtrl" ref="eric5.QScintilla.Terminal.html#Terminal.__sendCtrl" /> - <keyword name="Terminal.__setMargin0" id="Terminal.__setMargin0" ref="eric5.QScintilla.Terminal.html#Terminal.__setMargin0" /> - <keyword name="Terminal.__setMonospaced" id="Terminal.__setMonospaced" ref="eric5.QScintilla.Terminal.html#Terminal.__setMonospaced" /> - <keyword name="Terminal.__setTextDisplay" id="Terminal.__setTextDisplay" ref="eric5.QScintilla.Terminal.html#Terminal.__setTextDisplay" /> - <keyword name="Terminal.__showHistory" id="Terminal.__showHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__showHistory" /> - <keyword name="Terminal.__startShell" id="Terminal.__startShell" ref="eric5.QScintilla.Terminal.html#Terminal.__startShell" /> - <keyword name="Terminal.__started" id="Terminal.__started" ref="eric5.QScintilla.Terminal.html#Terminal.__started" /> - <keyword name="Terminal.__stopShell" id="Terminal.__stopShell" ref="eric5.QScintilla.Terminal.html#Terminal.__stopShell" /> - <keyword name="Terminal.__useHistory" id="Terminal.__useHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__useHistory" /> - <keyword name="Terminal.__write" id="Terminal.__write" ref="eric5.QScintilla.Terminal.html#Terminal.__write" /> - <keyword name="Terminal.clear" id="Terminal.clear" ref="eric5.QScintilla.Terminal.html#Terminal.clear" /> - <keyword name="Terminal.closeTerminal" id="Terminal.closeTerminal" ref="eric5.QScintilla.Terminal.html#Terminal.closeTerminal" /> - <keyword name="Terminal.contextMenuEvent" id="Terminal.contextMenuEvent" ref="eric5.QScintilla.Terminal.html#Terminal.contextMenuEvent" /> - <keyword name="Terminal.editorCommand" id="Terminal.editorCommand" ref="eric5.QScintilla.Terminal.html#Terminal.editorCommand" /> - <keyword name="Terminal.focusInEvent" id="Terminal.focusInEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusInEvent" /> - <keyword name="Terminal.focusOutEvent" id="Terminal.focusOutEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusOutEvent" /> - <keyword name="Terminal.getHistory" id="Terminal.getHistory" ref="eric5.QScintilla.Terminal.html#Terminal.getHistory" /> - <keyword name="Terminal.handlePreferencesChanged" id="Terminal.handlePreferencesChanged" ref="eric5.QScintilla.Terminal.html#Terminal.handlePreferencesChanged" /> - <keyword name="Terminal.insert" id="Terminal.insert" ref="eric5.QScintilla.Terminal.html#Terminal.insert" /> - <keyword name="Terminal.keyPressEvent" id="Terminal.keyPressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.keyPressEvent" /> - <keyword name="Terminal.loadHistory" id="Terminal.loadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.loadHistory" /> - <keyword name="Terminal.mousePressEvent" id="Terminal.mousePressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.mousePressEvent" /> - <keyword name="Terminal.reloadHistory" id="Terminal.reloadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.reloadHistory" /> - <keyword name="Terminal.saveHistory" id="Terminal.saveHistory" ref="eric5.QScintilla.Terminal.html#Terminal.saveHistory" /> <keyword name="Editor (Module)" id="Editor (Module)" ref="eric5.QScintilla.Editor.html" /> <keyword name="Editor" id="Editor" ref="eric5.QScintilla.Editor.html#Editor" /> <keyword name="Editor (Constructor)" id="Editor (Constructor)" ref="eric5.QScintilla.Editor.html#Editor.__init__" /> @@ -6208,6 +4589,181 @@ <keyword name="Editor.unsetAutoCompletionHook" id="Editor.unsetAutoCompletionHook" ref="eric5.QScintilla.Editor.html#Editor.unsetAutoCompletionHook" /> <keyword name="Editor.unsetCallTipHook" id="Editor.unsetCallTipHook" ref="eric5.QScintilla.Editor.html#Editor.unsetCallTipHook" /> <keyword name="Editor.writeFile" id="Editor.writeFile" ref="eric5.QScintilla.Editor.html#Editor.writeFile" /> + <keyword name="EditorAssembly (Module)" id="EditorAssembly (Module)" ref="eric5.QScintilla.EditorAssembly.html" /> + <keyword name="EditorAssembly" id="EditorAssembly" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly" /> + <keyword name="EditorAssembly (Constructor)" id="EditorAssembly (Constructor)" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__init__" /> + <keyword name="EditorAssembly.__globalsActivated" id="EditorAssembly.__globalsActivated" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__globalsActivated" /> + <keyword name="EditorAssembly.__membersActivated" id="EditorAssembly.__membersActivated" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__membersActivated" /> + <keyword name="EditorAssembly.__parseEditor" id="EditorAssembly.__parseEditor" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__parseEditor" /> + <keyword name="EditorAssembly.__resetParseTimer" id="EditorAssembly.__resetParseTimer" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__resetParseTimer" /> + <keyword name="EditorAssembly.getEditor" id="EditorAssembly.getEditor" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.getEditor" /> + <keyword name="GotoDialog (Module)" id="GotoDialog (Module)" ref="eric5.QScintilla.GotoDialog.html" /> + <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" /> + <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" /> + <keyword name="GotoDialog.getLinenumber" id="GotoDialog.getLinenumber" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.getLinenumber" /> + <keyword name="MiniEditor (Module)" id="MiniEditor (Module)" ref="eric5.QScintilla.MiniEditor.html" /> + <keyword name="MiniEditor" id="MiniEditor" ref="eric5.QScintilla.MiniEditor.html#MiniEditor" /> + <keyword name="MiniScintilla" id="MiniScintilla" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla" /> + <keyword name="MiniEditor (Constructor)" id="MiniEditor (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__init__" /> + <keyword name="MiniEditor.__about" id="MiniEditor.__about" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__about" /> + <keyword name="MiniEditor.__aboutQt" id="MiniEditor.__aboutQt" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__aboutQt" /> + <keyword name="MiniEditor.__bindLexer" id="MiniEditor.__bindLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindLexer" /> + <keyword name="MiniEditor.__bindName" id="MiniEditor.__bindName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__bindName" /> + <keyword name="MiniEditor.__checkActions" id="MiniEditor.__checkActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkActions" /> + <keyword name="MiniEditor.__checkLanguage" id="MiniEditor.__checkLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__checkLanguage" /> + <keyword name="MiniEditor.__contextMenuRequested" id="MiniEditor.__contextMenuRequested" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__contextMenuRequested" /> + <keyword name="MiniEditor.__createActions" id="MiniEditor.__createActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createActions" /> + <keyword name="MiniEditor.__createEditActions" id="MiniEditor.__createEditActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createEditActions" /> + <keyword name="MiniEditor.__createFileActions" id="MiniEditor.__createFileActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createFileActions" /> + <keyword name="MiniEditor.__createHelpActions" id="MiniEditor.__createHelpActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createHelpActions" /> + <keyword name="MiniEditor.__createMenus" id="MiniEditor.__createMenus" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createMenus" /> + <keyword name="MiniEditor.__createSearchActions" id="MiniEditor.__createSearchActions" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createSearchActions" /> + <keyword name="MiniEditor.__createStatusBar" id="MiniEditor.__createStatusBar" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createStatusBar" /> + <keyword name="MiniEditor.__createToolBars" id="MiniEditor.__createToolBars" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__createToolBars" /> + <keyword name="MiniEditor.__cursorPositionChanged" id="MiniEditor.__cursorPositionChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__cursorPositionChanged" /> + <keyword name="MiniEditor.__deselectAll" id="MiniEditor.__deselectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__deselectAll" /> + <keyword name="MiniEditor.__documentWasModified" id="MiniEditor.__documentWasModified" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__documentWasModified" /> + <keyword name="MiniEditor.__getCurrentWord" id="MiniEditor.__getCurrentWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getCurrentWord" /> + <keyword name="MiniEditor.__getWord" id="MiniEditor.__getWord" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__getWord" /> + <keyword name="MiniEditor.__initContextMenu" id="MiniEditor.__initContextMenu" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenu" /> + <keyword name="MiniEditor.__initContextMenuLanguages" id="MiniEditor.__initContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__initContextMenuLanguages" /> + <keyword name="MiniEditor.__isPy2File" id="MiniEditor.__isPy2File" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__isPy2File" /> + <keyword name="MiniEditor.__languageMenuTriggered" id="MiniEditor.__languageMenuTriggered" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__languageMenuTriggered" /> + <keyword name="MiniEditor.__loadFile" id="MiniEditor.__loadFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__loadFile" /> + <keyword name="MiniEditor.__markOccurrences" id="MiniEditor.__markOccurrences" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__markOccurrences" /> + <keyword name="MiniEditor.__maybeSave" id="MiniEditor.__maybeSave" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__maybeSave" /> + <keyword name="MiniEditor.__modificationChanged" id="MiniEditor.__modificationChanged" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__modificationChanged" /> + <keyword name="MiniEditor.__newFile" id="MiniEditor.__newFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__newFile" /> + <keyword name="MiniEditor.__open" id="MiniEditor.__open" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__open" /> + <keyword name="MiniEditor.__printFile" id="MiniEditor.__printFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printFile" /> + <keyword name="MiniEditor.__printPreview" id="MiniEditor.__printPreview" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreview" /> + <keyword name="MiniEditor.__printPreviewFile" id="MiniEditor.__printPreviewFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__printPreviewFile" /> + <keyword name="MiniEditor.__readSettings" id="MiniEditor.__readSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readSettings" /> + <keyword name="MiniEditor.__readShortcut" id="MiniEditor.__readShortcut" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__readShortcut" /> + <keyword name="MiniEditor.__redo" id="MiniEditor.__redo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__redo" /> + <keyword name="MiniEditor.__replace" id="MiniEditor.__replace" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__replace" /> + <keyword name="MiniEditor.__resetLanguage" id="MiniEditor.__resetLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__resetLanguage" /> + <keyword name="MiniEditor.__save" id="MiniEditor.__save" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__save" /> + <keyword name="MiniEditor.__saveAs" id="MiniEditor.__saveAs" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveAs" /> + <keyword name="MiniEditor.__saveFile" id="MiniEditor.__saveFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__saveFile" /> + <keyword name="MiniEditor.__search" id="MiniEditor.__search" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__search" /> + <keyword name="MiniEditor.__searchClearMarkers" id="MiniEditor.__searchClearMarkers" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__searchClearMarkers" /> + <keyword name="MiniEditor.__selectAll" id="MiniEditor.__selectAll" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectAll" /> + <keyword name="MiniEditor.__selectPygmentsLexer" id="MiniEditor.__selectPygmentsLexer" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__selectPygmentsLexer" /> + <keyword name="MiniEditor.__setCurrentFile" id="MiniEditor.__setCurrentFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setCurrentFile" /> + <keyword name="MiniEditor.__setEolMode" id="MiniEditor.__setEolMode" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setEolMode" /> + <keyword name="MiniEditor.__setMargins" id="MiniEditor.__setMargins" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMargins" /> + <keyword name="MiniEditor.__setMonospaced" id="MiniEditor.__setMonospaced" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setMonospaced" /> + <keyword name="MiniEditor.__setSbFile" id="MiniEditor.__setSbFile" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setSbFile" /> + <keyword name="MiniEditor.__setTextDisplay" id="MiniEditor.__setTextDisplay" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__setTextDisplay" /> + <keyword name="MiniEditor.__showContextMenuLanguages" id="MiniEditor.__showContextMenuLanguages" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__showContextMenuLanguages" /> + <keyword name="MiniEditor.__strippedName" id="MiniEditor.__strippedName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__strippedName" /> + <keyword name="MiniEditor.__styleNeeded" id="MiniEditor.__styleNeeded" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__styleNeeded" /> + <keyword name="MiniEditor.__undo" id="MiniEditor.__undo" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__undo" /> + <keyword name="MiniEditor.__whatsThis" id="MiniEditor.__whatsThis" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__whatsThis" /> + <keyword name="MiniEditor.__writeSettings" id="MiniEditor.__writeSettings" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.__writeSettings" /> + <keyword name="MiniEditor.activeWindow" id="MiniEditor.activeWindow" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.activeWindow" /> + <keyword name="MiniEditor.clearSearchIndicators" id="MiniEditor.clearSearchIndicators" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.clearSearchIndicators" /> + <keyword name="MiniEditor.closeEvent" id="MiniEditor.closeEvent" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.closeEvent" /> + <keyword name="MiniEditor.getFileName" id="MiniEditor.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getFileName" /> + <keyword name="MiniEditor.getLanguage" id="MiniEditor.getLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getLanguage" /> + <keyword name="MiniEditor.getSRHistory" id="MiniEditor.getSRHistory" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.getSRHistory" /> + <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setLanguage" /> + <keyword name="MiniEditor.setSearchIndicator" id="MiniEditor.setSearchIndicator" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setSearchIndicator" /> + <keyword name="MiniEditor.setText" id="MiniEditor.setText" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.setText" /> + <keyword name="MiniEditor.textForFind" id="MiniEditor.textForFind" ref="eric5.QScintilla.MiniEditor.html#MiniEditor.textForFind" /> + <keyword name="MiniScintilla (Constructor)" id="MiniScintilla (Constructor)" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.__init__" /> + <keyword name="MiniScintilla.focusInEvent" id="MiniScintilla.focusInEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusInEvent" /> + <keyword name="MiniScintilla.focusOutEvent" id="MiniScintilla.focusOutEvent" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.focusOutEvent" /> + <keyword name="MiniScintilla.getFileName" id="MiniScintilla.getFileName" ref="eric5.QScintilla.MiniEditor.html#MiniScintilla.getFileName" /> + <keyword name="Printer (Module)" id="Printer (Module)" ref="eric5.QScintilla.Printer.html" /> + <keyword name="Printer" id="Printer" ref="eric5.QScintilla.Printer.html#Printer" /> + <keyword name="Printer (Constructor)" id="Printer (Constructor)" ref="eric5.QScintilla.Printer.html#Printer.__init__" /> + <keyword name="Printer.formatPage" id="Printer.formatPage" ref="eric5.QScintilla.Printer.html#Printer.formatPage" /> + <keyword name="QsciScintillaCompat (Module)" id="QsciScintillaCompat (Module)" ref="eric5.QScintilla.QsciScintillaCompat.html" /> + <keyword name="QsciScintillaCompat" id="QsciScintillaCompat" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat" /> + <keyword name="QSCINTILLA_VERSION" id="QSCINTILLA_VERSION" ref="eric5.QScintilla.QsciScintillaCompat.html#QSCINTILLA_VERSION" /> + <keyword name="QsciScintillaCompat (Constructor)" id="QsciScintillaCompat (Constructor)" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__init__" /> + <keyword name="QsciScintillaCompat.__doSearchTarget" id="QsciScintillaCompat.__doSearchTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__doSearchTarget" /> + <keyword name="QsciScintillaCompat.__setFoldMarker" id="QsciScintillaCompat.__setFoldMarker" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__setFoldMarker" /> + <keyword name="QsciScintillaCompat._encodeString" id="QsciScintillaCompat._encodeString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat._encodeString" /> + <keyword name="QsciScintillaCompat.byteAt" id="QsciScintillaCompat.byteAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.byteAt" /> + <keyword name="QsciScintillaCompat.charAt" id="QsciScintillaCompat.charAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.charAt" /> + <keyword name="QsciScintillaCompat.clearAllIndicators" id="QsciScintillaCompat.clearAllIndicators" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAllIndicators" /> + <keyword name="QsciScintillaCompat.clearAlternateKeys" id="QsciScintillaCompat.clearAlternateKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearAlternateKeys" /> + <keyword name="QsciScintillaCompat.clearIndicator" id="QsciScintillaCompat.clearIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicator" /> + <keyword name="QsciScintillaCompat.clearIndicatorRange" id="QsciScintillaCompat.clearIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearIndicatorRange" /> + <keyword name="QsciScintillaCompat.clearKeys" id="QsciScintillaCompat.clearKeys" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearKeys" /> + <keyword name="QsciScintillaCompat.clearStyles" id="QsciScintillaCompat.clearStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.clearStyles" /> + <keyword name="QsciScintillaCompat.contractedFolds" id="QsciScintillaCompat.contractedFolds" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.contractedFolds" /> + <keyword name="QsciScintillaCompat.currentPosition" id="QsciScintillaCompat.currentPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentPosition" /> + <keyword name="QsciScintillaCompat.currentStyle" id="QsciScintillaCompat.currentStyle" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.currentStyle" /> + <keyword name="QsciScintillaCompat.delete" id="QsciScintillaCompat.delete" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.delete" /> + <keyword name="QsciScintillaCompat.deleteBack" id="QsciScintillaCompat.deleteBack" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteBack" /> + <keyword name="QsciScintillaCompat.deleteLineLeft" id="QsciScintillaCompat.deleteLineLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineLeft" /> + <keyword name="QsciScintillaCompat.deleteLineRight" id="QsciScintillaCompat.deleteLineRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteLineRight" /> + <keyword name="QsciScintillaCompat.deleteWordLeft" id="QsciScintillaCompat.deleteWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordLeft" /> + <keyword name="QsciScintillaCompat.deleteWordRight" id="QsciScintillaCompat.deleteWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.deleteWordRight" /> + <keyword name="QsciScintillaCompat.detectEolString" id="QsciScintillaCompat.detectEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.detectEolString" /> + <keyword name="QsciScintillaCompat.editorCommand" id="QsciScintillaCompat.editorCommand" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.editorCommand" /> + <keyword name="QsciScintillaCompat.extendSelectionLeft" id="QsciScintillaCompat.extendSelectionLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionLeft" /> + <keyword name="QsciScintillaCompat.extendSelectionRight" id="QsciScintillaCompat.extendSelectionRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionRight" /> + <keyword name="QsciScintillaCompat.extendSelectionToBOL" id="QsciScintillaCompat.extendSelectionToBOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToBOL" /> + <keyword name="QsciScintillaCompat.extendSelectionToEOL" id="QsciScintillaCompat.extendSelectionToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionToEOL" /> + <keyword name="QsciScintillaCompat.extendSelectionWordLeft" id="QsciScintillaCompat.extendSelectionWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordLeft" /> + <keyword name="QsciScintillaCompat.extendSelectionWordRight" id="QsciScintillaCompat.extendSelectionWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.extendSelectionWordRight" /> + <keyword name="QsciScintillaCompat.findFirstTarget" id="QsciScintillaCompat.findFirstTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findFirstTarget" /> + <keyword name="QsciScintillaCompat.findNextTarget" id="QsciScintillaCompat.findNextTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.findNextTarget" /> + <keyword name="QsciScintillaCompat.focusOutEvent" id="QsciScintillaCompat.focusOutEvent" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.focusOutEvent" /> + <keyword name="QsciScintillaCompat.foldExpandedAt" id="QsciScintillaCompat.foldExpandedAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldExpandedAt" /> + <keyword name="QsciScintillaCompat.foldFlagsAt" id="QsciScintillaCompat.foldFlagsAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldFlagsAt" /> + <keyword name="QsciScintillaCompat.foldHeaderAt" id="QsciScintillaCompat.foldHeaderAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldHeaderAt" /> + <keyword name="QsciScintillaCompat.foldLevelAt" id="QsciScintillaCompat.foldLevelAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.foldLevelAt" /> + <keyword name="QsciScintillaCompat.getCursorFlashTime" id="QsciScintillaCompat.getCursorFlashTime" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getCursorFlashTime" /> + <keyword name="QsciScintillaCompat.getEndStyled" id="QsciScintillaCompat.getEndStyled" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEndStyled" /> + <keyword name="QsciScintillaCompat.getEolIndicator" id="QsciScintillaCompat.getEolIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getEolIndicator" /> + <keyword name="QsciScintillaCompat.getFileName" id="QsciScintillaCompat.getFileName" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFileName" /> + <keyword name="QsciScintillaCompat.getFoundTarget" id="QsciScintillaCompat.getFoundTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getFoundTarget" /> + <keyword name="QsciScintillaCompat.getLineSeparator" id="QsciScintillaCompat.getLineSeparator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getLineSeparator" /> + <keyword name="QsciScintillaCompat.getZoom" id="QsciScintillaCompat.getZoom" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.getZoom" /> + <keyword name="QsciScintillaCompat.hasIndicator" id="QsciScintillaCompat.hasIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.hasIndicator" /> + <keyword name="QsciScintillaCompat.indentationGuideView" id="QsciScintillaCompat.indentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indentationGuideView" /> + <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" /> + <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" /> + <keyword name="QsciScintillaCompat.lineEndPosition" id="QsciScintillaCompat.lineEndPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineEndPosition" /> + <keyword name="QsciScintillaCompat.lineIndexFromPosition" id="QsciScintillaCompat.lineIndexFromPosition" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineIndexFromPosition" /> + <keyword name="QsciScintillaCompat.linesOnScreen" id="QsciScintillaCompat.linesOnScreen" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.linesOnScreen" /> + <keyword name="QsciScintillaCompat.monospacedStyles" id="QsciScintillaCompat.monospacedStyles" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.monospacedStyles" /> + <keyword name="QsciScintillaCompat.moveCursorLeft" id="QsciScintillaCompat.moveCursorLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorLeft" /> + <keyword name="QsciScintillaCompat.moveCursorRight" id="QsciScintillaCompat.moveCursorRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorRight" /> + <keyword name="QsciScintillaCompat.moveCursorToEOL" id="QsciScintillaCompat.moveCursorToEOL" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorToEOL" /> + <keyword name="QsciScintillaCompat.moveCursorWordLeft" id="QsciScintillaCompat.moveCursorWordLeft" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordLeft" /> + <keyword name="QsciScintillaCompat.moveCursorWordRight" id="QsciScintillaCompat.moveCursorWordRight" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.moveCursorWordRight" /> + <keyword name="QsciScintillaCompat.newLineBelow" id="QsciScintillaCompat.newLineBelow" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.newLineBelow" /> + <keyword name="QsciScintillaCompat.positionAfter" id="QsciScintillaCompat.positionAfter" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionAfter" /> + <keyword name="QsciScintillaCompat.positionBefore" id="QsciScintillaCompat.positionBefore" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionBefore" /> + <keyword name="QsciScintillaCompat.positionFromLineIndex" id="QsciScintillaCompat.positionFromLineIndex" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromLineIndex" /> + <keyword name="QsciScintillaCompat.positionFromPoint" id="QsciScintillaCompat.positionFromPoint" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.positionFromPoint" /> + <keyword name="QsciScintillaCompat.replaceTarget" id="QsciScintillaCompat.replaceTarget" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.replaceTarget" /> + <keyword name="QsciScintillaCompat.scrollVertical" id="QsciScintillaCompat.scrollVertical" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.scrollVertical" /> + <keyword name="QsciScintillaCompat.setContractedFolds" id="QsciScintillaCompat.setContractedFolds" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setContractedFolds" /> + <keyword name="QsciScintillaCompat.setCurrentIndicator" id="QsciScintillaCompat.setCurrentIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCurrentIndicator" /> + <keyword name="QsciScintillaCompat.setCursorFlashTime" id="QsciScintillaCompat.setCursorFlashTime" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setCursorFlashTime" /> + <keyword name="QsciScintillaCompat.setEolModeByEolString" id="QsciScintillaCompat.setEolModeByEolString" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setEolModeByEolString" /> + <keyword name="QsciScintillaCompat.setFoldMarkersColors" id="QsciScintillaCompat.setFoldMarkersColors" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFoldMarkersColors" /> + <keyword name="QsciScintillaCompat.setFolding" id="QsciScintillaCompat.setFolding" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setFolding" /> + <keyword name="QsciScintillaCompat.setIndentationGuideView" id="QsciScintillaCompat.setIndentationGuideView" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndentationGuideView" /> + <keyword name="QsciScintillaCompat.setIndicator" id="QsciScintillaCompat.setIndicator" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicator" /> + <keyword name="QsciScintillaCompat.setIndicatorRange" id="QsciScintillaCompat.setIndicatorRange" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setIndicatorRange" /> + <keyword name="QsciScintillaCompat.setLexer" id="QsciScintillaCompat.setLexer" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setLexer" /> + <keyword name="QsciScintillaCompat.setStyleBits" id="QsciScintillaCompat.setStyleBits" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyleBits" /> + <keyword name="QsciScintillaCompat.setStyling" id="QsciScintillaCompat.setStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setStyling" /> + <keyword name="QsciScintillaCompat.showUserList" id="QsciScintillaCompat.showUserList" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.showUserList" /> + <keyword name="QsciScintillaCompat.startStyling" id="QsciScintillaCompat.startStyling" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.startStyling" /> + <keyword name="QsciScintillaCompat.styleAt" id="QsciScintillaCompat.styleAt" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.styleAt" /> + <keyword name="QsciScintillaCompat.zoomIn" id="QsciScintillaCompat.zoomIn" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomIn" /> + <keyword name="QsciScintillaCompat.zoomOut" id="QsciScintillaCompat.zoomOut" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomOut" /> + <keyword name="QsciScintillaCompat.zoomTo" id="QsciScintillaCompat.zoomTo" ref="eric5.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomTo" /> <keyword name="SearchReplaceWidget (Module)" id="SearchReplaceWidget (Module)" ref="eric5.QScintilla.SearchReplaceWidget.html" /> <keyword name="SearchReplaceWidget" id="SearchReplaceWidget" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceWidget" /> <keyword name="SearchReplaceWidget (Constructor)" id="SearchReplaceWidget (Constructor)" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceWidget.__init__" /> @@ -6315,22 +4871,6 @@ <keyword name="Shell.reloadHistory" id="Shell.reloadHistory" ref="eric5.QScintilla.Shell.html#Shell.reloadHistory" /> <keyword name="Shell.saveHistory" id="Shell.saveHistory" ref="eric5.QScintilla.Shell.html#Shell.saveHistory" /> <keyword name="Shell.setDebuggerUI" id="Shell.setDebuggerUI" ref="eric5.QScintilla.Shell.html#Shell.setDebuggerUI" /> - <keyword name="Printer (Module)" id="Printer (Module)" ref="eric5.QScintilla.Printer.html" /> - <keyword name="Printer" id="Printer" ref="eric5.QScintilla.Printer.html#Printer" /> - <keyword name="Printer (Constructor)" id="Printer (Constructor)" ref="eric5.QScintilla.Printer.html#Printer.__init__" /> - <keyword name="Printer.formatPage" id="Printer.formatPage" ref="eric5.QScintilla.Printer.html#Printer.formatPage" /> - <keyword name="EditorAssembly (Module)" id="EditorAssembly (Module)" ref="eric5.QScintilla.EditorAssembly.html" /> - <keyword name="EditorAssembly" id="EditorAssembly" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly" /> - <keyword name="EditorAssembly (Constructor)" id="EditorAssembly (Constructor)" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__init__" /> - <keyword name="EditorAssembly.__globalsActivated" id="EditorAssembly.__globalsActivated" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__globalsActivated" /> - <keyword name="EditorAssembly.__membersActivated" id="EditorAssembly.__membersActivated" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__membersActivated" /> - <keyword name="EditorAssembly.__parseEditor" id="EditorAssembly.__parseEditor" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__parseEditor" /> - <keyword name="EditorAssembly.__resetParseTimer" id="EditorAssembly.__resetParseTimer" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.__resetParseTimer" /> - <keyword name="EditorAssembly.getEditor" id="EditorAssembly.getEditor" ref="eric5.QScintilla.EditorAssembly.html#EditorAssembly.getEditor" /> - <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.QScintilla.ZoomDialog.html" /> - <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog" /> - <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.__init__" /> - <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.getZoomSize" /> <keyword name="ShellHistoryDialog (Module)" id="ShellHistoryDialog (Module)" ref="eric5.QScintilla.ShellHistoryDialog.html" /> <keyword name="ShellHistoryDialog" id="ShellHistoryDialog" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog" /> <keyword name="ShellHistoryDialog (Constructor)" id="ShellHistoryDialog (Constructor)" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.__init__" /> @@ -6341,10 +4881,6 @@ <keyword name="ShellHistoryDialog.on_historyList_itemDoubleClicked" id="ShellHistoryDialog.on_historyList_itemDoubleClicked" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_historyList_itemDoubleClicked" /> <keyword name="ShellHistoryDialog.on_historyList_itemSelectionChanged" id="ShellHistoryDialog.on_historyList_itemSelectionChanged" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_historyList_itemSelectionChanged" /> <keyword name="ShellHistoryDialog.on_reloadButton_clicked" id="ShellHistoryDialog.on_reloadButton_clicked" ref="eric5.QScintilla.ShellHistoryDialog.html#ShellHistoryDialog.on_reloadButton_clicked" /> - <keyword name="GotoDialog (Module)" id="GotoDialog (Module)" ref="eric5.QScintilla.GotoDialog.html" /> - <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" /> - <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" /> - <keyword name="GotoDialog.getLinenumber" id="GotoDialog.getLinenumber" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.getLinenumber" /> <keyword name="SpellChecker (Module)" id="SpellChecker (Module)" ref="eric5.QScintilla.SpellChecker.html" /> <keyword name="SpellChecker" id="SpellChecker" ref="eric5.QScintilla.SpellChecker.html#SpellChecker" /> <keyword name="SpellChecker._getDict" id="SpellChecker._getDict" ref="eric5.QScintilla.SpellChecker.html#SpellChecker._getDict" /> @@ -6377,74 +4913,1886 @@ <keyword name="SpellChecker.setLanguage" id="SpellChecker.setLanguage" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.setLanguage" /> <keyword name="SpellChecker.setMinimumWordSize" id="SpellChecker.setMinimumWordSize" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.setMinimumWordSize" /> <keyword name="SpellChecker.stopIncrementalCheck" id="SpellChecker.stopIncrementalCheck" ref="eric5.QScintilla.SpellChecker.html#SpellChecker.stopIncrementalCheck" /> - <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" /> - <keyword name="IndexGenerator (Module)" id="IndexGenerator (Module)" ref="eric5.DocumentationTools.IndexGenerator.html" /> - <keyword name="IndexGenerator" id="IndexGenerator" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator" /> - <keyword name="IndexGenerator (Constructor)" id="IndexGenerator (Constructor)" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__init__" /> - <keyword name="IndexGenerator.__writeIndex" id="IndexGenerator.__writeIndex" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.__writeIndex" /> - <keyword name="IndexGenerator.remember" id="IndexGenerator.remember" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.remember" /> - <keyword name="IndexGenerator.writeIndices" id="IndexGenerator.writeIndices" ref="eric5.DocumentationTools.IndexGenerator.html#IndexGenerator.writeIndices" /> - <keyword name="ModuleDocumentor (Module)" id="ModuleDocumentor (Module)" ref="eric5.DocumentationTools.ModuleDocumentor.html" /> - <keyword name="ModuleDocument" id="ModuleDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument" /> - <keyword name="TagError" id="TagError" ref="eric5.DocumentationTools.ModuleDocumentor.html#TagError" /> - <keyword name="ModuleDocument (Constructor)" id="ModuleDocument (Constructor)" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__init__" /> - <keyword name="ModuleDocument.__checkDeprecated" id="ModuleDocument.__checkDeprecated" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__checkDeprecated" /> - <keyword name="ModuleDocument.__formatCrossReferenceEntry" id="ModuleDocument.__formatCrossReferenceEntry" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatCrossReferenceEntry" /> - <keyword name="ModuleDocument.__formatDescription" id="ModuleDocument.__formatDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__formatDescription" /> - <keyword name="ModuleDocument.__genClassListSection" id="ModuleDocument.__genClassListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassListSection" /> - <keyword name="ModuleDocument.__genClassesSection" id="ModuleDocument.__genClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genClassesSection" /> - <keyword name="ModuleDocument.__genDescriptionListSection" id="ModuleDocument.__genDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genDescriptionListSection" /> - <keyword name="ModuleDocument.__genFunctionListSection" id="ModuleDocument.__genFunctionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionListSection" /> - <keyword name="ModuleDocument.__genFunctionsSection" id="ModuleDocument.__genFunctionsSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genFunctionsSection" /> - <keyword name="ModuleDocument.__genGlobalsListSection" id="ModuleDocument.__genGlobalsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genGlobalsListSection" /> - <keyword name="ModuleDocument.__genListSection" id="ModuleDocument.__genListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genListSection" /> - <keyword name="ModuleDocument.__genMethodSection" id="ModuleDocument.__genMethodSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodSection" /> - <keyword name="ModuleDocument.__genMethodsListSection" id="ModuleDocument.__genMethodsListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genMethodsListSection" /> - <keyword name="ModuleDocument.__genModuleSection" id="ModuleDocument.__genModuleSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genModuleSection" /> - <keyword name="ModuleDocument.__genParagraphs" id="ModuleDocument.__genParagraphs" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParagraphs" /> - <keyword name="ModuleDocument.__genParamDescriptionListSection" id="ModuleDocument.__genParamDescriptionListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genParamDescriptionListSection" /> - <keyword name="ModuleDocument.__genRbModulesClassesListSection" id="ModuleDocument.__genRbModulesClassesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesListSection" /> - <keyword name="ModuleDocument.__genRbModulesClassesSection" id="ModuleDocument.__genRbModulesClassesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesClassesSection" /> - <keyword name="ModuleDocument.__genRbModulesListSection" id="ModuleDocument.__genRbModulesListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesListSection" /> - <keyword name="ModuleDocument.__genRbModulesSection" id="ModuleDocument.__genRbModulesSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genRbModulesSection" /> - <keyword name="ModuleDocument.__genSeeListSection" id="ModuleDocument.__genSeeListSection" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__genSeeListSection" /> - <keyword name="ModuleDocument.__getShortDescription" id="ModuleDocument.__getShortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__getShortDescription" /> - <keyword name="ModuleDocument.__processInlineTags" id="ModuleDocument.__processInlineTags" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.__processInlineTags" /> - <keyword name="ModuleDocument.description" id="ModuleDocument.description" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.description" /> - <keyword name="ModuleDocument.genDocument" id="ModuleDocument.genDocument" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.genDocument" /> - <keyword name="ModuleDocument.getQtHelpKeywords" id="ModuleDocument.getQtHelpKeywords" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.getQtHelpKeywords" /> - <keyword name="ModuleDocument.isEmpty" id="ModuleDocument.isEmpty" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.isEmpty" /> - <keyword name="ModuleDocument.name" id="ModuleDocument.name" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.name" /> - <keyword name="ModuleDocument.shortDescription" id="ModuleDocument.shortDescription" ref="eric5.DocumentationTools.ModuleDocumentor.html#ModuleDocument.shortDescription" /> - <keyword name="QtHelpGenerator (Module)" id="QtHelpGenerator (Module)" ref="eric5.DocumentationTools.QtHelpGenerator.html" /> - <keyword name="QtHelpGenerator" id="QtHelpGenerator" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator" /> - <keyword name="QtHelpGenerator (Constructor)" id="QtHelpGenerator (Constructor)" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__init__" /> - <keyword name="QtHelpGenerator.__convertEol" id="QtHelpGenerator.__convertEol" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__convertEol" /> - <keyword name="QtHelpGenerator.__generateSections" id="QtHelpGenerator.__generateSections" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.__generateSections" /> - <keyword name="QtHelpGenerator.generateFiles" id="QtHelpGenerator.generateFiles" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.generateFiles" /> - <keyword name="QtHelpGenerator.remember" id="QtHelpGenerator.remember" ref="eric5.DocumentationTools.QtHelpGenerator.html#QtHelpGenerator.remember" /> - <keyword name="TemplatesListsStyle (Module)" id="TemplatesListsStyle (Module)" ref="eric5.DocumentationTools.TemplatesListsStyle.html" /> - <keyword name="TemplatesListsStyleCSS (Module)" id="TemplatesListsStyleCSS (Module)" ref="eric5.DocumentationTools.TemplatesListsStyleCSS.html" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DocumentationTools.Config.html" /> - <keyword name="APIGenerator (Module)" id="APIGenerator (Module)" ref="eric5.DocumentationTools.APIGenerator.html" /> - <keyword name="APIGenerator" id="APIGenerator" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator" /> - <keyword name="APIGenerator (Constructor)" id="APIGenerator (Constructor)" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__init__" /> - <keyword name="APIGenerator.__addClassVariablesAPI" id="APIGenerator.__addClassVariablesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassVariablesAPI" /> - <keyword name="APIGenerator.__addClassesAPI" id="APIGenerator.__addClassesAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addClassesAPI" /> - <keyword name="APIGenerator.__addFunctionsAPI" id="APIGenerator.__addFunctionsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addFunctionsAPI" /> - <keyword name="APIGenerator.__addGlobalsAPI" id="APIGenerator.__addGlobalsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addGlobalsAPI" /> - <keyword name="APIGenerator.__addMethodsAPI" id="APIGenerator.__addMethodsAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__addMethodsAPI" /> - <keyword name="APIGenerator.__isPrivate" id="APIGenerator.__isPrivate" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.__isPrivate" /> - <keyword name="APIGenerator.genAPI" id="APIGenerator.genAPI" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genAPI" /> - <keyword name="APIGenerator.genBases" id="APIGenerator.genBases" ref="eric5.DocumentationTools.APIGenerator.html#APIGenerator.genBases" /> - <keyword name="cursors (Package)" id="cursors (Package)" ref="index-eric5.IconEditor.cursors.html" /> - <keyword name="cursors_rc (Module)" id="cursors_rc (Module)" ref="eric5.IconEditor.cursors.cursors_rc.html" /> - <keyword name="qCleanupResources" id="qCleanupResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qCleanupResources" /> - <keyword name="qInitResources" id="qInitResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qInitResources" /> + <keyword name="SpellCheckingDialog (Module)" id="SpellCheckingDialog (Module)" ref="eric5.QScintilla.SpellCheckingDialog.html" /> + <keyword name="SpellCheckingDialog" id="SpellCheckingDialog" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog" /> + <keyword name="SpellCheckingDialog (Constructor)" id="SpellCheckingDialog (Constructor)" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__init__" /> + <keyword name="SpellCheckingDialog.__advance" id="SpellCheckingDialog.__advance" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__advance" /> + <keyword name="SpellCheckingDialog.__enableButtons" id="SpellCheckingDialog.__enableButtons" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.__enableButtons" /> + <keyword name="SpellCheckingDialog.on_addButton_clicked" id="SpellCheckingDialog.on_addButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_addButton_clicked" /> + <keyword name="SpellCheckingDialog.on_changeEdit_textChanged" id="SpellCheckingDialog.on_changeEdit_textChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_changeEdit_textChanged" /> + <keyword name="SpellCheckingDialog.on_ignoreAllButton_clicked" id="SpellCheckingDialog.on_ignoreAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreAllButton_clicked" /> + <keyword name="SpellCheckingDialog.on_ignoreButton_clicked" id="SpellCheckingDialog.on_ignoreButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_ignoreButton_clicked" /> + <keyword name="SpellCheckingDialog.on_replaceAllButton_clicked" id="SpellCheckingDialog.on_replaceAllButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceAllButton_clicked" /> + <keyword name="SpellCheckingDialog.on_replaceButton_clicked" id="SpellCheckingDialog.on_replaceButton_clicked" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_replaceButton_clicked" /> + <keyword name="SpellCheckingDialog.on_suggestionsList_currentTextChanged" id="SpellCheckingDialog.on_suggestionsList_currentTextChanged" ref="eric5.QScintilla.SpellCheckingDialog.html#SpellCheckingDialog.on_suggestionsList_currentTextChanged" /> + <keyword name="Terminal (Module)" id="Terminal (Module)" ref="eric5.QScintilla.Terminal.html" /> + <keyword name="Terminal" id="Terminal" ref="eric5.QScintilla.Terminal.html#Terminal" /> + <keyword name="Terminal (Constructor)" id="Terminal (Constructor)" ref="eric5.QScintilla.Terminal.html#Terminal.__init__" /> + <keyword name="Terminal.__QScintillaCharLeft" id="Terminal.__QScintillaCharLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeft" /> + <keyword name="Terminal.__QScintillaCharLeftExtend" id="Terminal.__QScintillaCharLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharLeftExtend" /> + <keyword name="Terminal.__QScintillaCharRight" id="Terminal.__QScintillaCharRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaCharRight" /> + <keyword name="Terminal.__QScintillaDelete" id="Terminal.__QScintillaDelete" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDelete" /> + <keyword name="Terminal.__QScintillaDeleteBack" id="Terminal.__QScintillaDeleteBack" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteBack" /> + <keyword name="Terminal.__QScintillaDeleteLineLeft" id="Terminal.__QScintillaDeleteLineLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineLeft" /> + <keyword name="Terminal.__QScintillaDeleteLineRight" id="Terminal.__QScintillaDeleteLineRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteLineRight" /> + <keyword name="Terminal.__QScintillaDeleteWordLeft" id="Terminal.__QScintillaDeleteWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordLeft" /> + <keyword name="Terminal.__QScintillaDeleteWordRight" id="Terminal.__QScintillaDeleteWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaDeleteWordRight" /> + <keyword name="Terminal.__QScintillaLeftCommand" id="Terminal.__QScintillaLeftCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftCommand" /> + <keyword name="Terminal.__QScintillaLeftDeleteCommand" id="Terminal.__QScintillaLeftDeleteCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLeftDeleteCommand" /> + <keyword name="Terminal.__QScintillaLineDown" id="Terminal.__QScintillaLineDown" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineDown" /> + <keyword name="Terminal.__QScintillaLineEnd" id="Terminal.__QScintillaLineEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineEnd" /> + <keyword name="Terminal.__QScintillaLineUp" id="Terminal.__QScintillaLineUp" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaLineUp" /> + <keyword name="Terminal.__QScintillaNewline" id="Terminal.__QScintillaNewline" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaNewline" /> + <keyword name="Terminal.__QScintillaRightCommand" id="Terminal.__QScintillaRightCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaRightCommand" /> + <keyword name="Terminal.__QScintillaVCHome" id="Terminal.__QScintillaVCHome" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHome" /> + <keyword name="Terminal.__QScintillaVCHomeExtend" id="Terminal.__QScintillaVCHomeExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaVCHomeExtend" /> + <keyword name="Terminal.__QScintillaWordLeft" id="Terminal.__QScintillaWordLeft" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeft" /> + <keyword name="Terminal.__QScintillaWordLeftExtend" id="Terminal.__QScintillaWordLeftExtend" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordLeftExtend" /> + <keyword name="Terminal.__QScintillaWordRight" id="Terminal.__QScintillaWordRight" ref="eric5.QScintilla.Terminal.html#Terminal.__QScintillaWordRight" /> + <keyword name="Terminal.__bindLexer" id="Terminal.__bindLexer" ref="eric5.QScintilla.Terminal.html#Terminal.__bindLexer" /> + <keyword name="Terminal.__clearCurrentLine" id="Terminal.__clearCurrentLine" ref="eric5.QScintilla.Terminal.html#Terminal.__clearCurrentLine" /> + <keyword name="Terminal.__clearHistory" id="Terminal.__clearHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__clearHistory" /> + <keyword name="Terminal.__configure" id="Terminal.__configure" ref="eric5.QScintilla.Terminal.html#Terminal.__configure" /> + <keyword name="Terminal.__executeCommand" id="Terminal.__executeCommand" ref="eric5.QScintilla.Terminal.html#Terminal.__executeCommand" /> + <keyword name="Terminal.__finished" id="Terminal.__finished" ref="eric5.QScintilla.Terminal.html#Terminal.__finished" /> + <keyword name="Terminal.__getEndPos" id="Terminal.__getEndPos" ref="eric5.QScintilla.Terminal.html#Terminal.__getEndPos" /> + <keyword name="Terminal.__insertHistory" id="Terminal.__insertHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__insertHistory" /> + <keyword name="Terminal.__insertText" id="Terminal.__insertText" ref="eric5.QScintilla.Terminal.html#Terminal.__insertText" /> + <keyword name="Terminal.__insertTextAtEnd" id="Terminal.__insertTextAtEnd" ref="eric5.QScintilla.Terminal.html#Terminal.__insertTextAtEnd" /> + <keyword name="Terminal.__isCursorOnLastLine" id="Terminal.__isCursorOnLastLine" ref="eric5.QScintilla.Terminal.html#Terminal.__isCursorOnLastLine" /> + <keyword name="Terminal.__readOutput" id="Terminal.__readOutput" ref="eric5.QScintilla.Terminal.html#Terminal.__readOutput" /> + <keyword name="Terminal.__reset" id="Terminal.__reset" ref="eric5.QScintilla.Terminal.html#Terminal.__reset" /> + <keyword name="Terminal.__rsearchHistory" id="Terminal.__rsearchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__rsearchHistory" /> + <keyword name="Terminal.__searchHistory" id="Terminal.__searchHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__searchHistory" /> + <keyword name="Terminal.__selectHistory" id="Terminal.__selectHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__selectHistory" /> + <keyword name="Terminal.__send" id="Terminal.__send" ref="eric5.QScintilla.Terminal.html#Terminal.__send" /> + <keyword name="Terminal.__sendCtrl" id="Terminal.__sendCtrl" ref="eric5.QScintilla.Terminal.html#Terminal.__sendCtrl" /> + <keyword name="Terminal.__setMargin0" id="Terminal.__setMargin0" ref="eric5.QScintilla.Terminal.html#Terminal.__setMargin0" /> + <keyword name="Terminal.__setMonospaced" id="Terminal.__setMonospaced" ref="eric5.QScintilla.Terminal.html#Terminal.__setMonospaced" /> + <keyword name="Terminal.__setTextDisplay" id="Terminal.__setTextDisplay" ref="eric5.QScintilla.Terminal.html#Terminal.__setTextDisplay" /> + <keyword name="Terminal.__showHistory" id="Terminal.__showHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__showHistory" /> + <keyword name="Terminal.__startShell" id="Terminal.__startShell" ref="eric5.QScintilla.Terminal.html#Terminal.__startShell" /> + <keyword name="Terminal.__started" id="Terminal.__started" ref="eric5.QScintilla.Terminal.html#Terminal.__started" /> + <keyword name="Terminal.__stopShell" id="Terminal.__stopShell" ref="eric5.QScintilla.Terminal.html#Terminal.__stopShell" /> + <keyword name="Terminal.__useHistory" id="Terminal.__useHistory" ref="eric5.QScintilla.Terminal.html#Terminal.__useHistory" /> + <keyword name="Terminal.__write" id="Terminal.__write" ref="eric5.QScintilla.Terminal.html#Terminal.__write" /> + <keyword name="Terminal.clear" id="Terminal.clear" ref="eric5.QScintilla.Terminal.html#Terminal.clear" /> + <keyword name="Terminal.closeTerminal" id="Terminal.closeTerminal" ref="eric5.QScintilla.Terminal.html#Terminal.closeTerminal" /> + <keyword name="Terminal.contextMenuEvent" id="Terminal.contextMenuEvent" ref="eric5.QScintilla.Terminal.html#Terminal.contextMenuEvent" /> + <keyword name="Terminal.editorCommand" id="Terminal.editorCommand" ref="eric5.QScintilla.Terminal.html#Terminal.editorCommand" /> + <keyword name="Terminal.focusInEvent" id="Terminal.focusInEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusInEvent" /> + <keyword name="Terminal.focusOutEvent" id="Terminal.focusOutEvent" ref="eric5.QScintilla.Terminal.html#Terminal.focusOutEvent" /> + <keyword name="Terminal.getHistory" id="Terminal.getHistory" ref="eric5.QScintilla.Terminal.html#Terminal.getHistory" /> + <keyword name="Terminal.handlePreferencesChanged" id="Terminal.handlePreferencesChanged" ref="eric5.QScintilla.Terminal.html#Terminal.handlePreferencesChanged" /> + <keyword name="Terminal.insert" id="Terminal.insert" ref="eric5.QScintilla.Terminal.html#Terminal.insert" /> + <keyword name="Terminal.keyPressEvent" id="Terminal.keyPressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.keyPressEvent" /> + <keyword name="Terminal.loadHistory" id="Terminal.loadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.loadHistory" /> + <keyword name="Terminal.mousePressEvent" id="Terminal.mousePressEvent" ref="eric5.QScintilla.Terminal.html#Terminal.mousePressEvent" /> + <keyword name="Terminal.reloadHistory" id="Terminal.reloadHistory" ref="eric5.QScintilla.Terminal.html#Terminal.reloadHistory" /> + <keyword name="Terminal.saveHistory" id="Terminal.saveHistory" ref="eric5.QScintilla.Terminal.html#Terminal.saveHistory" /> + <keyword name="ZoomDialog (Module)" id="ZoomDialog (Module)" ref="eric5.QScintilla.ZoomDialog.html" /> + <keyword name="ZoomDialog" id="ZoomDialog" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog" /> + <keyword name="ZoomDialog (Constructor)" id="ZoomDialog (Constructor)" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.__init__" /> + <keyword name="ZoomDialog.getZoomSize" id="ZoomDialog.getZoomSize" ref="eric5.QScintilla.ZoomDialog.html#ZoomDialog.getZoomSize" /> + <keyword name="SqlBrowser (Package)" id="SqlBrowser (Package)" ref="index-eric5.SqlBrowser.html" /> + <keyword name="SqlBrowser (Module)" id="SqlBrowser (Module)" ref="eric5.SqlBrowser.SqlBrowser.html" /> + <keyword name="SqlBrowser" id="SqlBrowser" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser" /> + <keyword name="SqlBrowser (Constructor)" id="SqlBrowser (Constructor)" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__init__" /> + <keyword name="SqlBrowser.__about" id="SqlBrowser.__about" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__about" /> + <keyword name="SqlBrowser.__aboutQt" id="SqlBrowser.__aboutQt" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__aboutQt" /> + <keyword name="SqlBrowser.__initActions" id="SqlBrowser.__initActions" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initActions" /> + <keyword name="SqlBrowser.__initMenus" id="SqlBrowser.__initMenus" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initMenus" /> + <keyword name="SqlBrowser.__initToolbars" id="SqlBrowser.__initToolbars" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__initToolbars" /> + <keyword name="SqlBrowser.__uiStartUp" id="SqlBrowser.__uiStartUp" ref="eric5.SqlBrowser.SqlBrowser.html#SqlBrowser.__uiStartUp" /> + <keyword name="SqlBrowserWidget (Module)" id="SqlBrowserWidget (Module)" ref="eric5.SqlBrowser.SqlBrowserWidget.html" /> + <keyword name="SqlBrowserWidget" id="SqlBrowserWidget" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget" /> + <keyword name="SqlBrowserWidget (Constructor)" id="SqlBrowserWidget (Constructor)" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__init__" /> + <keyword name="SqlBrowserWidget.__deleteRow" id="SqlBrowserWidget.__deleteRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__deleteRow" /> + <keyword name="SqlBrowserWidget.__insertRow" id="SqlBrowserWidget.__insertRow" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.__insertRow" /> + <keyword name="SqlBrowserWidget.addConnection" id="SqlBrowserWidget.addConnection" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnection" /> + <keyword name="SqlBrowserWidget.addConnectionByDialog" id="SqlBrowserWidget.addConnectionByDialog" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.addConnectionByDialog" /> + <keyword name="SqlBrowserWidget.executeQuery" id="SqlBrowserWidget.executeQuery" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.executeQuery" /> + <keyword name="SqlBrowserWidget.on_clearButton_clicked" id="SqlBrowserWidget.on_clearButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_clearButton_clicked" /> + <keyword name="SqlBrowserWidget.on_connections_cleared" id="SqlBrowserWidget.on_connections_cleared" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_cleared" /> + <keyword name="SqlBrowserWidget.on_connections_schemaRequested" id="SqlBrowserWidget.on_connections_schemaRequested" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_schemaRequested" /> + <keyword name="SqlBrowserWidget.on_connections_tableActivated" id="SqlBrowserWidget.on_connections_tableActivated" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_connections_tableActivated" /> + <keyword name="SqlBrowserWidget.on_deleteRowAction_triggered" id="SqlBrowserWidget.on_deleteRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_deleteRowAction_triggered" /> + <keyword name="SqlBrowserWidget.on_executeButton_clicked" id="SqlBrowserWidget.on_executeButton_clicked" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_executeButton_clicked" /> + <keyword name="SqlBrowserWidget.on_insertRowAction_triggered" id="SqlBrowserWidget.on_insertRowAction_triggered" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.on_insertRowAction_triggered" /> + <keyword name="SqlBrowserWidget.showSchema" id="SqlBrowserWidget.showSchema" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showSchema" /> + <keyword name="SqlBrowserWidget.showTable" id="SqlBrowserWidget.showTable" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.showTable" /> + <keyword name="SqlBrowserWidget.updateActions" id="SqlBrowserWidget.updateActions" ref="eric5.SqlBrowser.SqlBrowserWidget.html#SqlBrowserWidget.updateActions" /> + <keyword name="SqlConnectionDialog (Module)" id="SqlConnectionDialog (Module)" ref="eric5.SqlBrowser.SqlConnectionDialog.html" /> + <keyword name="SqlConnectionDialog" id="SqlConnectionDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog" /> + <keyword name="SqlConnectionDialog (Constructor)" id="SqlConnectionDialog (Constructor)" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__init__" /> + <keyword name="SqlConnectionDialog.__updateDialog" id="SqlConnectionDialog.__updateDialog" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.__updateDialog" /> + <keyword name="SqlConnectionDialog.getData" id="SqlConnectionDialog.getData" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.getData" /> + <keyword name="SqlConnectionDialog.on_databaseEdit_textChanged" id="SqlConnectionDialog.on_databaseEdit_textChanged" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseEdit_textChanged" /> + <keyword name="SqlConnectionDialog.on_databaseFileButton_clicked" id="SqlConnectionDialog.on_databaseFileButton_clicked" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_databaseFileButton_clicked" /> + <keyword name="SqlConnectionDialog.on_driverCombo_activated" id="SqlConnectionDialog.on_driverCombo_activated" ref="eric5.SqlBrowser.SqlConnectionDialog.html#SqlConnectionDialog.on_driverCombo_activated" /> + <keyword name="SqlConnectionWidget (Module)" id="SqlConnectionWidget (Module)" ref="eric5.SqlBrowser.SqlConnectionWidget.html" /> + <keyword name="SqlConnectionWidget" id="SqlConnectionWidget" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget" /> + <keyword name="SqlConnectionWidget (Constructor)" id="SqlConnectionWidget (Constructor)" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__init__" /> + <keyword name="SqlConnectionWidget.__currentItemChanged" id="SqlConnectionWidget.__currentItemChanged" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__currentItemChanged" /> + <keyword name="SqlConnectionWidget.__dbCaption" id="SqlConnectionWidget.__dbCaption" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__dbCaption" /> + <keyword name="SqlConnectionWidget.__itemActivated" id="SqlConnectionWidget.__itemActivated" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__itemActivated" /> + <keyword name="SqlConnectionWidget.__setActive" id="SqlConnectionWidget.__setActive" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setActive" /> + <keyword name="SqlConnectionWidget.__setBold" id="SqlConnectionWidget.__setBold" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.__setBold" /> + <keyword name="SqlConnectionWidget.currentDatabase" id="SqlConnectionWidget.currentDatabase" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.currentDatabase" /> + <keyword name="SqlConnectionWidget.refresh" id="SqlConnectionWidget.refresh" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.refresh" /> + <keyword name="SqlConnectionWidget.showSchema" id="SqlConnectionWidget.showSchema" ref="eric5.SqlBrowser.SqlConnectionWidget.html#SqlConnectionWidget.showSchema" /> + <keyword name="Tasks (Package)" id="Tasks (Package)" ref="index-eric5.Tasks.html" /> + <keyword name="TaskFilterConfigDialog (Module)" id="TaskFilterConfigDialog (Module)" ref="eric5.Tasks.TaskFilterConfigDialog.html" /> + <keyword name="TaskFilterConfigDialog" id="TaskFilterConfigDialog" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog" /> + <keyword name="TaskFilterConfigDialog (Constructor)" id="TaskFilterConfigDialog (Constructor)" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.__init__" /> + <keyword name="TaskFilterConfigDialog.configureTaskFilter" id="TaskFilterConfigDialog.configureTaskFilter" ref="eric5.Tasks.TaskFilterConfigDialog.html#TaskFilterConfigDialog.configureTaskFilter" /> + <keyword name="TaskPropertiesDialog (Module)" id="TaskPropertiesDialog (Module)" ref="eric5.Tasks.TaskPropertiesDialog.html" /> + <keyword name="TaskPropertiesDialog" id="TaskPropertiesDialog" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog" /> + <keyword name="TaskPropertiesDialog (Constructor)" id="TaskPropertiesDialog (Constructor)" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.__init__" /> + <keyword name="TaskPropertiesDialog.getData" id="TaskPropertiesDialog.getData" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.getData" /> + <keyword name="TaskPropertiesDialog.setReadOnly" id="TaskPropertiesDialog.setReadOnly" ref="eric5.Tasks.TaskPropertiesDialog.html#TaskPropertiesDialog.setReadOnly" /> + <keyword name="TaskViewer (Module)" id="TaskViewer (Module)" ref="eric5.Tasks.TaskViewer.html" /> + <keyword name="Task" id="Task" ref="eric5.Tasks.TaskViewer.html#Task" /> + <keyword name="TaskFilter" id="TaskFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter" /> + <keyword name="TaskViewer" id="TaskViewer" ref="eric5.Tasks.TaskViewer.html#TaskViewer" /> + <keyword name="Task (Constructor)" id="Task (Constructor)" ref="eric5.Tasks.TaskViewer.html#Task.__init__" /> + <keyword name="Task.colorizeTask" id="Task.colorizeTask" ref="eric5.Tasks.TaskViewer.html#Task.colorizeTask" /> + <keyword name="Task.getFilename" id="Task.getFilename" ref="eric5.Tasks.TaskViewer.html#Task.getFilename" /> + <keyword name="Task.getLineno" id="Task.getLineno" ref="eric5.Tasks.TaskViewer.html#Task.getLineno" /> + <keyword name="Task.isCompleted" id="Task.isCompleted" ref="eric5.Tasks.TaskViewer.html#Task.isCompleted" /> + <keyword name="Task.isProjectTask" id="Task.isProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.isProjectTask" /> + <keyword name="Task.setCompleted" id="Task.setCompleted" ref="eric5.Tasks.TaskViewer.html#Task.setCompleted" /> + <keyword name="Task.setDescription" id="Task.setDescription" ref="eric5.Tasks.TaskViewer.html#Task.setDescription" /> + <keyword name="Task.setLongText" id="Task.setLongText" ref="eric5.Tasks.TaskViewer.html#Task.setLongText" /> + <keyword name="Task.setPriority" id="Task.setPriority" ref="eric5.Tasks.TaskViewer.html#Task.setPriority" /> + <keyword name="Task.setProjectTask" id="Task.setProjectTask" ref="eric5.Tasks.TaskViewer.html#Task.setProjectTask" /> + <keyword name="TaskFilter (Constructor)" id="TaskFilter (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskFilter.__init__" /> + <keyword name="TaskFilter.hasActiveFilter" id="TaskFilter.hasActiveFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.hasActiveFilter" /> + <keyword name="TaskFilter.setActive" id="TaskFilter.setActive" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setActive" /> + <keyword name="TaskFilter.setDescriptionFilter" id="TaskFilter.setDescriptionFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setDescriptionFilter" /> + <keyword name="TaskFilter.setFileNameFilter" id="TaskFilter.setFileNameFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setFileNameFilter" /> + <keyword name="TaskFilter.setPrioritiesFilter" id="TaskFilter.setPrioritiesFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setPrioritiesFilter" /> + <keyword name="TaskFilter.setScopeFilter" id="TaskFilter.setScopeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setScopeFilter" /> + <keyword name="TaskFilter.setStatusFilter" id="TaskFilter.setStatusFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setStatusFilter" /> + <keyword name="TaskFilter.setTypeFilter" id="TaskFilter.setTypeFilter" ref="eric5.Tasks.TaskViewer.html#TaskFilter.setTypeFilter" /> + <keyword name="TaskFilter.showTask" id="TaskFilter.showTask" ref="eric5.Tasks.TaskViewer.html#TaskFilter.showTask" /> + <keyword name="TaskViewer (Constructor)" id="TaskViewer (Constructor)" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__init__" /> + <keyword name="TaskViewer.__activateFilter" id="TaskViewer.__activateFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__activateFilter" /> + <keyword name="TaskViewer.__configure" id="TaskViewer.__configure" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configure" /> + <keyword name="TaskViewer.__configureFilter" id="TaskViewer.__configureFilter" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureFilter" /> + <keyword name="TaskViewer.__configureProjectTasksScanOptions" id="TaskViewer.__configureProjectTasksScanOptions" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__configureProjectTasksScanOptions" /> + <keyword name="TaskViewer.__copyTask" id="TaskViewer.__copyTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__copyTask" /> + <keyword name="TaskViewer.__deleteCompleted" id="TaskViewer.__deleteCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteCompleted" /> + <keyword name="TaskViewer.__deleteTask" id="TaskViewer.__deleteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__deleteTask" /> + <keyword name="TaskViewer.__editTaskProperties" id="TaskViewer.__editTaskProperties" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__editTaskProperties" /> + <keyword name="TaskViewer.__goToTask" id="TaskViewer.__goToTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__goToTask" /> + <keyword name="TaskViewer.__markCompleted" id="TaskViewer.__markCompleted" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__markCompleted" /> + <keyword name="TaskViewer.__newTask" id="TaskViewer.__newTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__newTask" /> + <keyword name="TaskViewer.__pasteTask" id="TaskViewer.__pasteTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__pasteTask" /> + <keyword name="TaskViewer.__refreshDisplay" id="TaskViewer.__refreshDisplay" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__refreshDisplay" /> + <keyword name="TaskViewer.__regenerateProjectTasks" id="TaskViewer.__regenerateProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__regenerateProjectTasks" /> + <keyword name="TaskViewer.__resizeColumns" id="TaskViewer.__resizeColumns" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resizeColumns" /> + <keyword name="TaskViewer.__resort" id="TaskViewer.__resort" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__resort" /> + <keyword name="TaskViewer.__showContextMenu" id="TaskViewer.__showContextMenu" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__showContextMenu" /> + <keyword name="TaskViewer.__taskItemActivated" id="TaskViewer.__taskItemActivated" ref="eric5.Tasks.TaskViewer.html#TaskViewer.__taskItemActivated" /> + <keyword name="TaskViewer.addFileTask" id="TaskViewer.addFileTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addFileTask" /> + <keyword name="TaskViewer.addTask" id="TaskViewer.addTask" ref="eric5.Tasks.TaskViewer.html#TaskViewer.addTask" /> + <keyword name="TaskViewer.clearFileTasks" id="TaskViewer.clearFileTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearFileTasks" /> + <keyword name="TaskViewer.clearProjectTasks" id="TaskViewer.clearProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearProjectTasks" /> + <keyword name="TaskViewer.clearTasks" id="TaskViewer.clearTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.clearTasks" /> + <keyword name="TaskViewer.getGlobalTasks" id="TaskViewer.getGlobalTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getGlobalTasks" /> + <keyword name="TaskViewer.getProjectTasks" id="TaskViewer.getProjectTasks" ref="eric5.Tasks.TaskViewer.html#TaskViewer.getProjectTasks" /> + <keyword name="TaskViewer.handlePreferencesChanged" id="TaskViewer.handlePreferencesChanged" ref="eric5.Tasks.TaskViewer.html#TaskViewer.handlePreferencesChanged" /> + <keyword name="TaskViewer.setProjectOpen" id="TaskViewer.setProjectOpen" ref="eric5.Tasks.TaskViewer.html#TaskViewer.setProjectOpen" /> + <keyword name="Templates (Package)" id="Templates (Package)" ref="index-eric5.Templates.html" /> + <keyword name="TemplateMultipleVariablesDialog (Module)" id="TemplateMultipleVariablesDialog (Module)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html" /> + <keyword name="TemplateMultipleVariablesDialog" id="TemplateMultipleVariablesDialog" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog" /> + <keyword name="TemplateMultipleVariablesDialog (Constructor)" id="TemplateMultipleVariablesDialog (Constructor)" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.__init__" /> + <keyword name="TemplateMultipleVariablesDialog.getVariables" id="TemplateMultipleVariablesDialog.getVariables" ref="eric5.Templates.TemplateMultipleVariablesDialog.html#TemplateMultipleVariablesDialog.getVariables" /> + <keyword name="TemplatePropertiesDialog (Module)" id="TemplatePropertiesDialog (Module)" ref="eric5.Templates.TemplatePropertiesDialog.html" /> + <keyword name="TemplatePropertiesDialog" id="TemplatePropertiesDialog" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog" /> + <keyword name="TemplatePropertiesDialog (Constructor)" id="TemplatePropertiesDialog (Constructor)" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.__init__" /> + <keyword name="TemplatePropertiesDialog.getData" id="TemplatePropertiesDialog.getData" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.getData" /> + <keyword name="TemplatePropertiesDialog.keyPressEvent" id="TemplatePropertiesDialog.keyPressEvent" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.keyPressEvent" /> + <keyword name="TemplatePropertiesDialog.on_helpButton_clicked" id="TemplatePropertiesDialog.on_helpButton_clicked" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.on_helpButton_clicked" /> + <keyword name="TemplatePropertiesDialog.setSelectedGroup" id="TemplatePropertiesDialog.setSelectedGroup" ref="eric5.Templates.TemplatePropertiesDialog.html#TemplatePropertiesDialog.setSelectedGroup" /> + <keyword name="TemplateSingleVariableDialog (Module)" id="TemplateSingleVariableDialog (Module)" ref="eric5.Templates.TemplateSingleVariableDialog.html" /> + <keyword name="TemplateSingleVariableDialog" id="TemplateSingleVariableDialog" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog" /> + <keyword name="TemplateSingleVariableDialog (Constructor)" id="TemplateSingleVariableDialog (Constructor)" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.__init__" /> + <keyword name="TemplateSingleVariableDialog.getVariable" id="TemplateSingleVariableDialog.getVariable" ref="eric5.Templates.TemplateSingleVariableDialog.html#TemplateSingleVariableDialog.getVariable" /> + <keyword name="TemplateViewer (Module)" id="TemplateViewer (Module)" ref="eric5.Templates.TemplateViewer.html" /> + <keyword name="TemplateEntry" id="TemplateEntry" ref="eric5.Templates.TemplateViewer.html#TemplateEntry" /> + <keyword name="TemplateGroup" id="TemplateGroup" ref="eric5.Templates.TemplateViewer.html#TemplateGroup" /> + <keyword name="TemplateViewer" id="TemplateViewer" ref="eric5.Templates.TemplateViewer.html#TemplateViewer" /> + <keyword name="TemplateEntry (Constructor)" id="TemplateEntry (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__init__" /> + <keyword name="TemplateEntry.__displayText" id="TemplateEntry.__displayText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__displayText" /> + <keyword name="TemplateEntry.__expandFormattedVariable" id="TemplateEntry.__expandFormattedVariable" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__expandFormattedVariable" /> + <keyword name="TemplateEntry.__extractVariables" id="TemplateEntry.__extractVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.__extractVariables" /> + <keyword name="TemplateEntry.getDescription" id="TemplateEntry.getDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getDescription" /> + <keyword name="TemplateEntry.getExpandedText" id="TemplateEntry.getExpandedText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getExpandedText" /> + <keyword name="TemplateEntry.getGroupName" id="TemplateEntry.getGroupName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getGroupName" /> + <keyword name="TemplateEntry.getName" id="TemplateEntry.getName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getName" /> + <keyword name="TemplateEntry.getTemplateText" id="TemplateEntry.getTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getTemplateText" /> + <keyword name="TemplateEntry.getVariables" id="TemplateEntry.getVariables" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.getVariables" /> + <keyword name="TemplateEntry.setDescription" id="TemplateEntry.setDescription" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setDescription" /> + <keyword name="TemplateEntry.setName" id="TemplateEntry.setName" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setName" /> + <keyword name="TemplateEntry.setTemplateText" id="TemplateEntry.setTemplateText" ref="eric5.Templates.TemplateViewer.html#TemplateEntry.setTemplateText" /> + <keyword name="TemplateGroup (Constructor)" id="TemplateGroup (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.__init__" /> + <keyword name="TemplateGroup.addEntry" id="TemplateGroup.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.addEntry" /> + <keyword name="TemplateGroup.getAllEntries" id="TemplateGroup.getAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getAllEntries" /> + <keyword name="TemplateGroup.getEntry" id="TemplateGroup.getEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntry" /> + <keyword name="TemplateGroup.getEntryNames" id="TemplateGroup.getEntryNames" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getEntryNames" /> + <keyword name="TemplateGroup.getLanguage" id="TemplateGroup.getLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getLanguage" /> + <keyword name="TemplateGroup.getName" id="TemplateGroup.getName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.getName" /> + <keyword name="TemplateGroup.hasEntry" id="TemplateGroup.hasEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.hasEntry" /> + <keyword name="TemplateGroup.removeAllEntries" id="TemplateGroup.removeAllEntries" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeAllEntries" /> + <keyword name="TemplateGroup.removeEntry" id="TemplateGroup.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.removeEntry" /> + <keyword name="TemplateGroup.setLanguage" id="TemplateGroup.setLanguage" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setLanguage" /> + <keyword name="TemplateGroup.setName" id="TemplateGroup.setName" ref="eric5.Templates.TemplateViewer.html#TemplateGroup.setName" /> + <keyword name="TemplateViewer (Constructor)" id="TemplateViewer (Constructor)" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__init__" /> + <keyword name="TemplateViewer.__addEntry" id="TemplateViewer.__addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addEntry" /> + <keyword name="TemplateViewer.__addGroup" id="TemplateViewer.__addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__addGroup" /> + <keyword name="TemplateViewer.__configure" id="TemplateViewer.__configure" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__configure" /> + <keyword name="TemplateViewer.__edit" id="TemplateViewer.__edit" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__edit" /> + <keyword name="TemplateViewer.__export" id="TemplateViewer.__export" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__export" /> + <keyword name="TemplateViewer.__getPredefinedVars" id="TemplateViewer.__getPredefinedVars" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__getPredefinedVars" /> + <keyword name="TemplateViewer.__import" id="TemplateViewer.__import" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__import" /> + <keyword name="TemplateViewer.__remove" id="TemplateViewer.__remove" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__remove" /> + <keyword name="TemplateViewer.__resort" id="TemplateViewer.__resort" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__resort" /> + <keyword name="TemplateViewer.__save" id="TemplateViewer.__save" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__save" /> + <keyword name="TemplateViewer.__showContextMenu" id="TemplateViewer.__showContextMenu" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showContextMenu" /> + <keyword name="TemplateViewer.__showHelp" id="TemplateViewer.__showHelp" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__showHelp" /> + <keyword name="TemplateViewer.__templateItemActivated" id="TemplateViewer.__templateItemActivated" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.__templateItemActivated" /> + <keyword name="TemplateViewer.addEntry" id="TemplateViewer.addEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addEntry" /> + <keyword name="TemplateViewer.addGroup" id="TemplateViewer.addGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.addGroup" /> + <keyword name="TemplateViewer.applyNamedTemplate" id="TemplateViewer.applyNamedTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyNamedTemplate" /> + <keyword name="TemplateViewer.applyTemplate" id="TemplateViewer.applyTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.applyTemplate" /> + <keyword name="TemplateViewer.changeEntry" id="TemplateViewer.changeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeEntry" /> + <keyword name="TemplateViewer.changeGroup" id="TemplateViewer.changeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.changeGroup" /> + <keyword name="TemplateViewer.getAllGroups" id="TemplateViewer.getAllGroups" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getAllGroups" /> + <keyword name="TemplateViewer.getGroupNames" id="TemplateViewer.getGroupNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getGroupNames" /> + <keyword name="TemplateViewer.getTemplateNames" id="TemplateViewer.getTemplateNames" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.getTemplateNames" /> + <keyword name="TemplateViewer.hasGroup" id="TemplateViewer.hasGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasGroup" /> + <keyword name="TemplateViewer.hasTemplate" id="TemplateViewer.hasTemplate" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.hasTemplate" /> + <keyword name="TemplateViewer.readTemplates" id="TemplateViewer.readTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.readTemplates" /> + <keyword name="TemplateViewer.removeEntry" id="TemplateViewer.removeEntry" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeEntry" /> + <keyword name="TemplateViewer.removeGroup" id="TemplateViewer.removeGroup" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.removeGroup" /> + <keyword name="TemplateViewer.writeTemplates" id="TemplateViewer.writeTemplates" ref="eric5.Templates.TemplateViewer.html#TemplateViewer.writeTemplates" /> + <keyword name="Tools (Package)" id="Tools (Package)" ref="index-eric5.Tools.html" /> + <keyword name="TrayStarter (Module)" id="TrayStarter (Module)" ref="eric5.Tools.TrayStarter.html" /> + <keyword name="TrayStarter" id="TrayStarter" ref="eric5.Tools.TrayStarter.html#TrayStarter" /> + <keyword name="TrayStarter (Constructor)" id="TrayStarter (Constructor)" ref="eric5.Tools.TrayStarter.html#TrayStarter.__init__" /> + <keyword name="TrayStarter.__about" id="TrayStarter.__about" ref="eric5.Tools.TrayStarter.html#TrayStarter.__about" /> + <keyword name="TrayStarter.__activated" id="TrayStarter.__activated" ref="eric5.Tools.TrayStarter.html#TrayStarter.__activated" /> + <keyword name="TrayStarter.__loadRecentFiles" id="TrayStarter.__loadRecentFiles" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentFiles" /> + <keyword name="TrayStarter.__loadRecentMultiProjects" id="TrayStarter.__loadRecentMultiProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentMultiProjects" /> + <keyword name="TrayStarter.__loadRecentProjects" id="TrayStarter.__loadRecentProjects" ref="eric5.Tools.TrayStarter.html#TrayStarter.__loadRecentProjects" /> + <keyword name="TrayStarter.__openRecent" id="TrayStarter.__openRecent" ref="eric5.Tools.TrayStarter.html#TrayStarter.__openRecent" /> + <keyword name="TrayStarter.__showContextMenu" id="TrayStarter.__showContextMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showContextMenu" /> + <keyword name="TrayStarter.__showPreferences" id="TrayStarter.__showPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showPreferences" /> + <keyword name="TrayStarter.__showRecentFilesMenu" id="TrayStarter.__showRecentFilesMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentFilesMenu" /> + <keyword name="TrayStarter.__showRecentMultiProjectsMenu" id="TrayStarter.__showRecentMultiProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentMultiProjectsMenu" /> + <keyword name="TrayStarter.__showRecentProjectsMenu" id="TrayStarter.__showRecentProjectsMenu" ref="eric5.Tools.TrayStarter.html#TrayStarter.__showRecentProjectsMenu" /> + <keyword name="TrayStarter.__startCompare" id="TrayStarter.__startCompare" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startCompare" /> + <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startDiff" /> + <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startEric" /> + <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" /> + <keyword name="TrayStarter.__startIconEditor" id="TrayStarter.__startIconEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startIconEditor" /> + <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" /> + <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" /> + <keyword name="TrayStarter.__startPluginRepository" id="TrayStarter.__startPluginRepository" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginRepository" /> + <keyword name="TrayStarter.__startPluginUninstall" id="TrayStarter.__startPluginUninstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginUninstall" /> + <keyword name="TrayStarter.__startPreferences" id="TrayStarter.__startPreferences" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPreferences" /> + <keyword name="TrayStarter.__startProc" id="TrayStarter.__startProc" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startProc" /> + <keyword name="TrayStarter.__startPyRe" id="TrayStarter.__startPyRe" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPyRe" /> + <keyword name="TrayStarter.__startQRegExp" id="TrayStarter.__startQRegExp" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startQRegExp" /> + <keyword name="TrayStarter.__startSqlBrowser" id="TrayStarter.__startSqlBrowser" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startSqlBrowser" /> + <keyword name="TrayStarter.__startTRPreviewer" id="TrayStarter.__startTRPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startTRPreviewer" /> + <keyword name="TrayStarter.__startUIPreviewer" id="TrayStarter.__startUIPreviewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUIPreviewer" /> + <keyword name="TrayStarter.__startUnittest" id="TrayStarter.__startUnittest" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startUnittest" /> + <keyword name="TrayStarter.preferencesChanged" id="TrayStarter.preferencesChanged" ref="eric5.Tools.TrayStarter.html#TrayStarter.preferencesChanged" /> + <keyword name="TRPreviewer (Module)" id="TRPreviewer (Module)" ref="eric5.Tools.TRPreviewer.html" /> + <keyword name="TRPreviewer" id="TRPreviewer" ref="eric5.Tools.TRPreviewer.html#TRPreviewer" /> + <keyword name="Translation" id="Translation" ref="eric5.Tools.TRPreviewer.html#Translation" /> + <keyword name="TranslationsDict" id="TranslationsDict" ref="eric5.Tools.TRPreviewer.html#TranslationsDict" /> + <keyword name="WidgetArea" id="WidgetArea" ref="eric5.Tools.TRPreviewer.html#WidgetArea" /> + <keyword name="WidgetView" id="WidgetView" ref="eric5.Tools.TRPreviewer.html#WidgetView" /> + <keyword name="TRPreviewer (Constructor)" id="TRPreviewer (Constructor)" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__init__" /> + <keyword name="TRPreviewer.__about" id="TRPreviewer.__about" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__about" /> + <keyword name="TRPreviewer.__aboutQt" id="TRPreviewer.__aboutQt" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__aboutQt" /> + <keyword name="TRPreviewer.__initActions" id="TRPreviewer.__initActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initActions" /> + <keyword name="TRPreviewer.__initMenus" id="TRPreviewer.__initMenus" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initMenus" /> + <keyword name="TRPreviewer.__initToolbars" id="TRPreviewer.__initToolbars" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__initToolbars" /> + <keyword name="TRPreviewer.__openTranslation" id="TRPreviewer.__openTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openTranslation" /> + <keyword name="TRPreviewer.__openWidget" id="TRPreviewer.__openWidget" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__openWidget" /> + <keyword name="TRPreviewer.__showWindowMenu" id="TRPreviewer.__showWindowMenu" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__showWindowMenu" /> + <keyword name="TRPreviewer.__updateActions" id="TRPreviewer.__updateActions" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__updateActions" /> + <keyword name="TRPreviewer.__whatsThis" id="TRPreviewer.__whatsThis" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.__whatsThis" /> + <keyword name="TRPreviewer.closeEvent" id="TRPreviewer.closeEvent" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.closeEvent" /> + <keyword name="TRPreviewer.reloadTranslations" id="TRPreviewer.reloadTranslations" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.reloadTranslations" /> + <keyword name="TRPreviewer.setTranslation" id="TRPreviewer.setTranslation" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.setTranslation" /> + <keyword name="TRPreviewer.show" id="TRPreviewer.show" ref="eric5.Tools.TRPreviewer.html#TRPreviewer.show" /> + <keyword name="Translation (Constructor)" id="Translation (Constructor)" ref="eric5.Tools.TRPreviewer.html#Translation.__init__" /> + <keyword name="TranslationsDict (Constructor)" id="TranslationsDict (Constructor)" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__init__" /> + <keyword name="TranslationsDict.__del" id="TranslationsDict.__del" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__del" /> + <keyword name="TranslationsDict.__findFileName" id="TranslationsDict.__findFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findFileName" /> + <keyword name="TranslationsDict.__findName" id="TranslationsDict.__findName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__findName" /> + <keyword name="TranslationsDict.__haveFileName" id="TranslationsDict.__haveFileName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveFileName" /> + <keyword name="TranslationsDict.__haveName" id="TranslationsDict.__haveName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__haveName" /> + <keyword name="TranslationsDict.__uniqueName" id="TranslationsDict.__uniqueName" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.__uniqueName" /> + <keyword name="TranslationsDict.add" id="TranslationsDict.add" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.add" /> + <keyword name="TranslationsDict.hasTranslations" id="TranslationsDict.hasTranslations" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.hasTranslations" /> + <keyword name="TranslationsDict.loadTransFile" id="TranslationsDict.loadTransFile" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.loadTransFile" /> + <keyword name="TranslationsDict.reload" id="TranslationsDict.reload" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.reload" /> + <keyword name="TranslationsDict.set" id="TranslationsDict.set" ref="eric5.Tools.TRPreviewer.html#TranslationsDict.set" /> + <keyword name="WidgetArea (Constructor)" id="WidgetArea (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__init__" /> + <keyword name="WidgetArea.__findWidget" id="WidgetArea.__findWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__findWidget" /> + <keyword name="WidgetArea.__toggleWidget" id="WidgetArea.__toggleWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.__toggleWidget" /> + <keyword name="WidgetArea.closeAllWidgets" id="WidgetArea.closeAllWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetArea.closeAllWidgets" /> + <keyword name="WidgetArea.closeWidget" id="WidgetArea.closeWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.closeWidget" /> + <keyword name="WidgetArea.eventFilter" id="WidgetArea.eventFilter" ref="eric5.Tools.TRPreviewer.html#WidgetArea.eventFilter" /> + <keyword name="WidgetArea.hasWidgets" id="WidgetArea.hasWidgets" ref="eric5.Tools.TRPreviewer.html#WidgetArea.hasWidgets" /> + <keyword name="WidgetArea.loadWidget" id="WidgetArea.loadWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.loadWidget" /> + <keyword name="WidgetArea.showWindowMenu" id="WidgetArea.showWindowMenu" ref="eric5.Tools.TRPreviewer.html#WidgetArea.showWindowMenu" /> + <keyword name="WidgetArea.toggleSelectedWidget" id="WidgetArea.toggleSelectedWidget" ref="eric5.Tools.TRPreviewer.html#WidgetArea.toggleSelectedWidget" /> + <keyword name="WidgetView (Constructor)" id="WidgetView (Constructor)" ref="eric5.Tools.TRPreviewer.html#WidgetView.__init__" /> + <keyword name="WidgetView.__rebuildWidget" id="WidgetView.__rebuildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.__rebuildWidget" /> + <keyword name="WidgetView.buildWidget" id="WidgetView.buildWidget" ref="eric5.Tools.TRPreviewer.html#WidgetView.buildWidget" /> + <keyword name="WidgetView.isValid" id="WidgetView.isValid" ref="eric5.Tools.TRPreviewer.html#WidgetView.isValid" /> + <keyword name="WidgetView.uiFileName" id="WidgetView.uiFileName" ref="eric5.Tools.TRPreviewer.html#WidgetView.uiFileName" /> + <keyword name="TRSingleApplication (Module)" id="TRSingleApplication (Module)" ref="eric5.Tools.TRSingleApplication.html" /> + <keyword name="TRSingleApplicationClient" id="TRSingleApplicationClient" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient" /> + <keyword name="TRSingleApplicationServer" id="TRSingleApplicationServer" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer" /> + <keyword name="TRSingleApplicationClient (Constructor)" id="TRSingleApplicationClient (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.__init__" /> + <keyword name="TRSingleApplicationClient.processArgs" id="TRSingleApplicationClient.processArgs" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationClient.processArgs" /> + <keyword name="TRSingleApplicationServer (Constructor)" id="TRSingleApplicationServer (Constructor)" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__init__" /> + <keyword name="TRSingleApplicationServer.__saLoadForm" id="TRSingleApplicationServer.__saLoadForm" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadForm" /> + <keyword name="TRSingleApplicationServer.__saLoadTranslation" id="TRSingleApplicationServer.__saLoadTranslation" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.__saLoadTranslation" /> + <keyword name="TRSingleApplicationServer.handleCommand" id="TRSingleApplicationServer.handleCommand" ref="eric5.Tools.TRSingleApplication.html#TRSingleApplicationServer.handleCommand" /> + <keyword name="UIPreviewer (Module)" id="UIPreviewer (Module)" ref="eric5.Tools.UIPreviewer.html" /> + <keyword name="UIPreviewer" id="UIPreviewer" ref="eric5.Tools.UIPreviewer.html#UIPreviewer" /> + <keyword name="UIPreviewer (Constructor)" id="UIPreviewer (Constructor)" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__init__" /> + <keyword name="UIPreviewer.__about" id="UIPreviewer.__about" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__about" /> + <keyword name="UIPreviewer.__aboutQt" id="UIPreviewer.__aboutQt" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__aboutQt" /> + <keyword name="UIPreviewer.__copyImageToClipboard" id="UIPreviewer.__copyImageToClipboard" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__copyImageToClipboard" /> + <keyword name="UIPreviewer.__guiStyleSelected" id="UIPreviewer.__guiStyleSelected" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__guiStyleSelected" /> + <keyword name="UIPreviewer.__handleCloseEvent" id="UIPreviewer.__handleCloseEvent" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__handleCloseEvent" /> + <keyword name="UIPreviewer.__initActions" id="UIPreviewer.__initActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initActions" /> + <keyword name="UIPreviewer.__initMenus" id="UIPreviewer.__initMenus" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initMenus" /> + <keyword name="UIPreviewer.__initToolbars" id="UIPreviewer.__initToolbars" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__initToolbars" /> + <keyword name="UIPreviewer.__loadFile" id="UIPreviewer.__loadFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__loadFile" /> + <keyword name="UIPreviewer.__openFile" id="UIPreviewer.__openFile" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__openFile" /> + <keyword name="UIPreviewer.__print" id="UIPreviewer.__print" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__print" /> + <keyword name="UIPreviewer.__printImage" id="UIPreviewer.__printImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printImage" /> + <keyword name="UIPreviewer.__printPreviewImage" id="UIPreviewer.__printPreviewImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__printPreviewImage" /> + <keyword name="UIPreviewer.__saveImage" id="UIPreviewer.__saveImage" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__saveImage" /> + <keyword name="UIPreviewer.__updateActions" id="UIPreviewer.__updateActions" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateActions" /> + <keyword name="UIPreviewer.__updateChildren" id="UIPreviewer.__updateChildren" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__updateChildren" /> + <keyword name="UIPreviewer.__whatsThis" id="UIPreviewer.__whatsThis" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.__whatsThis" /> + <keyword name="UIPreviewer.eventFilter" id="UIPreviewer.eventFilter" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.eventFilter" /> + <keyword name="UIPreviewer.show" id="UIPreviewer.show" ref="eric5.Tools.UIPreviewer.html#UIPreviewer.show" /> + <keyword name="UI (Package)" id="UI (Package)" ref="index-eric5.UI.html" /> + <keyword name="AuthenticationDialog (Module)" id="AuthenticationDialog (Module)" ref="eric5.UI.AuthenticationDialog.html" /> + <keyword name="AuthenticationDialog" id="AuthenticationDialog" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog" /> + <keyword name="AuthenticationDialog (Constructor)" id="AuthenticationDialog (Constructor)" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.__init__" /> + <keyword name="AuthenticationDialog.getData" id="AuthenticationDialog.getData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.getData" /> + <keyword name="AuthenticationDialog.setData" id="AuthenticationDialog.setData" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.setData" /> + <keyword name="AuthenticationDialog.shallSave" id="AuthenticationDialog.shallSave" ref="eric5.UI.AuthenticationDialog.html#AuthenticationDialog.shallSave" /> + <keyword name="Browser (Module)" id="Browser (Module)" ref="eric5.UI.Browser.html" /> + <keyword name="Browser" id="Browser" ref="eric5.UI.Browser.html#Browser" /> + <keyword name="Browser (Constructor)" id="Browser (Constructor)" ref="eric5.UI.Browser.html#Browser.__init__" /> + <keyword name="Browser.__addAsToplevelDir" id="Browser.__addAsToplevelDir" ref="eric5.UI.Browser.html#Browser.__addAsToplevelDir" /> + <keyword name="Browser.__configure" id="Browser.__configure" ref="eric5.UI.Browser.html#Browser.__configure" /> + <keyword name="Browser.__createPopupMenus" id="Browser.__createPopupMenus" ref="eric5.UI.Browser.html#Browser.__createPopupMenus" /> + <keyword name="Browser.__findInDirectory" id="Browser.__findInDirectory" ref="eric5.UI.Browser.html#Browser.__findInDirectory" /> + <keyword name="Browser.__newToplevelDir" id="Browser.__newToplevelDir" ref="eric5.UI.Browser.html#Browser.__newToplevelDir" /> + <keyword name="Browser.__refreshDirectory" id="Browser.__refreshDirectory" ref="eric5.UI.Browser.html#Browser.__refreshDirectory" /> + <keyword name="Browser.__removeToplevel" id="Browser.__removeToplevel" ref="eric5.UI.Browser.html#Browser.__removeToplevel" /> + <keyword name="Browser.__replaceInDirectory" id="Browser.__replaceInDirectory" ref="eric5.UI.Browser.html#Browser.__replaceInDirectory" /> + <keyword name="Browser._contextMenuRequested" id="Browser._contextMenuRequested" ref="eric5.UI.Browser.html#Browser._contextMenuRequested" /> + <keyword name="Browser._copyToClipboard" id="Browser._copyToClipboard" ref="eric5.UI.Browser.html#Browser._copyToClipboard" /> + <keyword name="Browser._editPixmap" id="Browser._editPixmap" ref="eric5.UI.Browser.html#Browser._editPixmap" /> + <keyword name="Browser._gotoAttribute" id="Browser._gotoAttribute" ref="eric5.UI.Browser.html#Browser._gotoAttribute" /> + <keyword name="Browser._init" id="Browser._init" ref="eric5.UI.Browser.html#Browser._init" /> + <keyword name="Browser._openItem" id="Browser._openItem" ref="eric5.UI.Browser.html#Browser._openItem" /> + <keyword name="Browser._resizeColumns" id="Browser._resizeColumns" ref="eric5.UI.Browser.html#Browser._resizeColumns" /> + <keyword name="Browser._resort" id="Browser._resort" ref="eric5.UI.Browser.html#Browser._resort" /> + <keyword name="Browser._showGotoMenu" id="Browser._showGotoMenu" ref="eric5.UI.Browser.html#Browser._showGotoMenu" /> + <keyword name="Browser.getSelectedItems" id="Browser.getSelectedItems" ref="eric5.UI.Browser.html#Browser.getSelectedItems" /> + <keyword name="Browser.getSelectedItemsCount" id="Browser.getSelectedItemsCount" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCount" /> + <keyword name="Browser.getSelectedItemsCountCategorized" id="Browser.getSelectedItemsCountCategorized" ref="eric5.UI.Browser.html#Browser.getSelectedItemsCountCategorized" /> + <keyword name="Browser.handlePreferencesChanged" id="Browser.handlePreferencesChanged" ref="eric5.UI.Browser.html#Browser.handlePreferencesChanged" /> + <keyword name="Browser.handleProgramChange" id="Browser.handleProgramChange" ref="eric5.UI.Browser.html#Browser.handleProgramChange" /> + <keyword name="Browser.handleUnittest" id="Browser.handleUnittest" ref="eric5.UI.Browser.html#Browser.handleUnittest" /> + <keyword name="Browser.layoutDisplay" id="Browser.layoutDisplay" ref="eric5.UI.Browser.html#Browser.layoutDisplay" /> + <keyword name="Browser.mouseDoubleClickEvent" id="Browser.mouseDoubleClickEvent" ref="eric5.UI.Browser.html#Browser.mouseDoubleClickEvent" /> + <keyword name="Browser.saveToplevelDirs" id="Browser.saveToplevelDirs" ref="eric5.UI.Browser.html#Browser.saveToplevelDirs" /> + <keyword name="Browser.wantedItem" id="Browser.wantedItem" ref="eric5.UI.Browser.html#Browser.wantedItem" /> + <keyword name="BrowserModel (Module)" id="BrowserModel (Module)" ref="eric5.UI.BrowserModel.html" /> + <keyword name="BrowserClassAttributeItem" id="BrowserClassAttributeItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem" /> + <keyword name="BrowserClassAttributesItem" id="BrowserClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem" /> + <keyword name="BrowserClassItem" id="BrowserClassItem" ref="eric5.UI.BrowserModel.html#BrowserClassItem" /> + <keyword name="BrowserCodingItem" id="BrowserCodingItem" ref="eric5.UI.BrowserModel.html#BrowserCodingItem" /> + <keyword name="BrowserDirectoryItem" id="BrowserDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem" /> + <keyword name="BrowserFileItem" id="BrowserFileItem" ref="eric5.UI.BrowserModel.html#BrowserFileItem" /> + <keyword name="BrowserItem" id="BrowserItem" ref="eric5.UI.BrowserModel.html#BrowserItem" /> + <keyword name="BrowserMethodItem" id="BrowserMethodItem" ref="eric5.UI.BrowserModel.html#BrowserMethodItem" /> + <keyword name="BrowserModel" id="BrowserModel" ref="eric5.UI.BrowserModel.html#BrowserModel" /> + <keyword name="BrowserSysPathItem" id="BrowserSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem" /> + <keyword name="BrowserClassAttributeItem (Constructor)" id="BrowserClassAttributeItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.__init__" /> + <keyword name="BrowserClassAttributeItem.attributeObject" id="BrowserClassAttributeItem.attributeObject" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.attributeObject" /> + <keyword name="BrowserClassAttributeItem.fileName" id="BrowserClassAttributeItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.fileName" /> + <keyword name="BrowserClassAttributeItem.isPublic" id="BrowserClassAttributeItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.isPublic" /> + <keyword name="BrowserClassAttributeItem.lessThan" id="BrowserClassAttributeItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lessThan" /> + <keyword name="BrowserClassAttributeItem.lineno" id="BrowserClassAttributeItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.lineno" /> + <keyword name="BrowserClassAttributeItem.linenos" id="BrowserClassAttributeItem.linenos" ref="eric5.UI.BrowserModel.html#BrowserClassAttributeItem.linenos" /> + <keyword name="BrowserClassAttributesItem (Constructor)" id="BrowserClassAttributesItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.__init__" /> + <keyword name="BrowserClassAttributesItem.attributes" id="BrowserClassAttributesItem.attributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.attributes" /> + <keyword name="BrowserClassAttributesItem.isClassAttributes" id="BrowserClassAttributesItem.isClassAttributes" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.isClassAttributes" /> + <keyword name="BrowserClassAttributesItem.lessThan" id="BrowserClassAttributesItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassAttributesItem.lessThan" /> + <keyword name="BrowserClassItem (Constructor)" id="BrowserClassItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserClassItem.__init__" /> + <keyword name="BrowserClassItem.classObject" id="BrowserClassItem.classObject" ref="eric5.UI.BrowserModel.html#BrowserClassItem.classObject" /> + <keyword name="BrowserClassItem.fileName" id="BrowserClassItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserClassItem.fileName" /> + <keyword name="BrowserClassItem.isPublic" id="BrowserClassItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserClassItem.isPublic" /> + <keyword name="BrowserClassItem.lessThan" id="BrowserClassItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lessThan" /> + <keyword name="BrowserClassItem.lineno" id="BrowserClassItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserClassItem.lineno" /> + <keyword name="BrowserCodingItem (Constructor)" id="BrowserCodingItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.__init__" /> + <keyword name="BrowserCodingItem.lessThan" id="BrowserCodingItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserCodingItem.lessThan" /> + <keyword name="BrowserDirectoryItem (Constructor)" id="BrowserDirectoryItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.__init__" /> + <keyword name="BrowserDirectoryItem.dirName" id="BrowserDirectoryItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.dirName" /> + <keyword name="BrowserDirectoryItem.lessThan" id="BrowserDirectoryItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.lessThan" /> + <keyword name="BrowserDirectoryItem.name" id="BrowserDirectoryItem.name" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.name" /> + <keyword name="BrowserDirectoryItem.setName" id="BrowserDirectoryItem.setName" ref="eric5.UI.BrowserModel.html#BrowserDirectoryItem.setName" /> + <keyword name="BrowserFileItem (Constructor)" id="BrowserFileItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserFileItem.__init__" /> + <keyword name="BrowserFileItem.dirName" id="BrowserFileItem.dirName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.dirName" /> + <keyword name="BrowserFileItem.fileExt" id="BrowserFileItem.fileExt" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileExt" /> + <keyword name="BrowserFileItem.fileName" id="BrowserFileItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.fileName" /> + <keyword name="BrowserFileItem.isDFile" id="BrowserFileItem.isDFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDFile" /> + <keyword name="BrowserFileItem.isDesignerFile" id="BrowserFileItem.isDesignerFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isDesignerFile" /> + <keyword name="BrowserFileItem.isIdlFile" id="BrowserFileItem.isIdlFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isIdlFile" /> + <keyword name="BrowserFileItem.isLinguistFile" id="BrowserFileItem.isLinguistFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isLinguistFile" /> + <keyword name="BrowserFileItem.isMultiProjectFile" id="BrowserFileItem.isMultiProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isMultiProjectFile" /> + <keyword name="BrowserFileItem.isPixmapFile" id="BrowserFileItem.isPixmapFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPixmapFile" /> + <keyword name="BrowserFileItem.isProjectFile" id="BrowserFileItem.isProjectFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isProjectFile" /> + <keyword name="BrowserFileItem.isPython2File" id="BrowserFileItem.isPython2File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython2File" /> + <keyword name="BrowserFileItem.isPython3File" id="BrowserFileItem.isPython3File" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isPython3File" /> + <keyword name="BrowserFileItem.isResourcesFile" id="BrowserFileItem.isResourcesFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isResourcesFile" /> + <keyword name="BrowserFileItem.isRubyFile" id="BrowserFileItem.isRubyFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isRubyFile" /> + <keyword name="BrowserFileItem.isSvgFile" id="BrowserFileItem.isSvgFile" ref="eric5.UI.BrowserModel.html#BrowserFileItem.isSvgFile" /> + <keyword name="BrowserFileItem.lessThan" id="BrowserFileItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserFileItem.lessThan" /> + <keyword name="BrowserFileItem.moduleName" id="BrowserFileItem.moduleName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.moduleName" /> + <keyword name="BrowserFileItem.name" id="BrowserFileItem.name" ref="eric5.UI.BrowserModel.html#BrowserFileItem.name" /> + <keyword name="BrowserFileItem.setName" id="BrowserFileItem.setName" ref="eric5.UI.BrowserModel.html#BrowserFileItem.setName" /> + <keyword name="BrowserItem (Constructor)" id="BrowserItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserItem.__init__" /> + <keyword name="BrowserItem.appendChild" id="BrowserItem.appendChild" ref="eric5.UI.BrowserModel.html#BrowserItem.appendChild" /> + <keyword name="BrowserItem.child" id="BrowserItem.child" ref="eric5.UI.BrowserModel.html#BrowserItem.child" /> + <keyword name="BrowserItem.childCount" id="BrowserItem.childCount" ref="eric5.UI.BrowserModel.html#BrowserItem.childCount" /> + <keyword name="BrowserItem.children" id="BrowserItem.children" ref="eric5.UI.BrowserModel.html#BrowserItem.children" /> + <keyword name="BrowserItem.columnCount" id="BrowserItem.columnCount" ref="eric5.UI.BrowserModel.html#BrowserItem.columnCount" /> + <keyword name="BrowserItem.data" id="BrowserItem.data" ref="eric5.UI.BrowserModel.html#BrowserItem.data" /> + <keyword name="BrowserItem.getIcon" id="BrowserItem.getIcon" ref="eric5.UI.BrowserModel.html#BrowserItem.getIcon" /> + <keyword name="BrowserItem.isLazyPopulated" id="BrowserItem.isLazyPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isLazyPopulated" /> + <keyword name="BrowserItem.isPopulated" id="BrowserItem.isPopulated" ref="eric5.UI.BrowserModel.html#BrowserItem.isPopulated" /> + <keyword name="BrowserItem.isPublic" id="BrowserItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserItem.isPublic" /> + <keyword name="BrowserItem.isSymlink" id="BrowserItem.isSymlink" ref="eric5.UI.BrowserModel.html#BrowserItem.isSymlink" /> + <keyword name="BrowserItem.lessThan" id="BrowserItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserItem.lessThan" /> + <keyword name="BrowserItem.parent" id="BrowserItem.parent" ref="eric5.UI.BrowserModel.html#BrowserItem.parent" /> + <keyword name="BrowserItem.removeChild" id="BrowserItem.removeChild" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChild" /> + <keyword name="BrowserItem.removeChildren" id="BrowserItem.removeChildren" ref="eric5.UI.BrowserModel.html#BrowserItem.removeChildren" /> + <keyword name="BrowserItem.row" id="BrowserItem.row" ref="eric5.UI.BrowserModel.html#BrowserItem.row" /> + <keyword name="BrowserItem.type" id="BrowserItem.type" ref="eric5.UI.BrowserModel.html#BrowserItem.type" /> + <keyword name="BrowserMethodItem (Constructor)" id="BrowserMethodItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.__init__" /> + <keyword name="BrowserMethodItem.fileName" id="BrowserMethodItem.fileName" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.fileName" /> + <keyword name="BrowserMethodItem.functionObject" id="BrowserMethodItem.functionObject" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.functionObject" /> + <keyword name="BrowserMethodItem.isPublic" id="BrowserMethodItem.isPublic" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.isPublic" /> + <keyword name="BrowserMethodItem.lessThan" id="BrowserMethodItem.lessThan" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lessThan" /> + <keyword name="BrowserMethodItem.lineno" id="BrowserMethodItem.lineno" ref="eric5.UI.BrowserModel.html#BrowserMethodItem.lineno" /> + <keyword name="BrowserModel (Constructor)" id="BrowserModel (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserModel.__init__" /> + <keyword name="BrowserModel.__populateModel" id="BrowserModel.__populateModel" ref="eric5.UI.BrowserModel.html#BrowserModel.__populateModel" /> + <keyword name="BrowserModel._addItem" id="BrowserModel._addItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addItem" /> + <keyword name="BrowserModel._addWatchedItem" id="BrowserModel._addWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._addWatchedItem" /> + <keyword name="BrowserModel._removeWatchedItem" id="BrowserModel._removeWatchedItem" ref="eric5.UI.BrowserModel.html#BrowserModel._removeWatchedItem" /> + <keyword name="BrowserModel.addItem" id="BrowserModel.addItem" ref="eric5.UI.BrowserModel.html#BrowserModel.addItem" /> + <keyword name="BrowserModel.addTopLevelDir" id="BrowserModel.addTopLevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.addTopLevelDir" /> + <keyword name="BrowserModel.clear" id="BrowserModel.clear" ref="eric5.UI.BrowserModel.html#BrowserModel.clear" /> + <keyword name="BrowserModel.columnCount" id="BrowserModel.columnCount" ref="eric5.UI.BrowserModel.html#BrowserModel.columnCount" /> + <keyword name="BrowserModel.data" id="BrowserModel.data" ref="eric5.UI.BrowserModel.html#BrowserModel.data" /> + <keyword name="BrowserModel.directoryChanged" id="BrowserModel.directoryChanged" ref="eric5.UI.BrowserModel.html#BrowserModel.directoryChanged" /> + <keyword name="BrowserModel.flags" id="BrowserModel.flags" ref="eric5.UI.BrowserModel.html#BrowserModel.flags" /> + <keyword name="BrowserModel.hasChildren" id="BrowserModel.hasChildren" ref="eric5.UI.BrowserModel.html#BrowserModel.hasChildren" /> + <keyword name="BrowserModel.headerData" id="BrowserModel.headerData" ref="eric5.UI.BrowserModel.html#BrowserModel.headerData" /> + <keyword name="BrowserModel.index" id="BrowserModel.index" ref="eric5.UI.BrowserModel.html#BrowserModel.index" /> + <keyword name="BrowserModel.item" id="BrowserModel.item" ref="eric5.UI.BrowserModel.html#BrowserModel.item" /> + <keyword name="BrowserModel.parent" id="BrowserModel.parent" ref="eric5.UI.BrowserModel.html#BrowserModel.parent" /> + <keyword name="BrowserModel.populateClassAttributesItem" id="BrowserModel.populateClassAttributesItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassAttributesItem" /> + <keyword name="BrowserModel.populateClassItem" id="BrowserModel.populateClassItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateClassItem" /> + <keyword name="BrowserModel.populateDirectoryItem" id="BrowserModel.populateDirectoryItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateDirectoryItem" /> + <keyword name="BrowserModel.populateFileItem" id="BrowserModel.populateFileItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateFileItem" /> + <keyword name="BrowserModel.populateItem" id="BrowserModel.populateItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateItem" /> + <keyword name="BrowserModel.populateMethodItem" id="BrowserModel.populateMethodItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateMethodItem" /> + <keyword name="BrowserModel.populateSysPathItem" id="BrowserModel.populateSysPathItem" ref="eric5.UI.BrowserModel.html#BrowserModel.populateSysPathItem" /> + <keyword name="BrowserModel.programChange" id="BrowserModel.programChange" ref="eric5.UI.BrowserModel.html#BrowserModel.programChange" /> + <keyword name="BrowserModel.removeToplevelDir" id="BrowserModel.removeToplevelDir" ref="eric5.UI.BrowserModel.html#BrowserModel.removeToplevelDir" /> + <keyword name="BrowserModel.rowCount" id="BrowserModel.rowCount" ref="eric5.UI.BrowserModel.html#BrowserModel.rowCount" /> + <keyword name="BrowserModel.saveToplevelDirs" id="BrowserModel.saveToplevelDirs" ref="eric5.UI.BrowserModel.html#BrowserModel.saveToplevelDirs" /> + <keyword name="BrowserSysPathItem (Constructor)" id="BrowserSysPathItem (Constructor)" ref="eric5.UI.BrowserModel.html#BrowserSysPathItem.__init__" /> + <keyword name="BrowserSortFilterProxyModel (Module)" id="BrowserSortFilterProxyModel (Module)" ref="eric5.UI.BrowserSortFilterProxyModel.html" /> + <keyword name="BrowserSortFilterProxyModel" id="BrowserSortFilterProxyModel" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel" /> + <keyword name="BrowserSortFilterProxyModel (Constructor)" id="BrowserSortFilterProxyModel (Constructor)" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.__init__" /> + <keyword name="BrowserSortFilterProxyModel.filterAcceptsRow" id="BrowserSortFilterProxyModel.filterAcceptsRow" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.filterAcceptsRow" /> + <keyword name="BrowserSortFilterProxyModel.hasChildren" id="BrowserSortFilterProxyModel.hasChildren" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.hasChildren" /> + <keyword name="BrowserSortFilterProxyModel.item" id="BrowserSortFilterProxyModel.item" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.item" /> + <keyword name="BrowserSortFilterProxyModel.lessThan" id="BrowserSortFilterProxyModel.lessThan" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.lessThan" /> + <keyword name="BrowserSortFilterProxyModel.preferencesChanged" id="BrowserSortFilterProxyModel.preferencesChanged" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.preferencesChanged" /> + <keyword name="BrowserSortFilterProxyModel.sort" id="BrowserSortFilterProxyModel.sort" ref="eric5.UI.BrowserSortFilterProxyModel.html#BrowserSortFilterProxyModel.sort" /> + <keyword name="CompareDialog (Module)" id="CompareDialog (Module)" ref="eric5.UI.CompareDialog.html" /> + <keyword name="CompareDialog" id="CompareDialog" ref="eric5.UI.CompareDialog.html#CompareDialog" /> + <keyword name="CompareWindow" id="CompareWindow" ref="eric5.UI.CompareDialog.html#CompareWindow" /> + <keyword name="removeMarkers" id="removeMarkers" ref="eric5.UI.CompareDialog.html#removeMarkers" /> + <keyword name="sbsdiff" id="sbsdiff" ref="eric5.UI.CompareDialog.html#sbsdiff" /> + <keyword name="CompareDialog (Constructor)" id="CompareDialog (Constructor)" ref="eric5.UI.CompareDialog.html#CompareDialog.__init__" /> + <keyword name="CompareDialog.__appendText" id="CompareDialog.__appendText" ref="eric5.UI.CompareDialog.html#CompareDialog.__appendText" /> + <keyword name="CompareDialog.__fileChanged" id="CompareDialog.__fileChanged" ref="eric5.UI.CompareDialog.html#CompareDialog.__fileChanged" /> + <keyword name="CompareDialog.__moveTextToCurrentDiffPos" id="CompareDialog.__moveTextToCurrentDiffPos" ref="eric5.UI.CompareDialog.html#CompareDialog.__moveTextToCurrentDiffPos" /> + <keyword name="CompareDialog.__scrollBarMoved" id="CompareDialog.__scrollBarMoved" ref="eric5.UI.CompareDialog.html#CompareDialog.__scrollBarMoved" /> + <keyword name="CompareDialog.__selectFile" id="CompareDialog.__selectFile" ref="eric5.UI.CompareDialog.html#CompareDialog.__selectFile" /> + <keyword name="CompareDialog.on_buttonBox_clicked" id="CompareDialog.on_buttonBox_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_buttonBox_clicked" /> + <keyword name="CompareDialog.on_diffButton_clicked" id="CompareDialog.on_diffButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_diffButton_clicked" /> + <keyword name="CompareDialog.on_downButton_clicked" id="CompareDialog.on_downButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_downButton_clicked" /> + <keyword name="CompareDialog.on_file1Button_clicked" id="CompareDialog.on_file1Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file1Button_clicked" /> + <keyword name="CompareDialog.on_file2Button_clicked" id="CompareDialog.on_file2Button_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_file2Button_clicked" /> + <keyword name="CompareDialog.on_firstButton_clicked" id="CompareDialog.on_firstButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_firstButton_clicked" /> + <keyword name="CompareDialog.on_lastButton_clicked" id="CompareDialog.on_lastButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_lastButton_clicked" /> + <keyword name="CompareDialog.on_synchronizeCheckBox_toggled" id="CompareDialog.on_synchronizeCheckBox_toggled" ref="eric5.UI.CompareDialog.html#CompareDialog.on_synchronizeCheckBox_toggled" /> + <keyword name="CompareDialog.on_upButton_clicked" id="CompareDialog.on_upButton_clicked" ref="eric5.UI.CompareDialog.html#CompareDialog.on_upButton_clicked" /> + <keyword name="CompareDialog.show" id="CompareDialog.show" ref="eric5.UI.CompareDialog.html#CompareDialog.show" /> + <keyword name="CompareWindow (Constructor)" id="CompareWindow (Constructor)" ref="eric5.UI.CompareDialog.html#CompareWindow.__init__" /> + <keyword name="CompareWindow.eventFilter" id="CompareWindow.eventFilter" ref="eric5.UI.CompareDialog.html#CompareWindow.eventFilter" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.UI.Config.html" /> + <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric5.UI.DeleteFilesConfirmationDialog.html" /> + <keyword name="DeleteFilesConfirmationDialog" id="DeleteFilesConfirmationDialog" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog" /> + <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" /> + <keyword name="DeleteFilesConfirmationDialog.on_buttonBox_clicked" id="DeleteFilesConfirmationDialog.on_buttonBox_clicked" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.on_buttonBox_clicked" /> + <keyword name="DiffDialog (Module)" id="DiffDialog (Module)" ref="eric5.UI.DiffDialog.html" /> + <keyword name="DiffDialog" id="DiffDialog" ref="eric5.UI.DiffDialog.html#DiffDialog" /> + <keyword name="DiffWindow" id="DiffWindow" ref="eric5.UI.DiffDialog.html#DiffWindow" /> + <keyword name="context_diff" id="context_diff" ref="eric5.UI.DiffDialog.html#context_diff" /> + <keyword name="unified_diff" id="unified_diff" ref="eric5.UI.DiffDialog.html#unified_diff" /> + <keyword name="DiffDialog (Constructor)" id="DiffDialog (Constructor)" ref="eric5.UI.DiffDialog.html#DiffDialog.__init__" /> + <keyword name="DiffDialog.__appendText" id="DiffDialog.__appendText" ref="eric5.UI.DiffDialog.html#DiffDialog.__appendText" /> + <keyword name="DiffDialog.__fileChanged" id="DiffDialog.__fileChanged" ref="eric5.UI.DiffDialog.html#DiffDialog.__fileChanged" /> + <keyword name="DiffDialog.__generateContextDiff" id="DiffDialog.__generateContextDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateContextDiff" /> + <keyword name="DiffDialog.__generateUnifiedDiff" id="DiffDialog.__generateUnifiedDiff" ref="eric5.UI.DiffDialog.html#DiffDialog.__generateUnifiedDiff" /> + <keyword name="DiffDialog.__selectFile" id="DiffDialog.__selectFile" ref="eric5.UI.DiffDialog.html#DiffDialog.__selectFile" /> + <keyword name="DiffDialog.on_buttonBox_clicked" id="DiffDialog.on_buttonBox_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_buttonBox_clicked" /> + <keyword name="DiffDialog.on_diffButton_clicked" id="DiffDialog.on_diffButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_diffButton_clicked" /> + <keyword name="DiffDialog.on_file1Button_clicked" id="DiffDialog.on_file1Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file1Button_clicked" /> + <keyword name="DiffDialog.on_file2Button_clicked" id="DiffDialog.on_file2Button_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_file2Button_clicked" /> + <keyword name="DiffDialog.on_saveButton_clicked" id="DiffDialog.on_saveButton_clicked" ref="eric5.UI.DiffDialog.html#DiffDialog.on_saveButton_clicked" /> + <keyword name="DiffDialog.show" id="DiffDialog.show" ref="eric5.UI.DiffDialog.html#DiffDialog.show" /> + <keyword name="DiffWindow (Constructor)" id="DiffWindow (Constructor)" ref="eric5.UI.DiffDialog.html#DiffWindow.__init__" /> + <keyword name="DiffWindow.eventFilter" id="DiffWindow.eventFilter" ref="eric5.UI.DiffDialog.html#DiffWindow.eventFilter" /> + <keyword name="EmailDialog (Module)" id="EmailDialog (Module)" ref="eric5.UI.EmailDialog.html" /> + <keyword name="EmailDialog" id="EmailDialog" ref="eric5.UI.EmailDialog.html#EmailDialog" /> + <keyword name="_encode_base64" id="_encode_base64" ref="eric5.UI.EmailDialog.html#_encode_base64" /> + <keyword name="EmailDialog (Constructor)" id="EmailDialog (Constructor)" ref="eric5.UI.EmailDialog.html#EmailDialog.__init__" /> + <keyword name="EmailDialog.__createMultipartMail" id="EmailDialog.__createMultipartMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createMultipartMail" /> + <keyword name="EmailDialog.__createSimpleMail" id="EmailDialog.__createSimpleMail" ref="eric5.UI.EmailDialog.html#EmailDialog.__createSimpleMail" /> + <keyword name="EmailDialog.__encodedHeader" id="EmailDialog.__encodedHeader" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedHeader" /> + <keyword name="EmailDialog.__encodedText" id="EmailDialog.__encodedText" ref="eric5.UI.EmailDialog.html#EmailDialog.__encodedText" /> + <keyword name="EmailDialog.__sendmail" id="EmailDialog.__sendmail" ref="eric5.UI.EmailDialog.html#EmailDialog.__sendmail" /> + <keyword name="EmailDialog.attachFile" id="EmailDialog.attachFile" ref="eric5.UI.EmailDialog.html#EmailDialog.attachFile" /> + <keyword name="EmailDialog.keyPressEvent" id="EmailDialog.keyPressEvent" ref="eric5.UI.EmailDialog.html#EmailDialog.keyPressEvent" /> + <keyword name="EmailDialog.on_addButton_clicked" id="EmailDialog.on_addButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_addButton_clicked" /> + <keyword name="EmailDialog.on_buttonBox_clicked" id="EmailDialog.on_buttonBox_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_clicked" /> + <keyword name="EmailDialog.on_buttonBox_rejected" id="EmailDialog.on_buttonBox_rejected" ref="eric5.UI.EmailDialog.html#EmailDialog.on_buttonBox_rejected" /> + <keyword name="EmailDialog.on_deleteButton_clicked" id="EmailDialog.on_deleteButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_deleteButton_clicked" /> + <keyword name="EmailDialog.on_message_textChanged" id="EmailDialog.on_message_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_message_textChanged" /> + <keyword name="EmailDialog.on_sendButton_clicked" id="EmailDialog.on_sendButton_clicked" ref="eric5.UI.EmailDialog.html#EmailDialog.on_sendButton_clicked" /> + <keyword name="EmailDialog.on_subject_textChanged" id="EmailDialog.on_subject_textChanged" ref="eric5.UI.EmailDialog.html#EmailDialog.on_subject_textChanged" /> + <keyword name="FindFileDialog (Module)" id="FindFileDialog (Module)" ref="eric5.UI.FindFileDialog.html" /> + <keyword name="FindFileDialog" id="FindFileDialog" ref="eric5.UI.FindFileDialog.html#FindFileDialog" /> + <keyword name="FindFileDialog (Constructor)" id="FindFileDialog (Constructor)" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__init__" /> + <keyword name="FindFileDialog.__contextMenuRequested" id="FindFileDialog.__contextMenuRequested" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__contextMenuRequested" /> + <keyword name="FindFileDialog.__copyToClipboard" id="FindFileDialog.__copyToClipboard" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__copyToClipboard" /> + <keyword name="FindFileDialog.__createItem" id="FindFileDialog.__createItem" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__createItem" /> + <keyword name="FindFileDialog.__doSearch" id="FindFileDialog.__doSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__doSearch" /> + <keyword name="FindFileDialog.__enableFindButton" id="FindFileDialog.__enableFindButton" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__enableFindButton" /> + <keyword name="FindFileDialog.__getFileList" id="FindFileDialog.__getFileList" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__getFileList" /> + <keyword name="FindFileDialog.__openFile" id="FindFileDialog.__openFile" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__openFile" /> + <keyword name="FindFileDialog.__stopSearch" id="FindFileDialog.__stopSearch" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stopSearch" /> + <keyword name="FindFileDialog.__stripEol" id="FindFileDialog.__stripEol" ref="eric5.UI.FindFileDialog.html#FindFileDialog.__stripEol" /> + <keyword name="FindFileDialog.on_buttonBox_clicked" id="FindFileDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_buttonBox_clicked" /> + <keyword name="FindFileDialog.on_dirButton_clicked" id="FindFileDialog.on_dirButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirButton_clicked" /> + <keyword name="FindFileDialog.on_dirCombo_editTextChanged" id="FindFileDialog.on_dirCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirCombo_editTextChanged" /> + <keyword name="FindFileDialog.on_dirSelectButton_clicked" id="FindFileDialog.on_dirSelectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_dirSelectButton_clicked" /> + <keyword name="FindFileDialog.on_filterCheckBox_clicked" id="FindFileDialog.on_filterCheckBox_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterCheckBox_clicked" /> + <keyword name="FindFileDialog.on_filterEdit_textEdited" id="FindFileDialog.on_filterEdit_textEdited" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_filterEdit_textEdited" /> + <keyword name="FindFileDialog.on_findList_itemDoubleClicked" id="FindFileDialog.on_findList_itemDoubleClicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findList_itemDoubleClicked" /> + <keyword name="FindFileDialog.on_findtextCombo_editTextChanged" id="FindFileDialog.on_findtextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_findtextCombo_editTextChanged" /> + <keyword name="FindFileDialog.on_projectButton_clicked" id="FindFileDialog.on_projectButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_projectButton_clicked" /> + <keyword name="FindFileDialog.on_replaceButton_clicked" id="FindFileDialog.on_replaceButton_clicked" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replaceButton_clicked" /> + <keyword name="FindFileDialog.on_replacetextCombo_editTextChanged" id="FindFileDialog.on_replacetextCombo_editTextChanged" ref="eric5.UI.FindFileDialog.html#FindFileDialog.on_replacetextCombo_editTextChanged" /> + <keyword name="FindFileDialog.setSearchDirectory" id="FindFileDialog.setSearchDirectory" ref="eric5.UI.FindFileDialog.html#FindFileDialog.setSearchDirectory" /> + <keyword name="FindFileDialog.show" id="FindFileDialog.show" ref="eric5.UI.FindFileDialog.html#FindFileDialog.show" /> + <keyword name="FindFileNameDialog (Module)" id="FindFileNameDialog (Module)" ref="eric5.UI.FindFileNameDialog.html" /> + <keyword name="FindFileNameDialog" id="FindFileNameDialog" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog" /> + <keyword name="FindFileNameDialog (Constructor)" id="FindFileNameDialog (Constructor)" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__init__" /> + <keyword name="FindFileNameDialog.__openFile" id="FindFileNameDialog.__openFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__openFile" /> + <keyword name="FindFileNameDialog.__searchFile" id="FindFileNameDialog.__searchFile" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.__searchFile" /> + <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" /> + <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" /> + <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" /> + <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" /> + <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" /> + <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" /> + <keyword name="FindFileNameDialog.on_searchDirButton_clicked" id="FindFileNameDialog.on_searchDirButton_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirButton_clicked" /> + <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" /> + <keyword name="FindFileNameDialog.on_searchDirEdit_textChanged" id="FindFileNameDialog.on_searchDirEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirEdit_textChanged" /> + <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" /> + <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.show" /> + <keyword name="Info (Module)" id="Info (Module)" ref="eric5.UI.Info.html" /> + <keyword name="LogView (Module)" id="LogView (Module)" ref="eric5.UI.LogView.html" /> + <keyword name="LogViewer" id="LogViewer" ref="eric5.UI.LogView.html#LogViewer" /> + <keyword name="LogViewer (Constructor)" id="LogViewer (Constructor)" ref="eric5.UI.LogView.html#LogViewer.__init__" /> + <keyword name="LogViewer.__appendText" id="LogViewer.__appendText" ref="eric5.UI.LogView.html#LogViewer.__appendText" /> + <keyword name="LogViewer.__configure" id="LogViewer.__configure" ref="eric5.UI.LogView.html#LogViewer.__configure" /> + <keyword name="LogViewer.__handleShowContextMenu" id="LogViewer.__handleShowContextMenu" ref="eric5.UI.LogView.html#LogViewer.__handleShowContextMenu" /> + <keyword name="LogViewer.appendToStderr" id="LogViewer.appendToStderr" ref="eric5.UI.LogView.html#LogViewer.appendToStderr" /> + <keyword name="LogViewer.appendToStdout" id="LogViewer.appendToStdout" ref="eric5.UI.LogView.html#LogViewer.appendToStdout" /> + <keyword name="LogViewer.preferencesChanged" id="LogViewer.preferencesChanged" ref="eric5.UI.LogView.html#LogViewer.preferencesChanged" /> + <keyword name="NumbersWidget (Module)" id="NumbersWidget (Module)" ref="eric5.UI.NumbersWidget.html" /> + <keyword name="BinaryModel" id="BinaryModel" ref="eric5.UI.NumbersWidget.html#BinaryModel" /> + <keyword name="NumbersWidget" id="NumbersWidget" ref="eric5.UI.NumbersWidget.html#NumbersWidget" /> + <keyword name="BinaryModel (Constructor)" id="BinaryModel (Constructor)" ref="eric5.UI.NumbersWidget.html#BinaryModel.__init__" /> + <keyword name="BinaryModel.columnCount" id="BinaryModel.columnCount" ref="eric5.UI.NumbersWidget.html#BinaryModel.columnCount" /> + <keyword name="BinaryModel.data" id="BinaryModel.data" ref="eric5.UI.NumbersWidget.html#BinaryModel.data" /> + <keyword name="BinaryModel.flags" id="BinaryModel.flags" ref="eric5.UI.NumbersWidget.html#BinaryModel.flags" /> + <keyword name="BinaryModel.getValue" id="BinaryModel.getValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.getValue" /> + <keyword name="BinaryModel.headerData" id="BinaryModel.headerData" ref="eric5.UI.NumbersWidget.html#BinaryModel.headerData" /> + <keyword name="BinaryModel.rowCount" id="BinaryModel.rowCount" ref="eric5.UI.NumbersWidget.html#BinaryModel.rowCount" /> + <keyword name="BinaryModel.setBits" id="BinaryModel.setBits" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBits" /> + <keyword name="BinaryModel.setBitsAndValue" id="BinaryModel.setBitsAndValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBitsAndValue" /> + <keyword name="BinaryModel.setData" id="BinaryModel.setData" ref="eric5.UI.NumbersWidget.html#BinaryModel.setData" /> + <keyword name="BinaryModel.setValue" id="BinaryModel.setValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setValue" /> + <keyword name="NumbersWidget (Constructor)" id="NumbersWidget (Constructor)" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__init__" /> + <keyword name="NumbersWidget.__binModelDataChanged" id="NumbersWidget.__binModelDataChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__binModelDataChanged" /> + <keyword name="NumbersWidget.__block" id="NumbersWidget.__block" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__block" /> + <keyword name="NumbersWidget.__formatNumbers" id="NumbersWidget.__formatNumbers" ref="eric5.UI.NumbersWidget.html#NumbersWidget.__formatNumbers" /> + <keyword name="NumbersWidget.on_binEdit_textChanged" id="NumbersWidget.on_binEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binEdit_textChanged" /> + <keyword name="NumbersWidget.on_binInButton_clicked" id="NumbersWidget.on_binInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binInButton_clicked" /> + <keyword name="NumbersWidget.on_binOutButton_clicked" id="NumbersWidget.on_binOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_binOutButton_clicked" /> + <keyword name="NumbersWidget.on_byteOrderButton_clicked" id="NumbersWidget.on_byteOrderButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_byteOrderButton_clicked" /> + <keyword name="NumbersWidget.on_decEdit_textChanged" id="NumbersWidget.on_decEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decEdit_textChanged" /> + <keyword name="NumbersWidget.on_decInButton_clicked" id="NumbersWidget.on_decInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decInButton_clicked" /> + <keyword name="NumbersWidget.on_decOutButton_clicked" id="NumbersWidget.on_decOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_decOutButton_clicked" /> + <keyword name="NumbersWidget.on_hexEdit_textChanged" id="NumbersWidget.on_hexEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexEdit_textChanged" /> + <keyword name="NumbersWidget.on_hexInButton_clicked" id="NumbersWidget.on_hexInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexInButton_clicked" /> + <keyword name="NumbersWidget.on_hexOutButton_clicked" id="NumbersWidget.on_hexOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_hexOutButton_clicked" /> + <keyword name="NumbersWidget.on_octEdit_textChanged" id="NumbersWidget.on_octEdit_textChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octEdit_textChanged" /> + <keyword name="NumbersWidget.on_octInButton_clicked" id="NumbersWidget.on_octInButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octInButton_clicked" /> + <keyword name="NumbersWidget.on_octOutButton_clicked" id="NumbersWidget.on_octOutButton_clicked" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_octOutButton_clicked" /> + <keyword name="NumbersWidget.on_sizeBox_valueChanged" id="NumbersWidget.on_sizeBox_valueChanged" ref="eric5.UI.NumbersWidget.html#NumbersWidget.on_sizeBox_valueChanged" /> + <keyword name="PixmapCache (Module)" id="PixmapCache (Module)" ref="eric5.UI.PixmapCache.html" /> + <keyword name="PixmapCache" id="PixmapCache" ref="eric5.UI.PixmapCache.html#PixmapCache" /> + <keyword name="addSearchPath" id="addSearchPath" ref="eric5.UI.PixmapCache.html#addSearchPath" /> + <keyword name="getIcon" id="getIcon" ref="eric5.UI.PixmapCache.html#getIcon" /> + <keyword name="getPixmap" id="getPixmap" ref="eric5.UI.PixmapCache.html#getPixmap" /> + <keyword name="getSymlinkIcon" id="getSymlinkIcon" ref="eric5.UI.PixmapCache.html#getSymlinkIcon" /> + <keyword name="PixmapCache (Constructor)" id="PixmapCache (Constructor)" ref="eric5.UI.PixmapCache.html#PixmapCache.__init__" /> + <keyword name="PixmapCache.addSearchPath" id="PixmapCache.addSearchPath" ref="eric5.UI.PixmapCache.html#PixmapCache.addSearchPath" /> + <keyword name="PixmapCache.getPixmap" id="PixmapCache.getPixmap" ref="eric5.UI.PixmapCache.html#PixmapCache.getPixmap" /> + <keyword name="SplashScreen (Module)" id="SplashScreen (Module)" ref="eric5.UI.SplashScreen.html" /> + <keyword name="NoneSplashScreen" id="NoneSplashScreen" ref="eric5.UI.SplashScreen.html#NoneSplashScreen" /> + <keyword name="SplashScreen" id="SplashScreen" ref="eric5.UI.SplashScreen.html#SplashScreen" /> + <keyword name="NoneSplashScreen (Constructor)" id="NoneSplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.__init__" /> + <keyword name="NoneSplashScreen.clearMessage" id="NoneSplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.clearMessage" /> + <keyword name="NoneSplashScreen.finish" id="NoneSplashScreen.finish" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.finish" /> + <keyword name="NoneSplashScreen.showMessage" id="NoneSplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#NoneSplashScreen.showMessage" /> + <keyword name="SplashScreen (Constructor)" id="SplashScreen (Constructor)" ref="eric5.UI.SplashScreen.html#SplashScreen.__init__" /> + <keyword name="SplashScreen.clearMessage" id="SplashScreen.clearMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.clearMessage" /> + <keyword name="SplashScreen.showMessage" id="SplashScreen.showMessage" ref="eric5.UI.SplashScreen.html#SplashScreen.showMessage" /> + <keyword name="SymbolsWidget (Module)" id="SymbolsWidget (Module)" ref="eric5.UI.SymbolsWidget.html" /> + <keyword name="SymbolsModel" id="SymbolsModel" ref="eric5.UI.SymbolsWidget.html#SymbolsModel" /> + <keyword name="SymbolsWidget" id="SymbolsWidget" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget" /> + <keyword name="SymbolsModel (Constructor)" id="SymbolsModel (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__init__" /> + <keyword name="SymbolsModel.__isDigit" id="SymbolsModel.__isDigit" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isDigit" /> + <keyword name="SymbolsModel.__isLetter" id="SymbolsModel.__isLetter" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isLetter" /> + <keyword name="SymbolsModel.__isMark" id="SymbolsModel.__isMark" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isMark" /> + <keyword name="SymbolsModel.__isPunct" id="SymbolsModel.__isPunct" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isPunct" /> + <keyword name="SymbolsModel.__isSymbol" id="SymbolsModel.__isSymbol" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.__isSymbol" /> + <keyword name="SymbolsModel.columnCount" id="SymbolsModel.columnCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.columnCount" /> + <keyword name="SymbolsModel.data" id="SymbolsModel.data" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.data" /> + <keyword name="SymbolsModel.getTableBoundaries" id="SymbolsModel.getTableBoundaries" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableBoundaries" /> + <keyword name="SymbolsModel.getTableIndex" id="SymbolsModel.getTableIndex" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableIndex" /> + <keyword name="SymbolsModel.getTableNames" id="SymbolsModel.getTableNames" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.getTableNames" /> + <keyword name="SymbolsModel.headerData" id="SymbolsModel.headerData" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.headerData" /> + <keyword name="SymbolsModel.rowCount" id="SymbolsModel.rowCount" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.rowCount" /> + <keyword name="SymbolsModel.selectTable" id="SymbolsModel.selectTable" ref="eric5.UI.SymbolsWidget.html#SymbolsModel.selectTable" /> + <keyword name="SymbolsWidget (Constructor)" id="SymbolsWidget (Constructor)" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.__init__" /> + <keyword name="SymbolsWidget.__currentRowChanged" id="SymbolsWidget.__currentRowChanged" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.__currentRowChanged" /> + <keyword name="SymbolsWidget.on_symbolSpinBox_editingFinished" id="SymbolsWidget.on_symbolSpinBox_editingFinished" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolSpinBox_editingFinished" /> + <keyword name="SymbolsWidget.on_symbolsTable_activated" id="SymbolsWidget.on_symbolsTable_activated" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_symbolsTable_activated" /> + <keyword name="SymbolsWidget.on_tableCombo_currentIndexChanged" id="SymbolsWidget.on_tableCombo_currentIndexChanged" ref="eric5.UI.SymbolsWidget.html#SymbolsWidget.on_tableCombo_currentIndexChanged" /> + <keyword name="UserInterface (Module)" id="UserInterface (Module)" ref="eric5.UI.UserInterface.html" /> + <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" /> + <keyword name="UserInterface" id="UserInterface" ref="eric5.UI.UserInterface.html#UserInterface" /> + <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" /> + <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" /> + <keyword name="Redirector.__nWrite" id="Redirector.__nWrite" ref="eric5.UI.UserInterface.html#Redirector.__nWrite" /> + <keyword name="Redirector.flush" id="Redirector.flush" ref="eric5.UI.UserInterface.html#Redirector.flush" /> + <keyword name="Redirector.write" id="Redirector.write" ref="eric5.UI.UserInterface.html#Redirector.write" /> + <keyword name="UserInterface (Constructor)" id="UserInterface (Constructor)" ref="eric5.UI.UserInterface.html#UserInterface.__init__" /> + <keyword name="UserInterface.__TBMenuTriggered" id="UserInterface.__TBMenuTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__TBMenuTriggered" /> + <keyword name="UserInterface.__TRPreviewer" id="UserInterface.__TRPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__TRPreviewer" /> + <keyword name="UserInterface.__UIPreviewer" id="UserInterface.__UIPreviewer" ref="eric5.UI.UserInterface.html#UserInterface.__UIPreviewer" /> + <keyword name="UserInterface.__activateBrowser" id="UserInterface.__activateBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateBrowser" /> + <keyword name="UserInterface.__activateDebugViewer" id="UserInterface.__activateDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateDebugViewer" /> + <keyword name="UserInterface.__activateLogViewer" id="UserInterface.__activateLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateLogViewer" /> + <keyword name="UserInterface.__activateMultiProjectBrowser" id="UserInterface.__activateMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateMultiProjectBrowser" /> + <keyword name="UserInterface.__activateNumbersViewer" id="UserInterface.__activateNumbersViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateNumbersViewer" /> + <keyword name="UserInterface.__activateProjectBrowser" id="UserInterface.__activateProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__activateProjectBrowser" /> + <keyword name="UserInterface.__activateShell" id="UserInterface.__activateShell" ref="eric5.UI.UserInterface.html#UserInterface.__activateShell" /> + <keyword name="UserInterface.__activateSymbolsViewer" id="UserInterface.__activateSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateSymbolsViewer" /> + <keyword name="UserInterface.__activateTaskViewer" id="UserInterface.__activateTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTaskViewer" /> + <keyword name="UserInterface.__activateTemplateViewer" id="UserInterface.__activateTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__activateTemplateViewer" /> + <keyword name="UserInterface.__activateTerminal" id="UserInterface.__activateTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__activateTerminal" /> + <keyword name="UserInterface.__activateViewProfile" id="UserInterface.__activateViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewProfile" /> + <keyword name="UserInterface.__activateViewmanager" id="UserInterface.__activateViewmanager" ref="eric5.UI.UserInterface.html#UserInterface.__activateViewmanager" /> + <keyword name="UserInterface.__assistant" id="UserInterface.__assistant" ref="eric5.UI.UserInterface.html#UserInterface.__assistant" /> + <keyword name="UserInterface.__assistant4" id="UserInterface.__assistant4" ref="eric5.UI.UserInterface.html#UserInterface.__assistant4" /> + <keyword name="UserInterface.__checkActions" id="UserInterface.__checkActions" ref="eric5.UI.UserInterface.html#UserInterface.__checkActions" /> + <keyword name="UserInterface.__chmViewer" id="UserInterface.__chmViewer" ref="eric5.UI.UserInterface.html#UserInterface.__chmViewer" /> + <keyword name="UserInterface.__compareFiles" id="UserInterface.__compareFiles" ref="eric5.UI.UserInterface.html#UserInterface.__compareFiles" /> + <keyword name="UserInterface.__compareFilesSbs" id="UserInterface.__compareFilesSbs" ref="eric5.UI.UserInterface.html#UserInterface.__compareFilesSbs" /> + <keyword name="UserInterface.__configShortcuts" id="UserInterface.__configShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__configShortcuts" /> + <keyword name="UserInterface.__configToolBars" id="UserInterface.__configToolBars" ref="eric5.UI.UserInterface.html#UserInterface.__configToolBars" /> + <keyword name="UserInterface.__configViewProfiles" id="UserInterface.__configViewProfiles" ref="eric5.UI.UserInterface.html#UserInterface.__configViewProfiles" /> + <keyword name="UserInterface.__configureDockareaCornerUsage" id="UserInterface.__configureDockareaCornerUsage" ref="eric5.UI.UserInterface.html#UserInterface.__configureDockareaCornerUsage" /> + <keyword name="UserInterface.__createDockWindow" id="UserInterface.__createDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindow" /> + <keyword name="UserInterface.__createDockWindowsLayout" id="UserInterface.__createDockWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createDockWindowsLayout" /> + <keyword name="UserInterface.__createFloatingWindowsLayout" id="UserInterface.__createFloatingWindowsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createFloatingWindowsLayout" /> + <keyword name="UserInterface.__createLayout" id="UserInterface.__createLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createLayout" /> + <keyword name="UserInterface.__createSidebarsLayout" id="UserInterface.__createSidebarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createSidebarsLayout" /> + <keyword name="UserInterface.__createToolboxesLayout" id="UserInterface.__createToolboxesLayout" ref="eric5.UI.UserInterface.html#UserInterface.__createToolboxesLayout" /> + <keyword name="UserInterface.__customViewer" id="UserInterface.__customViewer" ref="eric5.UI.UserInterface.html#UserInterface.__customViewer" /> + <keyword name="UserInterface.__debuggingStarted" id="UserInterface.__debuggingStarted" ref="eric5.UI.UserInterface.html#UserInterface.__debuggingStarted" /> + <keyword name="UserInterface.__deinstallPlugin" id="UserInterface.__deinstallPlugin" ref="eric5.UI.UserInterface.html#UserInterface.__deinstallPlugin" /> + <keyword name="UserInterface.__designer" id="UserInterface.__designer" ref="eric5.UI.UserInterface.html#UserInterface.__designer" /> + <keyword name="UserInterface.__designer4" id="UserInterface.__designer4" ref="eric5.UI.UserInterface.html#UserInterface.__designer4" /> + <keyword name="UserInterface.__editPixmap" id="UserInterface.__editPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__editPixmap" /> + <keyword name="UserInterface.__editorOpened" id="UserInterface.__editorOpened" ref="eric5.UI.UserInterface.html#UserInterface.__editorOpened" /> + <keyword name="UserInterface.__exportPreferences" id="UserInterface.__exportPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__exportPreferences" /> + <keyword name="UserInterface.__exportShortcuts" id="UserInterface.__exportShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__exportShortcuts" /> + <keyword name="UserInterface.__getFloatingGeometry" id="UserInterface.__getFloatingGeometry" ref="eric5.UI.UserInterface.html#UserInterface.__getFloatingGeometry" /> + <keyword name="UserInterface.__helpClosed" id="UserInterface.__helpClosed" ref="eric5.UI.UserInterface.html#UserInterface.__helpClosed" /> + <keyword name="UserInterface.__helpViewer" id="UserInterface.__helpViewer" ref="eric5.UI.UserInterface.html#UserInterface.__helpViewer" /> + <keyword name="UserInterface.__importPreferences" id="UserInterface.__importPreferences" ref="eric5.UI.UserInterface.html#UserInterface.__importPreferences" /> + <keyword name="UserInterface.__importShortcuts" id="UserInterface.__importShortcuts" ref="eric5.UI.UserInterface.html#UserInterface.__importShortcuts" /> + <keyword name="UserInterface.__initActions" id="UserInterface.__initActions" ref="eric5.UI.UserInterface.html#UserInterface.__initActions" /> + <keyword name="UserInterface.__initDebugToolbarsLayout" id="UserInterface.__initDebugToolbarsLayout" ref="eric5.UI.UserInterface.html#UserInterface.__initDebugToolbarsLayout" /> + <keyword name="UserInterface.__initEricDocAction" id="UserInterface.__initEricDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initEricDocAction" /> + <keyword name="UserInterface.__initExternalToolsActions" id="UserInterface.__initExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__initExternalToolsActions" /> + <keyword name="UserInterface.__initMenus" id="UserInterface.__initMenus" ref="eric5.UI.UserInterface.html#UserInterface.__initMenus" /> + <keyword name="UserInterface.__initPySideDocAction" id="UserInterface.__initPySideDocAction" ref="eric5.UI.UserInterface.html#UserInterface.__initPySideDocAction" /> + <keyword name="UserInterface.__initPythonDocActions" id="UserInterface.__initPythonDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initPythonDocActions" /> + <keyword name="UserInterface.__initQtDocActions" id="UserInterface.__initQtDocActions" ref="eric5.UI.UserInterface.html#UserInterface.__initQtDocActions" /> + <keyword name="UserInterface.__initStatusbar" id="UserInterface.__initStatusbar" ref="eric5.UI.UserInterface.html#UserInterface.__initStatusbar" /> + <keyword name="UserInterface.__initToolbars" id="UserInterface.__initToolbars" ref="eric5.UI.UserInterface.html#UserInterface.__initToolbars" /> + <keyword name="UserInterface.__installPlugins" id="UserInterface.__installPlugins" ref="eric5.UI.UserInterface.html#UserInterface.__installPlugins" /> + <keyword name="UserInterface.__lastEditorClosed" id="UserInterface.__lastEditorClosed" ref="eric5.UI.UserInterface.html#UserInterface.__lastEditorClosed" /> + <keyword name="UserInterface.__linguist" id="UserInterface.__linguist" ref="eric5.UI.UserInterface.html#UserInterface.__linguist" /> + <keyword name="UserInterface.__linguist4" id="UserInterface.__linguist4" ref="eric5.UI.UserInterface.html#UserInterface.__linguist4" /> + <keyword name="UserInterface.__masterPasswordChanged" id="UserInterface.__masterPasswordChanged" ref="eric5.UI.UserInterface.html#UserInterface.__masterPasswordChanged" /> + <keyword name="UserInterface.__newProject" id="UserInterface.__newProject" ref="eric5.UI.UserInterface.html#UserInterface.__newProject" /> + <keyword name="UserInterface.__openMiniEditor" id="UserInterface.__openMiniEditor" ref="eric5.UI.UserInterface.html#UserInterface.__openMiniEditor" /> + <keyword name="UserInterface.__openOnStartup" id="UserInterface.__openOnStartup" ref="eric5.UI.UserInterface.html#UserInterface.__openOnStartup" /> + <keyword name="UserInterface.__pluginsConfigure" id="UserInterface.__pluginsConfigure" ref="eric5.UI.UserInterface.html#UserInterface.__pluginsConfigure" /> + <keyword name="UserInterface.__preferencesChanged" id="UserInterface.__preferencesChanged" ref="eric5.UI.UserInterface.html#UserInterface.__preferencesChanged" /> + <keyword name="UserInterface.__processToolStderr" id="UserInterface.__processToolStderr" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStderr" /> + <keyword name="UserInterface.__processToolStdout" id="UserInterface.__processToolStdout" ref="eric5.UI.UserInterface.html#UserInterface.__processToolStdout" /> + <keyword name="UserInterface.__programChange" id="UserInterface.__programChange" ref="eric5.UI.UserInterface.html#UserInterface.__programChange" /> + <keyword name="UserInterface.__projectClosed" id="UserInterface.__projectClosed" ref="eric5.UI.UserInterface.html#UserInterface.__projectClosed" /> + <keyword name="UserInterface.__projectOpened" id="UserInterface.__projectOpened" ref="eric5.UI.UserInterface.html#UserInterface.__projectOpened" /> + <keyword name="UserInterface.__quit" id="UserInterface.__quit" ref="eric5.UI.UserInterface.html#UserInterface.__quit" /> + <keyword name="UserInterface.__readSession" id="UserInterface.__readSession" ref="eric5.UI.UserInterface.html#UserInterface.__readSession" /> + <keyword name="UserInterface.__readTasks" id="UserInterface.__readTasks" ref="eric5.UI.UserInterface.html#UserInterface.__readTasks" /> + <keyword name="UserInterface.__reloadAPIs" id="UserInterface.__reloadAPIs" ref="eric5.UI.UserInterface.html#UserInterface.__reloadAPIs" /> + <keyword name="UserInterface.__reportBug" id="UserInterface.__reportBug" ref="eric5.UI.UserInterface.html#UserInterface.__reportBug" /> + <keyword name="UserInterface.__requestFeature" id="UserInterface.__requestFeature" ref="eric5.UI.UserInterface.html#UserInterface.__requestFeature" /> + <keyword name="UserInterface.__restart" id="UserInterface.__restart" ref="eric5.UI.UserInterface.html#UserInterface.__restart" /> + <keyword name="UserInterface.__saveCurrentViewProfile" id="UserInterface.__saveCurrentViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.__saveCurrentViewProfile" /> + <keyword name="UserInterface.__setEditProfile" id="UserInterface.__setEditProfile" ref="eric5.UI.UserInterface.html#UserInterface.__setEditProfile" /> + <keyword name="UserInterface.__setStyle" id="UserInterface.__setStyle" ref="eric5.UI.UserInterface.html#UserInterface.__setStyle" /> + <keyword name="UserInterface.__setWindowCaption" id="UserInterface.__setWindowCaption" ref="eric5.UI.UserInterface.html#UserInterface.__setWindowCaption" /> + <keyword name="UserInterface.__setupDockWindow" id="UserInterface.__setupDockWindow" ref="eric5.UI.UserInterface.html#UserInterface.__setupDockWindow" /> + <keyword name="UserInterface.__showAvailableVersionInfos" id="UserInterface.__showAvailableVersionInfos" ref="eric5.UI.UserInterface.html#UserInterface.__showAvailableVersionInfos" /> + <keyword name="UserInterface.__showEmailDialog" id="UserInterface.__showEmailDialog" ref="eric5.UI.UserInterface.html#UserInterface.__showEmailDialog" /> + <keyword name="UserInterface.__showEricDoc" id="UserInterface.__showEricDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showEricDoc" /> + <keyword name="UserInterface.__showExternalTools" id="UserInterface.__showExternalTools" ref="eric5.UI.UserInterface.html#UserInterface.__showExternalTools" /> + <keyword name="UserInterface.__showExtrasMenu" id="UserInterface.__showExtrasMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showExtrasMenu" /> + <keyword name="UserInterface.__showFileMenu" id="UserInterface.__showFileMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showFileMenu" /> + <keyword name="UserInterface.__showHelpMenu" id="UserInterface.__showHelpMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showHelpMenu" /> + <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric5.UI.UserInterface.html#UserInterface.__showNext" /> + <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric5.UI.UserInterface.html#UserInterface.__showPixmap" /> + <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginInfo" /> + <keyword name="UserInterface.__showPluginsAvailable" id="UserInterface.__showPluginsAvailable" ref="eric5.UI.UserInterface.html#UserInterface.__showPluginsAvailable" /> + <keyword name="UserInterface.__showPrevious" id="UserInterface.__showPrevious" ref="eric5.UI.UserInterface.html#UserInterface.__showPrevious" /> + <keyword name="UserInterface.__showPyQt4Doc" id="UserInterface.__showPyQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPyQt4Doc" /> + <keyword name="UserInterface.__showPySideDoc" id="UserInterface.__showPySideDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPySideDoc" /> + <keyword name="UserInterface.__showPython2Doc" id="UserInterface.__showPython2Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPython2Doc" /> + <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPythonDoc" /> + <keyword name="UserInterface.__showQt4Doc" id="UserInterface.__showQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt4Doc" /> + <keyword name="UserInterface.__showSvg" id="UserInterface.__showSvg" ref="eric5.UI.UserInterface.html#UserInterface.__showSvg" /> + <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric5.UI.UserInterface.html#UserInterface.__showSystemEmailClient" /> + <keyword name="UserInterface.__showToolGroupsMenu" id="UserInterface.__showToolGroupsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolGroupsMenu" /> + <keyword name="UserInterface.__showToolbarsMenu" id="UserInterface.__showToolbarsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolbarsMenu" /> + <keyword name="UserInterface.__showToolsMenu" id="UserInterface.__showToolsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showToolsMenu" /> + <keyword name="UserInterface.__showVersions" id="UserInterface.__showVersions" ref="eric5.UI.UserInterface.html#UserInterface.__showVersions" /> + <keyword name="UserInterface.__showWindowMenu" id="UserInterface.__showWindowMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWindowMenu" /> + <keyword name="UserInterface.__showWizardsMenu" id="UserInterface.__showWizardsMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showWizardsMenu" /> + <keyword name="UserInterface.__shutdown" id="UserInterface.__shutdown" ref="eric5.UI.UserInterface.html#UserInterface.__shutdown" /> + <keyword name="UserInterface.__sqlBrowser" id="UserInterface.__sqlBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__sqlBrowser" /> + <keyword name="UserInterface.__sslErrors" id="UserInterface.__sslErrors" ref="eric5.UI.UserInterface.html#UserInterface.__sslErrors" /> + <keyword name="UserInterface.__startToolProcess" id="UserInterface.__startToolProcess" ref="eric5.UI.UserInterface.html#UserInterface.__startToolProcess" /> + <keyword name="UserInterface.__startWebBrowser" id="UserInterface.__startWebBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__startWebBrowser" /> + <keyword name="UserInterface.__switchTab" id="UserInterface.__switchTab" ref="eric5.UI.UserInterface.html#UserInterface.__switchTab" /> + <keyword name="UserInterface.__toggleBottomSidebar" id="UserInterface.__toggleBottomSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBottomSidebar" /> + <keyword name="UserInterface.__toggleBrowser" id="UserInterface.__toggleBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleBrowser" /> + <keyword name="UserInterface.__toggleCooperationViewer" id="UserInterface.__toggleCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleCooperationViewer" /> + <keyword name="UserInterface.__toggleDebugViewer" id="UserInterface.__toggleDebugViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleDebugViewer" /> + <keyword name="UserInterface.__toggleHorizontalToolbox" id="UserInterface.__toggleHorizontalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleHorizontalToolbox" /> + <keyword name="UserInterface.__toggleLeftSidebar" id="UserInterface.__toggleLeftSidebar" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLeftSidebar" /> + <keyword name="UserInterface.__toggleLogViewer" id="UserInterface.__toggleLogViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleLogViewer" /> + <keyword name="UserInterface.__toggleMultiProjectBrowser" id="UserInterface.__toggleMultiProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleMultiProjectBrowser" /> + <keyword name="UserInterface.__toggleNumbersViewer" id="UserInterface.__toggleNumbersViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleNumbersViewer" /> + <keyword name="UserInterface.__toggleProjectBrowser" id="UserInterface.__toggleProjectBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__toggleProjectBrowser" /> + <keyword name="UserInterface.__toggleShell" id="UserInterface.__toggleShell" ref="eric5.UI.UserInterface.html#UserInterface.__toggleShell" /> + <keyword name="UserInterface.__toggleSymbolsViewer" id="UserInterface.__toggleSymbolsViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleSymbolsViewer" /> + <keyword name="UserInterface.__toggleTaskViewer" id="UserInterface.__toggleTaskViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTaskViewer" /> + <keyword name="UserInterface.__toggleTemplateViewer" id="UserInterface.__toggleTemplateViewer" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTemplateViewer" /> + <keyword name="UserInterface.__toggleTerminal" id="UserInterface.__toggleTerminal" ref="eric5.UI.UserInterface.html#UserInterface.__toggleTerminal" /> + <keyword name="UserInterface.__toggleVerticalToolbox" id="UserInterface.__toggleVerticalToolbox" ref="eric5.UI.UserInterface.html#UserInterface.__toggleVerticalToolbox" /> + <keyword name="UserInterface.__toggleWindow" id="UserInterface.__toggleWindow" ref="eric5.UI.UserInterface.html#UserInterface.__toggleWindow" /> + <keyword name="UserInterface.__toolActionTriggered" id="UserInterface.__toolActionTriggered" ref="eric5.UI.UserInterface.html#UserInterface.__toolActionTriggered" /> + <keyword name="UserInterface.__toolExecute" id="UserInterface.__toolExecute" ref="eric5.UI.UserInterface.html#UserInterface.__toolExecute" /> + <keyword name="UserInterface.__toolFinished" id="UserInterface.__toolFinished" ref="eric5.UI.UserInterface.html#UserInterface.__toolFinished" /> + <keyword name="UserInterface.__toolGroupSelected" id="UserInterface.__toolGroupSelected" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupSelected" /> + <keyword name="UserInterface.__toolGroupsConfiguration" id="UserInterface.__toolGroupsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolGroupsConfiguration" /> + <keyword name="UserInterface.__toolsConfiguration" id="UserInterface.__toolsConfiguration" ref="eric5.UI.UserInterface.html#UserInterface.__toolsConfiguration" /> + <keyword name="UserInterface.__unittest" id="UserInterface.__unittest" ref="eric5.UI.UserInterface.html#UserInterface.__unittest" /> + <keyword name="UserInterface.__unittestProject" id="UserInterface.__unittestProject" ref="eric5.UI.UserInterface.html#UserInterface.__unittestProject" /> + <keyword name="UserInterface.__unittestRestart" id="UserInterface.__unittestRestart" ref="eric5.UI.UserInterface.html#UserInterface.__unittestRestart" /> + <keyword name="UserInterface.__unittestScript" id="UserInterface.__unittestScript" ref="eric5.UI.UserInterface.html#UserInterface.__unittestScript" /> + <keyword name="UserInterface.__updateExternalToolsActions" id="UserInterface.__updateExternalToolsActions" ref="eric5.UI.UserInterface.html#UserInterface.__updateExternalToolsActions" /> + <keyword name="UserInterface.__updateVersionsUrls" id="UserInterface.__updateVersionsUrls" ref="eric5.UI.UserInterface.html#UserInterface.__updateVersionsUrls" /> + <keyword name="UserInterface.__versionCheckResult" id="UserInterface.__versionCheckResult" ref="eric5.UI.UserInterface.html#UserInterface.__versionCheckResult" /> + <keyword name="UserInterface.__versionsDownloadCanceled" id="UserInterface.__versionsDownloadCanceled" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadCanceled" /> + <keyword name="UserInterface.__versionsDownloadDone" id="UserInterface.__versionsDownloadDone" ref="eric5.UI.UserInterface.html#UserInterface.__versionsDownloadDone" /> + <keyword name="UserInterface.__webBrowser" id="UserInterface.__webBrowser" ref="eric5.UI.UserInterface.html#UserInterface.__webBrowser" /> + <keyword name="UserInterface.__whatsThis" id="UserInterface.__whatsThis" ref="eric5.UI.UserInterface.html#UserInterface.__whatsThis" /> + <keyword name="UserInterface.__writeSession" id="UserInterface.__writeSession" ref="eric5.UI.UserInterface.html#UserInterface.__writeSession" /> + <keyword name="UserInterface.__writeTasks" id="UserInterface.__writeTasks" ref="eric5.UI.UserInterface.html#UserInterface.__writeTasks" /> + <keyword name="UserInterface.activateCooperationViewer" id="UserInterface.activateCooperationViewer" ref="eric5.UI.UserInterface.html#UserInterface.activateCooperationViewer" /> + <keyword name="UserInterface.addE5Actions" id="UserInterface.addE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.addE5Actions" /> + <keyword name="UserInterface.appendToStderr" id="UserInterface.appendToStderr" ref="eric5.UI.UserInterface.html#UserInterface.appendToStderr" /> + <keyword name="UserInterface.appendToStdout" id="UserInterface.appendToStdout" ref="eric5.UI.UserInterface.html#UserInterface.appendToStdout" /> + <keyword name="UserInterface.checkConfigurationStatus" id="UserInterface.checkConfigurationStatus" ref="eric5.UI.UserInterface.html#UserInterface.checkConfigurationStatus" /> + <keyword name="UserInterface.checkForErrorLog" id="UserInterface.checkForErrorLog" ref="eric5.UI.UserInterface.html#UserInterface.checkForErrorLog" /> + <keyword name="UserInterface.closeEvent" id="UserInterface.closeEvent" ref="eric5.UI.UserInterface.html#UserInterface.closeEvent" /> + <keyword name="UserInterface.dragEnterEvent" id="UserInterface.dragEnterEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragEnterEvent" /> + <keyword name="UserInterface.dragLeaveEvent" id="UserInterface.dragLeaveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragLeaveEvent" /> + <keyword name="UserInterface.dragMoveEvent" id="UserInterface.dragMoveEvent" ref="eric5.UI.UserInterface.html#UserInterface.dragMoveEvent" /> + <keyword name="UserInterface.dropEvent" id="UserInterface.dropEvent" ref="eric5.UI.UserInterface.html#UserInterface.dropEvent" /> + <keyword name="UserInterface.getActions" id="UserInterface.getActions" ref="eric5.UI.UserInterface.html#UserInterface.getActions" /> + <keyword name="UserInterface.getHelpViewer" id="UserInterface.getHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.getHelpViewer" /> + <keyword name="UserInterface.getLocale" id="UserInterface.getLocale" ref="eric5.UI.UserInterface.html#UserInterface.getLocale" /> + <keyword name="UserInterface.getMenu" id="UserInterface.getMenu" ref="eric5.UI.UserInterface.html#UserInterface.getMenu" /> + <keyword name="UserInterface.getMenuAction" id="UserInterface.getMenuAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuAction" /> + <keyword name="UserInterface.getMenuBarAction" id="UserInterface.getMenuBarAction" ref="eric5.UI.UserInterface.html#UserInterface.getMenuBarAction" /> + <keyword name="UserInterface.getToolBarIconSize" id="UserInterface.getToolBarIconSize" ref="eric5.UI.UserInterface.html#UserInterface.getToolBarIconSize" /> + <keyword name="UserInterface.getToolbar" id="UserInterface.getToolbar" ref="eric5.UI.UserInterface.html#UserInterface.getToolbar" /> + <keyword name="UserInterface.getViewProfile" id="UserInterface.getViewProfile" ref="eric5.UI.UserInterface.html#UserInterface.getViewProfile" /> + <keyword name="UserInterface.launchHelpViewer" id="UserInterface.launchHelpViewer" ref="eric5.UI.UserInterface.html#UserInterface.launchHelpViewer" /> + <keyword name="UserInterface.performVersionCheck" id="UserInterface.performVersionCheck" ref="eric5.UI.UserInterface.html#UserInterface.performVersionCheck" /> + <keyword name="UserInterface.processArgs" id="UserInterface.processArgs" ref="eric5.UI.UserInterface.html#UserInterface.processArgs" /> + <keyword name="UserInterface.registerToolbar" id="UserInterface.registerToolbar" ref="eric5.UI.UserInterface.html#UserInterface.registerToolbar" /> + <keyword name="UserInterface.removeE5Actions" id="UserInterface.removeE5Actions" ref="eric5.UI.UserInterface.html#UserInterface.removeE5Actions" /> + <keyword name="UserInterface.reregisterToolbar" id="UserInterface.reregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.reregisterToolbar" /> + <keyword name="UserInterface.setDebugProfile" id="UserInterface.setDebugProfile" ref="eric5.UI.UserInterface.html#UserInterface.setDebugProfile" /> + <keyword name="UserInterface.showAvailableVersionsInfo" id="UserInterface.showAvailableVersionsInfo" ref="eric5.UI.UserInterface.html#UserInterface.showAvailableVersionsInfo" /> + <keyword name="UserInterface.showEvent" id="UserInterface.showEvent" ref="eric5.UI.UserInterface.html#UserInterface.showEvent" /> + <keyword name="UserInterface.showLogTab" id="UserInterface.showLogTab" ref="eric5.UI.UserInterface.html#UserInterface.showLogTab" /> + <keyword name="UserInterface.showPreferences" id="UserInterface.showPreferences" ref="eric5.UI.UserInterface.html#UserInterface.showPreferences" /> + <keyword name="UserInterface.unregisterToolbar" id="UserInterface.unregisterToolbar" ref="eric5.UI.UserInterface.html#UserInterface.unregisterToolbar" /> + <keyword name="UserInterface.versionIsNewer" id="UserInterface.versionIsNewer" ref="eric5.UI.UserInterface.html#UserInterface.versionIsNewer" /> + <keyword name="Utilities (Package)" id="Utilities (Package)" ref="index-eric5.Utilities.html" /> + <keyword name="CodingError" id="CodingError" ref="eric5.Utilities.__init__.html#CodingError" /> + <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" /> + <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric5.Utilities.__init__.html#_percentReplacementFunc" /> + <keyword name="checkBlacklistedVersions" id="checkBlacklistedVersions" ref="eric5.Utilities.__init__.html#checkBlacklistedVersions" /> + <keyword name="checkPyside" id="checkPyside" ref="eric5.Utilities.__init__.html#checkPyside" /> + <keyword name="compactPath" id="compactPath" ref="eric5.Utilities.__init__.html#compactPath" /> + <keyword name="compile" id="compile" ref="eric5.Utilities.__init__.html#compile" /> + <keyword name="convertLineEnds" id="convertLineEnds" ref="eric5.Utilities.__init__.html#convertLineEnds" /> + <keyword name="decode" id="decode" ref="eric5.Utilities.__init__.html#decode" /> + <keyword name="decodeBytes" id="decodeBytes" ref="eric5.Utilities.__init__.html#decodeBytes" /> + <keyword name="decodeString" id="decodeString" ref="eric5.Utilities.__init__.html#decodeString" /> + <keyword name="direntries" id="direntries" ref="eric5.Utilities.__init__.html#direntries" /> + <keyword name="encode" id="encode" ref="eric5.Utilities.__init__.html#encode" /> + <keyword name="escape_entities" id="escape_entities" ref="eric5.Utilities.__init__.html#escape_entities" /> + <keyword name="escape_uentities" id="escape_uentities" ref="eric5.Utilities.__init__.html#escape_uentities" /> + <keyword name="extractFlags" id="extractFlags" ref="eric5.Utilities.__init__.html#extractFlags" /> + <keyword name="extractFlagsFromFile" id="extractFlagsFromFile" ref="eric5.Utilities.__init__.html#extractFlagsFromFile" /> + <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.Utilities.__init__.html#extractLineFlags" /> + <keyword name="fromNativeSeparators" id="fromNativeSeparators" ref="eric5.Utilities.__init__.html#fromNativeSeparators" /> + <keyword name="generateDistroInfo" id="generateDistroInfo" ref="eric5.Utilities.__init__.html#generateDistroInfo" /> + <keyword name="generatePluginsVersionInfo" id="generatePluginsVersionInfo" ref="eric5.Utilities.__init__.html#generatePluginsVersionInfo" /> + <keyword name="generatePySideToolPath" id="generatePySideToolPath" ref="eric5.Utilities.__init__.html#generatePySideToolPath" /> + <keyword name="generateQtToolName" id="generateQtToolName" ref="eric5.Utilities.__init__.html#generateQtToolName" /> + <keyword name="generateVersionInfo" id="generateVersionInfo" ref="eric5.Utilities.__init__.html#generateVersionInfo" /> + <keyword name="getConfigDir" id="getConfigDir" ref="eric5.Utilities.__init__.html#getConfigDir" /> + <keyword name="getDirs" id="getDirs" ref="eric5.Utilities.__init__.html#getDirs" /> + <keyword name="getEnvironmentEntry" id="getEnvironmentEntry" ref="eric5.Utilities.__init__.html#getEnvironmentEntry" /> + <keyword name="getExecutablePath" id="getExecutablePath" ref="eric5.Utilities.__init__.html#getExecutablePath" /> + <keyword name="getHomeDir" id="getHomeDir" ref="eric5.Utilities.__init__.html#getHomeDir" /> + <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric5.Utilities.__init__.html#getPercentReplacement" /> + <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric5.Utilities.__init__.html#getPercentReplacementHelp" /> + <keyword name="getPythonLibPath" id="getPythonLibPath" ref="eric5.Utilities.__init__.html#getPythonLibPath" /> + <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric5.Utilities.__init__.html#getPythonModulesDirectory" /> + <keyword name="getPythonVersion" id="getPythonVersion" ref="eric5.Utilities.__init__.html#getPythonVersion" /> + <keyword name="getQtMacBundle" id="getQtMacBundle" ref="eric5.Utilities.__init__.html#getQtMacBundle" /> + <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" /> + <keyword name="getUserName" id="getUserName" ref="eric5.Utilities.__init__.html#getUserName" /> + <keyword name="get_coding" id="get_coding" ref="eric5.Utilities.__init__.html#get_coding" /> + <keyword name="get_codingBytes" id="get_codingBytes" ref="eric5.Utilities.__init__.html#get_codingBytes" /> + <keyword name="hasEnvironmentEntry" id="hasEnvironmentEntry" ref="eric5.Utilities.__init__.html#hasEnvironmentEntry" /> + <keyword name="html_encode" id="html_encode" ref="eric5.Utilities.__init__.html#html_encode" /> + <keyword name="html_uencode" id="html_uencode" ref="eric5.Utilities.__init__.html#html_uencode" /> + <keyword name="isExecutable" id="isExecutable" ref="eric5.Utilities.__init__.html#isExecutable" /> + <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" /> + <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" /> + <keyword name="linesep" id="linesep" ref="eric5.Utilities.__init__.html#linesep" /> + <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" /> + <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" /> + <keyword name="normcaseabspath" id="normcaseabspath" ref="eric5.Utilities.__init__.html#normcaseabspath" /> + <keyword name="normcasepath" id="normcasepath" ref="eric5.Utilities.__init__.html#normcasepath" /> + <keyword name="normjoinpath" id="normjoinpath" ref="eric5.Utilities.__init__.html#normjoinpath" /> + <keyword name="parseEnvironmentString" id="parseEnvironmentString" ref="eric5.Utilities.__init__.html#parseEnvironmentString" /> + <keyword name="parseOptionString" id="parseOptionString" ref="eric5.Utilities.__init__.html#parseOptionString" /> + <keyword name="parseString" id="parseString" ref="eric5.Utilities.__init__.html#parseString" /> + <keyword name="prepareQtMacBundle" id="prepareQtMacBundle" ref="eric5.Utilities.__init__.html#prepareQtMacBundle" /> + <keyword name="py2compile" id="py2compile" ref="eric5.Utilities.__init__.html#py2compile" /> + <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.Utilities.__init__.html#readEncodedFile" /> + <keyword name="readEncodedFileWithHash" id="readEncodedFileWithHash" ref="eric5.Utilities.__init__.html#readEncodedFileWithHash" /> + <keyword name="relpath" id="relpath" ref="eric5.Utilities.__init__.html#relpath" /> + <keyword name="samepath" id="samepath" ref="eric5.Utilities.__init__.html#samepath" /> + <keyword name="setConfigDir" id="setConfigDir" ref="eric5.Utilities.__init__.html#setConfigDir" /> + <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" /> + <keyword name="toNativeSeparators" id="toNativeSeparators" ref="eric5.Utilities.__init__.html#toNativeSeparators" /> + <keyword name="win32_GetUserName" id="win32_GetUserName" ref="eric5.Utilities.__init__.html#win32_GetUserName" /> + <keyword name="win32_Kill" id="win32_Kill" ref="eric5.Utilities.__init__.html#win32_Kill" /> + <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric5.Utilities.__init__.html#writeEncodedFile" /> + <keyword name="CodingError (Constructor)" id="CodingError (Constructor)" ref="eric5.Utilities.__init__.html#CodingError.__init__" /> + <keyword name="CodingError.__repr__" id="CodingError.__repr__" ref="eric5.Utilities.__init__.html#CodingError.__repr__" /> + <keyword name="CodingError.__str__" id="CodingError.__str__" ref="eric5.Utilities.__init__.html#CodingError.__str__" /> + <keyword name="AutoSaver (Module)" id="AutoSaver (Module)" ref="eric5.Utilities.AutoSaver.html" /> + <keyword name="AutoSaver" id="AutoSaver" ref="eric5.Utilities.AutoSaver.html#AutoSaver" /> + <keyword name="AutoSaver (Constructor)" id="AutoSaver (Constructor)" ref="eric5.Utilities.AutoSaver.html#AutoSaver.__init__" /> + <keyword name="AutoSaver.changeOccurred" id="AutoSaver.changeOccurred" ref="eric5.Utilities.AutoSaver.html#AutoSaver.changeOccurred" /> + <keyword name="AutoSaver.saveIfNeccessary" id="AutoSaver.saveIfNeccessary" ref="eric5.Utilities.AutoSaver.html#AutoSaver.saveIfNeccessary" /> + <keyword name="AutoSaver.timerEvent" id="AutoSaver.timerEvent" ref="eric5.Utilities.AutoSaver.html#AutoSaver.timerEvent" /> + <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" /> + <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ModuleParser.html#Attribute" /> + <keyword name="Class" id="Class" ref="eric5.Utilities.ModuleParser.html#Class" /> + <keyword name="Function" id="Function" ref="eric5.Utilities.ModuleParser.html#Function" /> + <keyword name="Module" id="Module" ref="eric5.Utilities.ModuleParser.html#Module" /> + <keyword name="RbModule" id="RbModule" ref="eric5.Utilities.ModuleParser.html#RbModule" /> + <keyword name="VisibilityBase" id="VisibilityBase" ref="eric5.Utilities.ModuleParser.html#VisibilityBase" /> + <keyword name="_indent" id="_indent" ref="eric5.Utilities.ModuleParser.html#_indent" /> + <keyword name="find_module" id="find_module" ref="eric5.Utilities.ModuleParser.html#find_module" /> + <keyword name="getTypeFromTypeName" id="getTypeFromTypeName" ref="eric5.Utilities.ModuleParser.html#getTypeFromTypeName" /> + <keyword name="readModule" id="readModule" ref="eric5.Utilities.ModuleParser.html#readModule" /> + <keyword name="resetParsedModule" id="resetParsedModule" ref="eric5.Utilities.ModuleParser.html#resetParsedModule" /> + <keyword name="resetParsedModules" id="resetParsedModules" ref="eric5.Utilities.ModuleParser.html#resetParsedModules" /> + <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ModuleParser.html#Attribute.__init__" /> + <keyword name="Attribute.addAssignment" id="Attribute.addAssignment" ref="eric5.Utilities.ModuleParser.html#Attribute.addAssignment" /> + <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ModuleParser.html#Class.__init__" /> + <keyword name="Class.addAttribute" id="Class.addAttribute" ref="eric5.Utilities.ModuleParser.html#Class.addAttribute" /> + <keyword name="Class.addDescription" id="Class.addDescription" ref="eric5.Utilities.ModuleParser.html#Class.addDescription" /> + <keyword name="Class.addGlobal" id="Class.addGlobal" ref="eric5.Utilities.ModuleParser.html#Class.addGlobal" /> + <keyword name="Class.addMethod" id="Class.addMethod" ref="eric5.Utilities.ModuleParser.html#Class.addMethod" /> + <keyword name="Class.getAttribute" id="Class.getAttribute" ref="eric5.Utilities.ModuleParser.html#Class.getAttribute" /> + <keyword name="Class.getMethod" id="Class.getMethod" ref="eric5.Utilities.ModuleParser.html#Class.getMethod" /> + <keyword name="Class.setEndLine" id="Class.setEndLine" ref="eric5.Utilities.ModuleParser.html#Class.setEndLine" /> + <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" /> + <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" /> + <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ModuleParser.html#Module.__init__" /> + <keyword name="Module.__py_scan" id="Module.__py_scan" ref="eric5.Utilities.ModuleParser.html#Module.__py_scan" /> + <keyword name="Module.__py_setVisibility" id="Module.__py_setVisibility" ref="eric5.Utilities.ModuleParser.html#Module.__py_setVisibility" /> + <keyword name="Module.__rb_scan" id="Module.__rb_scan" ref="eric5.Utilities.ModuleParser.html#Module.__rb_scan" /> + <keyword name="Module.addClass" id="Module.addClass" ref="eric5.Utilities.ModuleParser.html#Module.addClass" /> + <keyword name="Module.addDescription" id="Module.addDescription" ref="eric5.Utilities.ModuleParser.html#Module.addDescription" /> + <keyword name="Module.addFunction" id="Module.addFunction" ref="eric5.Utilities.ModuleParser.html#Module.addFunction" /> + <keyword name="Module.addGlobal" id="Module.addGlobal" ref="eric5.Utilities.ModuleParser.html#Module.addGlobal" /> + <keyword name="Module.addModule" id="Module.addModule" ref="eric5.Utilities.ModuleParser.html#Module.addModule" /> + <keyword name="Module.addPathToHierarchy" id="Module.addPathToHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.addPathToHierarchy" /> + <keyword name="Module.assembleHierarchy" id="Module.assembleHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.assembleHierarchy" /> + <keyword name="Module.createHierarchy" id="Module.createHierarchy" ref="eric5.Utilities.ModuleParser.html#Module.createHierarchy" /> + <keyword name="Module.getFileName" id="Module.getFileName" ref="eric5.Utilities.ModuleParser.html#Module.getFileName" /> + <keyword name="Module.getName" id="Module.getName" ref="eric5.Utilities.ModuleParser.html#Module.getName" /> + <keyword name="Module.getType" id="Module.getType" ref="eric5.Utilities.ModuleParser.html#Module.getType" /> + <keyword name="Module.scan" id="Module.scan" ref="eric5.Utilities.ModuleParser.html#Module.scan" /> + <keyword name="RbModule (Constructor)" id="RbModule (Constructor)" ref="eric5.Utilities.ModuleParser.html#RbModule.__init__" /> + <keyword name="RbModule.addClass" id="RbModule.addClass" ref="eric5.Utilities.ModuleParser.html#RbModule.addClass" /> + <keyword name="VisibilityBase.isPrivate" id="VisibilityBase.isPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPrivate" /> + <keyword name="VisibilityBase.isProtected" id="VisibilityBase.isProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isProtected" /> + <keyword name="VisibilityBase.isPublic" id="VisibilityBase.isPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.isPublic" /> + <keyword name="VisibilityBase.setPrivate" id="VisibilityBase.setPrivate" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPrivate" /> + <keyword name="VisibilityBase.setProtected" id="VisibilityBase.setProtected" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setProtected" /> + <keyword name="VisibilityBase.setPublic" id="VisibilityBase.setPublic" ref="eric5.Utilities.ModuleParser.html#VisibilityBase.setPublic" /> + <keyword name="PasswordChecker (Module)" id="PasswordChecker (Module)" ref="eric5.Utilities.PasswordChecker.html" /> + <keyword name="PasswordChecker" id="PasswordChecker" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker" /> + <keyword name="PasswordChecker (Constructor)" id="PasswordChecker (Constructor)" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__init__" /> + <keyword name="PasswordChecker.__determineBinaryStatus" id="PasswordChecker.__determineBinaryStatus" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__determineBinaryStatus" /> + <keyword name="PasswordChecker.__determineStatus" id="PasswordChecker.__determineStatus" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__determineStatus" /> + <keyword name="PasswordChecker.__strReverse" id="PasswordChecker.__strReverse" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.__strReverse" /> + <keyword name="PasswordChecker.checkPassword" id="PasswordChecker.checkPassword" ref="eric5.Utilities.PasswordChecker.html#PasswordChecker.checkPassword" /> + <keyword name="SingleApplication (Module)" id="SingleApplication (Module)" ref="eric5.Utilities.SingleApplication.html" /> + <keyword name="SingleApplicationClient" id="SingleApplicationClient" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient" /> + <keyword name="SingleApplicationServer" id="SingleApplicationServer" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer" /> + <keyword name="SingleApplicationClient (Constructor)" id="SingleApplicationClient (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.__init__" /> + <keyword name="SingleApplicationClient.connect" id="SingleApplicationClient.connect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.connect" /> + <keyword name="SingleApplicationClient.disconnect" id="SingleApplicationClient.disconnect" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.disconnect" /> + <keyword name="SingleApplicationClient.errstr" id="SingleApplicationClient.errstr" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.errstr" /> + <keyword name="SingleApplicationClient.processArgs" id="SingleApplicationClient.processArgs" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.processArgs" /> + <keyword name="SingleApplicationClient.sendCommand" id="SingleApplicationClient.sendCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationClient.sendCommand" /> + <keyword name="SingleApplicationServer (Constructor)" id="SingleApplicationServer (Constructor)" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__init__" /> + <keyword name="SingleApplicationServer.__disconnected" id="SingleApplicationServer.__disconnected" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__disconnected" /> + <keyword name="SingleApplicationServer.__newConnection" id="SingleApplicationServer.__newConnection" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__newConnection" /> + <keyword name="SingleApplicationServer.__parseLine" id="SingleApplicationServer.__parseLine" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.__parseLine" /> + <keyword name="SingleApplicationServer.handleCommand" id="SingleApplicationServer.handleCommand" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.handleCommand" /> + <keyword name="SingleApplicationServer.shutdown" id="SingleApplicationServer.shutdown" ref="eric5.Utilities.SingleApplication.html#SingleApplicationServer.shutdown" /> + <keyword name="Startup (Module)" id="Startup (Module)" ref="eric5.Utilities.Startup.html" /> + <keyword name="handleArgs" id="handleArgs" ref="eric5.Utilities.Startup.html#handleArgs" /> + <keyword name="initializeResourceSearchPath" id="initializeResourceSearchPath" ref="eric5.Utilities.Startup.html#initializeResourceSearchPath" /> + <keyword name="loadTranslatorForLocale" id="loadTranslatorForLocale" ref="eric5.Utilities.Startup.html#loadTranslatorForLocale" /> + <keyword name="loadTranslators" id="loadTranslators" ref="eric5.Utilities.Startup.html#loadTranslators" /> + <keyword name="makeAppInfo" id="makeAppInfo" ref="eric5.Utilities.Startup.html#makeAppInfo" /> + <keyword name="setLibraryPaths" id="setLibraryPaths" ref="eric5.Utilities.Startup.html#setLibraryPaths" /> + <keyword name="simpleAppStartup" id="simpleAppStartup" ref="eric5.Utilities.Startup.html#simpleAppStartup" /> + <keyword name="usage" id="usage" ref="eric5.Utilities.Startup.html#usage" /> + <keyword name="version" id="version" ref="eric5.Utilities.Startup.html#version" /> + <keyword name="uic (Module)" id="uic (Module)" ref="eric5.Utilities.uic.html" /> + <keyword name="compileUiDir" id="compileUiDir" ref="eric5.Utilities.uic.html#compileUiDir" /> + <keyword name="compileUiFiles" id="compileUiFiles" ref="eric5.Utilities.uic.html#compileUiFiles" /> + <keyword name="compile_ui" id="compile_ui" ref="eric5.Utilities.uic.html#compile_ui" /> + <keyword name="pyName" id="pyName" ref="eric5.Utilities.uic.html#pyName" /> + <keyword name="UtilitiesPython2 (Package)" id="UtilitiesPython2 (Package)" ref="index-eric5.UtilitiesPython2.html" /> + <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.UtilitiesPython2.pep8.html" /> + <keyword name="Checker" id="Checker" ref="eric5.UtilitiesPython2.pep8.html#Checker" /> + <keyword name="_main" id="_main" ref="eric5.UtilitiesPython2.pep8.html#_main" /> + <keyword name="blank_lines" id="blank_lines" ref="eric5.UtilitiesPython2.pep8.html#blank_lines" /> + <keyword name="compound_statements" id="compound_statements" ref="eric5.UtilitiesPython2.pep8.html#compound_statements" /> + <keyword name="excluded" id="excluded" ref="eric5.UtilitiesPython2.pep8.html#excluded" /> + <keyword name="expand_indent" id="expand_indent" ref="eric5.UtilitiesPython2.pep8.html#expand_indent" /> + <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.UtilitiesPython2.pep8.html#extraneous_whitespace" /> + <keyword name="filename_match" id="filename_match" ref="eric5.UtilitiesPython2.pep8.html#filename_match" /> + <keyword name="find_checks" id="find_checks" ref="eric5.UtilitiesPython2.pep8.html#find_checks" /> + <keyword name="get_count" id="get_count" ref="eric5.UtilitiesPython2.pep8.html#get_count" /> + <keyword name="get_error_statistics" id="get_error_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_error_statistics" /> + <keyword name="get_statistics" id="get_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_statistics" /> + <keyword name="get_warning_statistics" id="get_warning_statistics" ref="eric5.UtilitiesPython2.pep8.html#get_warning_statistics" /> + <keyword name="ignore_code" id="ignore_code" ref="eric5.UtilitiesPython2.pep8.html#ignore_code" /> + <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.UtilitiesPython2.pep8.html#imports_on_separate_lines" /> + <keyword name="indentation" id="indentation" ref="eric5.UtilitiesPython2.pep8.html#indentation" /> + <keyword name="input_dir" id="input_dir" ref="eric5.UtilitiesPython2.pep8.html#input_dir" /> + <keyword name="input_file" id="input_file" ref="eric5.UtilitiesPython2.pep8.html#input_file" /> + <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.UtilitiesPython2.pep8.html#maximum_line_length" /> + <keyword name="message" id="message" ref="eric5.UtilitiesPython2.pep8.html#message" /> + <keyword name="missing_newline" id="missing_newline" ref="eric5.UtilitiesPython2.pep8.html#missing_newline" /> + <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace" /> + <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#missing_whitespace_around_operator" /> + <keyword name="mute_string" id="mute_string" ref="eric5.UtilitiesPython2.pep8.html#mute_string" /> + <keyword name="print_benchmark" id="print_benchmark" ref="eric5.UtilitiesPython2.pep8.html#print_benchmark" /> + <keyword name="print_statistics" id="print_statistics" ref="eric5.UtilitiesPython2.pep8.html#print_statistics" /> + <keyword name="process_options" id="process_options" ref="eric5.UtilitiesPython2.pep8.html#process_options" /> + <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.UtilitiesPython2.pep8.html#python_3000_backticks" /> + <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.UtilitiesPython2.pep8.html#python_3000_has_key" /> + <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.UtilitiesPython2.pep8.html#python_3000_not_equal" /> + <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.UtilitiesPython2.pep8.html#python_3000_raise_comma" /> + <keyword name="readlines" id="readlines" ref="eric5.UtilitiesPython2.pep8.html#readlines" /> + <keyword name="readlines_1" id="readlines_1" ref="eric5.UtilitiesPython2.pep8.html#readlines_1" /> + <keyword name="reset_counters" id="reset_counters" ref="eric5.UtilitiesPython2.pep8.html#reset_counters" /> + <keyword name="run_tests" id="run_tests" ref="eric5.UtilitiesPython2.pep8.html#run_tests" /> + <keyword name="selftest" id="selftest" ref="eric5.UtilitiesPython2.pep8.html#selftest" /> + <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.UtilitiesPython2.pep8.html#tabs_obsolete" /> + <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.UtilitiesPython2.pep8.html#tabs_or_spaces" /> + <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.UtilitiesPython2.pep8.html#trailing_blank_lines" /> + <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.UtilitiesPython2.pep8.html#trailing_whitespace" /> + <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_comma" /> + <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_named_parameter_equals" /> + <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.UtilitiesPython2.pep8.html#whitespace_around_operator" /> + <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_inline_comment" /> + <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.UtilitiesPython2.pep8.html#whitespace_before_parameters" /> + <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.UtilitiesPython2.pep8.html#Checker.__init__" /> + <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.UtilitiesPython2.pep8.html#Checker.build_tokens_line" /> + <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_all" /> + <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_logical" /> + <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.check_physical" /> + <keyword name="Checker.readline" id="Checker.readline" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline" /> + <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.UtilitiesPython2.pep8.html#Checker.readline_check_physical" /> + <keyword name="Checker.report_error" id="Checker.report_error" ref="eric5.UtilitiesPython2.pep8.html#Checker.report_error" /> + <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.UtilitiesPython2.pep8.html#Checker.run_check" /> + <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.UtilitiesPython2.Pep8Checker.html" /> + <keyword name="Pep8Checker" id="Pep8Checker" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker" /> + <keyword name="Pep8Checker (Constructor)" id="Pep8Checker (Constructor)" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.__init__" /> + <keyword name="Pep8Checker.__ignore_code" id="Pep8Checker.__ignore_code" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.__ignore_code" /> + <keyword name="Pep8Checker.report_error_args" id="Pep8Checker.report_error_args" ref="eric5.UtilitiesPython2.Pep8Checker.html#Pep8Checker.report_error_args" /> + <keyword name="Py2SyntaxChecker (Module)" id="Py2SyntaxChecker (Module)" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html" /> + <keyword name="compile" id="compile" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html#compile" /> + <keyword name="flakesCheck" id="flakesCheck" ref="eric5.UtilitiesPython2.Py2SyntaxChecker.html#flakesCheck" /> + <keyword name="PySideImporter (Module)" id="PySideImporter (Module)" ref="eric5.UtilitiesPython2.PySideImporter.html" /> + <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.UtilitiesPython2.Tabnanny.html" /> + <keyword name="NannyNag" id="NannyNag" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag" /> + <keyword name="Whitespace" id="Whitespace" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace" /> + <keyword name="check" id="check" ref="eric5.UtilitiesPython2.Tabnanny.html#check" /> + <keyword name="format_witnesses" id="format_witnesses" ref="eric5.UtilitiesPython2.Tabnanny.html#format_witnesses" /> + <keyword name="process_tokens" id="process_tokens" ref="eric5.UtilitiesPython2.Tabnanny.html#process_tokens" /> + <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.__init__" /> + <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_line" /> + <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_lineno" /> + <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.UtilitiesPython2.Tabnanny.html#NannyNag.get_msg" /> + <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.__init__" /> + <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.equal" /> + <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.indent_level" /> + <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.less" /> + <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.longest_run_of_spaces" /> + <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.not_equal_witness" /> + <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.UtilitiesPython2.Tabnanny.html#Whitespace.not_less_witness" /> + <keyword name="TabnannyChecker (Module)" id="TabnannyChecker (Module)" ref="eric5.UtilitiesPython2.TabnannyChecker.html" /> + <keyword name="Tools (Module)" id="Tools (Module)" ref="eric5.UtilitiesPython2.Tools.html" /> + <keyword name="decode" id="decode" ref="eric5.UtilitiesPython2.Tools.html#decode" /> + <keyword name="extractLineFlags" id="extractLineFlags" ref="eric5.UtilitiesPython2.Tools.html#extractLineFlags" /> + <keyword name="get_coding" id="get_coding" ref="eric5.UtilitiesPython2.Tools.html#get_coding" /> + <keyword name="normalizeCode" id="normalizeCode" ref="eric5.UtilitiesPython2.Tools.html#normalizeCode" /> + <keyword name="readEncodedFile" id="readEncodedFile" ref="eric5.UtilitiesPython2.Tools.html#readEncodedFile" /> + <keyword name="VCS (Package)" id="VCS (Package)" ref="index-eric5.VCS.html" /> + <keyword name="factory" id="factory" ref="eric5.VCS.__init__.html#factory" /> + <keyword name="CommandOptionsDialog (Module)" id="CommandOptionsDialog (Module)" ref="eric5.VCS.CommandOptionsDialog.html" /> + <keyword name="vcsCommandOptionsDialog" id="vcsCommandOptionsDialog" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog" /> + <keyword name="vcsCommandOptionsDialog (Constructor)" id="vcsCommandOptionsDialog (Constructor)" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.__init__" /> + <keyword name="vcsCommandOptionsDialog.getOptions" id="vcsCommandOptionsDialog.getOptions" ref="eric5.VCS.CommandOptionsDialog.html#vcsCommandOptionsDialog.getOptions" /> + <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.VCS.ProjectBrowserHelper.html" /> + <keyword name="VcsProjectBrowserHelper" id="VcsProjectBrowserHelper" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper" /> + <keyword name="VcsProjectBrowserHelper (Constructor)" id="VcsProjectBrowserHelper (Constructor)" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.__init__" /> + <keyword name="VcsProjectBrowserHelper._VCSAdd" id="VcsProjectBrowserHelper._VCSAdd" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAdd" /> + <keyword name="VcsProjectBrowserHelper._VCSAddTree" id="VcsProjectBrowserHelper._VCSAddTree" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSAddTree" /> + <keyword name="VcsProjectBrowserHelper._VCSCommit" id="VcsProjectBrowserHelper._VCSCommit" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSCommit" /> + <keyword name="VcsProjectBrowserHelper._VCSDiff" id="VcsProjectBrowserHelper._VCSDiff" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSDiff" /> + <keyword name="VcsProjectBrowserHelper._VCSInfoDisplay" id="VcsProjectBrowserHelper._VCSInfoDisplay" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSInfoDisplay" /> + <keyword name="VcsProjectBrowserHelper._VCSLog" id="VcsProjectBrowserHelper._VCSLog" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSLog" /> + <keyword name="VcsProjectBrowserHelper._VCSMerge" id="VcsProjectBrowserHelper._VCSMerge" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSMerge" /> + <keyword name="VcsProjectBrowserHelper._VCSRemove" id="VcsProjectBrowserHelper._VCSRemove" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRemove" /> + <keyword name="VcsProjectBrowserHelper._VCSRevert" id="VcsProjectBrowserHelper._VCSRevert" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSRevert" /> + <keyword name="VcsProjectBrowserHelper._VCSStatus" id="VcsProjectBrowserHelper._VCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSStatus" /> + <keyword name="VcsProjectBrowserHelper._VCSUpdate" id="VcsProjectBrowserHelper._VCSUpdate" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._VCSUpdate" /> + <keyword name="VcsProjectBrowserHelper._updateVCSStatus" id="VcsProjectBrowserHelper._updateVCSStatus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper._updateVCSStatus" /> + <keyword name="VcsProjectBrowserHelper.addVCSMenus" id="VcsProjectBrowserHelper.addVCSMenus" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.addVCSMenus" /> + <keyword name="VcsProjectBrowserHelper.showContextMenu" id="VcsProjectBrowserHelper.showContextMenu" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenu" /> + <keyword name="VcsProjectBrowserHelper.showContextMenuDir" id="VcsProjectBrowserHelper.showContextMenuDir" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDir" /> + <keyword name="VcsProjectBrowserHelper.showContextMenuDirMulti" id="VcsProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuDirMulti" /> + <keyword name="VcsProjectBrowserHelper.showContextMenuMulti" id="VcsProjectBrowserHelper.showContextMenuMulti" ref="eric5.VCS.ProjectBrowserHelper.html#VcsProjectBrowserHelper.showContextMenuMulti" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.VCS.ProjectHelper.html" /> + <keyword name="VcsProjectHelper" id="VcsProjectHelper" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper" /> + <keyword name="VcsProjectHelper (Constructor)" id="VcsProjectHelper (Constructor)" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.__init__" /> + <keyword name="VcsProjectHelper._vcsCheckout" id="VcsProjectHelper._vcsCheckout" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCheckout" /> + <keyword name="VcsProjectHelper._vcsCleanup" id="VcsProjectHelper._vcsCleanup" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCleanup" /> + <keyword name="VcsProjectHelper._vcsCommand" id="VcsProjectHelper._vcsCommand" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommand" /> + <keyword name="VcsProjectHelper._vcsCommandOptions" id="VcsProjectHelper._vcsCommandOptions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommandOptions" /> + <keyword name="VcsProjectHelper._vcsCommit" id="VcsProjectHelper._vcsCommit" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsCommit" /> + <keyword name="VcsProjectHelper._vcsDiff" id="VcsProjectHelper._vcsDiff" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsDiff" /> + <keyword name="VcsProjectHelper._vcsExport" id="VcsProjectHelper._vcsExport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsExport" /> + <keyword name="VcsProjectHelper._vcsImport" id="VcsProjectHelper._vcsImport" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsImport" /> + <keyword name="VcsProjectHelper._vcsInfoDisplay" id="VcsProjectHelper._vcsInfoDisplay" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsInfoDisplay" /> + <keyword name="VcsProjectHelper._vcsLog" id="VcsProjectHelper._vcsLog" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsLog" /> + <keyword name="VcsProjectHelper._vcsMerge" id="VcsProjectHelper._vcsMerge" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsMerge" /> + <keyword name="VcsProjectHelper._vcsRemove" id="VcsProjectHelper._vcsRemove" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRemove" /> + <keyword name="VcsProjectHelper._vcsRevert" id="VcsProjectHelper._vcsRevert" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsRevert" /> + <keyword name="VcsProjectHelper._vcsStatus" id="VcsProjectHelper._vcsStatus" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsStatus" /> + <keyword name="VcsProjectHelper._vcsSwitch" id="VcsProjectHelper._vcsSwitch" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsSwitch" /> + <keyword name="VcsProjectHelper._vcsTag" id="VcsProjectHelper._vcsTag" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsTag" /> + <keyword name="VcsProjectHelper._vcsUpdate" id="VcsProjectHelper._vcsUpdate" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper._vcsUpdate" /> + <keyword name="VcsProjectHelper.initActions" id="VcsProjectHelper.initActions" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initActions" /> + <keyword name="VcsProjectHelper.initMenu" id="VcsProjectHelper.initMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.initMenu" /> + <keyword name="VcsProjectHelper.revertChanges" id="VcsProjectHelper.revertChanges" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.revertChanges" /> + <keyword name="VcsProjectHelper.setObjects" id="VcsProjectHelper.setObjects" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.setObjects" /> + <keyword name="VcsProjectHelper.showMenu" id="VcsProjectHelper.showMenu" ref="eric5.VCS.ProjectHelper.html#VcsProjectHelper.showMenu" /> + <keyword name="RepositoryInfoDialog (Module)" id="RepositoryInfoDialog (Module)" ref="eric5.VCS.RepositoryInfoDialog.html" /> + <keyword name="VcsRepositoryInfoDialog" id="VcsRepositoryInfoDialog" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog" /> + <keyword name="VcsRepositoryInfoDialog (Constructor)" id="VcsRepositoryInfoDialog (Constructor)" ref="eric5.VCS.RepositoryInfoDialog.html#VcsRepositoryInfoDialog.__init__" /> + <keyword name="StatusMonitorLed (Module)" id="StatusMonitorLed (Module)" ref="eric5.VCS.StatusMonitorLed.html" /> + <keyword name="StatusMonitorLed" id="StatusMonitorLed" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed" /> + <keyword name="StatusMonitorLed (Constructor)" id="StatusMonitorLed (Constructor)" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__init__" /> + <keyword name="StatusMonitorLed.__checkActions" id="StatusMonitorLed.__checkActions" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkActions" /> + <keyword name="StatusMonitorLed.__checkStatus" id="StatusMonitorLed.__checkStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__checkStatus" /> + <keyword name="StatusMonitorLed.__projectVcsMonitorStatus" id="StatusMonitorLed.__projectVcsMonitorStatus" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__projectVcsMonitorStatus" /> + <keyword name="StatusMonitorLed.__setInterval" id="StatusMonitorLed.__setInterval" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__setInterval" /> + <keyword name="StatusMonitorLed.__switchOff" id="StatusMonitorLed.__switchOff" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOff" /> + <keyword name="StatusMonitorLed.__switchOn" id="StatusMonitorLed.__switchOn" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed.__switchOn" /> + <keyword name="StatusMonitorLed._showContextMenu" id="StatusMonitorLed._showContextMenu" ref="eric5.VCS.StatusMonitorLed.html#StatusMonitorLed._showContextMenu" /> + <keyword name="StatusMonitorThread (Module)" id="StatusMonitorThread (Module)" ref="eric5.VCS.StatusMonitorThread.html" /> + <keyword name="VcsStatusMonitorThread" id="VcsStatusMonitorThread" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread" /> + <keyword name="VcsStatusMonitorThread (Constructor)" id="VcsStatusMonitorThread (Constructor)" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.__init__" /> + <keyword name="VcsStatusMonitorThread._performMonitor" id="VcsStatusMonitorThread._performMonitor" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._performMonitor" /> + <keyword name="VcsStatusMonitorThread._shutdown" id="VcsStatusMonitorThread._shutdown" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread._shutdown" /> + <keyword name="VcsStatusMonitorThread.checkStatus" id="VcsStatusMonitorThread.checkStatus" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.checkStatus" /> + <keyword name="VcsStatusMonitorThread.clearCachedState" id="VcsStatusMonitorThread.clearCachedState" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.clearCachedState" /> + <keyword name="VcsStatusMonitorThread.getAutoUpdate" id="VcsStatusMonitorThread.getAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getAutoUpdate" /> + <keyword name="VcsStatusMonitorThread.getInterval" id="VcsStatusMonitorThread.getInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.getInterval" /> + <keyword name="VcsStatusMonitorThread.run" id="VcsStatusMonitorThread.run" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.run" /> + <keyword name="VcsStatusMonitorThread.setAutoUpdate" id="VcsStatusMonitorThread.setAutoUpdate" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setAutoUpdate" /> + <keyword name="VcsStatusMonitorThread.setInterval" id="VcsStatusMonitorThread.setInterval" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.setInterval" /> + <keyword name="VcsStatusMonitorThread.stop" id="VcsStatusMonitorThread.stop" ref="eric5.VCS.StatusMonitorThread.html#VcsStatusMonitorThread.stop" /> + <keyword name="VersionControl (Module)" id="VersionControl (Module)" ref="eric5.VCS.VersionControl.html" /> + <keyword name="VersionControl" id="VersionControl" ref="eric5.VCS.VersionControl.html#VersionControl" /> + <keyword name="VersionControl (Constructor)" id="VersionControl (Constructor)" ref="eric5.VCS.VersionControl.html#VersionControl.__init__" /> + <keyword name="VersionControl.__statusMonitorData" id="VersionControl.__statusMonitorData" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorData" /> + <keyword name="VersionControl.__statusMonitorStatus" id="VersionControl.__statusMonitorStatus" ref="eric5.VCS.VersionControl.html#VersionControl.__statusMonitorStatus" /> + <keyword name="VersionControl._createStatusMonitorThread" id="VersionControl._createStatusMonitorThread" ref="eric5.VCS.VersionControl.html#VersionControl._createStatusMonitorThread" /> + <keyword name="VersionControl.addArguments" id="VersionControl.addArguments" ref="eric5.VCS.VersionControl.html#VersionControl.addArguments" /> + <keyword name="VersionControl.checkVCSStatus" id="VersionControl.checkVCSStatus" ref="eric5.VCS.VersionControl.html#VersionControl.checkVCSStatus" /> + <keyword name="VersionControl.clearStatusCache" id="VersionControl.clearStatusCache" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusCache" /> + <keyword name="VersionControl.clearStatusMonitorCachedState" id="VersionControl.clearStatusMonitorCachedState" ref="eric5.VCS.VersionControl.html#VersionControl.clearStatusMonitorCachedState" /> + <keyword name="VersionControl.getStatusMonitorAutoUpdate" id="VersionControl.getStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorAutoUpdate" /> + <keyword name="VersionControl.getStatusMonitorInterval" id="VersionControl.getStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.getStatusMonitorInterval" /> + <keyword name="VersionControl.setStatusMonitorAutoUpdate" id="VersionControl.setStatusMonitorAutoUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorAutoUpdate" /> + <keyword name="VersionControl.setStatusMonitorInterval" id="VersionControl.setStatusMonitorInterval" ref="eric5.VCS.VersionControl.html#VersionControl.setStatusMonitorInterval" /> + <keyword name="VersionControl.splitPath" id="VersionControl.splitPath" ref="eric5.VCS.VersionControl.html#VersionControl.splitPath" /> + <keyword name="VersionControl.splitPathList" id="VersionControl.splitPathList" ref="eric5.VCS.VersionControl.html#VersionControl.splitPathList" /> + <keyword name="VersionControl.startStatusMonitor" id="VersionControl.startStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.startStatusMonitor" /> + <keyword name="VersionControl.startSynchronizedProcess" id="VersionControl.startSynchronizedProcess" ref="eric5.VCS.VersionControl.html#VersionControl.startSynchronizedProcess" /> + <keyword name="VersionControl.stopStatusMonitor" id="VersionControl.stopStatusMonitor" ref="eric5.VCS.VersionControl.html#VersionControl.stopStatusMonitor" /> + <keyword name="VersionControl.vcsAdd" id="VersionControl.vcsAdd" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAdd" /> + <keyword name="VersionControl.vcsAddBinary" id="VersionControl.vcsAddBinary" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddBinary" /> + <keyword name="VersionControl.vcsAddTree" id="VersionControl.vcsAddTree" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAddTree" /> + <keyword name="VersionControl.vcsAllRegisteredStates" id="VersionControl.vcsAllRegisteredStates" ref="eric5.VCS.VersionControl.html#VersionControl.vcsAllRegisteredStates" /> + <keyword name="VersionControl.vcsCheckout" id="VersionControl.vcsCheckout" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCheckout" /> + <keyword name="VersionControl.vcsCleanup" id="VersionControl.vcsCleanup" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCleanup" /> + <keyword name="VersionControl.vcsCommandLine" id="VersionControl.vcsCommandLine" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommandLine" /> + <keyword name="VersionControl.vcsCommit" id="VersionControl.vcsCommit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsCommit" /> + <keyword name="VersionControl.vcsConvertProject" id="VersionControl.vcsConvertProject" ref="eric5.VCS.VersionControl.html#VersionControl.vcsConvertProject" /> + <keyword name="VersionControl.vcsDefaultOptions" id="VersionControl.vcsDefaultOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDefaultOptions" /> + <keyword name="VersionControl.vcsDiff" id="VersionControl.vcsDiff" ref="eric5.VCS.VersionControl.html#VersionControl.vcsDiff" /> + <keyword name="VersionControl.vcsExists" id="VersionControl.vcsExists" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExists" /> + <keyword name="VersionControl.vcsExport" id="VersionControl.vcsExport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsExport" /> + <keyword name="VersionControl.vcsGetOptions" id="VersionControl.vcsGetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOptions" /> + <keyword name="VersionControl.vcsGetOtherData" id="VersionControl.vcsGetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetOtherData" /> + <keyword name="VersionControl.vcsGetProjectBrowserHelper" id="VersionControl.vcsGetProjectBrowserHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectBrowserHelper" /> + <keyword name="VersionControl.vcsGetProjectHelper" id="VersionControl.vcsGetProjectHelper" ref="eric5.VCS.VersionControl.html#VersionControl.vcsGetProjectHelper" /> + <keyword name="VersionControl.vcsHistory" id="VersionControl.vcsHistory" ref="eric5.VCS.VersionControl.html#VersionControl.vcsHistory" /> + <keyword name="VersionControl.vcsImport" id="VersionControl.vcsImport" ref="eric5.VCS.VersionControl.html#VersionControl.vcsImport" /> + <keyword name="VersionControl.vcsInit" id="VersionControl.vcsInit" ref="eric5.VCS.VersionControl.html#VersionControl.vcsInit" /> + <keyword name="VersionControl.vcsLog" id="VersionControl.vcsLog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsLog" /> + <keyword name="VersionControl.vcsMerge" id="VersionControl.vcsMerge" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMerge" /> + <keyword name="VersionControl.vcsMove" id="VersionControl.vcsMove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsMove" /> + <keyword name="VersionControl.vcsName" id="VersionControl.vcsName" ref="eric5.VCS.VersionControl.html#VersionControl.vcsName" /> + <keyword name="VersionControl.vcsNewProjectOptionsDialog" id="VersionControl.vcsNewProjectOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsNewProjectOptionsDialog" /> + <keyword name="VersionControl.vcsOptionsDialog" id="VersionControl.vcsOptionsDialog" ref="eric5.VCS.VersionControl.html#VersionControl.vcsOptionsDialog" /> + <keyword name="VersionControl.vcsRegisteredState" id="VersionControl.vcsRegisteredState" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRegisteredState" /> + <keyword name="VersionControl.vcsRemove" id="VersionControl.vcsRemove" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRemove" /> + <keyword name="VersionControl.vcsRepositoryInfos" id="VersionControl.vcsRepositoryInfos" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRepositoryInfos" /> + <keyword name="VersionControl.vcsRevert" id="VersionControl.vcsRevert" ref="eric5.VCS.VersionControl.html#VersionControl.vcsRevert" /> + <keyword name="VersionControl.vcsSetData" id="VersionControl.vcsSetData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetData" /> + <keyword name="VersionControl.vcsSetDataFromDict" id="VersionControl.vcsSetDataFromDict" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetDataFromDict" /> + <keyword name="VersionControl.vcsSetOptions" id="VersionControl.vcsSetOptions" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOptions" /> + <keyword name="VersionControl.vcsSetOtherData" id="VersionControl.vcsSetOtherData" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSetOtherData" /> + <keyword name="VersionControl.vcsShutdown" id="VersionControl.vcsShutdown" ref="eric5.VCS.VersionControl.html#VersionControl.vcsShutdown" /> + <keyword name="VersionControl.vcsStatus" id="VersionControl.vcsStatus" ref="eric5.VCS.VersionControl.html#VersionControl.vcsStatus" /> + <keyword name="VersionControl.vcsSwitch" id="VersionControl.vcsSwitch" ref="eric5.VCS.VersionControl.html#VersionControl.vcsSwitch" /> + <keyword name="VersionControl.vcsTag" id="VersionControl.vcsTag" ref="eric5.VCS.VersionControl.html#VersionControl.vcsTag" /> + <keyword name="VersionControl.vcsUpdate" id="VersionControl.vcsUpdate" ref="eric5.VCS.VersionControl.html#VersionControl.vcsUpdate" /> + <keyword name="ViewManager (Package)" id="ViewManager (Package)" ref="index-eric5.ViewManager.html" /> + <keyword name="factory" id="factory" ref="eric5.ViewManager.__init__.html#factory" /> + <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric5.ViewManager.BookmarkedFilesDialog.html" /> + <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" /> + <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" /> + <keyword name="BookmarkedFilesDialog.__swap" id="BookmarkedFilesDialog.__swap" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__swap" /> + <keyword name="BookmarkedFilesDialog.getBookmarkedFiles" id="BookmarkedFilesDialog.getBookmarkedFiles" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.getBookmarkedFiles" /> + <keyword name="BookmarkedFilesDialog.on_addButton_clicked" id="BookmarkedFilesDialog.on_addButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_addButton_clicked" /> + <keyword name="BookmarkedFilesDialog.on_changeButton_clicked" id="BookmarkedFilesDialog.on_changeButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_changeButton_clicked" /> + <keyword name="BookmarkedFilesDialog.on_deleteButton_clicked" id="BookmarkedFilesDialog.on_deleteButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_deleteButton_clicked" /> + <keyword name="BookmarkedFilesDialog.on_downButton_clicked" id="BookmarkedFilesDialog.on_downButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_downButton_clicked" /> + <keyword name="BookmarkedFilesDialog.on_fileButton_clicked" id="BookmarkedFilesDialog.on_fileButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileButton_clicked" /> + <keyword name="BookmarkedFilesDialog.on_fileEdit_textChanged" id="BookmarkedFilesDialog.on_fileEdit_textChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_fileEdit_textChanged" /> + <keyword name="BookmarkedFilesDialog.on_filesList_currentRowChanged" id="BookmarkedFilesDialog.on_filesList_currentRowChanged" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_filesList_currentRowChanged" /> + <keyword name="BookmarkedFilesDialog.on_upButton_clicked" id="BookmarkedFilesDialog.on_upButton_clicked" ref="eric5.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.on_upButton_clicked" /> + <keyword name="ViewManager (Module)" id="ViewManager (Module)" ref="eric5.ViewManager.ViewManager.html" /> + <keyword name="QuickSearchLineEdit" id="QuickSearchLineEdit" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit" /> + <keyword name="ViewManager" id="ViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager" /> + <keyword name="QuickSearchLineEdit.editorCommand" id="QuickSearchLineEdit.editorCommand" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.editorCommand" /> + <keyword name="QuickSearchLineEdit.focusInEvent" id="QuickSearchLineEdit.focusInEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.focusInEvent" /> + <keyword name="QuickSearchLineEdit.keyPressEvent" id="QuickSearchLineEdit.keyPressEvent" ref="eric5.ViewManager.ViewManager.html#QuickSearchLineEdit.keyPressEvent" /> + <keyword name="ViewManager (Constructor)" id="ViewManager (Constructor)" ref="eric5.ViewManager.ViewManager.html#ViewManager.__init__" /> + <keyword name="ViewManager.__addBookmarked" id="ViewManager.__addBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__addBookmarked" /> + <keyword name="ViewManager.__autosave" id="ViewManager.__autosave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__autosave" /> + <keyword name="ViewManager.__bookmarkSelected" id="ViewManager.__bookmarkSelected" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkSelected" /> + <keyword name="ViewManager.__bookmarkToggled" id="ViewManager.__bookmarkToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__bookmarkToggled" /> + <keyword name="ViewManager.__breakpointToggled" id="ViewManager.__breakpointToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager.__breakpointToggled" /> + <keyword name="ViewManager.__clearAllBookmarks" id="ViewManager.__clearAllBookmarks" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllBookmarks" /> + <keyword name="ViewManager.__clearAllSyntaxErrors" id="ViewManager.__clearAllSyntaxErrors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllSyntaxErrors" /> + <keyword name="ViewManager.__clearAllWarnings" id="ViewManager.__clearAllWarnings" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearAllWarnings" /> + <keyword name="ViewManager.__clearBookmarked" id="ViewManager.__clearBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearBookmarked" /> + <keyword name="ViewManager.__clearRecent" id="ViewManager.__clearRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__clearRecent" /> + <keyword name="ViewManager.__connectEditor" id="ViewManager.__connectEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__connectEditor" /> + <keyword name="ViewManager.__convertEOL" id="ViewManager.__convertEOL" ref="eric5.ViewManager.ViewManager.html#ViewManager.__convertEOL" /> + <keyword name="ViewManager.__coverageMarkersShown" id="ViewManager.__coverageMarkersShown" ref="eric5.ViewManager.ViewManager.html#ViewManager.__coverageMarkersShown" /> + <keyword name="ViewManager.__cursorChanged" id="ViewManager.__cursorChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__cursorChanged" /> + <keyword name="ViewManager.__editAutoComplete" id="ViewManager.__editAutoComplete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoComplete" /> + <keyword name="ViewManager.__editAutoCompleteFromAPIs" id="ViewManager.__editAutoCompleteFromAPIs" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAPIs" /> + <keyword name="ViewManager.__editAutoCompleteFromAll" id="ViewManager.__editAutoCompleteFromAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromAll" /> + <keyword name="ViewManager.__editAutoCompleteFromDoc" id="ViewManager.__editAutoCompleteFromDoc" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editAutoCompleteFromDoc" /> + <keyword name="ViewManager.__editBookmarked" id="ViewManager.__editBookmarked" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBookmarked" /> + <keyword name="ViewManager.__editBoxComment" id="ViewManager.__editBoxComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editBoxComment" /> + <keyword name="ViewManager.__editComment" id="ViewManager.__editComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editComment" /> + <keyword name="ViewManager.__editCopy" id="ViewManager.__editCopy" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCopy" /> + <keyword name="ViewManager.__editCut" id="ViewManager.__editCut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editCut" /> + <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" /> + <keyword name="ViewManager.__editSelectAll" id="ViewManager.__editSelectAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectAll" /> + <keyword name="ViewManager.__editSelectBrace" id="ViewManager.__editSelectBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSelectBrace" /> + <keyword name="ViewManager.__editShowCallTips" id="ViewManager.__editShowCallTips" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editShowCallTips" /> + <keyword name="ViewManager.__editSmartIndent" id="ViewManager.__editSmartIndent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editSmartIndent" /> + <keyword name="ViewManager.__editStreamComment" id="ViewManager.__editStreamComment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editStreamComment" /> + <keyword name="ViewManager.__editUncomment" id="ViewManager.__editUncomment" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUncomment" /> + <keyword name="ViewManager.__editUndo" id="ViewManager.__editUndo" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUndo" /> + <keyword name="ViewManager.__editUnindent" id="ViewManager.__editUnindent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editUnindent" /> + <keyword name="ViewManager.__editorAutoCompletionAPIsAvailable" id="ViewManager.__editorAutoCompletionAPIsAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorAutoCompletionAPIsAvailable" /> + <keyword name="ViewManager.__editorCommand" id="ViewManager.__editorCommand" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorCommand" /> + <keyword name="ViewManager.__editorConfigChanged" id="ViewManager.__editorConfigChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorConfigChanged" /> + <keyword name="ViewManager.__editorOpened" id="ViewManager.__editorOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorOpened" /> + <keyword name="ViewManager.__editorSaved" id="ViewManager.__editorSaved" ref="eric5.ViewManager.ViewManager.html#ViewManager.__editorSaved" /> + <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" /> + <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" /> + <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" /> + <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" /> + <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" /> + <keyword name="ViewManager.__gotoLastEditPosition" id="ViewManager.__gotoLastEditPosition" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoLastEditPosition" /> + <keyword name="ViewManager.__gotoNextMethodClass" id="ViewManager.__gotoNextMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoNextMethodClass" /> + <keyword name="ViewManager.__gotoPreviousMethodClass" id="ViewManager.__gotoPreviousMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoPreviousMethodClass" /> + <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" /> + <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" /> + <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" /> + <keyword name="ViewManager.__initEditActions" id="ViewManager.__initEditActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initEditActions" /> + <keyword name="ViewManager.__initFileActions" id="ViewManager.__initFileActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initFileActions" /> + <keyword name="ViewManager.__initMacroActions" id="ViewManager.__initMacroActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initMacroActions" /> + <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" /> + <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" /> + <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" /> + <keyword name="ViewManager.__lastEditPositionAvailable" id="ViewManager.__lastEditPositionAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditPositionAvailable" /> + <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" /> + <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" /> + <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" /> + <keyword name="ViewManager.__macroLoad" id="ViewManager.__macroLoad" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroLoad" /> + <keyword name="ViewManager.__macroRun" id="ViewManager.__macroRun" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroRun" /> + <keyword name="ViewManager.__macroSave" id="ViewManager.__macroSave" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroSave" /> + <keyword name="ViewManager.__macroStartRecording" id="ViewManager.__macroStartRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStartRecording" /> + <keyword name="ViewManager.__macroStopRecording" id="ViewManager.__macroStopRecording" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroStopRecording" /> + <keyword name="ViewManager.__newLineBelow" id="ViewManager.__newLineBelow" ref="eric5.ViewManager.ViewManager.html#ViewManager.__newLineBelow" /> + <keyword name="ViewManager.__nextBookmark" id="ViewManager.__nextBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextBookmark" /> + <keyword name="ViewManager.__nextTask" id="ViewManager.__nextTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextTask" /> + <keyword name="ViewManager.__nextUncovered" id="ViewManager.__nextUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextUncovered" /> + <keyword name="ViewManager.__nextWarning" id="ViewManager.__nextWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__nextWarning" /> + <keyword name="ViewManager.__openSourceFile" id="ViewManager.__openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__openSourceFile" /> + <keyword name="ViewManager.__previewEditor" id="ViewManager.__previewEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previewEditor" /> + <keyword name="ViewManager.__previousBookmark" id="ViewManager.__previousBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousBookmark" /> + <keyword name="ViewManager.__previousTask" id="ViewManager.__previousTask" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousTask" /> + <keyword name="ViewManager.__previousUncovered" id="ViewManager.__previousUncovered" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousUncovered" /> + <keyword name="ViewManager.__previousWarning" id="ViewManager.__previousWarning" ref="eric5.ViewManager.ViewManager.html#ViewManager.__previousWarning" /> + <keyword name="ViewManager.__quickSearch" id="ViewManager.__quickSearch" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearch" /> + <keyword name="ViewManager.__quickSearchEnter" id="ViewManager.__quickSearchEnter" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEnter" /> + <keyword name="ViewManager.__quickSearchEscape" id="ViewManager.__quickSearchEscape" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchEscape" /> + <keyword name="ViewManager.__quickSearchExtend" id="ViewManager.__quickSearchExtend" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchExtend" /> + <keyword name="ViewManager.__quickSearchFocusIn" id="ViewManager.__quickSearchFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchFocusIn" /> + <keyword name="ViewManager.__quickSearchInEditor" id="ViewManager.__quickSearchInEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchInEditor" /> + <keyword name="ViewManager.__quickSearchMarkOccurrences" id="ViewManager.__quickSearchMarkOccurrences" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchMarkOccurrences" /> + <keyword name="ViewManager.__quickSearchPrev" id="ViewManager.__quickSearchPrev" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchPrev" /> + <keyword name="ViewManager.__quickSearchSetEditColors" id="ViewManager.__quickSearchSetEditColors" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchSetEditColors" /> + <keyword name="ViewManager.__quickSearchText" id="ViewManager.__quickSearchText" ref="eric5.ViewManager.ViewManager.html#ViewManager.__quickSearchText" /> + <keyword name="ViewManager.__replace" id="ViewManager.__replace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replace" /> + <keyword name="ViewManager.__replaceFiles" id="ViewManager.__replaceFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__replaceFiles" /> + <keyword name="ViewManager.__saveRecent" id="ViewManager.__saveRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__saveRecent" /> + <keyword name="ViewManager.__search" id="ViewManager.__search" ref="eric5.ViewManager.ViewManager.html#ViewManager.__search" /> + <keyword name="ViewManager.__searchClearMarkers" id="ViewManager.__searchClearMarkers" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchClearMarkers" /> + <keyword name="ViewManager.__searchFiles" id="ViewManager.__searchFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.__searchFiles" /> + <keyword name="ViewManager.__setAutoSpellChecking" id="ViewManager.__setAutoSpellChecking" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setAutoSpellChecking" /> + <keyword name="ViewManager.__setSbFile" id="ViewManager.__setSbFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.__setSbFile" /> + <keyword name="ViewManager.__shortenEmptyLines" id="ViewManager.__shortenEmptyLines" ref="eric5.ViewManager.ViewManager.html#ViewManager.__shortenEmptyLines" /> + <keyword name="ViewManager.__showBookmarkMenu" id="ViewManager.__showBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkMenu" /> + <keyword name="ViewManager.__showBookmarkedMenu" id="ViewManager.__showBookmarkedMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarkedMenu" /> + <keyword name="ViewManager.__showBookmarksMenu" id="ViewManager.__showBookmarksMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showBookmarksMenu" /> + <keyword name="ViewManager.__showFileMenu" id="ViewManager.__showFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showFileMenu" /> + <keyword name="ViewManager.__showRecentMenu" id="ViewManager.__showRecentMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.__showRecentMenu" /> + <keyword name="ViewManager.__spellCheck" id="ViewManager.__spellCheck" ref="eric5.ViewManager.ViewManager.html#ViewManager.__spellCheck" /> + <keyword name="ViewManager.__splitOrientation" id="ViewManager.__splitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitOrientation" /> + <keyword name="ViewManager.__splitView" id="ViewManager.__splitView" ref="eric5.ViewManager.ViewManager.html#ViewManager.__splitView" /> + <keyword name="ViewManager.__taskMarkersUpdated" id="ViewManager.__taskMarkersUpdated" ref="eric5.ViewManager.ViewManager.html#ViewManager.__taskMarkersUpdated" /> + <keyword name="ViewManager.__toggleAll" id="ViewManager.__toggleAll" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAll" /> + <keyword name="ViewManager.__toggleAllChildren" id="ViewManager.__toggleAllChildren" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleAllChildren" /> + <keyword name="ViewManager.__toggleBookmark" id="ViewManager.__toggleBookmark" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleBookmark" /> + <keyword name="ViewManager.__toggleCurrent" id="ViewManager.__toggleCurrent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__toggleCurrent" /> + <keyword name="ViewManager.__zoom" id="ViewManager.__zoom" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoom" /> + <keyword name="ViewManager.__zoomIn" id="ViewManager.__zoomIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomIn" /> + <keyword name="ViewManager.__zoomOut" id="ViewManager.__zoomOut" ref="eric5.ViewManager.ViewManager.html#ViewManager.__zoomOut" /> + <keyword name="ViewManager._addView" id="ViewManager._addView" ref="eric5.ViewManager.ViewManager.html#ViewManager._addView" /> + <keyword name="ViewManager._checkActions" id="ViewManager._checkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._checkActions" /> + <keyword name="ViewManager._getOpenFileFilter" id="ViewManager._getOpenFileFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenFileFilter" /> + <keyword name="ViewManager._getOpenStartDir" id="ViewManager._getOpenStartDir" ref="eric5.ViewManager.ViewManager.html#ViewManager._getOpenStartDir" /> + <keyword name="ViewManager._initWindowActions" id="ViewManager._initWindowActions" ref="eric5.ViewManager.ViewManager.html#ViewManager._initWindowActions" /> + <keyword name="ViewManager._modificationStatusChanged" id="ViewManager._modificationStatusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager._modificationStatusChanged" /> + <keyword name="ViewManager._removeAllViews" id="ViewManager._removeAllViews" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeAllViews" /> + <keyword name="ViewManager._removeView" id="ViewManager._removeView" ref="eric5.ViewManager.ViewManager.html#ViewManager._removeView" /> + <keyword name="ViewManager._showView" id="ViewManager._showView" ref="eric5.ViewManager.ViewManager.html#ViewManager._showView" /> + <keyword name="ViewManager._syntaxErrorToggled" id="ViewManager._syntaxErrorToggled" ref="eric5.ViewManager.ViewManager.html#ViewManager._syntaxErrorToggled" /> + <keyword name="ViewManager.activeWindow" id="ViewManager.activeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.activeWindow" /> + <keyword name="ViewManager.addSplit" id="ViewManager.addSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.addSplit" /> + <keyword name="ViewManager.addToExtrasMenu" id="ViewManager.addToExtrasMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToExtrasMenu" /> + <keyword name="ViewManager.addToRecentList" id="ViewManager.addToRecentList" ref="eric5.ViewManager.ViewManager.html#ViewManager.addToRecentList" /> + <keyword name="ViewManager.appFocusChanged" id="ViewManager.appFocusChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.appFocusChanged" /> + <keyword name="ViewManager.canCascade" id="ViewManager.canCascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.canCascade" /> + <keyword name="ViewManager.canSplit" id="ViewManager.canSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.canSplit" /> + <keyword name="ViewManager.canTile" id="ViewManager.canTile" ref="eric5.ViewManager.ViewManager.html#ViewManager.canTile" /> + <keyword name="ViewManager.cancelSharedEdit" id="ViewManager.cancelSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.cancelSharedEdit" /> + <keyword name="ViewManager.cascade" id="ViewManager.cascade" ref="eric5.ViewManager.ViewManager.html#ViewManager.cascade" /> + <keyword name="ViewManager.checkAllDirty" id="ViewManager.checkAllDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkAllDirty" /> + <keyword name="ViewManager.checkDirty" id="ViewManager.checkDirty" ref="eric5.ViewManager.ViewManager.html#ViewManager.checkDirty" /> + <keyword name="ViewManager.cloneEditor" id="ViewManager.cloneEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.cloneEditor" /> + <keyword name="ViewManager.closeAllWindows" id="ViewManager.closeAllWindows" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeAllWindows" /> + <keyword name="ViewManager.closeCurrentWindow" id="ViewManager.closeCurrentWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeCurrentWindow" /> + <keyword name="ViewManager.closeEditor" id="ViewManager.closeEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditor" /> + <keyword name="ViewManager.closeEditorWindow" id="ViewManager.closeEditorWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeEditorWindow" /> + <keyword name="ViewManager.closeViewManager" id="ViewManager.closeViewManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeViewManager" /> + <keyword name="ViewManager.closeWindow" id="ViewManager.closeWindow" ref="eric5.ViewManager.ViewManager.html#ViewManager.closeWindow" /> + <keyword name="ViewManager.editorsCheckFocusInEnabled" id="ViewManager.editorsCheckFocusInEnabled" ref="eric5.ViewManager.ViewManager.html#ViewManager.editorsCheckFocusInEnabled" /> + <keyword name="ViewManager.enableEditorsCheckFocusIn" id="ViewManager.enableEditorsCheckFocusIn" ref="eric5.ViewManager.ViewManager.html#ViewManager.enableEditorsCheckFocusIn" /> + <keyword name="ViewManager.eventFilter" id="ViewManager.eventFilter" ref="eric5.ViewManager.ViewManager.html#ViewManager.eventFilter" /> + <keyword name="ViewManager.exit" id="ViewManager.exit" ref="eric5.ViewManager.ViewManager.html#ViewManager.exit" /> + <keyword name="ViewManager.getAPIsManager" id="ViewManager.getAPIsManager" ref="eric5.ViewManager.ViewManager.html#ViewManager.getAPIsManager" /> + <keyword name="ViewManager.getActions" id="ViewManager.getActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActions" /> + <keyword name="ViewManager.getActiveName" id="ViewManager.getActiveName" ref="eric5.ViewManager.ViewManager.html#ViewManager.getActiveName" /> + <keyword name="ViewManager.getEditor" id="ViewManager.getEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getEditor" /> + <keyword name="ViewManager.getMostRecent" id="ViewManager.getMostRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.getMostRecent" /> + <keyword name="ViewManager.getNumber" id="ViewManager.getNumber" ref="eric5.ViewManager.ViewManager.html#ViewManager.getNumber" /> + <keyword name="ViewManager.getOpenEditor" id="ViewManager.getOpenEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditor" /> + <keyword name="ViewManager.getOpenEditorCount" id="ViewManager.getOpenEditorCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorCount" /> + <keyword name="ViewManager.getOpenEditors" id="ViewManager.getOpenEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditors" /> + <keyword name="ViewManager.getOpenEditorsCount" id="ViewManager.getOpenEditorsCount" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenEditorsCount" /> + <keyword name="ViewManager.getOpenFilenames" id="ViewManager.getOpenFilenames" ref="eric5.ViewManager.ViewManager.html#ViewManager.getOpenFilenames" /> + <keyword name="ViewManager.getSRHistory" id="ViewManager.getSRHistory" ref="eric5.ViewManager.ViewManager.html#ViewManager.getSRHistory" /> + <keyword name="ViewManager.handleResetUI" id="ViewManager.handleResetUI" ref="eric5.ViewManager.ViewManager.html#ViewManager.handleResetUI" /> + <keyword name="ViewManager.initActions" id="ViewManager.initActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.initActions" /> + <keyword name="ViewManager.initBookmarkMenu" id="ViewManager.initBookmarkMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkMenu" /> + <keyword name="ViewManager.initBookmarkToolbar" id="ViewManager.initBookmarkToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initBookmarkToolbar" /> + <keyword name="ViewManager.initEditMenu" id="ViewManager.initEditMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditMenu" /> + <keyword name="ViewManager.initEditToolbar" id="ViewManager.initEditToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initEditToolbar" /> + <keyword name="ViewManager.initFileMenu" id="ViewManager.initFileMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileMenu" /> + <keyword name="ViewManager.initFileToolbar" id="ViewManager.initFileToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initFileToolbar" /> + <keyword name="ViewManager.initMacroMenu" id="ViewManager.initMacroMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initMacroMenu" /> + <keyword name="ViewManager.initSearchToolbars" id="ViewManager.initSearchToolbars" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSearchToolbars" /> + <keyword name="ViewManager.initSpellingToolbar" id="ViewManager.initSpellingToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initSpellingToolbar" /> + <keyword name="ViewManager.initViewMenu" id="ViewManager.initViewMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewMenu" /> + <keyword name="ViewManager.initViewToolbar" id="ViewManager.initViewToolbar" ref="eric5.ViewManager.ViewManager.html#ViewManager.initViewToolbar" /> + <keyword name="ViewManager.insertNumber" id="ViewManager.insertNumber" ref="eric5.ViewManager.ViewManager.html#ViewManager.insertNumber" /> + <keyword name="ViewManager.insertSymbol" id="ViewManager.insertSymbol" ref="eric5.ViewManager.ViewManager.html#ViewManager.insertSymbol" /> + <keyword name="ViewManager.isConnected" id="ViewManager.isConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.isConnected" /> + <keyword name="ViewManager.newEditor" id="ViewManager.newEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditor" /> + <keyword name="ViewManager.newEditorView" id="ViewManager.newEditorView" ref="eric5.ViewManager.ViewManager.html#ViewManager.newEditorView" /> + <keyword name="ViewManager.nextSplit" id="ViewManager.nextSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.nextSplit" /> + <keyword name="ViewManager.openFiles" id="ViewManager.openFiles" ref="eric5.ViewManager.ViewManager.html#ViewManager.openFiles" /> + <keyword name="ViewManager.openSourceFile" id="ViewManager.openSourceFile" ref="eric5.ViewManager.ViewManager.html#ViewManager.openSourceFile" /> + <keyword name="ViewManager.preferencesChanged" id="ViewManager.preferencesChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.preferencesChanged" /> + <keyword name="ViewManager.prevSplit" id="ViewManager.prevSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.prevSplit" /> + <keyword name="ViewManager.printCurrentEditor" id="ViewManager.printCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printCurrentEditor" /> + <keyword name="ViewManager.printEditor" id="ViewManager.printEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printEditor" /> + <keyword name="ViewManager.printPreviewCurrentEditor" id="ViewManager.printPreviewCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.printPreviewCurrentEditor" /> + <keyword name="ViewManager.projectFileRenamed" id="ViewManager.projectFileRenamed" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectFileRenamed" /> + <keyword name="ViewManager.projectLexerAssociationsChanged" id="ViewManager.projectLexerAssociationsChanged" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectLexerAssociationsChanged" /> + <keyword name="ViewManager.projectOpened" id="ViewManager.projectOpened" ref="eric5.ViewManager.ViewManager.html#ViewManager.projectOpened" /> + <keyword name="ViewManager.receive" id="ViewManager.receive" ref="eric5.ViewManager.ViewManager.html#ViewManager.receive" /> + <keyword name="ViewManager.removeSplit" id="ViewManager.removeSplit" ref="eric5.ViewManager.ViewManager.html#ViewManager.removeSplit" /> + <keyword name="ViewManager.saveAllEditors" id="ViewManager.saveAllEditors" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAllEditors" /> + <keyword name="ViewManager.saveAsCurrentEditor" id="ViewManager.saveAsCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsCurrentEditor" /> + <keyword name="ViewManager.saveAsEditorEd" id="ViewManager.saveAsEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveAsEditorEd" /> + <keyword name="ViewManager.saveCurrentEditor" id="ViewManager.saveCurrentEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveCurrentEditor" /> + <keyword name="ViewManager.saveEditor" id="ViewManager.saveEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditor" /> + <keyword name="ViewManager.saveEditorEd" id="ViewManager.saveEditorEd" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorEd" /> + <keyword name="ViewManager.saveEditorsList" id="ViewManager.saveEditorsList" ref="eric5.ViewManager.ViewManager.html#ViewManager.saveEditorsList" /> + <keyword name="ViewManager.send" id="ViewManager.send" ref="eric5.ViewManager.ViewManager.html#ViewManager.send" /> + <keyword name="ViewManager.sendSharedEdit" id="ViewManager.sendSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.sendSharedEdit" /> + <keyword name="ViewManager.setCooperationClient" id="ViewManager.setCooperationClient" ref="eric5.ViewManager.ViewManager.html#ViewManager.setCooperationClient" /> + <keyword name="ViewManager.setEditorName" id="ViewManager.setEditorName" ref="eric5.ViewManager.ViewManager.html#ViewManager.setEditorName" /> + <keyword name="ViewManager.setFileLine" id="ViewManager.setFileLine" ref="eric5.ViewManager.ViewManager.html#ViewManager.setFileLine" /> + <keyword name="ViewManager.setReferences" id="ViewManager.setReferences" ref="eric5.ViewManager.ViewManager.html#ViewManager.setReferences" /> + <keyword name="ViewManager.setSbInfo" id="ViewManager.setSbInfo" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSbInfo" /> + <keyword name="ViewManager.setSplitOrientation" id="ViewManager.setSplitOrientation" ref="eric5.ViewManager.ViewManager.html#ViewManager.setSplitOrientation" /> + <keyword name="ViewManager.shareConnected" id="ViewManager.shareConnected" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareConnected" /> + <keyword name="ViewManager.shareEditor" id="ViewManager.shareEditor" ref="eric5.ViewManager.ViewManager.html#ViewManager.shareEditor" /> + <keyword name="ViewManager.showDebugSource" id="ViewManager.showDebugSource" ref="eric5.ViewManager.ViewManager.html#ViewManager.showDebugSource" /> + <keyword name="ViewManager.showWindowMenu" id="ViewManager.showWindowMenu" ref="eric5.ViewManager.ViewManager.html#ViewManager.showWindowMenu" /> + <keyword name="ViewManager.startSharedEdit" id="ViewManager.startSharedEdit" ref="eric5.ViewManager.ViewManager.html#ViewManager.startSharedEdit" /> + <keyword name="ViewManager.textForFind" id="ViewManager.textForFind" ref="eric5.ViewManager.ViewManager.html#ViewManager.textForFind" /> + <keyword name="ViewManager.tile" id="ViewManager.tile" ref="eric5.ViewManager.ViewManager.html#ViewManager.tile" /> + <keyword name="ViewManager.unhighlight" id="ViewManager.unhighlight" ref="eric5.ViewManager.ViewManager.html#ViewManager.unhighlight" /> + <keyword name="Python (Package)" id="Python (Package)" ref="index-eric5.DebugClients.Python.html" /> + <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python.AsyncFile.html" /> + <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile" /> + <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncPendingWrite" /> + <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__init__" /> + <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__checkMode" /> + <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__nWrite" /> + <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.close" /> + <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.fileno" /> + <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.flush" /> + <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.isatty" /> + <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.pendingWrite" /> + <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read" /> + <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read_p" /> + <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline" /> + <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline_p" /> + <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readlines" /> + <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.seek" /> + <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.tell" /> + <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.truncate" /> + <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.write" /> + <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.writelines" /> + <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python.AsyncIO.html" /> + <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO" /> + <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.__init__" /> + <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.disconnect" /> + <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.readReady" /> + <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.setDescriptors" /> + <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.write" /> + <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.writeReady" /> + <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python.DCTestResult.html" /> + <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult" /> + <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.__init__" /> + <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addError" /> + <keyword name="DCTestResult.addExpectedFailure" id="DCTestResult.addExpectedFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addExpectedFailure" /> + <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addFailure" /> + <keyword name="DCTestResult.addSkip" id="DCTestResult.addSkip" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addSkip" /> + <keyword name="DCTestResult.addUnexpectedSuccess" id="DCTestResult.addUnexpectedSuccess" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addUnexpectedSuccess" /> + <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.startTest" /> + <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.stopTest" /> + <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python.DebugBase.html" /> + <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase" /> + <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python.DebugBase.html#printerr" /> + <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python.DebugBase.html#setRecursionLimit" /> + <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__init__" /> + <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clear" /> + <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clearWatch" /> + <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__effective" /> + <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__extract_stack" /> + <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__skip_it" /> + <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_anywhere" /> + <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_here" /> + <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.clear_watch" /> + <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_exception" /> + <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_line" /> + <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_return" /> + <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.fix_frame_filename" /> + <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrame" /> + <keyword name="DebugBase.getCurrentFrameLocals" id="DebugBase.getCurrentFrameLocals" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrameLocals" /> + <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getEvent" /> + <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getStack" /> + <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_break" /> + <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_watch" /> + <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.go" /> + <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.isBroken" /> + <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.profile" /> + <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.setRecursionDepth" /> + <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_continue" /> + <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_quit" /> + <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_trace" /> + <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_watch" /> + <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.step" /> + <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stepOut" /> + <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stop_here" /> + <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.trace_dispatch" /> + <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_exception" /> + <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_line" /> + <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_return" /> + <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python.DebugClient.html" /> + <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient" /> + <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient.__init__" /> + <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python.DebugClientBase.html" /> + <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase" /> + <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientClose" /> + <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientFork" /> + <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientInput" /> + <keyword name="DebugClientRawInput" id="DebugClientRawInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientRawInput" /> + <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientSetRecursionLimit" /> + <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__init__" /> + <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__clientCapabilities" /> + <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__completionList" /> + <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpThreadList" /> + <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariable" /> + <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariables" /> + <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> + <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> + <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> + <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__generateFilterObjects" /> + <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__getSysPath" /> + <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interact" /> + <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__resolveHost" /> + <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__setCoding" /> + <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__unhandled_exception" /> + <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.absPath" /> + <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.attachThread" /> + <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.close" /> + <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.connectDebugger" /> + <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventLoop" /> + <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventPoll" /> + <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.fork" /> + <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getCoding" /> + <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getRunning" /> + <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.handleLine" /> + <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.input" /> + <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.main" /> + <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.progTerminated" /> + <keyword name="DebugClientBase.raw_input" id="DebugClientBase.raw_input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.raw_input" /> + <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.run_call" /> + <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.sessionClose" /> + <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.shouldSkip" /> + <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startDebugger" /> + <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startProgInDebugger" /> + <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.write" /> + <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python.DebugClientCapabilities.html" /> + <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python.DebugClientThreads.html" /> + <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads" /> + <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" /> + <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.__init__" /> + <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.attachThread" /> + <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.eventLoop" /> + <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.lockClient" /> + <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.setCurrentThread" /> + <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.set_quit" /> + <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.threadTerminated" /> + <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.unlockClient" /> + <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python.DebugConfig.html" /> + <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python.DebugProtocol.html" /> + <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python.DebugThread.html" /> + <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread" /> + <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.__init__" /> + <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.bootstrap" /> + <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_ident" /> + <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_name" /> + <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.set_ident" /> + <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.traceThread" /> + <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.trace_dispatch" /> + <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python.eric5dbgstub.html" /> + <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#initDebugger" /> + <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python.eric5dbgstub.html#runcall" /> + <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python.eric5dbgstub.html#setScriptname" /> + <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#startDebugger" /> + <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python.FlexCompleter.html" /> + <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer" /> + <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python.FlexCompleter.html#get_class_members" /> + <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.__init__" /> + <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.attr_matches" /> + <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.complete" /> + <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.global_matches" /> + <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python.getpass.html" /> + <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python.getpass.html#getpass" /> + <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python.getpass.html#getuser" /> + <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python.PyProfile.html" /> + <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile" /> + <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__init__" /> + <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__restore" /> + <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.dump_stats" /> + <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.erase" /> + <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.fix_frame_filename" /> + <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.save" /> + <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.trace_dispatch_call" /> + <keyword name="Python3 (Package)" id="Python3 (Package)" ref="index-eric5.DebugClients.Python3.html" /> + <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python3.AsyncFile.html" /> + <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile" /> + <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncPendingWrite" /> + <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__init__" /> + <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__checkMode" /> + <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__nWrite" /> + <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.close" /> + <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.fileno" /> + <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.flush" /> + <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.isatty" /> + <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.pendingWrite" /> + <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read" /> + <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read_p" /> + <keyword name="AsyncFile.readable" id="AsyncFile.readable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readable" /> + <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline" /> + <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline_p" /> + <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readlines" /> + <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seek" /> + <keyword name="AsyncFile.seekable" id="AsyncFile.seekable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seekable" /> + <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.tell" /> + <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.truncate" /> + <keyword name="AsyncFile.writable" id="AsyncFile.writable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writable" /> + <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.write" /> + <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writelines" /> + <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python3.AsyncIO.html" /> + <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO" /> + <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.__init__" /> + <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.disconnect" /> + <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.readReady" /> + <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.setDescriptors" /> + <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.write" /> + <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.writeReady" /> + <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python3.DCTestResult.html" /> + <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult" /> + <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.__init__" /> + <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addError" /> + <keyword name="DCTestResult.addExpectedFailure" id="DCTestResult.addExpectedFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addExpectedFailure" /> + <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addFailure" /> + <keyword name="DCTestResult.addSkip" id="DCTestResult.addSkip" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addSkip" /> + <keyword name="DCTestResult.addUnexpectedSuccess" id="DCTestResult.addUnexpectedSuccess" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addUnexpectedSuccess" /> + <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.startTest" /> + <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.stopTest" /> + <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python3.DebugBase.html" /> + <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase" /> + <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python3.DebugBase.html#printerr" /> + <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python3.DebugBase.html#setRecursionLimit" /> + <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__init__" /> + <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clear" /> + <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clearWatch" /> + <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__effective" /> + <keyword name="DebugBase.__extractExceptionName" id="DebugBase.__extractExceptionName" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extractExceptionName" /> + <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extract_stack" /> + <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__skip_it" /> + <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_anywhere" /> + <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_here" /> + <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.clear_watch" /> + <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_exception" /> + <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_line" /> + <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_return" /> + <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.fix_frame_filename" /> + <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrame" /> + <keyword name="DebugBase.getCurrentFrameLocals" id="DebugBase.getCurrentFrameLocals" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrameLocals" /> + <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getEvent" /> + <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getStack" /> + <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_break" /> + <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_watch" /> + <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.go" /> + <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.isBroken" /> + <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.profile" /> + <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.setRecursionDepth" /> + <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_continue" /> + <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_quit" /> + <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_trace" /> + <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_watch" /> + <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.step" /> + <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stepOut" /> + <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stop_here" /> + <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.trace_dispatch" /> + <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_exception" /> + <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_line" /> + <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_return" /> + <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python3.DebugClient.html" /> + <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient" /> + <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient.__init__" /> + <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python3.DebugClientBase.html" /> + <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase" /> + <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientClose" /> + <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientFork" /> + <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientInput" /> + <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientSetRecursionLimit" /> + <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__init__" /> + <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__clientCapabilities" /> + <keyword name="DebugClientBase.__compileFileSource" id="DebugClientBase.__compileFileSource" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__compileFileSource" /> + <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__completionList" /> + <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpThreadList" /> + <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariable" /> + <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" /> + <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> + <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> + <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> + <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__generateFilterObjects" /> + <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__getSysPath" /> + <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interact" /> + <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__resolveHost" /> + <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__setCoding" /> + <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__unhandled_exception" /> + <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.absPath" /> + <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.attachThread" /> + <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.close" /> + <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.connectDebugger" /> + <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventLoop" /> + <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventPoll" /> + <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.fork" /> + <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getCoding" /> + <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getRunning" /> + <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.handleLine" /> + <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.input" /> + <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.main" /> + <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.progTerminated" /> + <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.run_call" /> + <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.sessionClose" /> + <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.shouldSkip" /> + <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startDebugger" /> + <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startProgInDebugger" /> + <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.write" /> + <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python3.DebugClientCapabilities.html" /> + <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python3.DebugClientThreads.html" /> + <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads" /> + <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#_debugclient_start_new_thread" /> + <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.__init__" /> + <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.attachThread" /> + <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.eventLoop" /> + <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.lockClient" /> + <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.setCurrentThread" /> + <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.set_quit" /> + <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.threadTerminated" /> + <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.unlockClient" /> + <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python3.DebugConfig.html" /> + <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python3.DebugProtocol.html" /> + <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python3.DebugThread.html" /> + <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread" /> + <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.__init__" /> + <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.bootstrap" /> + <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_ident" /> + <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_name" /> + <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.set_ident" /> + <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.traceThread" /> + <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.trace_dispatch" /> + <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python3.eric5dbgstub.html" /> + <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#initDebugger" /> + <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python3.eric5dbgstub.html#runcall" /> + <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python3.eric5dbgstub.html#setScriptname" /> + <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#startDebugger" /> + <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python3.FlexCompleter.html" /> + <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer" /> + <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python3.FlexCompleter.html#get_class_members" /> + <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.__init__" /> + <keyword name="Completer._callable_postfix" id="Completer._callable_postfix" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer._callable_postfix" /> + <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.attr_matches" /> + <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.complete" /> + <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.global_matches" /> + <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python3.getpass.html" /> + <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python3.getpass.html#getpass" /> + <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python3.getpass.html#getuser" /> + <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python3.PyProfile.html" /> + <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile" /> + <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__init__" /> + <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__restore" /> + <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.dump_stats" /> + <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.erase" /> + <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.fix_frame_filename" /> + <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.save" /> + <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.trace_dispatch_call" /> <keyword name="Ruby (Package)" id="Ruby (Package)" ref="index-eric5.DebugClients.Ruby.html" /> - <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Ruby.DebugClient.html" /> - <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient" /> - <keyword name="DebugClient.initialize" id="DebugClient.initialize" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient.initialize" /> <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Ruby.AsyncFile.html" /> <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile" /> <keyword name="<<" id="<<" ref="eric5.DebugClients.Ruby.AsyncFile.html#<<" /> @@ -6466,16 +6814,49 @@ <keyword name="AsyncFile.checkMode" id="AsyncFile.checkMode" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.checkMode" /> <keyword name="AsyncFile.initialize" id="AsyncFile.initialize" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.initialize" /> <keyword name="AsyncFile.nWrite" id="AsyncFile.nWrite" ref="eric5.DebugClients.Ruby.AsyncFile.html#AsyncFile.nWrite" /> - <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Ruby.DebugClientCapabilities.html" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DebugClients.Ruby.Config.html" /> + <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Ruby.AsyncIO.html" /> + <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO" /> + <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.disconnect" /> + <keyword name="AsyncIO.initializeAsyncIO" id="AsyncIO.initializeAsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.initializeAsyncIO" /> + <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.readReady" /> + <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.setDescriptors" /> + <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.write" /> + <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.writeReady" /> <keyword name="Completer (Module)" id="Completer (Module)" ref="eric5.DebugClients.Ruby.Completer.html" /> <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Ruby.Completer.html#Completer" /> <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Ruby.Completer.html#Completer.complete" /> <keyword name="Completer.initialize" id="Completer.initialize" ref="eric5.DebugClients.Ruby.Completer.html#Completer.initialize" /> <keyword name="Completer.select_message" id="Completer.select_message" ref="eric5.DebugClients.Ruby.Completer.html#Completer.select_message" /> - <keyword name="DebugQuit (Module)" id="DebugQuit (Module)" ref="eric5.DebugClients.Ruby.DebugQuit.html" /> - <keyword name="DebugQuit" id="DebugQuit" ref="eric5.DebugClients.Ruby.DebugQuit.html#DebugQuit" /> - <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Ruby.DebugProtocol.html" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.DebugClients.Ruby.Config.html" /> + <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Ruby.DebugClient.html" /> + <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient" /> + <keyword name="DebugClient.initialize" id="DebugClient.initialize" ref="eric5.DebugClients.Ruby.DebugClient.html#DebugClient.initialize" /> + <keyword name="DebugClientBaseModule (Module)" id="DebugClientBaseModule (Module)" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html" /> + <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase" /> + <keyword name="DebugClientBase.canEval?" id="DebugClientBase.canEval?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.canEval?" /> + <keyword name="DebugClientBase.completionList" id="DebugClientBase.completionList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.completionList" /> + <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.connectDebugger" /> + <keyword name="DebugClientBase.dumpVariable" id="DebugClientBase.dumpVariable" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariable" /> + <keyword name="DebugClientBase.dumpVariables" id="DebugClientBase.dumpVariables" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariables" /> + <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventLoop" /> + <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventPoll" /> + <keyword name="DebugClientBase.extractAddress" id="DebugClientBase.extractAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractAddress" /> + <keyword name="DebugClientBase.extractTypeAndAddress" id="DebugClientBase.extractTypeAndAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractTypeAndAddress" /> + <keyword name="DebugClientBase.formatVariablesList" id="DebugClientBase.formatVariablesList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.formatVariablesList" /> + <keyword name="DebugClientBase.generateFilterObjects" id="DebugClientBase.generateFilterObjects" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.generateFilterObjects" /> + <keyword name="DebugClientBase.handleException" id="DebugClientBase.handleException" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleException" /> + <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleLine" /> + <keyword name="DebugClientBase.inFilter?" id="DebugClientBase.inFilter?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.inFilter?" /> + <keyword name="DebugClientBase.initializeDebugClient" id="DebugClientBase.initializeDebugClient" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.initializeDebugClient" /> + <keyword name="DebugClientBase.interact" id="DebugClientBase.interact" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.interact" /> + <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.main" /> + <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.progTerminated" /> + <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.sessionClose" /> + <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.startProgInDebugger" /> + <keyword name="DebugClientBase.trace_func" id="DebugClientBase.trace_func" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.trace_func" /> + <keyword name="DebugClientBase.unhandled_exception" id="DebugClientBase.unhandled_exception" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.unhandled_exception" /> + <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.write" /> + <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Ruby.DebugClientCapabilities.html" /> <keyword name="Debuggee (Module)" id="Debuggee (Module)" ref="eric5.DebugClients.Ruby.Debuggee.html" /> <keyword name="Client" id="Client" ref="eric5.DebugClients.Ruby.Debuggee.html#Client" /> <keyword name="Context" id="Context" ref="eric5.DebugClients.Ruby.Debuggee.html#Context" /> @@ -6558,411 +6939,3946 @@ <keyword name="Mutex.locked?" id="Mutex.locked?" ref="eric5.DebugClients.Ruby.Debuggee.html#Mutex.locked?" /> <keyword name="Mutex.unlock" id="Mutex.unlock" ref="eric5.DebugClients.Ruby.Debuggee.html#Mutex.unlock" /> <keyword name="SilentObject.method_missing" id="SilentObject.method_missing" ref="eric5.DebugClients.Ruby.Debuggee.html#SilentObject.method_missing" /> - <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Ruby.AsyncIO.html" /> - <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO" /> - <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.disconnect" /> - <keyword name="AsyncIO.initializeAsyncIO" id="AsyncIO.initializeAsyncIO" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.initializeAsyncIO" /> - <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.readReady" /> - <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.setDescriptors" /> - <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.write" /> - <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Ruby.AsyncIO.html#AsyncIO.writeReady" /> - <keyword name="DebugClientBaseModule (Module)" id="DebugClientBaseModule (Module)" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html" /> - <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase" /> - <keyword name="DebugClientBase.canEval?" id="DebugClientBase.canEval?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.canEval?" /> - <keyword name="DebugClientBase.completionList" id="DebugClientBase.completionList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.completionList" /> - <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.connectDebugger" /> - <keyword name="DebugClientBase.dumpVariable" id="DebugClientBase.dumpVariable" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariable" /> - <keyword name="DebugClientBase.dumpVariables" id="DebugClientBase.dumpVariables" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.dumpVariables" /> - <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventLoop" /> - <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.eventPoll" /> - <keyword name="DebugClientBase.extractAddress" id="DebugClientBase.extractAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractAddress" /> - <keyword name="DebugClientBase.extractTypeAndAddress" id="DebugClientBase.extractTypeAndAddress" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.extractTypeAndAddress" /> - <keyword name="DebugClientBase.formatVariablesList" id="DebugClientBase.formatVariablesList" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.formatVariablesList" /> - <keyword name="DebugClientBase.generateFilterObjects" id="DebugClientBase.generateFilterObjects" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.generateFilterObjects" /> - <keyword name="DebugClientBase.handleException" id="DebugClientBase.handleException" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleException" /> - <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.handleLine" /> - <keyword name="DebugClientBase.inFilter?" id="DebugClientBase.inFilter?" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.inFilter?" /> - <keyword name="DebugClientBase.initializeDebugClient" id="DebugClientBase.initializeDebugClient" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.initializeDebugClient" /> - <keyword name="DebugClientBase.interact" id="DebugClientBase.interact" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.interact" /> - <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.main" /> - <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.progTerminated" /> - <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.sessionClose" /> - <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.startProgInDebugger" /> - <keyword name="DebugClientBase.trace_func" id="DebugClientBase.trace_func" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.trace_func" /> - <keyword name="DebugClientBase.unhandled_exception" id="DebugClientBase.unhandled_exception" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.unhandled_exception" /> - <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Ruby.DebugClientBaseModule.html#DebugClientBase.write" /> - <keyword name="Python (Package)" id="Python (Package)" ref="index-eric5.DebugClients.Python.html" /> - <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python.PyProfile.html" /> - <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile" /> - <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__init__" /> - <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.__restore" /> - <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.dump_stats" /> - <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.erase" /> - <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.fix_frame_filename" /> - <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.save" /> - <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python.PyProfile.html#PyProfile.trace_dispatch_call" /> - <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python.DebugProtocol.html" /> - <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python.FlexCompleter.html" /> - <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer" /> - <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python.FlexCompleter.html#get_class_members" /> - <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.__init__" /> - <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.attr_matches" /> - <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.complete" /> - <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python.FlexCompleter.html#Completer.global_matches" /> - <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python.AsyncIO.html" /> - <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO" /> - <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.__init__" /> - <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.disconnect" /> - <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.readReady" /> - <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.setDescriptors" /> - <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.write" /> - <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python.AsyncIO.html#AsyncIO.writeReady" /> - <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python.DebugThread.html" /> - <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread" /> - <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.__init__" /> - <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.bootstrap" /> - <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_ident" /> - <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.get_name" /> - <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.set_ident" /> - <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.traceThread" /> - <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python.DebugThread.html#DebugThread.trace_dispatch" /> - <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python.getpass.html" /> - <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python.getpass.html#getpass" /> - <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python.getpass.html#getuser" /> - <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python.DCTestResult.html" /> - <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult" /> - <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.__init__" /> - <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addError" /> - <keyword name="DCTestResult.addExpectedFailure" id="DCTestResult.addExpectedFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addExpectedFailure" /> - <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addFailure" /> - <keyword name="DCTestResult.addSkip" id="DCTestResult.addSkip" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addSkip" /> - <keyword name="DCTestResult.addUnexpectedSuccess" id="DCTestResult.addUnexpectedSuccess" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.addUnexpectedSuccess" /> - <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.startTest" /> - <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python.DCTestResult.html#DCTestResult.stopTest" /> - <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python.AsyncFile.html" /> - <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile" /> - <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncPendingWrite" /> - <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__init__" /> - <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__checkMode" /> - <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.__nWrite" /> - <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.close" /> - <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.fileno" /> - <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.flush" /> - <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.isatty" /> - <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.pendingWrite" /> - <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read" /> - <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.read_p" /> - <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline" /> - <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readline_p" /> - <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.readlines" /> - <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.seek" /> - <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.tell" /> - <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.truncate" /> - <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.write" /> - <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python.AsyncFile.html#AsyncFile.writelines" /> - <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python.DebugBase.html" /> - <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase" /> - <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python.DebugBase.html#printerr" /> - <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python.DebugBase.html#setRecursionLimit" /> - <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__init__" /> - <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clear" /> - <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__do_clearWatch" /> - <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__effective" /> - <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__extract_stack" /> - <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.__skip_it" /> - <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_anywhere" /> - <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.break_here" /> - <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.clear_watch" /> - <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_exception" /> - <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_line" /> - <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.dispatch_return" /> - <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.fix_frame_filename" /> - <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrame" /> - <keyword name="DebugBase.getCurrentFrameLocals" id="DebugBase.getCurrentFrameLocals" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getCurrentFrameLocals" /> - <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getEvent" /> - <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.getStack" /> - <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_break" /> - <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.get_watch" /> - <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.go" /> - <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.isBroken" /> - <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.profile" /> - <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.setRecursionDepth" /> - <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_continue" /> - <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_quit" /> - <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_trace" /> - <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.set_watch" /> - <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.step" /> - <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stepOut" /> - <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.stop_here" /> - <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.trace_dispatch" /> - <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_exception" /> - <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_line" /> - <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python.DebugBase.html#DebugBase.user_return" /> - <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python.DebugClientCapabilities.html" /> - <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python.DebugClientThreads.html" /> - <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads" /> - <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" /> - <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.__init__" /> - <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.attachThread" /> - <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.eventLoop" /> - <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.lockClient" /> - <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.setCurrentThread" /> - <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.set_quit" /> - <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.threadTerminated" /> - <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python.DebugClientThreads.html#DebugClientThreads.unlockClient" /> - <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python.eric5dbgstub.html" /> - <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#initDebugger" /> - <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python.eric5dbgstub.html#runcall" /> - <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python.eric5dbgstub.html#setScriptname" /> - <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python.eric5dbgstub.html#startDebugger" /> - <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python.DebugClientBase.html" /> - <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase" /> - <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientClose" /> - <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientFork" /> - <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientInput" /> - <keyword name="DebugClientRawInput" id="DebugClientRawInput" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientRawInput" /> - <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientSetRecursionLimit" /> - <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__init__" /> - <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__clientCapabilities" /> - <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__completionList" /> - <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpThreadList" /> - <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariable" /> - <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__dumpVariables" /> - <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> - <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> - <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> - <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__generateFilterObjects" /> - <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__getSysPath" /> - <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__interact" /> - <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__resolveHost" /> - <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__setCoding" /> - <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.__unhandled_exception" /> - <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.absPath" /> - <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.attachThread" /> - <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.close" /> - <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.connectDebugger" /> - <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventLoop" /> - <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.eventPoll" /> - <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.fork" /> - <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getCoding" /> - <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.getRunning" /> - <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.handleLine" /> - <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.input" /> - <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.main" /> - <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.progTerminated" /> - <keyword name="DebugClientBase.raw_input" id="DebugClientBase.raw_input" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.raw_input" /> - <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.run_call" /> - <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.sessionClose" /> - <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.shouldSkip" /> - <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startDebugger" /> - <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.startProgInDebugger" /> - <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python.DebugClientBase.html#DebugClientBase.write" /> - <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python.DebugClient.html" /> - <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient" /> - <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python.DebugClient.html#DebugClient.__init__" /> - <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python.DebugConfig.html" /> - <keyword name="Python3 (Package)" id="Python3 (Package)" ref="index-eric5.DebugClients.Python3.html" /> - <keyword name="PyProfile (Module)" id="PyProfile (Module)" ref="eric5.DebugClients.Python3.PyProfile.html" /> - <keyword name="PyProfile" id="PyProfile" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile" /> - <keyword name="PyProfile (Constructor)" id="PyProfile (Constructor)" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__init__" /> - <keyword name="PyProfile.__restore" id="PyProfile.__restore" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.__restore" /> - <keyword name="PyProfile.dump_stats" id="PyProfile.dump_stats" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.dump_stats" /> - <keyword name="PyProfile.erase" id="PyProfile.erase" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.erase" /> - <keyword name="PyProfile.fix_frame_filename" id="PyProfile.fix_frame_filename" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.fix_frame_filename" /> - <keyword name="PyProfile.save" id="PyProfile.save" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.save" /> - <keyword name="PyProfile.trace_dispatch_call" id="PyProfile.trace_dispatch_call" ref="eric5.DebugClients.Python3.PyProfile.html#PyProfile.trace_dispatch_call" /> - <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Python3.DebugProtocol.html" /> - <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric5.DebugClients.Python3.FlexCompleter.html" /> - <keyword name="Completer" id="Completer" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer" /> - <keyword name="get_class_members" id="get_class_members" ref="eric5.DebugClients.Python3.FlexCompleter.html#get_class_members" /> - <keyword name="Completer (Constructor)" id="Completer (Constructor)" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.__init__" /> - <keyword name="Completer._callable_postfix" id="Completer._callable_postfix" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer._callable_postfix" /> - <keyword name="Completer.attr_matches" id="Completer.attr_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.attr_matches" /> - <keyword name="Completer.complete" id="Completer.complete" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.complete" /> - <keyword name="Completer.global_matches" id="Completer.global_matches" ref="eric5.DebugClients.Python3.FlexCompleter.html#Completer.global_matches" /> - <keyword name="AsyncIO (Module)" id="AsyncIO (Module)" ref="eric5.DebugClients.Python3.AsyncIO.html" /> - <keyword name="AsyncIO" id="AsyncIO" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO" /> - <keyword name="AsyncIO (Constructor)" id="AsyncIO (Constructor)" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.__init__" /> - <keyword name="AsyncIO.disconnect" id="AsyncIO.disconnect" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.disconnect" /> - <keyword name="AsyncIO.readReady" id="AsyncIO.readReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.readReady" /> - <keyword name="AsyncIO.setDescriptors" id="AsyncIO.setDescriptors" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.setDescriptors" /> - <keyword name="AsyncIO.write" id="AsyncIO.write" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.write" /> - <keyword name="AsyncIO.writeReady" id="AsyncIO.writeReady" ref="eric5.DebugClients.Python3.AsyncIO.html#AsyncIO.writeReady" /> - <keyword name="DebugThread (Module)" id="DebugThread (Module)" ref="eric5.DebugClients.Python3.DebugThread.html" /> - <keyword name="DebugThread" id="DebugThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread" /> - <keyword name="DebugThread (Constructor)" id="DebugThread (Constructor)" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.__init__" /> - <keyword name="DebugThread.bootstrap" id="DebugThread.bootstrap" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.bootstrap" /> - <keyword name="DebugThread.get_ident" id="DebugThread.get_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_ident" /> - <keyword name="DebugThread.get_name" id="DebugThread.get_name" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.get_name" /> - <keyword name="DebugThread.set_ident" id="DebugThread.set_ident" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.set_ident" /> - <keyword name="DebugThread.traceThread" id="DebugThread.traceThread" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.traceThread" /> - <keyword name="DebugThread.trace_dispatch" id="DebugThread.trace_dispatch" ref="eric5.DebugClients.Python3.DebugThread.html#DebugThread.trace_dispatch" /> - <keyword name="getpass (Module)" id="getpass (Module)" ref="eric5.DebugClients.Python3.getpass.html" /> - <keyword name="getpass" id="getpass" ref="eric5.DebugClients.Python3.getpass.html#getpass" /> - <keyword name="getuser" id="getuser" ref="eric5.DebugClients.Python3.getpass.html#getuser" /> - <keyword name="DCTestResult (Module)" id="DCTestResult (Module)" ref="eric5.DebugClients.Python3.DCTestResult.html" /> - <keyword name="DCTestResult" id="DCTestResult" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult" /> - <keyword name="DCTestResult (Constructor)" id="DCTestResult (Constructor)" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.__init__" /> - <keyword name="DCTestResult.addError" id="DCTestResult.addError" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addError" /> - <keyword name="DCTestResult.addExpectedFailure" id="DCTestResult.addExpectedFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addExpectedFailure" /> - <keyword name="DCTestResult.addFailure" id="DCTestResult.addFailure" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addFailure" /> - <keyword name="DCTestResult.addSkip" id="DCTestResult.addSkip" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addSkip" /> - <keyword name="DCTestResult.addUnexpectedSuccess" id="DCTestResult.addUnexpectedSuccess" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.addUnexpectedSuccess" /> - <keyword name="DCTestResult.startTest" id="DCTestResult.startTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.startTest" /> - <keyword name="DCTestResult.stopTest" id="DCTestResult.stopTest" ref="eric5.DebugClients.Python3.DCTestResult.html#DCTestResult.stopTest" /> - <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric5.DebugClients.Python3.AsyncFile.html" /> - <keyword name="AsyncFile" id="AsyncFile" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile" /> - <keyword name="AsyncPendingWrite" id="AsyncPendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncPendingWrite" /> - <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__init__" /> - <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__checkMode" /> - <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.__nWrite" /> - <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.close" /> - <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.fileno" /> - <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.flush" /> - <keyword name="AsyncFile.isatty" id="AsyncFile.isatty" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.isatty" /> - <keyword name="AsyncFile.pendingWrite" id="AsyncFile.pendingWrite" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.pendingWrite" /> - <keyword name="AsyncFile.read" id="AsyncFile.read" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read" /> - <keyword name="AsyncFile.read_p" id="AsyncFile.read_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.read_p" /> - <keyword name="AsyncFile.readable" id="AsyncFile.readable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readable" /> - <keyword name="AsyncFile.readline" id="AsyncFile.readline" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline" /> - <keyword name="AsyncFile.readline_p" id="AsyncFile.readline_p" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readline_p" /> - <keyword name="AsyncFile.readlines" id="AsyncFile.readlines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.readlines" /> - <keyword name="AsyncFile.seek" id="AsyncFile.seek" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seek" /> - <keyword name="AsyncFile.seekable" id="AsyncFile.seekable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.seekable" /> - <keyword name="AsyncFile.tell" id="AsyncFile.tell" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.tell" /> - <keyword name="AsyncFile.truncate" id="AsyncFile.truncate" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.truncate" /> - <keyword name="AsyncFile.writable" id="AsyncFile.writable" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writable" /> - <keyword name="AsyncFile.write" id="AsyncFile.write" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.write" /> - <keyword name="AsyncFile.writelines" id="AsyncFile.writelines" ref="eric5.DebugClients.Python3.AsyncFile.html#AsyncFile.writelines" /> - <keyword name="DebugBase (Module)" id="DebugBase (Module)" ref="eric5.DebugClients.Python3.DebugBase.html" /> - <keyword name="DebugBase" id="DebugBase" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase" /> - <keyword name="printerr" id="printerr" ref="eric5.DebugClients.Python3.DebugBase.html#printerr" /> - <keyword name="setRecursionLimit" id="setRecursionLimit" ref="eric5.DebugClients.Python3.DebugBase.html#setRecursionLimit" /> - <keyword name="DebugBase (Constructor)" id="DebugBase (Constructor)" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__init__" /> - <keyword name="DebugBase.__do_clear" id="DebugBase.__do_clear" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clear" /> - <keyword name="DebugBase.__do_clearWatch" id="DebugBase.__do_clearWatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__do_clearWatch" /> - <keyword name="DebugBase.__effective" id="DebugBase.__effective" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__effective" /> - <keyword name="DebugBase.__extractExceptionName" id="DebugBase.__extractExceptionName" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extractExceptionName" /> - <keyword name="DebugBase.__extract_stack" id="DebugBase.__extract_stack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__extract_stack" /> - <keyword name="DebugBase.__skip_it" id="DebugBase.__skip_it" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.__skip_it" /> - <keyword name="DebugBase.break_anywhere" id="DebugBase.break_anywhere" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_anywhere" /> - <keyword name="DebugBase.break_here" id="DebugBase.break_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.break_here" /> - <keyword name="DebugBase.clear_watch" id="DebugBase.clear_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.clear_watch" /> - <keyword name="DebugBase.dispatch_exception" id="DebugBase.dispatch_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_exception" /> - <keyword name="DebugBase.dispatch_line" id="DebugBase.dispatch_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_line" /> - <keyword name="DebugBase.dispatch_return" id="DebugBase.dispatch_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.dispatch_return" /> - <keyword name="DebugBase.fix_frame_filename" id="DebugBase.fix_frame_filename" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.fix_frame_filename" /> - <keyword name="DebugBase.getCurrentFrame" id="DebugBase.getCurrentFrame" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrame" /> - <keyword name="DebugBase.getCurrentFrameLocals" id="DebugBase.getCurrentFrameLocals" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getCurrentFrameLocals" /> - <keyword name="DebugBase.getEvent" id="DebugBase.getEvent" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getEvent" /> - <keyword name="DebugBase.getStack" id="DebugBase.getStack" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.getStack" /> - <keyword name="DebugBase.get_break" id="DebugBase.get_break" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_break" /> - <keyword name="DebugBase.get_watch" id="DebugBase.get_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.get_watch" /> - <keyword name="DebugBase.go" id="DebugBase.go" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.go" /> - <keyword name="DebugBase.isBroken" id="DebugBase.isBroken" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.isBroken" /> - <keyword name="DebugBase.profile" id="DebugBase.profile" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.profile" /> - <keyword name="DebugBase.setRecursionDepth" id="DebugBase.setRecursionDepth" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.setRecursionDepth" /> - <keyword name="DebugBase.set_continue" id="DebugBase.set_continue" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_continue" /> - <keyword name="DebugBase.set_quit" id="DebugBase.set_quit" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_quit" /> - <keyword name="DebugBase.set_trace" id="DebugBase.set_trace" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_trace" /> - <keyword name="DebugBase.set_watch" id="DebugBase.set_watch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.set_watch" /> - <keyword name="DebugBase.step" id="DebugBase.step" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.step" /> - <keyword name="DebugBase.stepOut" id="DebugBase.stepOut" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stepOut" /> - <keyword name="DebugBase.stop_here" id="DebugBase.stop_here" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.stop_here" /> - <keyword name="DebugBase.trace_dispatch" id="DebugBase.trace_dispatch" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.trace_dispatch" /> - <keyword name="DebugBase.user_exception" id="DebugBase.user_exception" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_exception" /> - <keyword name="DebugBase.user_line" id="DebugBase.user_line" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_line" /> - <keyword name="DebugBase.user_return" id="DebugBase.user_return" ref="eric5.DebugClients.Python3.DebugBase.html#DebugBase.user_return" /> - <keyword name="DebugClientCapabilities (Module)" id="DebugClientCapabilities (Module)" ref="eric5.DebugClients.Python3.DebugClientCapabilities.html" /> - <keyword name="DebugClientThreads (Module)" id="DebugClientThreads (Module)" ref="eric5.DebugClients.Python3.DebugClientThreads.html" /> - <keyword name="DebugClientThreads" id="DebugClientThreads" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads" /> - <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#_debugclient_start_new_thread" /> - <keyword name="DebugClientThreads (Constructor)" id="DebugClientThreads (Constructor)" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.__init__" /> - <keyword name="DebugClientThreads.attachThread" id="DebugClientThreads.attachThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.attachThread" /> - <keyword name="DebugClientThreads.eventLoop" id="DebugClientThreads.eventLoop" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.eventLoop" /> - <keyword name="DebugClientThreads.lockClient" id="DebugClientThreads.lockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.lockClient" /> - <keyword name="DebugClientThreads.setCurrentThread" id="DebugClientThreads.setCurrentThread" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.setCurrentThread" /> - <keyword name="DebugClientThreads.set_quit" id="DebugClientThreads.set_quit" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.set_quit" /> - <keyword name="DebugClientThreads.threadTerminated" id="DebugClientThreads.threadTerminated" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.threadTerminated" /> - <keyword name="DebugClientThreads.unlockClient" id="DebugClientThreads.unlockClient" ref="eric5.DebugClients.Python3.DebugClientThreads.html#DebugClientThreads.unlockClient" /> - <keyword name="eric5dbgstub (Module)" id="eric5dbgstub (Module)" ref="eric5.DebugClients.Python3.eric5dbgstub.html" /> - <keyword name="initDebugger" id="initDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#initDebugger" /> - <keyword name="runcall" id="runcall" ref="eric5.DebugClients.Python3.eric5dbgstub.html#runcall" /> - <keyword name="setScriptname" id="setScriptname" ref="eric5.DebugClients.Python3.eric5dbgstub.html#setScriptname" /> - <keyword name="startDebugger" id="startDebugger" ref="eric5.DebugClients.Python3.eric5dbgstub.html#startDebugger" /> - <keyword name="DebugClientBase (Module)" id="DebugClientBase (Module)" ref="eric5.DebugClients.Python3.DebugClientBase.html" /> - <keyword name="DebugClientBase" id="DebugClientBase" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase" /> - <keyword name="DebugClientClose" id="DebugClientClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientClose" /> - <keyword name="DebugClientFork" id="DebugClientFork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientFork" /> - <keyword name="DebugClientInput" id="DebugClientInput" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientInput" /> - <keyword name="DebugClientSetRecursionLimit" id="DebugClientSetRecursionLimit" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientSetRecursionLimit" /> - <keyword name="DebugClientBase (Constructor)" id="DebugClientBase (Constructor)" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__init__" /> - <keyword name="DebugClientBase.__clientCapabilities" id="DebugClientBase.__clientCapabilities" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__clientCapabilities" /> - <keyword name="DebugClientBase.__compileFileSource" id="DebugClientBase.__compileFileSource" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__compileFileSource" /> - <keyword name="DebugClientBase.__completionList" id="DebugClientBase.__completionList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__completionList" /> - <keyword name="DebugClientBase.__dumpThreadList" id="DebugClientBase.__dumpThreadList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpThreadList" /> - <keyword name="DebugClientBase.__dumpVariable" id="DebugClientBase.__dumpVariable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariable" /> - <keyword name="DebugClientBase.__dumpVariables" id="DebugClientBase.__dumpVariables" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__dumpVariables" /> - <keyword name="DebugClientBase.__exceptionRaised" id="DebugClientBase.__exceptionRaised" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__exceptionRaised" /> - <keyword name="DebugClientBase.__formatQt4Variable" id="DebugClientBase.__formatQt4Variable" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatQt4Variable" /> - <keyword name="DebugClientBase.__formatVariablesList" id="DebugClientBase.__formatVariablesList" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__formatVariablesList" /> - <keyword name="DebugClientBase.__generateFilterObjects" id="DebugClientBase.__generateFilterObjects" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__generateFilterObjects" /> - <keyword name="DebugClientBase.__getSysPath" id="DebugClientBase.__getSysPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__getSysPath" /> - <keyword name="DebugClientBase.__interact" id="DebugClientBase.__interact" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__interact" /> - <keyword name="DebugClientBase.__resolveHost" id="DebugClientBase.__resolveHost" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__resolveHost" /> - <keyword name="DebugClientBase.__setCoding" id="DebugClientBase.__setCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__setCoding" /> - <keyword name="DebugClientBase.__unhandled_exception" id="DebugClientBase.__unhandled_exception" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.__unhandled_exception" /> - <keyword name="DebugClientBase.absPath" id="DebugClientBase.absPath" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.absPath" /> - <keyword name="DebugClientBase.attachThread" id="DebugClientBase.attachThread" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.attachThread" /> - <keyword name="DebugClientBase.close" id="DebugClientBase.close" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.close" /> - <keyword name="DebugClientBase.connectDebugger" id="DebugClientBase.connectDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.connectDebugger" /> - <keyword name="DebugClientBase.eventLoop" id="DebugClientBase.eventLoop" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventLoop" /> - <keyword name="DebugClientBase.eventPoll" id="DebugClientBase.eventPoll" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.eventPoll" /> - <keyword name="DebugClientBase.fork" id="DebugClientBase.fork" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.fork" /> - <keyword name="DebugClientBase.getCoding" id="DebugClientBase.getCoding" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getCoding" /> - <keyword name="DebugClientBase.getRunning" id="DebugClientBase.getRunning" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.getRunning" /> - <keyword name="DebugClientBase.handleLine" id="DebugClientBase.handleLine" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.handleLine" /> - <keyword name="DebugClientBase.input" id="DebugClientBase.input" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.input" /> - <keyword name="DebugClientBase.main" id="DebugClientBase.main" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.main" /> - <keyword name="DebugClientBase.progTerminated" id="DebugClientBase.progTerminated" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.progTerminated" /> - <keyword name="DebugClientBase.run_call" id="DebugClientBase.run_call" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.run_call" /> - <keyword name="DebugClientBase.sessionClose" id="DebugClientBase.sessionClose" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.sessionClose" /> - <keyword name="DebugClientBase.shouldSkip" id="DebugClientBase.shouldSkip" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.shouldSkip" /> - <keyword name="DebugClientBase.startDebugger" id="DebugClientBase.startDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startDebugger" /> - <keyword name="DebugClientBase.startProgInDebugger" id="DebugClientBase.startProgInDebugger" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.startProgInDebugger" /> - <keyword name="DebugClientBase.write" id="DebugClientBase.write" ref="eric5.DebugClients.Python3.DebugClientBase.html#DebugClientBase.write" /> - <keyword name="DebugClient (Module)" id="DebugClient (Module)" ref="eric5.DebugClients.Python3.DebugClient.html" /> - <keyword name="DebugClient" id="DebugClient" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient" /> - <keyword name="DebugClient (Constructor)" id="DebugClient (Constructor)" ref="eric5.DebugClients.Python3.DebugClient.html#DebugClient.__init__" /> - <keyword name="DebugConfig (Module)" id="DebugConfig (Module)" ref="eric5.DebugClients.Python3.DebugConfig.html" /> + <keyword name="DebugProtocol (Module)" id="DebugProtocol (Module)" ref="eric5.DebugClients.Ruby.DebugProtocol.html" /> + <keyword name="DebugQuit (Module)" id="DebugQuit (Module)" ref="eric5.DebugClients.Ruby.DebugQuit.html" /> + <keyword name="DebugQuit" id="DebugQuit" ref="eric5.DebugClients.Ruby.DebugQuit.html#DebugQuit" /> + <keyword name="AdBlock (Package)" id="AdBlock (Package)" ref="index-eric5.Helpviewer.AdBlock.html" /> + <keyword name="AdBlockAccessHandler (Module)" id="AdBlockAccessHandler (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html" /> + <keyword name="AdBlockAccessHandler" id="AdBlockAccessHandler" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler" /> + <keyword name="AdBlockAccessHandler.createRequest" id="AdBlockAccessHandler.createRequest" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler.createRequest" /> + <keyword name="AdBlockBlockedNetworkReply (Module)" id="AdBlockBlockedNetworkReply (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html" /> + <keyword name="AdBlockBlockedNetworkReply" id="AdBlockBlockedNetworkReply" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply" /> + <keyword name="AdBlockBlockedNetworkReply (Constructor)" id="AdBlockBlockedNetworkReply (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__init__" /> + <keyword name="AdBlockBlockedNetworkReply.__fireSignals" id="AdBlockBlockedNetworkReply.__fireSignals" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__fireSignals" /> + <keyword name="AdBlockBlockedNetworkReply.abort" id="AdBlockBlockedNetworkReply.abort" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.abort" /> + <keyword name="AdBlockBlockedNetworkReply.readData" id="AdBlockBlockedNetworkReply.readData" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.readData" /> + <keyword name="AdBlockDialog (Module)" id="AdBlockDialog (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" /> + <keyword name="AdBlockDialog" id="AdBlockDialog" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog" /> + <keyword name="AdBlockDialog (Constructor)" id="AdBlockDialog (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__init__" /> + <keyword name="AdBlockDialog.__aboutToShowActionMenu" id="AdBlockDialog.__aboutToShowActionMenu" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__aboutToShowActionMenu" /> + <keyword name="AdBlockDialog.__browseSubscriptions" id="AdBlockDialog.__browseSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__browseSubscriptions" /> + <keyword name="AdBlockDialog.__learnAboutWritingFilters" id="AdBlockDialog.__learnAboutWritingFilters" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__learnAboutWritingFilters" /> + <keyword name="AdBlockDialog.__removeSubscription" id="AdBlockDialog.__removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeSubscription" /> + <keyword name="AdBlockDialog.__updateSubscription" id="AdBlockDialog.__updateSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateSubscription" /> + <keyword name="AdBlockDialog.addCustomRule" id="AdBlockDialog.addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addCustomRule" /> + <keyword name="AdBlockDialog.model" id="AdBlockDialog.model" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.model" /> + <keyword name="AdBlockDialog.setCurrentIndex" id="AdBlockDialog.setCurrentIndex" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.setCurrentIndex" /> + <keyword name="AdBlockManager (Module)" id="AdBlockManager (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html" /> + <keyword name="AdBlockManager" id="AdBlockManager" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager" /> + <keyword name="AdBlockManager (Constructor)" id="AdBlockManager (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__init__" /> + <keyword name="AdBlockManager.__customSubscriptionLocation" id="AdBlockManager.__customSubscriptionLocation" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionLocation" /> + <keyword name="AdBlockManager.__customSubscriptionUrl" id="AdBlockManager.__customSubscriptionUrl" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionUrl" /> + <keyword name="AdBlockManager.__loadSubscriptions" id="AdBlockManager.__loadSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__loadSubscriptions" /> + <keyword name="AdBlockManager.addSubscription" id="AdBlockManager.addSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.addSubscription" /> + <keyword name="AdBlockManager.close" id="AdBlockManager.close" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.close" /> + <keyword name="AdBlockManager.customRules" id="AdBlockManager.customRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.customRules" /> + <keyword name="AdBlockManager.isEnabled" id="AdBlockManager.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.isEnabled" /> + <keyword name="AdBlockManager.load" id="AdBlockManager.load" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.load" /> + <keyword name="AdBlockManager.network" id="AdBlockManager.network" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.network" /> + <keyword name="AdBlockManager.page" id="AdBlockManager.page" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.page" /> + <keyword name="AdBlockManager.removeSubscription" id="AdBlockManager.removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.removeSubscription" /> + <keyword name="AdBlockManager.save" id="AdBlockManager.save" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.save" /> + <keyword name="AdBlockManager.setEnabled" id="AdBlockManager.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.setEnabled" /> + <keyword name="AdBlockManager.showDialog" id="AdBlockManager.showDialog" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showDialog" /> + <keyword name="AdBlockManager.subscriptions" id="AdBlockManager.subscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscriptions" /> + <keyword name="AdBlockModel (Module)" id="AdBlockModel (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" /> + <keyword name="AdBlockModel" id="AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel" /> + <keyword name="AdBlockModel (Constructor)" id="AdBlockModel (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__init__" /> + <keyword name="AdBlockModel.__rulesChanged" id="AdBlockModel.__rulesChanged" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__rulesChanged" /> + <keyword name="AdBlockModel.columnCount" id="AdBlockModel.columnCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.columnCount" /> + <keyword name="AdBlockModel.data" id="AdBlockModel.data" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.data" /> + <keyword name="AdBlockModel.flags" id="AdBlockModel.flags" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.flags" /> + <keyword name="AdBlockModel.hasChildren" id="AdBlockModel.hasChildren" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.hasChildren" /> + <keyword name="AdBlockModel.headerData" id="AdBlockModel.headerData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.headerData" /> + <keyword name="AdBlockModel.index" id="AdBlockModel.index" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.index" /> + <keyword name="AdBlockModel.parent" id="AdBlockModel.parent" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.parent" /> + <keyword name="AdBlockModel.removeRows" id="AdBlockModel.removeRows" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.removeRows" /> + <keyword name="AdBlockModel.rowCount" id="AdBlockModel.rowCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rowCount" /> + <keyword name="AdBlockModel.rule" id="AdBlockModel.rule" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rule" /> + <keyword name="AdBlockModel.setData" id="AdBlockModel.setData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.setData" /> + <keyword name="AdBlockModel.subscription" id="AdBlockModel.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscription" /> + <keyword name="AdBlockModel.subscriptionIndex" id="AdBlockModel.subscriptionIndex" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscriptionIndex" /> + <keyword name="AdBlockNetwork (Module)" id="AdBlockNetwork (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" /> + <keyword name="AdBlockNetwork" id="AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork" /> + <keyword name="AdBlockNetwork.block" id="AdBlockNetwork.block" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork.block" /> + <keyword name="AdBlockPage (Module)" id="AdBlockPage (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html" /> + <keyword name="AdBlockPage" id="AdBlockPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage" /> + <keyword name="AdBlockPage.__checkRule" id="AdBlockPage.__checkRule" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.__checkRule" /> + <keyword name="AdBlockPage.applyRulesToPage" id="AdBlockPage.applyRulesToPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.applyRulesToPage" /> + <keyword name="AdBlockRule (Module)" id="AdBlockRule (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html" /> + <keyword name="AdBlockRule" id="AdBlockRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule" /> + <keyword name="AdBlockRule (Constructor)" id="AdBlockRule (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__init__" /> + <keyword name="AdBlockRule.__convertPatternToRegExp" id="AdBlockRule.__convertPatternToRegExp" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__convertPatternToRegExp" /> + <keyword name="AdBlockRule.filter" id="AdBlockRule.filter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.filter" /> + <keyword name="AdBlockRule.isCSSRule" id="AdBlockRule.isCSSRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isCSSRule" /> + <keyword name="AdBlockRule.isEnabled" id="AdBlockRule.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isEnabled" /> + <keyword name="AdBlockRule.isException" id="AdBlockRule.isException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isException" /> + <keyword name="AdBlockRule.networkMatch" id="AdBlockRule.networkMatch" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.networkMatch" /> + <keyword name="AdBlockRule.regExpPattern" id="AdBlockRule.regExpPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.regExpPattern" /> + <keyword name="AdBlockRule.setEnabled" id="AdBlockRule.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setEnabled" /> + <keyword name="AdBlockRule.setException" id="AdBlockRule.setException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setException" /> + <keyword name="AdBlockRule.setFilter" id="AdBlockRule.setFilter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setFilter" /> + <keyword name="AdBlockRule.setPattern" id="AdBlockRule.setPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setPattern" /> + <keyword name="AdBlockSubscription (Module)" id="AdBlockSubscription (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html" /> + <keyword name="AdBlockSubscription" id="AdBlockSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription" /> + <keyword name="AdBlockSubscription (Constructor)" id="AdBlockSubscription (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__init__" /> + <keyword name="AdBlockSubscription.__loadRules" id="AdBlockSubscription.__loadRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__loadRules" /> + <keyword name="AdBlockSubscription.__parseUrl" id="AdBlockSubscription.__parseUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__parseUrl" /> + <keyword name="AdBlockSubscription.__populateCache" id="AdBlockSubscription.__populateCache" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__populateCache" /> + <keyword name="AdBlockSubscription.__rulesDownloaded" id="AdBlockSubscription.__rulesDownloaded" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__rulesDownloaded" /> + <keyword name="AdBlockSubscription.addRule" id="AdBlockSubscription.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.addRule" /> + <keyword name="AdBlockSubscription.allRules" id="AdBlockSubscription.allRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allRules" /> + <keyword name="AdBlockSubscription.allow" id="AdBlockSubscription.allow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allow" /> + <keyword name="AdBlockSubscription.block" id="AdBlockSubscription.block" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.block" /> + <keyword name="AdBlockSubscription.isEnabled" id="AdBlockSubscription.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.isEnabled" /> + <keyword name="AdBlockSubscription.lastUpdate" id="AdBlockSubscription.lastUpdate" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.lastUpdate" /> + <keyword name="AdBlockSubscription.location" id="AdBlockSubscription.location" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.location" /> + <keyword name="AdBlockSubscription.pageRules" id="AdBlockSubscription.pageRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.pageRules" /> + <keyword name="AdBlockSubscription.removeRule" id="AdBlockSubscription.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.removeRule" /> + <keyword name="AdBlockSubscription.replaceRule" id="AdBlockSubscription.replaceRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.replaceRule" /> + <keyword name="AdBlockSubscription.rulesFileName" id="AdBlockSubscription.rulesFileName" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rulesFileName" /> + <keyword name="AdBlockSubscription.saveRules" id="AdBlockSubscription.saveRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.saveRules" /> + <keyword name="AdBlockSubscription.setEnabled" id="AdBlockSubscription.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setEnabled" /> + <keyword name="AdBlockSubscription.setLocation" id="AdBlockSubscription.setLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setLocation" /> + <keyword name="AdBlockSubscription.setTitle" id="AdBlockSubscription.setTitle" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setTitle" /> + <keyword name="AdBlockSubscription.title" id="AdBlockSubscription.title" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.title" /> + <keyword name="AdBlockSubscription.updateNow" id="AdBlockSubscription.updateNow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.updateNow" /> + <keyword name="AdBlockSubscription.url" id="AdBlockSubscription.url" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.url" /> + <keyword name="Bookmarks (Package)" id="Bookmarks (Package)" ref="index-eric5.Helpviewer.Bookmarks.html" /> + <keyword name="AddBookmarkDialog (Module)" id="AddBookmarkDialog (Module)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html" /> + <keyword name="AddBookmarkDialog" id="AddBookmarkDialog" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog" /> + <keyword name="AddBookmarkProxyModel" id="AddBookmarkProxyModel" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel" /> + <keyword name="AddBookmarkDialog (Constructor)" id="AddBookmarkDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.__init__" /> + <keyword name="AddBookmarkDialog.accept" id="AddBookmarkDialog.accept" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.accept" /> + <keyword name="AddBookmarkDialog.addedNode" id="AddBookmarkDialog.addedNode" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.addedNode" /> + <keyword name="AddBookmarkDialog.currentIndex" id="AddBookmarkDialog.currentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.currentIndex" /> + <keyword name="AddBookmarkDialog.isFolder" id="AddBookmarkDialog.isFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.isFolder" /> + <keyword name="AddBookmarkDialog.setCurrentIndex" id="AddBookmarkDialog.setCurrentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setCurrentIndex" /> + <keyword name="AddBookmarkDialog.setFolder" id="AddBookmarkDialog.setFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setFolder" /> + <keyword name="AddBookmarkDialog.setTitle" id="AddBookmarkDialog.setTitle" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setTitle" /> + <keyword name="AddBookmarkDialog.setUrl" id="AddBookmarkDialog.setUrl" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setUrl" /> + <keyword name="AddBookmarkDialog.title" id="AddBookmarkDialog.title" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.title" /> + <keyword name="AddBookmarkDialog.url" id="AddBookmarkDialog.url" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.url" /> + <keyword name="AddBookmarkProxyModel (Constructor)" id="AddBookmarkProxyModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.__init__" /> + <keyword name="AddBookmarkProxyModel.columnCount" id="AddBookmarkProxyModel.columnCount" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.columnCount" /> + <keyword name="AddBookmarkProxyModel.filterAcceptsColumn" id="AddBookmarkProxyModel.filterAcceptsColumn" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsColumn" /> + <keyword name="AddBookmarkProxyModel.filterAcceptsRow" id="AddBookmarkProxyModel.filterAcceptsRow" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsRow" /> + <keyword name="AddBookmarkProxyModel.hasChildren" id="AddBookmarkProxyModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.hasChildren" /> + <keyword name="BookmarkNode (Module)" id="BookmarkNode (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html" /> + <keyword name="BookmarkNode" id="BookmarkNode" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode" /> + <keyword name="BookmarkNode (Constructor)" id="BookmarkNode (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.__init__" /> + <keyword name="BookmarkNode.add" id="BookmarkNode.add" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.add" /> + <keyword name="BookmarkNode.children" id="BookmarkNode.children" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.children" /> + <keyword name="BookmarkNode.parent" id="BookmarkNode.parent" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.parent" /> + <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.remove" /> + <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.setType" /> + <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.type" /> + <keyword name="BookmarksDialog (Module)" id="BookmarksDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" /> + <keyword name="BookmarksDialog" id="BookmarksDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog" /> + <keyword name="BookmarksDialog (Constructor)" id="BookmarksDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__init__" /> + <keyword name="BookmarksDialog.__activated" id="BookmarksDialog.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__activated" /> + <keyword name="BookmarksDialog.__customContextMenuRequested" id="BookmarksDialog.__customContextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__customContextMenuRequested" /> + <keyword name="BookmarksDialog.__editAddress" id="BookmarksDialog.__editAddress" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editAddress" /> + <keyword name="BookmarksDialog.__editName" id="BookmarksDialog.__editName" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editName" /> + <keyword name="BookmarksDialog.__expandNodes" id="BookmarksDialog.__expandNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__expandNodes" /> + <keyword name="BookmarksDialog.__newFolder" id="BookmarksDialog.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__newFolder" /> + <keyword name="BookmarksDialog.__openBookmark" id="BookmarksDialog.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmark" /> + <keyword name="BookmarksDialog.__openBookmarkInCurrentTab" id="BookmarksDialog.__openBookmarkInCurrentTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInCurrentTab" /> + <keyword name="BookmarksDialog.__openBookmarkInNewTab" id="BookmarksDialog.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInNewTab" /> + <keyword name="BookmarksDialog.__saveExpandedNodes" id="BookmarksDialog.__saveExpandedNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__saveExpandedNodes" /> + <keyword name="BookmarksDialog.__shutdown" id="BookmarksDialog.__shutdown" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__shutdown" /> + <keyword name="BookmarksDialog.closeEvent" id="BookmarksDialog.closeEvent" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.closeEvent" /> + <keyword name="BookmarksDialog.reject" id="BookmarksDialog.reject" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.reject" /> + <keyword name="BookmarksManager (Module)" id="BookmarksManager (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html" /> + <keyword name="BookmarksManager" id="BookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager" /> + <keyword name="ChangeBookmarkCommand" id="ChangeBookmarkCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand" /> + <keyword name="InsertBookmarksCommand" id="InsertBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand" /> + <keyword name="RemoveBookmarksCommand" id="RemoveBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand" /> + <keyword name="BookmarksManager (Constructor)" id="BookmarksManager (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__init__" /> + <keyword name="BookmarksManager.__convertFromOldBookmarks" id="BookmarksManager.__convertFromOldBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__convertFromOldBookmarks" /> + <keyword name="BookmarksManager.__searchBookmark" id="BookmarksManager.__searchBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__searchBookmark" /> + <keyword name="BookmarksManager.__searchBookmarks" id="BookmarksManager.__searchBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__searchBookmarks" /> + <keyword name="BookmarksManager.addBookmark" id="BookmarksManager.addBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.addBookmark" /> + <keyword name="BookmarksManager.bookmarkForUrl" id="BookmarksManager.bookmarkForUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarkForUrl" /> + <keyword name="BookmarksManager.bookmarks" id="BookmarksManager.bookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarks" /> + <keyword name="BookmarksManager.bookmarksForUrl" id="BookmarksManager.bookmarksForUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksForUrl" /> + <keyword name="BookmarksManager.bookmarksModel" id="BookmarksManager.bookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksModel" /> + <keyword name="BookmarksManager.changeExpanded" id="BookmarksManager.changeExpanded" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.changeExpanded" /> + <keyword name="BookmarksManager.close" id="BookmarksManager.close" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.close" /> + <keyword name="BookmarksManager.exportBookmarks" id="BookmarksManager.exportBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.exportBookmarks" /> + <keyword name="BookmarksManager.iconChanged" id="BookmarksManager.iconChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.iconChanged" /> + <keyword name="BookmarksManager.importBookmarks" id="BookmarksManager.importBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.importBookmarks" /> + <keyword name="BookmarksManager.load" id="BookmarksManager.load" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.load" /> + <keyword name="BookmarksManager.menu" id="BookmarksManager.menu" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.menu" /> + <keyword name="BookmarksManager.removeBookmark" id="BookmarksManager.removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.removeBookmark" /> + <keyword name="BookmarksManager.save" id="BookmarksManager.save" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.save" /> + <keyword name="BookmarksManager.setTitle" id="BookmarksManager.setTitle" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTitle" /> + <keyword name="BookmarksManager.setUrl" id="BookmarksManager.setUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setUrl" /> + <keyword name="BookmarksManager.toolbar" id="BookmarksManager.toolbar" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.toolbar" /> + <keyword name="BookmarksManager.undoRedoStack" id="BookmarksManager.undoRedoStack" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.undoRedoStack" /> + <keyword name="ChangeBookmarkCommand (Constructor)" id="ChangeBookmarkCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.__init__" /> + <keyword name="ChangeBookmarkCommand.redo" id="ChangeBookmarkCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.redo" /> + <keyword name="ChangeBookmarkCommand.undo" id="ChangeBookmarkCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.undo" /> + <keyword name="InsertBookmarksCommand (Constructor)" id="InsertBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.__init__" /> + <keyword name="InsertBookmarksCommand.redo" id="InsertBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.redo" /> + <keyword name="InsertBookmarksCommand.undo" id="InsertBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.undo" /> + <keyword name="RemoveBookmarksCommand (Constructor)" id="RemoveBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.__init__" /> + <keyword name="RemoveBookmarksCommand.redo" id="RemoveBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.redo" /> + <keyword name="RemoveBookmarksCommand.undo" id="RemoveBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.undo" /> + <keyword name="BookmarksMenu (Module)" id="BookmarksMenu (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html" /> + <keyword name="BookmarksMenu" id="BookmarksMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu" /> + <keyword name="BookmarksMenuBarMenu" id="BookmarksMenuBarMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu" /> + <keyword name="BookmarksMenu (Constructor)" id="BookmarksMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__init__" /> + <keyword name="BookmarksMenu.__activated" id="BookmarksMenu.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__activated" /> + <keyword name="BookmarksMenu.__contextMenuRequested" id="BookmarksMenu.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__contextMenuRequested" /> + <keyword name="BookmarksMenu.__openAll" id="BookmarksMenu.__openAll" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openAll" /> + <keyword name="BookmarksMenu.__openBookmark" id="BookmarksMenu.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmark" /> + <keyword name="BookmarksMenu.__openBookmarkInNewTab" id="BookmarksMenu.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmarkInNewTab" /> + <keyword name="BookmarksMenu.__removeBookmark" id="BookmarksMenu.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__removeBookmark" /> + <keyword name="BookmarksMenu.createBaseMenu" id="BookmarksMenu.createBaseMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.createBaseMenu" /> + <keyword name="BookmarksMenu.postPopulated" id="BookmarksMenu.postPopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.postPopulated" /> + <keyword name="BookmarksMenuBarMenu (Constructor)" id="BookmarksMenuBarMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.__init__" /> + <keyword name="BookmarksMenuBarMenu.prePopulated" id="BookmarksMenuBarMenu.prePopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.prePopulated" /> + <keyword name="BookmarksMenuBarMenu.setInitialActions" id="BookmarksMenuBarMenu.setInitialActions" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.setInitialActions" /> + <keyword name="BookmarksModel (Module)" id="BookmarksModel (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html" /> + <keyword name="BookmarksModel" id="BookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel" /> + <keyword name="BookmarksModel (Constructor)" id="BookmarksModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.__init__" /> + <keyword name="BookmarksModel.bookmarksManager" id="BookmarksModel.bookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.bookmarksManager" /> + <keyword name="BookmarksModel.columnCount" id="BookmarksModel.columnCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.columnCount" /> + <keyword name="BookmarksModel.data" id="BookmarksModel.data" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.data" /> + <keyword name="BookmarksModel.dropMimeData" id="BookmarksModel.dropMimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.dropMimeData" /> + <keyword name="BookmarksModel.entryAdded" id="BookmarksModel.entryAdded" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryAdded" /> + <keyword name="BookmarksModel.entryChanged" id="BookmarksModel.entryChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryChanged" /> + <keyword name="BookmarksModel.entryRemoved" id="BookmarksModel.entryRemoved" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryRemoved" /> + <keyword name="BookmarksModel.flags" id="BookmarksModel.flags" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.flags" /> + <keyword name="BookmarksModel.hasChildren" id="BookmarksModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.hasChildren" /> + <keyword name="BookmarksModel.headerData" id="BookmarksModel.headerData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.headerData" /> + <keyword name="BookmarksModel.index" id="BookmarksModel.index" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.index" /> + <keyword name="BookmarksModel.mimeData" id="BookmarksModel.mimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeData" /> + <keyword name="BookmarksModel.mimeTypes" id="BookmarksModel.mimeTypes" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeTypes" /> + <keyword name="BookmarksModel.node" id="BookmarksModel.node" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.node" /> + <keyword name="BookmarksModel.nodeIndex" id="BookmarksModel.nodeIndex" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.nodeIndex" /> + <keyword name="BookmarksModel.parent" id="BookmarksModel.parent" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.parent" /> + <keyword name="BookmarksModel.removeRows" id="BookmarksModel.removeRows" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.removeRows" /> + <keyword name="BookmarksModel.rowCount" id="BookmarksModel.rowCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.rowCount" /> + <keyword name="BookmarksModel.setData" id="BookmarksModel.setData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.setData" /> + <keyword name="BookmarksModel.supportedDropActions" id="BookmarksModel.supportedDropActions" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.supportedDropActions" /> + <keyword name="BookmarksToolBar (Module)" id="BookmarksToolBar (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html" /> + <keyword name="BookmarksToolBar" id="BookmarksToolBar" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar" /> + <keyword name="BookmarksToolBar (Constructor)" id="BookmarksToolBar (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__init__" /> + <keyword name="BookmarksToolBar.__bookmarkActivated" id="BookmarksToolBar.__bookmarkActivated" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__bookmarkActivated" /> + <keyword name="BookmarksToolBar.__contextMenuRequested" id="BookmarksToolBar.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__contextMenuRequested" /> + <keyword name="BookmarksToolBar.__newBookmark" id="BookmarksToolBar.__newBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newBookmark" /> + <keyword name="BookmarksToolBar.__newFolder" id="BookmarksToolBar.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newFolder" /> + <keyword name="BookmarksToolBar.__openBookmark" id="BookmarksToolBar.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmark" /> + <keyword name="BookmarksToolBar.__openBookmarkInNewTab" id="BookmarksToolBar.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmarkInNewTab" /> + <keyword name="BookmarksToolBar.__openToolBarBookmark" id="BookmarksToolBar.__openToolBarBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openToolBarBookmark" /> + <keyword name="BookmarksToolBar.__removeBookmark" id="BookmarksToolBar.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__removeBookmark" /> + <keyword name="BookmarksToolBar._createMenu" id="BookmarksToolBar._createMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar._createMenu" /> + <keyword name="DefaultBookmarks (Module)" id="DefaultBookmarks (Module)" ref="eric5.Helpviewer.Bookmarks.DefaultBookmarks.html" /> + <keyword name="XbelReader (Module)" id="XbelReader (Module)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html" /> + <keyword name="XbelReader" id="XbelReader" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader" /> + <keyword name="XmlEntityResolver" id="XmlEntityResolver" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver" /> + <keyword name="XbelReader (Constructor)" id="XbelReader (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__init__" /> + <keyword name="XbelReader.__readBookmarkNode" id="XbelReader.__readBookmarkNode" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readBookmarkNode" /> + <keyword name="XbelReader.__readDescription" id="XbelReader.__readDescription" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readDescription" /> + <keyword name="XbelReader.__readFolder" id="XbelReader.__readFolder" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readFolder" /> + <keyword name="XbelReader.__readSeparator" id="XbelReader.__readSeparator" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readSeparator" /> + <keyword name="XbelReader.__readTitle" id="XbelReader.__readTitle" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readTitle" /> + <keyword name="XbelReader.__readXBEL" id="XbelReader.__readXBEL" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readXBEL" /> + <keyword name="XbelReader.__skipUnknownElement" id="XbelReader.__skipUnknownElement" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__skipUnknownElement" /> + <keyword name="XbelReader.read" id="XbelReader.read" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.read" /> + <keyword name="XmlEntityResolver.resolveUndeclaredEntity" id="XmlEntityResolver.resolveUndeclaredEntity" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver.resolveUndeclaredEntity" /> + <keyword name="XbelWriter (Module)" id="XbelWriter (Module)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html" /> + <keyword name="XbelWriter" id="XbelWriter" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter" /> + <keyword name="XbelWriter (Constructor)" id="XbelWriter (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__init__" /> + <keyword name="XbelWriter.__write" id="XbelWriter.__write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__write" /> + <keyword name="XbelWriter.__writeItem" id="XbelWriter.__writeItem" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__writeItem" /> + <keyword name="XbelWriter.write" id="XbelWriter.write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.write" /> + <keyword name="CookieJar (Package)" id="CookieJar (Package)" ref="index-eric5.Helpviewer.CookieJar.html" /> + <keyword name="CookieDetailsDialog (Module)" id="CookieDetailsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html" /> + <keyword name="CookieDetailsDialog" id="CookieDetailsDialog" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog" /> + <keyword name="CookieDetailsDialog (Constructor)" id="CookieDetailsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.__init__" /> + <keyword name="CookieDetailsDialog.setData" id="CookieDetailsDialog.setData" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.setData" /> + <keyword name="CookieExceptionsModel (Module)" id="CookieExceptionsModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html" /> + <keyword name="CookieExceptionsModel" id="CookieExceptionsModel" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel" /> + <keyword name="CookieExceptionsModel (Constructor)" id="CookieExceptionsModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__init__" /> + <keyword name="CookieExceptionsModel.__addHost" id="CookieExceptionsModel.__addHost" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__addHost" /> + <keyword name="CookieExceptionsModel.addRule" id="CookieExceptionsModel.addRule" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.addRule" /> + <keyword name="CookieExceptionsModel.columnCount" id="CookieExceptionsModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.columnCount" /> + <keyword name="CookieExceptionsModel.data" id="CookieExceptionsModel.data" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.data" /> + <keyword name="CookieExceptionsModel.headerData" id="CookieExceptionsModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.headerData" /> + <keyword name="CookieExceptionsModel.removeRows" id="CookieExceptionsModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.removeRows" /> + <keyword name="CookieExceptionsModel.rowCount" id="CookieExceptionsModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.rowCount" /> + <keyword name="CookieJar (Module)" id="CookieJar (Module)" ref="eric5.Helpviewer.CookieJar.CookieJar.html" /> + <keyword name="CookieJar" id="CookieJar" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar" /> + <keyword name="CookieJar (Constructor)" id="CookieJar (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__init__" /> + <keyword name="CookieJar.__applyRules" id="CookieJar.__applyRules" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__applyRules" /> + <keyword name="CookieJar.__isOnDomainList" id="CookieJar.__isOnDomainList" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__isOnDomainList" /> + <keyword name="CookieJar.__purgeOldCookies" id="CookieJar.__purgeOldCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__purgeOldCookies" /> + <keyword name="CookieJar.acceptPolicy" id="CookieJar.acceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.acceptPolicy" /> + <keyword name="CookieJar.allowForSessionCookies" id="CookieJar.allowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowForSessionCookies" /> + <keyword name="CookieJar.allowedCookies" id="CookieJar.allowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowedCookies" /> + <keyword name="CookieJar.blockedCookies" id="CookieJar.blockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.blockedCookies" /> + <keyword name="CookieJar.clear" id="CookieJar.clear" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.clear" /> + <keyword name="CookieJar.close" id="CookieJar.close" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.close" /> + <keyword name="CookieJar.cookies" id="CookieJar.cookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookies" /> + <keyword name="CookieJar.cookiesForUrl" id="CookieJar.cookiesForUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookiesForUrl" /> + <keyword name="CookieJar.filterTrackingCookies" id="CookieJar.filterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.filterTrackingCookies" /> + <keyword name="CookieJar.keepPolicy" id="CookieJar.keepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.keepPolicy" /> + <keyword name="CookieJar.load" id="CookieJar.load" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.load" /> + <keyword name="CookieJar.loadCookies" id="CookieJar.loadCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.loadCookies" /> + <keyword name="CookieJar.save" id="CookieJar.save" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.save" /> + <keyword name="CookieJar.saveCookies" id="CookieJar.saveCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.saveCookies" /> + <keyword name="CookieJar.setAcceptPolicy" id="CookieJar.setAcceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAcceptPolicy" /> + <keyword name="CookieJar.setAllowForSessionCookies" id="CookieJar.setAllowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowForSessionCookies" /> + <keyword name="CookieJar.setAllowedCookies" id="CookieJar.setAllowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowedCookies" /> + <keyword name="CookieJar.setBlockedCookies" id="CookieJar.setBlockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setBlockedCookies" /> + <keyword name="CookieJar.setCookies" id="CookieJar.setCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookies" /> + <keyword name="CookieJar.setCookiesFromUrl" id="CookieJar.setCookiesFromUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookiesFromUrl" /> + <keyword name="CookieJar.setFilterTrackingCookies" id="CookieJar.setFilterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setFilterTrackingCookies" /> + <keyword name="CookieJar.setKeepPolicy" id="CookieJar.setKeepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setKeepPolicy" /> + <keyword name="CookieModel (Module)" id="CookieModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieModel.html" /> + <keyword name="CookieModel" id="CookieModel" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel" /> + <keyword name="CookieModel (Constructor)" id="CookieModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__init__" /> + <keyword name="CookieModel.__cookiesChanged" id="CookieModel.__cookiesChanged" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__cookiesChanged" /> + <keyword name="CookieModel.columnCount" id="CookieModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.columnCount" /> + <keyword name="CookieModel.data" id="CookieModel.data" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.data" /> + <keyword name="CookieModel.headerData" id="CookieModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.headerData" /> + <keyword name="CookieModel.removeRows" id="CookieModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.removeRows" /> + <keyword name="CookieModel.rowCount" id="CookieModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.rowCount" /> + <keyword name="CookiesConfigurationDialog (Module)" id="CookiesConfigurationDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html" /> + <keyword name="CookiesConfigurationDialog" id="CookiesConfigurationDialog" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog" /> + <keyword name="CookiesConfigurationDialog (Constructor)" id="CookiesConfigurationDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.__init__" /> + <keyword name="CookiesConfigurationDialog.accept" id="CookiesConfigurationDialog.accept" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.accept" /> + <keyword name="CookiesConfigurationDialog.on_cookiesButton_clicked" id="CookiesConfigurationDialog.on_cookiesButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_cookiesButton_clicked" /> + <keyword name="CookiesConfigurationDialog.on_exceptionsButton_clicked" id="CookiesConfigurationDialog.on_exceptionsButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_exceptionsButton_clicked" /> + <keyword name="CookiesDialog (Module)" id="CookiesDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html" /> + <keyword name="CookiesDialog" id="CookiesDialog" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog" /> + <keyword name="CookiesDialog (Constructor)" id="CookiesDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__init__" /> + <keyword name="CookiesDialog.__showCookieDetails" id="CookiesDialog.__showCookieDetails" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__showCookieDetails" /> + <keyword name="CookiesDialog.__tableModelReset" id="CookiesDialog.__tableModelReset" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableModelReset" /> + <keyword name="CookiesDialog.__tableSelectionChanged" id="CookiesDialog.__tableSelectionChanged" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableSelectionChanged" /> + <keyword name="CookiesDialog.on_addButton_clicked" id="CookiesDialog.on_addButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.on_addButton_clicked" /> + <keyword name="CookiesExceptionsDialog (Module)" id="CookiesExceptionsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html" /> + <keyword name="CookiesExceptionsDialog" id="CookiesExceptionsDialog" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog" /> + <keyword name="CookiesExceptionsDialog (Constructor)" id="CookiesExceptionsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.__init__" /> + <keyword name="CookiesExceptionsDialog.on_allowButton_clicked" id="CookiesExceptionsDialog.on_allowButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowButton_clicked" /> + <keyword name="CookiesExceptionsDialog.on_allowForSessionButton_clicked" id="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowForSessionButton_clicked" /> + <keyword name="CookiesExceptionsDialog.on_blockButton_clicked" id="CookiesExceptionsDialog.on_blockButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_blockButton_clicked" /> + <keyword name="CookiesExceptionsDialog.on_domainEdit_textChanged" id="CookiesExceptionsDialog.on_domainEdit_textChanged" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_domainEdit_textChanged" /> + <keyword name="CookiesExceptionsDialog.setDomainName" id="CookiesExceptionsDialog.setDomainName" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.setDomainName" /> + <keyword name="Download (Package)" id="Download (Package)" ref="index-eric5.Helpviewer.Download.html" /> + <keyword name="DownloadAskActionDialog (Module)" id="DownloadAskActionDialog (Module)" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html" /> + <keyword name="DownloadAskActionDialog" id="DownloadAskActionDialog" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog" /> + <keyword name="DownloadAskActionDialog (Constructor)" id="DownloadAskActionDialog (Constructor)" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog.__init__" /> + <keyword name="DownloadAskActionDialog.getAction" id="DownloadAskActionDialog.getAction" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog.getAction" /> + <keyword name="DownloadItem (Module)" id="DownloadItem (Module)" ref="eric5.Helpviewer.Download.DownloadItem.html" /> + <keyword name="DownloadItem" id="DownloadItem" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem" /> + <keyword name="DownloadItem (Constructor)" id="DownloadItem (Constructor)" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__init__" /> + <keyword name="DownloadItem.__downloadProgress" id="DownloadItem.__downloadProgress" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__downloadProgress" /> + <keyword name="DownloadItem.__finished" id="DownloadItem.__finished" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__finished" /> + <keyword name="DownloadItem.__getFileName" id="DownloadItem.__getFileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__getFileName" /> + <keyword name="DownloadItem.__initialize" id="DownloadItem.__initialize" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__initialize" /> + <keyword name="DownloadItem.__metaDataChanged" id="DownloadItem.__metaDataChanged" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__metaDataChanged" /> + <keyword name="DownloadItem.__networkError" id="DownloadItem.__networkError" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__networkError" /> + <keyword name="DownloadItem.__open" id="DownloadItem.__open" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__open" /> + <keyword name="DownloadItem.__readyRead" id="DownloadItem.__readyRead" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__readyRead" /> + <keyword name="DownloadItem.__saveFileName" id="DownloadItem.__saveFileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__saveFileName" /> + <keyword name="DownloadItem.__updateInfoLabel" id="DownloadItem.__updateInfoLabel" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__updateInfoLabel" /> + <keyword name="DownloadItem.absoluteFilePath" id="DownloadItem.absoluteFilePath" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.absoluteFilePath" /> + <keyword name="DownloadItem.bytesReceived" id="DownloadItem.bytesReceived" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.bytesReceived" /> + <keyword name="DownloadItem.bytesTotal" id="DownloadItem.bytesTotal" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.bytesTotal" /> + <keyword name="DownloadItem.cancelDownload" id="DownloadItem.cancelDownload" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.cancelDownload" /> + <keyword name="DownloadItem.canceledFileSelect" id="DownloadItem.canceledFileSelect" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.canceledFileSelect" /> + <keyword name="DownloadItem.currentSpeed" id="DownloadItem.currentSpeed" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.currentSpeed" /> + <keyword name="DownloadItem.downloadCanceled" id="DownloadItem.downloadCanceled" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloadCanceled" /> + <keyword name="DownloadItem.downloadedSuccessfully" id="DownloadItem.downloadedSuccessfully" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloadedSuccessfully" /> + <keyword name="DownloadItem.downloading" id="DownloadItem.downloading" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloading" /> + <keyword name="DownloadItem.fileName" id="DownloadItem.fileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.fileName" /> + <keyword name="DownloadItem.getData" id="DownloadItem.getData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getData" /> + <keyword name="DownloadItem.getInfoData" id="DownloadItem.getInfoData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getInfoData" /> + <keyword name="DownloadItem.getPageUrl" id="DownloadItem.getPageUrl" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getPageUrl" /> + <keyword name="DownloadItem.on_openButton_clicked" id="DownloadItem.on_openButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_openButton_clicked" /> + <keyword name="DownloadItem.on_pauseButton_clicked" id="DownloadItem.on_pauseButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_pauseButton_clicked" /> + <keyword name="DownloadItem.on_stopButton_clicked" id="DownloadItem.on_stopButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_stopButton_clicked" /> + <keyword name="DownloadItem.on_tryAgainButton_clicked" id="DownloadItem.on_tryAgainButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_tryAgainButton_clicked" /> + <keyword name="DownloadItem.openFile" id="DownloadItem.openFile" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.openFile" /> + <keyword name="DownloadItem.openFolder" id="DownloadItem.openFolder" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.openFolder" /> + <keyword name="DownloadItem.remainingTime" id="DownloadItem.remainingTime" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.remainingTime" /> + <keyword name="DownloadItem.retry" id="DownloadItem.retry" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.retry" /> + <keyword name="DownloadItem.setData" id="DownloadItem.setData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.setData" /> + <keyword name="DownloadItem.setIcon" id="DownloadItem.setIcon" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.setIcon" /> + <keyword name="DownloadManager (Module)" id="DownloadManager (Module)" ref="eric5.Helpviewer.Download.DownloadManager.html" /> + <keyword name="DownloadManager" id="DownloadManager" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager" /> + <keyword name="DownloadManager (Constructor)" id="DownloadManager (Constructor)" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__init__" /> + <keyword name="DownloadManager.__addItem" id="DownloadManager.__addItem" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__addItem" /> + <keyword name="DownloadManager.__contextMenuCancel" id="DownloadManager.__contextMenuCancel" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuCancel" /> + <keyword name="DownloadManager.__contextMenuCopyLink" id="DownloadManager.__contextMenuCopyLink" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuCopyLink" /> + <keyword name="DownloadManager.__contextMenuGotoPage" id="DownloadManager.__contextMenuGotoPage" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuGotoPage" /> + <keyword name="DownloadManager.__contextMenuOpen" id="DownloadManager.__contextMenuOpen" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuOpen" /> + <keyword name="DownloadManager.__contextMenuOpenFolder" id="DownloadManager.__contextMenuOpenFolder" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuOpenFolder" /> + <keyword name="DownloadManager.__contextMenuRemoveSelected" id="DownloadManager.__contextMenuRemoveSelected" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuRemoveSelected" /> + <keyword name="DownloadManager.__contextMenuRetry" id="DownloadManager.__contextMenuRetry" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuRetry" /> + <keyword name="DownloadManager.__contextMenuSelectAll" id="DownloadManager.__contextMenuSelectAll" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuSelectAll" /> + <keyword name="DownloadManager.__currentItem" id="DownloadManager.__currentItem" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__currentItem" /> + <keyword name="DownloadManager.__customContextMenuRequested" id="DownloadManager.__customContextMenuRequested" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__customContextMenuRequested" /> + <keyword name="DownloadManager.__finished" id="DownloadManager.__finished" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__finished" /> + <keyword name="DownloadManager.__load" id="DownloadManager.__load" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__load" /> + <keyword name="DownloadManager.__updateActiveItemCount" id="DownloadManager.__updateActiveItemCount" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateActiveItemCount" /> + <keyword name="DownloadManager.__updateItemCount" id="DownloadManager.__updateItemCount" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateItemCount" /> + <keyword name="DownloadManager.__updateRow" id="DownloadManager.__updateRow" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateRow" /> + <keyword name="DownloadManager.activeDownloads" id="DownloadManager.activeDownloads" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.activeDownloads" /> + <keyword name="DownloadManager.allowQuit" id="DownloadManager.allowQuit" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.allowQuit" /> + <keyword name="DownloadManager.changeOccurred" id="DownloadManager.changeOccurred" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.changeOccurred" /> + <keyword name="DownloadManager.cleanup" id="DownloadManager.cleanup" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.cleanup" /> + <keyword name="DownloadManager.count" id="DownloadManager.count" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.count" /> + <keyword name="DownloadManager.download" id="DownloadManager.download" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.download" /> + <keyword name="DownloadManager.downloadDirectory" id="DownloadManager.downloadDirectory" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.downloadDirectory" /> + <keyword name="DownloadManager.downloads" id="DownloadManager.downloads" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.downloads" /> + <keyword name="DownloadManager.handleUnsupportedContent" id="DownloadManager.handleUnsupportedContent" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.handleUnsupportedContent" /> + <keyword name="DownloadManager.on_cleanupButton_clicked" id="DownloadManager.on_cleanupButton_clicked" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.on_cleanupButton_clicked" /> + <keyword name="DownloadManager.removePolicy" id="DownloadManager.removePolicy" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.removePolicy" /> + <keyword name="DownloadManager.save" id="DownloadManager.save" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.save" /> + <keyword name="DownloadManager.setDownloadDirectory" id="DownloadManager.setDownloadDirectory" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.setDownloadDirectory" /> + <keyword name="DownloadManager.setRemovePolicy" id="DownloadManager.setRemovePolicy" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.setRemovePolicy" /> + <keyword name="DownloadManager.shutdown" id="DownloadManager.shutdown" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.shutdown" /> + <keyword name="DownloadModel (Module)" id="DownloadModel (Module)" ref="eric5.Helpviewer.Download.DownloadModel.html" /> + <keyword name="DownloadModel" id="DownloadModel" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel" /> + <keyword name="DownloadModel (Constructor)" id="DownloadModel (Constructor)" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.__init__" /> + <keyword name="DownloadModel.data" id="DownloadModel.data" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.data" /> + <keyword name="DownloadModel.flags" id="DownloadModel.flags" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.flags" /> + <keyword name="DownloadModel.mimeData" id="DownloadModel.mimeData" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.mimeData" /> + <keyword name="DownloadModel.removeRows" id="DownloadModel.removeRows" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.removeRows" /> + <keyword name="DownloadModel.rowCount" id="DownloadModel.rowCount" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.rowCount" /> + <keyword name="DownloadUtilities (Module)" id="DownloadUtilities (Module)" ref="eric5.Helpviewer.Download.DownloadUtilities.html" /> + <keyword name="dataString" id="dataString" ref="eric5.Helpviewer.Download.DownloadUtilities.html#dataString" /> + <keyword name="timeString" id="timeString" ref="eric5.Helpviewer.Download.DownloadUtilities.html#timeString" /> + <keyword name="Feeds (Package)" id="Feeds (Package)" ref="index-eric5.Helpviewer.Feeds.html" /> + <keyword name="FeedEditDialog (Module)" id="FeedEditDialog (Module)" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html" /> + <keyword name="FeedEditDialog" id="FeedEditDialog" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog" /> + <keyword name="FeedEditDialog (Constructor)" id="FeedEditDialog (Constructor)" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.__init__" /> + <keyword name="FeedEditDialog.__setOkButton" id="FeedEditDialog.__setOkButton" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.__setOkButton" /> + <keyword name="FeedEditDialog.getData" id="FeedEditDialog.getData" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.getData" /> + <keyword name="FeedEditDialog.on_titleEdit_textChanged" id="FeedEditDialog.on_titleEdit_textChanged" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.on_titleEdit_textChanged" /> + <keyword name="FeedEditDialog.on_urlEdit_textChanged" id="FeedEditDialog.on_urlEdit_textChanged" ref="eric5.Helpviewer.Feeds.FeedEditDialog.html#FeedEditDialog.on_urlEdit_textChanged" /> + <keyword name="FeedsDialog (Module)" id="FeedsDialog (Module)" ref="eric5.Helpviewer.Feeds.FeedsDialog.html" /> + <keyword name="FeedsDialog" id="FeedsDialog" ref="eric5.Helpviewer.Feeds.FeedsDialog.html#FeedsDialog" /> + <keyword name="FeedsDialog (Constructor)" id="FeedsDialog (Constructor)" ref="eric5.Helpviewer.Feeds.FeedsDialog.html#FeedsDialog.__init__" /> + <keyword name="FeedsDialog.__addFeed" id="FeedsDialog.__addFeed" ref="eric5.Helpviewer.Feeds.FeedsDialog.html#FeedsDialog.__addFeed" /> + <keyword name="FeedsManager (Module)" id="FeedsManager (Module)" ref="eric5.Helpviewer.Feeds.FeedsManager.html" /> + <keyword name="FeedsManager" id="FeedsManager" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager" /> + <keyword name="FeedsManager (Constructor)" id="FeedsManager (Constructor)" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__init__" /> + <keyword name="FeedsManager.__addFeedItem" id="FeedsManager.__addFeedItem" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__addFeedItem" /> + <keyword name="FeedsManager.__copyUrlToClipboard" id="FeedsManager.__copyUrlToClipboard" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__copyUrlToClipboard" /> + <keyword name="FeedsManager.__customContextMenuRequested" id="FeedsManager.__customContextMenuRequested" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__customContextMenuRequested" /> + <keyword name="FeedsManager.__enableButtons" id="FeedsManager.__enableButtons" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__enableButtons" /> + <keyword name="FeedsManager.__feedLoaded" id="FeedsManager.__feedLoaded" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__feedLoaded" /> + <keyword name="FeedsManager.__itemActivated" id="FeedsManager.__itemActivated" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__itemActivated" /> + <keyword name="FeedsManager.__load" id="FeedsManager.__load" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__load" /> + <keyword name="FeedsManager.__openMessage" id="FeedsManager.__openMessage" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__openMessage" /> + <keyword name="FeedsManager.__openMessageInCurrentTab" id="FeedsManager.__openMessageInCurrentTab" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__openMessageInCurrentTab" /> + <keyword name="FeedsManager.__openMessageInNewTab" id="FeedsManager.__openMessageInNewTab" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__openMessageInNewTab" /> + <keyword name="FeedsManager.__reloadFeed" id="FeedsManager.__reloadFeed" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__reloadFeed" /> + <keyword name="FeedsManager.__save" id="FeedsManager.__save" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__save" /> + <keyword name="FeedsManager.__showError" id="FeedsManager.__showError" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.__showError" /> + <keyword name="FeedsManager.addFeed" id="FeedsManager.addFeed" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.addFeed" /> + <keyword name="FeedsManager.on_deleteButton_clicked" id="FeedsManager.on_deleteButton_clicked" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.on_deleteButton_clicked" /> + <keyword name="FeedsManager.on_editButton_clicked" id="FeedsManager.on_editButton_clicked" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.on_editButton_clicked" /> + <keyword name="FeedsManager.on_feedsTree_itemSelectionChanged" id="FeedsManager.on_feedsTree_itemSelectionChanged" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.on_feedsTree_itemSelectionChanged" /> + <keyword name="FeedsManager.on_reloadAllButton_clicked" id="FeedsManager.on_reloadAllButton_clicked" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.on_reloadAllButton_clicked" /> + <keyword name="FeedsManager.on_reloadButton_clicked" id="FeedsManager.on_reloadButton_clicked" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.on_reloadButton_clicked" /> + <keyword name="FeedsManager.show" id="FeedsManager.show" ref="eric5.Helpviewer.Feeds.FeedsManager.html#FeedsManager.show" /> + <keyword name="History (Package)" id="History (Package)" ref="index-eric5.Helpviewer.History.html" /> + <keyword name="HistoryCompleter (Module)" id="HistoryCompleter (Module)" ref="eric5.Helpviewer.History.HistoryCompleter.html" /> + <keyword name="HistoryCompleter" id="HistoryCompleter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter" /> + <keyword name="HistoryCompletionModel" id="HistoryCompletionModel" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel" /> + <keyword name="HistoryCompletionView" id="HistoryCompletionView" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView" /> + <keyword name="HistoryCompleter (Constructor)" id="HistoryCompleter (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__init__" /> + <keyword name="HistoryCompleter.__updateFilter" id="HistoryCompleter.__updateFilter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__updateFilter" /> + <keyword name="HistoryCompleter.pathFromIndex" id="HistoryCompleter.pathFromIndex" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.pathFromIndex" /> + <keyword name="HistoryCompleter.splitPath" id="HistoryCompleter.splitPath" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.splitPath" /> + <keyword name="HistoryCompletionModel (Constructor)" id="HistoryCompletionModel (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.__init__" /> + <keyword name="HistoryCompletionModel.data" id="HistoryCompletionModel.data" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.data" /> + <keyword name="HistoryCompletionModel.filterAcceptsRow" id="HistoryCompletionModel.filterAcceptsRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.filterAcceptsRow" /> + <keyword name="HistoryCompletionModel.isValid" id="HistoryCompletionModel.isValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.isValid" /> + <keyword name="HistoryCompletionModel.lessThan" id="HistoryCompletionModel.lessThan" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.lessThan" /> + <keyword name="HistoryCompletionModel.searchString" id="HistoryCompletionModel.searchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.searchString" /> + <keyword name="HistoryCompletionModel.setSearchString" id="HistoryCompletionModel.setSearchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setSearchString" /> + <keyword name="HistoryCompletionModel.setValid" id="HistoryCompletionModel.setValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setValid" /> + <keyword name="HistoryCompletionView (Constructor)" id="HistoryCompletionView (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.__init__" /> + <keyword name="HistoryCompletionView.resizeEvent" id="HistoryCompletionView.resizeEvent" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.resizeEvent" /> + <keyword name="HistoryCompletionView.sizeHintForRow" id="HistoryCompletionView.sizeHintForRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.sizeHintForRow" /> + <keyword name="HistoryDialog (Module)" id="HistoryDialog (Module)" ref="eric5.Helpviewer.History.HistoryDialog.html" /> + <keyword name="HistoryDialog" id="HistoryDialog" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog" /> + <keyword name="HistoryDialog (Constructor)" id="HistoryDialog (Constructor)" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__init__" /> + <keyword name="HistoryDialog.__activated" id="HistoryDialog.__activated" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__activated" /> + <keyword name="HistoryDialog.__copyHistory" id="HistoryDialog.__copyHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__copyHistory" /> + <keyword name="HistoryDialog.__customContextMenuRequested" id="HistoryDialog.__customContextMenuRequested" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__customContextMenuRequested" /> + <keyword name="HistoryDialog.__modelReset" id="HistoryDialog.__modelReset" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__modelReset" /> + <keyword name="HistoryDialog.__openHistory" id="HistoryDialog.__openHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistory" /> + <keyword name="HistoryDialog.__openHistoryInCurrentTab" id="HistoryDialog.__openHistoryInCurrentTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInCurrentTab" /> + <keyword name="HistoryDialog.__openHistoryInNewTab" id="HistoryDialog.__openHistoryInNewTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInNewTab" /> + <keyword name="HistoryFilterModel (Module)" id="HistoryFilterModel (Module)" ref="eric5.Helpviewer.History.HistoryFilterModel.html" /> + <keyword name="HistoryData" id="HistoryData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData" /> + <keyword name="HistoryFilterModel" id="HistoryFilterModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel" /> + <keyword name="HistoryData (Constructor)" id="HistoryData (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__init__" /> + <keyword name="HistoryData.__eq__" id="HistoryData.__eq__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__eq__" /> + <keyword name="HistoryData.__lt__" id="HistoryData.__lt__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__lt__" /> + <keyword name="HistoryFilterModel (Constructor)" id="HistoryFilterModel (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__init__" /> + <keyword name="HistoryFilterModel.__frequencyScore" id="HistoryFilterModel.__frequencyScore" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__frequencyScore" /> + <keyword name="HistoryFilterModel.__load" id="HistoryFilterModel.__load" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__load" /> + <keyword name="HistoryFilterModel.__sourceDataChanged" id="HistoryFilterModel.__sourceDataChanged" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceDataChanged" /> + <keyword name="HistoryFilterModel.__sourceReset" id="HistoryFilterModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceReset" /> + <keyword name="HistoryFilterModel.__sourceRowsInserted" id="HistoryFilterModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsInserted" /> + <keyword name="HistoryFilterModel.__sourceRowsRemoved" id="HistoryFilterModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsRemoved" /> + <keyword name="HistoryFilterModel.columnCount" id="HistoryFilterModel.columnCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.columnCount" /> + <keyword name="HistoryFilterModel.data" id="HistoryFilterModel.data" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.data" /> + <keyword name="HistoryFilterModel.headerData" id="HistoryFilterModel.headerData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.headerData" /> + <keyword name="HistoryFilterModel.historyContains" id="HistoryFilterModel.historyContains" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyContains" /> + <keyword name="HistoryFilterModel.historyLocation" id="HistoryFilterModel.historyLocation" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyLocation" /> + <keyword name="HistoryFilterModel.index" id="HistoryFilterModel.index" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.index" /> + <keyword name="HistoryFilterModel.mapFromSource" id="HistoryFilterModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapFromSource" /> + <keyword name="HistoryFilterModel.mapToSource" id="HistoryFilterModel.mapToSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapToSource" /> + <keyword name="HistoryFilterModel.parent" id="HistoryFilterModel.parent" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.parent" /> + <keyword name="HistoryFilterModel.recalculateFrequencies" id="HistoryFilterModel.recalculateFrequencies" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.recalculateFrequencies" /> + <keyword name="HistoryFilterModel.removeRows" id="HistoryFilterModel.removeRows" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.removeRows" /> + <keyword name="HistoryFilterModel.rowCount" id="HistoryFilterModel.rowCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.rowCount" /> + <keyword name="HistoryFilterModel.setSourceModel" id="HistoryFilterModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.setSourceModel" /> + <keyword name="HistoryManager (Module)" id="HistoryManager (Module)" ref="eric5.Helpviewer.History.HistoryManager.html" /> + <keyword name="HistoryEntry" id="HistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry" /> + <keyword name="HistoryManager" id="HistoryManager" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager" /> + <keyword name="HistoryEntry (Constructor)" id="HistoryEntry (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__init__" /> + <keyword name="HistoryEntry.__eq__" id="HistoryEntry.__eq__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__eq__" /> + <keyword name="HistoryEntry.__lt__" id="HistoryEntry.__lt__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__lt__" /> + <keyword name="HistoryEntry.userTitle" id="HistoryEntry.userTitle" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.userTitle" /> + <keyword name="HistoryManager (Constructor)" id="HistoryManager (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__init__" /> + <keyword name="HistoryManager.__checkForExpired" id="HistoryManager.__checkForExpired" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__checkForExpired" /> + <keyword name="HistoryManager.__load" id="HistoryManager.__load" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__load" /> + <keyword name="HistoryManager.__refreshFrequencies" id="HistoryManager.__refreshFrequencies" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__refreshFrequencies" /> + <keyword name="HistoryManager.__startFrequencyTimer" id="HistoryManager.__startFrequencyTimer" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__startFrequencyTimer" /> + <keyword name="HistoryManager._addHistoryEntry" id="HistoryManager._addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._addHistoryEntry" /> + <keyword name="HistoryManager._removeHistoryEntry" id="HistoryManager._removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._removeHistoryEntry" /> + <keyword name="HistoryManager.addHistoryEntry" id="HistoryManager.addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.addHistoryEntry" /> + <keyword name="HistoryManager.clear" id="HistoryManager.clear" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.clear" /> + <keyword name="HistoryManager.close" id="HistoryManager.close" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.close" /> + <keyword name="HistoryManager.daysToExpire" id="HistoryManager.daysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.daysToExpire" /> + <keyword name="HistoryManager.history" id="HistoryManager.history" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.history" /> + <keyword name="HistoryManager.historyContains" id="HistoryManager.historyContains" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyContains" /> + <keyword name="HistoryManager.historyFilterModel" id="HistoryManager.historyFilterModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyFilterModel" /> + <keyword name="HistoryManager.historyModel" id="HistoryManager.historyModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyModel" /> + <keyword name="HistoryManager.historyTreeModel" id="HistoryManager.historyTreeModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyTreeModel" /> + <keyword name="HistoryManager.preferencesChanged" id="HistoryManager.preferencesChanged" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.preferencesChanged" /> + <keyword name="HistoryManager.removeHistoryEntry" id="HistoryManager.removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.removeHistoryEntry" /> + <keyword name="HistoryManager.save" id="HistoryManager.save" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.save" /> + <keyword name="HistoryManager.setDaysToExpire" id="HistoryManager.setDaysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setDaysToExpire" /> + <keyword name="HistoryManager.setHistory" id="HistoryManager.setHistory" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setHistory" /> + <keyword name="HistoryManager.updateHistoryEntry" id="HistoryManager.updateHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.updateHistoryEntry" /> + <keyword name="HistoryMenu (Module)" id="HistoryMenu (Module)" ref="eric5.Helpviewer.History.HistoryMenu.html" /> + <keyword name="HistoryMenu" id="HistoryMenu" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu" /> + <keyword name="HistoryMenuModel" id="HistoryMenuModel" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel" /> + <keyword name="HistoryMenu (Constructor)" id="HistoryMenu (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__init__" /> + <keyword name="HistoryMenu.__activated" id="HistoryMenu.__activated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__activated" /> + <keyword name="HistoryMenu.__clearHistoryDialog" id="HistoryMenu.__clearHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__clearHistoryDialog" /> + <keyword name="HistoryMenu.__showHistoryDialog" id="HistoryMenu.__showHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__showHistoryDialog" /> + <keyword name="HistoryMenu.postPopulated" id="HistoryMenu.postPopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.postPopulated" /> + <keyword name="HistoryMenu.prePopulated" id="HistoryMenu.prePopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.prePopulated" /> + <keyword name="HistoryMenu.setInitialActions" id="HistoryMenu.setInitialActions" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.setInitialActions" /> + <keyword name="HistoryMenuModel (Constructor)" id="HistoryMenuModel (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.__init__" /> + <keyword name="HistoryMenuModel.bumpedRows" id="HistoryMenuModel.bumpedRows" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.bumpedRows" /> + <keyword name="HistoryMenuModel.columnCount" id="HistoryMenuModel.columnCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.columnCount" /> + <keyword name="HistoryMenuModel.index" id="HistoryMenuModel.index" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.index" /> + <keyword name="HistoryMenuModel.mapFromSource" id="HistoryMenuModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapFromSource" /> + <keyword name="HistoryMenuModel.mapToSource" id="HistoryMenuModel.mapToSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapToSource" /> + <keyword name="HistoryMenuModel.mimeData" id="HistoryMenuModel.mimeData" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mimeData" /> + <keyword name="HistoryMenuModel.parent" id="HistoryMenuModel.parent" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.parent" /> + <keyword name="HistoryMenuModel.rowCount" id="HistoryMenuModel.rowCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.rowCount" /> + <keyword name="HistoryModel (Module)" id="HistoryModel (Module)" ref="eric5.Helpviewer.History.HistoryModel.html" /> + <keyword name="HistoryModel" id="HistoryModel" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel" /> + <keyword name="HistoryModel (Constructor)" id="HistoryModel (Constructor)" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.__init__" /> + <keyword name="HistoryModel.columnCount" id="HistoryModel.columnCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.columnCount" /> + <keyword name="HistoryModel.data" id="HistoryModel.data" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.data" /> + <keyword name="HistoryModel.entryAdded" id="HistoryModel.entryAdded" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryAdded" /> + <keyword name="HistoryModel.entryUpdated" id="HistoryModel.entryUpdated" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryUpdated" /> + <keyword name="HistoryModel.headerData" id="HistoryModel.headerData" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.headerData" /> + <keyword name="HistoryModel.historyReset" id="HistoryModel.historyReset" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.historyReset" /> + <keyword name="HistoryModel.removeRows" id="HistoryModel.removeRows" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.removeRows" /> + <keyword name="HistoryModel.rowCount" id="HistoryModel.rowCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.rowCount" /> + <keyword name="HistoryTreeModel (Module)" id="HistoryTreeModel (Module)" ref="eric5.Helpviewer.History.HistoryTreeModel.html" /> + <keyword name="HistoryTreeModel" id="HistoryTreeModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel" /> + <keyword name="HistoryTreeModel (Constructor)" id="HistoryTreeModel (Constructor)" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__init__" /> + <keyword name="HistoryTreeModel.__sourceDateRow" id="HistoryTreeModel.__sourceDateRow" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceDateRow" /> + <keyword name="HistoryTreeModel.__sourceReset" id="HistoryTreeModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceReset" /> + <keyword name="HistoryTreeModel.__sourceRowsInserted" id="HistoryTreeModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsInserted" /> + <keyword name="HistoryTreeModel.__sourceRowsRemoved" id="HistoryTreeModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsRemoved" /> + <keyword name="HistoryTreeModel.columnCount" id="HistoryTreeModel.columnCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.columnCount" /> + <keyword name="HistoryTreeModel.data" id="HistoryTreeModel.data" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.data" /> + <keyword name="HistoryTreeModel.flags" id="HistoryTreeModel.flags" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.flags" /> + <keyword name="HistoryTreeModel.hasChildren" id="HistoryTreeModel.hasChildren" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.hasChildren" /> + <keyword name="HistoryTreeModel.headerData" id="HistoryTreeModel.headerData" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.headerData" /> + <keyword name="HistoryTreeModel.index" id="HistoryTreeModel.index" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.index" /> + <keyword name="HistoryTreeModel.mapFromSource" id="HistoryTreeModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapFromSource" /> + <keyword name="HistoryTreeModel.mapToSource" id="HistoryTreeModel.mapToSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapToSource" /> + <keyword name="HistoryTreeModel.parent" id="HistoryTreeModel.parent" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.parent" /> + <keyword name="HistoryTreeModel.removeRows" id="HistoryTreeModel.removeRows" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.removeRows" /> + <keyword name="HistoryTreeModel.rowCount" id="HistoryTreeModel.rowCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.rowCount" /> + <keyword name="HistoryTreeModel.setSourceModel" id="HistoryTreeModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.setSourceModel" /> + <keyword name="Network (Package)" id="Network (Package)" ref="index-eric5.Helpviewer.Network.html" /> + <keyword name="AboutAccessHandler (Module)" id="AboutAccessHandler (Module)" ref="eric5.Helpviewer.Network.AboutAccessHandler.html" /> + <keyword name="AboutAccessHandler" id="AboutAccessHandler" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler" /> + <keyword name="AboutAccessHandler.createRequest" id="AboutAccessHandler.createRequest" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler.createRequest" /> + <keyword name="FtpAccessHandler (Module)" id="FtpAccessHandler (Module)" ref="eric5.Helpviewer.Network.FtpAccessHandler.html" /> + <keyword name="FtpAccessHandler" id="FtpAccessHandler" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler" /> + <keyword name="FtpAccessHandler.createRequest" id="FtpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler.createRequest" /> + <keyword name="FtpReply (Module)" id="FtpReply (Module)" ref="eric5.Helpviewer.Network.FtpReply.html" /> + <keyword name="FtpReply" id="FtpReply" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply" /> + <keyword name="FtpReply (Constructor)" id="FtpReply (Constructor)" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__init__" /> + <keyword name="FtpReply.__commandStarted" id="FtpReply.__commandStarted" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__commandStarted" /> + <keyword name="FtpReply.__connectToHost" id="FtpReply.__connectToHost" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__connectToHost" /> + <keyword name="FtpReply.__cssLinkClass" id="FtpReply.__cssLinkClass" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__cssLinkClass" /> + <keyword name="FtpReply.__errorSignals" id="FtpReply.__errorSignals" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__errorSignals" /> + <keyword name="FtpReply.__processCommand" id="FtpReply.__processCommand" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processCommand" /> + <keyword name="FtpReply.__processData" id="FtpReply.__processData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processData" /> + <keyword name="FtpReply.__processListInfo" id="FtpReply.__processListInfo" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processListInfo" /> + <keyword name="FtpReply.__setContent" id="FtpReply.__setContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setContent" /> + <keyword name="FtpReply.__setListContent" id="FtpReply.__setListContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setListContent" /> + <keyword name="FtpReply.abort" id="FtpReply.abort" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.abort" /> + <keyword name="FtpReply.bytesAvailable" id="FtpReply.bytesAvailable" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.bytesAvailable" /> + <keyword name="FtpReply.isSequential" id="FtpReply.isSequential" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.isSequential" /> + <keyword name="FtpReply.readData" id="FtpReply.readData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.readData" /> + <keyword name="NetworkAccessManager (Module)" id="NetworkAccessManager (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html" /> + <keyword name="NetworkAccessManager" id="NetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager" /> + <keyword name="NetworkAccessManager (Constructor)" id="NetworkAccessManager (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__init__" /> + <keyword name="NetworkAccessManager.__authenticationRequired" id="NetworkAccessManager.__authenticationRequired" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__authenticationRequired" /> + <keyword name="NetworkAccessManager.__certToString" id="NetworkAccessManager.__certToString" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__certToString" /> + <keyword name="NetworkAccessManager.__getSystemCaCertificates" id="NetworkAccessManager.__getSystemCaCertificates" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__getSystemCaCertificates" /> + <keyword name="NetworkAccessManager.__setDiskCache" id="NetworkAccessManager.__setDiskCache" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__setDiskCache" /> + <keyword name="NetworkAccessManager.__sslErrors" id="NetworkAccessManager.__sslErrors" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__sslErrors" /> + <keyword name="NetworkAccessManager.createRequest" id="NetworkAccessManager.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.createRequest" /> + <keyword name="NetworkAccessManager.languagesChanged" id="NetworkAccessManager.languagesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.languagesChanged" /> + <keyword name="NetworkAccessManager.preferencesChanged" id="NetworkAccessManager.preferencesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.preferencesChanged" /> + <keyword name="NetworkAccessManager.setSchemeHandler" id="NetworkAccessManager.setSchemeHandler" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.setSchemeHandler" /> + <keyword name="NetworkAccessManagerProxy (Module)" id="NetworkAccessManagerProxy (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html" /> + <keyword name="NetworkAccessManagerProxy" id="NetworkAccessManagerProxy" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy" /> + <keyword name="NetworkAccessManagerProxy (Constructor)" id="NetworkAccessManagerProxy (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.__init__" /> + <keyword name="NetworkAccessManagerProxy.createRequest" id="NetworkAccessManagerProxy.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.createRequest" /> + <keyword name="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" id="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" /> + <keyword name="NetworkAccessManagerProxy.setWebPage" id="NetworkAccessManagerProxy.setWebPage" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setWebPage" /> + <keyword name="NetworkDiskCache (Module)" id="NetworkDiskCache (Module)" ref="eric5.Helpviewer.Network.NetworkDiskCache.html" /> + <keyword name="NetworkDiskCache" id="NetworkDiskCache" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache" /> + <keyword name="NetworkDiskCache.prepare" id="NetworkDiskCache.prepare" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache.prepare" /> + <keyword name="NetworkProtocolUnknownErrorReply (Module)" id="NetworkProtocolUnknownErrorReply (Module)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html" /> + <keyword name="NetworkProtocolUnknownErrorReply" id="NetworkProtocolUnknownErrorReply" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply" /> + <keyword name="NetworkProtocolUnknownErrorReply (Constructor)" id="NetworkProtocolUnknownErrorReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__init__" /> + <keyword name="NetworkProtocolUnknownErrorReply.__fireSignals" id="NetworkProtocolUnknownErrorReply.__fireSignals" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__fireSignals" /> + <keyword name="NetworkProtocolUnknownErrorReply.abort" id="NetworkProtocolUnknownErrorReply.abort" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.abort" /> + <keyword name="NetworkProtocolUnknownErrorReply.bytesAvailable" id="NetworkProtocolUnknownErrorReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.bytesAvailable" /> + <keyword name="NetworkReply (Module)" id="NetworkReply (Module)" ref="eric5.Helpviewer.Network.NetworkReply.html" /> + <keyword name="NetworkReply" id="NetworkReply" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply" /> + <keyword name="NetworkReply (Constructor)" id="NetworkReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.__init__" /> + <keyword name="NetworkReply.abort" id="NetworkReply.abort" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.abort" /> + <keyword name="NetworkReply.bytesAvailable" id="NetworkReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.bytesAvailable" /> + <keyword name="NetworkReply.readData" id="NetworkReply.readData" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.readData" /> + <keyword name="PyrcAccessHandler (Module)" id="PyrcAccessHandler (Module)" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html" /> + <keyword name="PyrcAccessHandler" id="PyrcAccessHandler" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler" /> + <keyword name="PyrcAccessHandler.createRequest" id="PyrcAccessHandler.createRequest" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler.createRequest" /> + <keyword name="QtHelpAccessHandler (Module)" id="QtHelpAccessHandler (Module)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html" /> + <keyword name="QtHelpAccessHandler" id="QtHelpAccessHandler" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler" /> + <keyword name="QtHelpAccessHandler (Constructor)" id="QtHelpAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__init__" /> + <keyword name="QtHelpAccessHandler.__mimeFromUrl" id="QtHelpAccessHandler.__mimeFromUrl" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__mimeFromUrl" /> + <keyword name="QtHelpAccessHandler.createRequest" id="QtHelpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.createRequest" /> + <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" /> + <keyword name="SchemeAccessHandler" id="SchemeAccessHandler" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler" /> + <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" /> + <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" /> + <keyword name="OfflineStorage (Package)" id="OfflineStorage (Package)" ref="index-eric5.Helpviewer.OfflineStorage.html" /> + <keyword name="OfflineStorageConfigDialog (Module)" id="OfflineStorageConfigDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html" /> + <keyword name="OfflineStorageConfigDialog" id="OfflineStorageConfigDialog" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog" /> + <keyword name="OfflineStorageConfigDialog (Constructor)" id="OfflineStorageConfigDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.__init__" /> + <keyword name="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" id="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.on_showDatabasesButton_clicked" /> + <keyword name="OfflineStorageConfigDialog.storeData" id="OfflineStorageConfigDialog.storeData" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.storeData" /> + <keyword name="WebDatabasesDialog (Module)" id="WebDatabasesDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html" /> + <keyword name="WebDatabasesDialog" id="WebDatabasesDialog" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog" /> + <keyword name="WebDatabasesDialog (Constructor)" id="WebDatabasesDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog.__init__" /> + <keyword name="WebDatabasesModel (Module)" id="WebDatabasesModel (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html" /> + <keyword name="WebDatabasesModel" id="WebDatabasesModel" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel" /> + <keyword name="WebDatabasesModel (Constructor)" id="WebDatabasesModel (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__init__" /> + <keyword name="WebDatabasesModel.__dataString" id="WebDatabasesModel.__dataString" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__dataString" /> + <keyword name="WebDatabasesModel.columnCount" id="WebDatabasesModel.columnCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.columnCount" /> + <keyword name="WebDatabasesModel.data" id="WebDatabasesModel.data" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.data" /> + <keyword name="WebDatabasesModel.hasChildren" id="WebDatabasesModel.hasChildren" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.hasChildren" /> + <keyword name="WebDatabasesModel.headerData" id="WebDatabasesModel.headerData" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.headerData" /> + <keyword name="WebDatabasesModel.index" id="WebDatabasesModel.index" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.index" /> + <keyword name="WebDatabasesModel.parent" id="WebDatabasesModel.parent" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.parent" /> + <keyword name="WebDatabasesModel.removeRows" id="WebDatabasesModel.removeRows" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.removeRows" /> + <keyword name="WebDatabasesModel.rowCount" id="WebDatabasesModel.rowCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.rowCount" /> + <keyword name="OpenSearch (Package)" id="OpenSearch (Package)" ref="index-eric5.Helpviewer.OpenSearch.html" /> + <keyword name="OpenSearchDefaultEngines (Module)" id="OpenSearchDefaultEngines (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDefaultEngines.html" /> + <keyword name="OpenSearchDialog (Module)" id="OpenSearchDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html" /> + <keyword name="OpenSearchDialog" id="OpenSearchDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog" /> + <keyword name="OpenSearchDialog (Constructor)" id="OpenSearchDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__init__" /> + <keyword name="OpenSearchDialog.__selectionChanged" id="OpenSearchDialog.__selectionChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__selectionChanged" /> + <keyword name="OpenSearchDialog.on_addButton_clicked" id="OpenSearchDialog.on_addButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_addButton_clicked" /> + <keyword name="OpenSearchDialog.on_deleteButton_clicked" id="OpenSearchDialog.on_deleteButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_deleteButton_clicked" /> + <keyword name="OpenSearchDialog.on_editButton_clicked" id="OpenSearchDialog.on_editButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_editButton_clicked" /> + <keyword name="OpenSearchDialog.on_restoreButton_clicked" id="OpenSearchDialog.on_restoreButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_restoreButton_clicked" /> + <keyword name="OpenSearchEditDialog (Module)" id="OpenSearchEditDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html" /> + <keyword name="OpenSearchEditDialog" id="OpenSearchEditDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog" /> + <keyword name="OpenSearchEditDialog (Constructor)" id="OpenSearchEditDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.__init__" /> + <keyword name="OpenSearchEditDialog.accept" id="OpenSearchEditDialog.accept" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.accept" /> + <keyword name="OpenSearchEngine (Module)" id="OpenSearchEngine (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html" /> + <keyword name="OpenSearchEngine" id="OpenSearchEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine" /> + <keyword name="OpenSearchEngine.parseTemplate" id="OpenSearchEngine.parseTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.parseTemplate" /> + <keyword name="OpenSearchEngine (Constructor)" id="OpenSearchEngine (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__init__" /> + <keyword name="OpenSearchEngine.__eq__" id="OpenSearchEngine.__eq__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__eq__" /> + <keyword name="OpenSearchEngine.__imageObtained" id="OpenSearchEngine.__imageObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__imageObtained" /> + <keyword name="OpenSearchEngine.__lt__" id="OpenSearchEngine.__lt__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__lt__" /> + <keyword name="OpenSearchEngine.__suggestionsObtained" id="OpenSearchEngine.__suggestionsObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__suggestionsObtained" /> + <keyword name="OpenSearchEngine.description" id="OpenSearchEngine.description" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.description" /> + <keyword name="OpenSearchEngine.image" id="OpenSearchEngine.image" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.image" /> + <keyword name="OpenSearchEngine.imageUrl" id="OpenSearchEngine.imageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.imageUrl" /> + <keyword name="OpenSearchEngine.isValid" id="OpenSearchEngine.isValid" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.isValid" /> + <keyword name="OpenSearchEngine.loadImage" id="OpenSearchEngine.loadImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.loadImage" /> + <keyword name="OpenSearchEngine.name" id="OpenSearchEngine.name" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.name" /> + <keyword name="OpenSearchEngine.networkAccessManager" id="OpenSearchEngine.networkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.networkAccessManager" /> + <keyword name="OpenSearchEngine.providesSuggestions" id="OpenSearchEngine.providesSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.providesSuggestions" /> + <keyword name="OpenSearchEngine.requestSuggestions" id="OpenSearchEngine.requestSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.requestSuggestions" /> + <keyword name="OpenSearchEngine.searchMethod" id="OpenSearchEngine.searchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchMethod" /> + <keyword name="OpenSearchEngine.searchParameters" id="OpenSearchEngine.searchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchParameters" /> + <keyword name="OpenSearchEngine.searchUrl" id="OpenSearchEngine.searchUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrl" /> + <keyword name="OpenSearchEngine.searchUrlTemplate" id="OpenSearchEngine.searchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrlTemplate" /> + <keyword name="OpenSearchEngine.setDescription" id="OpenSearchEngine.setDescription" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setDescription" /> + <keyword name="OpenSearchEngine.setImage" id="OpenSearchEngine.setImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImage" /> + <keyword name="OpenSearchEngine.setImageUrl" id="OpenSearchEngine.setImageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrl" /> + <keyword name="OpenSearchEngine.setImageUrlAndLoad" id="OpenSearchEngine.setImageUrlAndLoad" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrlAndLoad" /> + <keyword name="OpenSearchEngine.setName" id="OpenSearchEngine.setName" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setName" /> + <keyword name="OpenSearchEngine.setNetworkAccessManager" id="OpenSearchEngine.setNetworkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setNetworkAccessManager" /> + <keyword name="OpenSearchEngine.setSearchMethod" id="OpenSearchEngine.setSearchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchMethod" /> + <keyword name="OpenSearchEngine.setSearchParameters" id="OpenSearchEngine.setSearchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchParameters" /> + <keyword name="OpenSearchEngine.setSearchUrlTemplate" id="OpenSearchEngine.setSearchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchUrlTemplate" /> + <keyword name="OpenSearchEngine.setSuggestionsMethod" id="OpenSearchEngine.setSuggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsMethod" /> + <keyword name="OpenSearchEngine.setSuggestionsParameters" id="OpenSearchEngine.setSuggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsParameters" /> + <keyword name="OpenSearchEngine.setSuggestionsUrlTemplate" id="OpenSearchEngine.setSuggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsUrlTemplate" /> + <keyword name="OpenSearchEngine.suggestionsMethod" id="OpenSearchEngine.suggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsMethod" /> + <keyword name="OpenSearchEngine.suggestionsParameters" id="OpenSearchEngine.suggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsParameters" /> + <keyword name="OpenSearchEngine.suggestionsUrl" id="OpenSearchEngine.suggestionsUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrl" /> + <keyword name="OpenSearchEngine.suggestionsUrlTemplate" id="OpenSearchEngine.suggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrlTemplate" /> + <keyword name="OpenSearchEngineAction (Module)" id="OpenSearchEngineAction (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html" /> + <keyword name="OpenSearchEngineAction" id="OpenSearchEngineAction" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction" /> + <keyword name="OpenSearchEngineAction (Constructor)" id="OpenSearchEngineAction (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__init__" /> + <keyword name="OpenSearchEngineAction.__imageChanged" id="OpenSearchEngineAction.__imageChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__imageChanged" /> + <keyword name="OpenSearchEngineModel (Module)" id="OpenSearchEngineModel (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html" /> + <keyword name="OpenSearchEngineModel" id="OpenSearchEngineModel" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel" /> + <keyword name="OpenSearchEngineModel (Constructor)" id="OpenSearchEngineModel (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__init__" /> + <keyword name="OpenSearchEngineModel.__enginesChanged" id="OpenSearchEngineModel.__enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__enginesChanged" /> + <keyword name="OpenSearchEngineModel.columnCount" id="OpenSearchEngineModel.columnCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.columnCount" /> + <keyword name="OpenSearchEngineModel.data" id="OpenSearchEngineModel.data" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.data" /> + <keyword name="OpenSearchEngineModel.flags" id="OpenSearchEngineModel.flags" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.flags" /> + <keyword name="OpenSearchEngineModel.headerData" id="OpenSearchEngineModel.headerData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.headerData" /> + <keyword name="OpenSearchEngineModel.removeRows" id="OpenSearchEngineModel.removeRows" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.removeRows" /> + <keyword name="OpenSearchEngineModel.rowCount" id="OpenSearchEngineModel.rowCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.rowCount" /> + <keyword name="OpenSearchEngineModel.setData" id="OpenSearchEngineModel.setData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.setData" /> + <keyword name="OpenSearchManager (Module)" id="OpenSearchManager (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html" /> + <keyword name="OpenSearchManager" id="OpenSearchManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager" /> + <keyword name="OpenSearchManager (Constructor)" id="OpenSearchManager (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__init__" /> + <keyword name="OpenSearchManager.__addEngineByEngine" id="OpenSearchManager.__addEngineByEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByEngine" /> + <keyword name="OpenSearchManager.__addEngineByFile" id="OpenSearchManager.__addEngineByFile" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByFile" /> + <keyword name="OpenSearchManager.__addEngineByUrl" id="OpenSearchManager.__addEngineByUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByUrl" /> + <keyword name="OpenSearchManager.__confirmAddition" id="OpenSearchManager.__confirmAddition" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__confirmAddition" /> + <keyword name="OpenSearchManager.__engineFromUrlAvailable" id="OpenSearchManager.__engineFromUrlAvailable" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__engineFromUrlAvailable" /> + <keyword name="OpenSearchManager.addEngine" id="OpenSearchManager.addEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.addEngine" /> + <keyword name="OpenSearchManager.allEnginesNames" id="OpenSearchManager.allEnginesNames" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.allEnginesNames" /> + <keyword name="OpenSearchManager.close" id="OpenSearchManager.close" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.close" /> + <keyword name="OpenSearchManager.convertKeywordSearchToUrl" id="OpenSearchManager.convertKeywordSearchToUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.convertKeywordSearchToUrl" /> + <keyword name="OpenSearchManager.currentEngine" id="OpenSearchManager.currentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngine" /> + <keyword name="OpenSearchManager.currentEngineName" id="OpenSearchManager.currentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngineName" /> + <keyword name="OpenSearchManager.engine" id="OpenSearchManager.engine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engine" /> + <keyword name="OpenSearchManager.engineExists" id="OpenSearchManager.engineExists" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineExists" /> + <keyword name="OpenSearchManager.engineForKeyword" id="OpenSearchManager.engineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineForKeyword" /> + <keyword name="OpenSearchManager.enginesChanged" id="OpenSearchManager.enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesChanged" /> + <keyword name="OpenSearchManager.enginesCount" id="OpenSearchManager.enginesCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesCount" /> + <keyword name="OpenSearchManager.enginesDirectory" id="OpenSearchManager.enginesDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesDirectory" /> + <keyword name="OpenSearchManager.generateEngineFileName" id="OpenSearchManager.generateEngineFileName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.generateEngineFileName" /> + <keyword name="OpenSearchManager.keywordsForEngine" id="OpenSearchManager.keywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.keywordsForEngine" /> + <keyword name="OpenSearchManager.load" id="OpenSearchManager.load" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.load" /> + <keyword name="OpenSearchManager.loadDirectory" id="OpenSearchManager.loadDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.loadDirectory" /> + <keyword name="OpenSearchManager.removeEngine" id="OpenSearchManager.removeEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.removeEngine" /> + <keyword name="OpenSearchManager.restoreDefaults" id="OpenSearchManager.restoreDefaults" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.restoreDefaults" /> + <keyword name="OpenSearchManager.save" id="OpenSearchManager.save" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.save" /> + <keyword name="OpenSearchManager.saveDirectory" id="OpenSearchManager.saveDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.saveDirectory" /> + <keyword name="OpenSearchManager.setCurrentEngine" id="OpenSearchManager.setCurrentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngine" /> + <keyword name="OpenSearchManager.setCurrentEngineName" id="OpenSearchManager.setCurrentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngineName" /> + <keyword name="OpenSearchManager.setEngineForKeyword" id="OpenSearchManager.setEngineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setEngineForKeyword" /> + <keyword name="OpenSearchManager.setKeywordsForEngine" id="OpenSearchManager.setKeywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setKeywordsForEngine" /> + <keyword name="OpenSearchReader (Module)" id="OpenSearchReader (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html" /> + <keyword name="OpenSearchReader" id="OpenSearchReader" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader" /> + <keyword name="OpenSearchReader.__read" id="OpenSearchReader.__read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.__read" /> + <keyword name="OpenSearchReader.read" id="OpenSearchReader.read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.read" /> + <keyword name="OpenSearchWriter (Module)" id="OpenSearchWriter (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html" /> + <keyword name="OpenSearchWriter" id="OpenSearchWriter" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter" /> + <keyword name="OpenSearchWriter (Constructor)" id="OpenSearchWriter (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__init__" /> + <keyword name="OpenSearchWriter.__write" id="OpenSearchWriter.__write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__write" /> + <keyword name="OpenSearchWriter.write" id="OpenSearchWriter.write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.write" /> + <keyword name="Passwords (Package)" id="Passwords (Package)" ref="index-eric5.Helpviewer.Passwords.html" /> + <keyword name="PasswordManager (Module)" id="PasswordManager (Module)" ref="eric5.Helpviewer.Passwords.PasswordManager.html" /> + <keyword name="LoginForm" id="LoginForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm" /> + <keyword name="PasswordManager" id="PasswordManager" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager" /> + <keyword name="LoginForm (Constructor)" id="LoginForm (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.__init__" /> + <keyword name="LoginForm.isValid" id="LoginForm.isValid" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.isValid" /> + <keyword name="LoginForm.load" id="LoginForm.load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.load" /> + <keyword name="LoginForm.save" id="LoginForm.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.save" /> + <keyword name="PasswordManager (Constructor)" id="PasswordManager (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__init__" /> + <keyword name="PasswordManager.__createKey" id="PasswordManager.__createKey" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__createKey" /> + <keyword name="PasswordManager.__extractMultipartQueryItems" id="PasswordManager.__extractMultipartQueryItems" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__extractMultipartQueryItems" /> + <keyword name="PasswordManager.__findForm" id="PasswordManager.__findForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__findForm" /> + <keyword name="PasswordManager.__load" id="PasswordManager.__load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__load" /> + <keyword name="PasswordManager.__stripUrl" id="PasswordManager.__stripUrl" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__stripUrl" /> + <keyword name="PasswordManager.allSiteNames" id="PasswordManager.allSiteNames" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.allSiteNames" /> + <keyword name="PasswordManager.clear" id="PasswordManager.clear" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.clear" /> + <keyword name="PasswordManager.close" id="PasswordManager.close" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.close" /> + <keyword name="PasswordManager.fill" id="PasswordManager.fill" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.fill" /> + <keyword name="PasswordManager.getLogin" id="PasswordManager.getLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.getLogin" /> + <keyword name="PasswordManager.masterPasswordChanged" id="PasswordManager.masterPasswordChanged" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.masterPasswordChanged" /> + <keyword name="PasswordManager.post" id="PasswordManager.post" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.post" /> + <keyword name="PasswordManager.removePassword" id="PasswordManager.removePassword" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.removePassword" /> + <keyword name="PasswordManager.save" id="PasswordManager.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.save" /> + <keyword name="PasswordManager.setLogin" id="PasswordManager.setLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.setLogin" /> + <keyword name="PasswordManager.siteInfo" id="PasswordManager.siteInfo" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.siteInfo" /> + <keyword name="PasswordManager.sitesCount" id="PasswordManager.sitesCount" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.sitesCount" /> + <keyword name="PasswordModel (Module)" id="PasswordModel (Module)" ref="eric5.Helpviewer.Passwords.PasswordModel.html" /> + <keyword name="PasswordModel" id="PasswordModel" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel" /> + <keyword name="PasswordModel (Constructor)" id="PasswordModel (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__init__" /> + <keyword name="PasswordModel.__passwordsChanged" id="PasswordModel.__passwordsChanged" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__passwordsChanged" /> + <keyword name="PasswordModel.columnCount" id="PasswordModel.columnCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.columnCount" /> + <keyword name="PasswordModel.data" id="PasswordModel.data" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.data" /> + <keyword name="PasswordModel.headerData" id="PasswordModel.headerData" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.headerData" /> + <keyword name="PasswordModel.removeRows" id="PasswordModel.removeRows" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.removeRows" /> + <keyword name="PasswordModel.rowCount" id="PasswordModel.rowCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.rowCount" /> + <keyword name="PasswordModel.setShowPasswords" id="PasswordModel.setShowPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.setShowPasswords" /> + <keyword name="PasswordModel.showPasswords" id="PasswordModel.showPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.showPasswords" /> + <keyword name="PasswordsDialog (Module)" id="PasswordsDialog (Module)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html" /> + <keyword name="PasswordsDialog" id="PasswordsDialog" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog" /> + <keyword name="PasswordsDialog (Constructor)" id="PasswordsDialog (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__init__" /> + <keyword name="PasswordsDialog.__calculateHeaderSizes" id="PasswordsDialog.__calculateHeaderSizes" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__calculateHeaderSizes" /> + <keyword name="PasswordsDialog.on_passwordsButton_clicked" id="PasswordsDialog.on_passwordsButton_clicked" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.on_passwordsButton_clicked" /> + <keyword name="UrlBar (Package)" id="UrlBar (Package)" ref="index-eric5.Helpviewer.UrlBar.html" /> + <keyword name="BookmarkInfoDialog (Module)" id="BookmarkInfoDialog (Module)" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html" /> + <keyword name="BookmarkInfoDialog" id="BookmarkInfoDialog" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog" /> + <keyword name="BookmarkInfoDialog (Constructor)" id="BookmarkInfoDialog (Constructor)" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.__init__" /> + <keyword name="BookmarkInfoDialog.accept" id="BookmarkInfoDialog.accept" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.accept" /> + <keyword name="BookmarkInfoDialog.on_removeButton_clicked" id="BookmarkInfoDialog.on_removeButton_clicked" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.on_removeButton_clicked" /> + <keyword name="FavIconLabel (Module)" id="FavIconLabel (Module)" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html" /> + <keyword name="FavIconLabel" id="FavIconLabel" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel" /> + <keyword name="FavIconLabel (Constructor)" id="FavIconLabel (Constructor)" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.__init__" /> + <keyword name="FavIconLabel.__browserIconChanged" id="FavIconLabel.__browserIconChanged" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.__browserIconChanged" /> + <keyword name="FavIconLabel.mouseMoveEvent" id="FavIconLabel.mouseMoveEvent" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mouseMoveEvent" /> + <keyword name="FavIconLabel.mousePressEvent" id="FavIconLabel.mousePressEvent" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mousePressEvent" /> + <keyword name="FavIconLabel.setBrowser" id="FavIconLabel.setBrowser" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.setBrowser" /> + <keyword name="SslLabel (Module)" id="SslLabel (Module)" ref="eric5.Helpviewer.UrlBar.SslLabel.html" /> + <keyword name="SslLabel" id="SslLabel" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel" /> + <keyword name="SslLabel (Constructor)" id="SslLabel (Constructor)" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.__init__" /> + <keyword name="SslLabel.mouseDoubleClickEvent" id="SslLabel.mouseDoubleClickEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseDoubleClickEvent" /> + <keyword name="SslLabel.mouseReleaseEvent" id="SslLabel.mouseReleaseEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseReleaseEvent" /> + <keyword name="SslLabel.setValidity" id="SslLabel.setValidity" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.setValidity" /> + <keyword name="StackedUrlBar (Module)" id="StackedUrlBar (Module)" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html" /> + <keyword name="StackedUrlBar" id="StackedUrlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar" /> + <keyword name="StackedUrlBar (Constructor)" id="StackedUrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.__init__" /> + <keyword name="StackedUrlBar.currentUrlBar" id="StackedUrlBar.currentUrlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.currentUrlBar" /> + <keyword name="StackedUrlBar.moveBar" id="StackedUrlBar.moveBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.moveBar" /> + <keyword name="StackedUrlBar.urlBar" id="StackedUrlBar.urlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.urlBar" /> + <keyword name="StackedUrlBar.urlBars" id="StackedUrlBar.urlBars" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.urlBars" /> + <keyword name="UrlBar (Module)" id="UrlBar (Module)" ref="eric5.Helpviewer.UrlBar.UrlBar.html" /> + <keyword name="UrlBar" id="UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar" /> + <keyword name="UrlBar (Constructor)" id="UrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__init__" /> + <keyword name="UrlBar.__bookmarkChanged" id="UrlBar.__bookmarkChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__bookmarkChanged" /> + <keyword name="UrlBar.__browserUrlChanged" id="UrlBar.__browserUrlChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__browserUrlChanged" /> + <keyword name="UrlBar.__loadFinished" id="UrlBar.__loadFinished" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__loadFinished" /> + <keyword name="UrlBar.__loadStarted" id="UrlBar.__loadStarted" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__loadStarted" /> + <keyword name="UrlBar.__privacyClicked" id="UrlBar.__privacyClicked" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__privacyClicked" /> + <keyword name="UrlBar.__rssClicked" id="UrlBar.__rssClicked" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__rssClicked" /> + <keyword name="UrlBar.__showBookmarkInfo" id="UrlBar.__showBookmarkInfo" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__showBookmarkInfo" /> + <keyword name="UrlBar.__textChanged" id="UrlBar.__textChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__textChanged" /> + <keyword name="UrlBar.browser" id="UrlBar.browser" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.browser" /> + <keyword name="UrlBar.dragEnterEvent" id="UrlBar.dragEnterEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.dragEnterEvent" /> + <keyword name="UrlBar.dropEvent" id="UrlBar.dropEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.dropEvent" /> + <keyword name="UrlBar.focusOutEvent" id="UrlBar.focusOutEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.focusOutEvent" /> + <keyword name="UrlBar.keyPressEvent" id="UrlBar.keyPressEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.keyPressEvent" /> + <keyword name="UrlBar.mouseDoubleClickEvent" id="UrlBar.mouseDoubleClickEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.mouseDoubleClickEvent" /> + <keyword name="UrlBar.mousePressEvent" id="UrlBar.mousePressEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.mousePressEvent" /> + <keyword name="UrlBar.paintEvent" id="UrlBar.paintEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.paintEvent" /> + <keyword name="UrlBar.preferencesChanged" id="UrlBar.preferencesChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.preferencesChanged" /> + <keyword name="UrlBar.setBrowser" id="UrlBar.setBrowser" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.setBrowser" /> + <keyword name="UrlBar.setPrivateMode" id="UrlBar.setPrivateMode" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.setPrivateMode" /> + <keyword name="UserAgent (Package)" id="UserAgent (Package)" ref="index-eric5.Helpviewer.UserAgent.html" /> + <keyword name="UserAgentDefaults (Module)" id="UserAgentDefaults (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentDefaults.html" /> + <keyword name="UserAgentMenu (Module)" id="UserAgentMenu (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html" /> + <keyword name="UserAgentMenu" id="UserAgentMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu" /> + <keyword name="UserAgentMenu (Constructor)" id="UserAgentMenu (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__init__" /> + <keyword name="UserAgentMenu.__addDefaultActions" id="UserAgentMenu.__addDefaultActions" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__addDefaultActions" /> + <keyword name="UserAgentMenu.__changeUserAgent" id="UserAgentMenu.__changeUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__changeUserAgent" /> + <keyword name="UserAgentMenu.__populateMenu" id="UserAgentMenu.__populateMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__populateMenu" /> + <keyword name="UserAgentMenu.__switchToDefaultUserAgent" id="UserAgentMenu.__switchToDefaultUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToDefaultUserAgent" /> + <keyword name="UserAgentMenu.__switchToOtherUserAgent" id="UserAgentMenu.__switchToOtherUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToOtherUserAgent" /> + <keyword name="cursors (Package)" id="cursors (Package)" ref="index-eric5.IconEditor.cursors.html" /> + <keyword name="cursors_rc (Module)" id="cursors_rc (Module)" ref="eric5.IconEditor.cursors.cursors_rc.html" /> + <keyword name="qCleanupResources" id="qCleanupResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qCleanupResources" /> + <keyword name="qInitResources" id="qInitResources" ref="eric5.IconEditor.cursors.cursors_rc.html#qInitResources" /> + <keyword name="AboutPlugin (Package)" id="AboutPlugin (Package)" ref="index-eric5.Plugins.AboutPlugin.html" /> + <keyword name="AboutDialog (Module)" id="AboutDialog (Module)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html" /> + <keyword name="AboutDialog" id="AboutDialog" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog" /> + <keyword name="AboutDialog (Constructor)" id="AboutDialog (Constructor)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog.__init__" /> + <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" /> + <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" /> + <keyword name="VcsPlugins (Package)" id="VcsPlugins (Package)" ref="index-eric5.Plugins.VcsPlugins.html" /> + <keyword name="ViewManagerPlugins (Package)" id="ViewManagerPlugins (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.html" /> + <keyword name="WizardPlugins (Package)" id="WizardPlugins (Package)" ref="index-eric5.Plugins.WizardPlugins.html" /> + <keyword name="Pep8 (Package)" id="Pep8 (Package)" ref="index-eric5.Plugins.CheckerPlugins.Pep8.html" /> + <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html" /> + <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker" /> + <keyword name="_main" id="_main" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#_main" /> + <keyword name="blank_lines" id="blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#blank_lines" /> + <keyword name="compound_statements" id="compound_statements" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#compound_statements" /> + <keyword name="excluded" id="excluded" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#excluded" /> + <keyword name="expand_indent" id="expand_indent" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#expand_indent" /> + <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#extraneous_whitespace" /> + <keyword name="filename_match" id="filename_match" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#filename_match" /> + <keyword name="find_checks" id="find_checks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#find_checks" /> + <keyword name="getMessage" id="getMessage" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#getMessage" /> + <keyword name="get_count" id="get_count" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_count" /> + <keyword name="get_error_statistics" id="get_error_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_error_statistics" /> + <keyword name="get_statistics" id="get_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_statistics" /> + <keyword name="get_warning_statistics" id="get_warning_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_warning_statistics" /> + <keyword name="ignore_code" id="ignore_code" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#ignore_code" /> + <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#imports_on_separate_lines" /> + <keyword name="indentation" id="indentation" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#indentation" /> + <keyword name="input_dir" id="input_dir" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#input_dir" /> + <keyword name="input_file" id="input_file" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#input_file" /> + <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#maximum_line_length" /> + <keyword name="message" id="message" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#message" /> + <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_newline" /> + <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace" /> + <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace_around_operator" /> + <keyword name="mute_string" id="mute_string" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#mute_string" /> + <keyword name="print_benchmark" id="print_benchmark" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#print_benchmark" /> + <keyword name="print_statistics" id="print_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#print_statistics" /> + <keyword name="process_options" id="process_options" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#process_options" /> + <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_backticks" /> + <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_has_key" /> + <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_not_equal" /> + <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_raise_comma" /> + <keyword name="readlines" id="readlines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines" /> + <keyword name="readlines_1" id="readlines_1" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines_1" /> + <keyword name="reset_counters" id="reset_counters" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#reset_counters" /> + <keyword name="run_tests" id="run_tests" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#run_tests" /> + <keyword name="selftest" id="selftest" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#selftest" /> + <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_obsolete" /> + <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_or_spaces" /> + <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_blank_lines" /> + <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_whitespace" /> + <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_comma" /> + <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_named_parameter_equals" /> + <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_operator" /> + <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_inline_comment" /> + <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_parameters" /> + <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.__init__" /> + <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.build_tokens_line" /> + <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_all" /> + <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_logical" /> + <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_physical" /> + <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline" /> + <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline_check_physical" /> + <keyword name="Checker.report_error" id="Checker.report_error" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.report_error" /> + <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.run_check" /> + <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html" /> + <keyword name="Pep8Checker" id="Pep8Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker" /> + <keyword name="Pep8Py2Checker" id="Pep8Py2Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker" /> + <keyword name="Pep8Checker (Constructor)" id="Pep8Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.__init__" /> + <keyword name="Pep8Checker.__ignore_code" id="Pep8Checker.__ignore_code" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.__ignore_code" /> + <keyword name="Pep8Checker.report_error_args" id="Pep8Checker.report_error_args" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.report_error_args" /> + <keyword name="Pep8Py2Checker (Constructor)" id="Pep8Py2Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker.__init__" /> + <keyword name="Pep8CodeSelectionDialog (Module)" id="Pep8CodeSelectionDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html" /> + <keyword name="Pep8CodeSelectionDialog" id="Pep8CodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog" /> + <keyword name="Pep8CodeSelectionDialog (Constructor)" id="Pep8CodeSelectionDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.__init__" /> + <keyword name="Pep8CodeSelectionDialog.getSelectedCodes" id="Pep8CodeSelectionDialog.getSelectedCodes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.getSelectedCodes" /> + <keyword name="Pep8Dialog (Module)" id="Pep8Dialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html" /> + <keyword name="Pep8Dialog" id="Pep8Dialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog" /> + <keyword name="Pep8Dialog (Constructor)" id="Pep8Dialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__init__" /> + <keyword name="Pep8Dialog.__clearErrors" id="Pep8Dialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__clearErrors" /> + <keyword name="Pep8Dialog.__createResultItem" id="Pep8Dialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__createResultItem" /> + <keyword name="Pep8Dialog.__finish" id="Pep8Dialog.__finish" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__finish" /> + <keyword name="Pep8Dialog.__resetStatistics" id="Pep8Dialog.__resetStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resetStatistics" /> + <keyword name="Pep8Dialog.__resort" id="Pep8Dialog.__resort" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resort" /> + <keyword name="Pep8Dialog.__updateStatistics" id="Pep8Dialog.__updateStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__updateStatistics" /> + <keyword name="Pep8Dialog.on_buttonBox_clicked" id="Pep8Dialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_buttonBox_clicked" /> + <keyword name="Pep8Dialog.on_excludeMessagesSelectButton_clicked" id="Pep8Dialog.on_excludeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_excludeMessagesSelectButton_clicked" /> + <keyword name="Pep8Dialog.on_fixIssuesSelectButton_clicked" id="Pep8Dialog.on_fixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_fixIssuesSelectButton_clicked" /> + <keyword name="Pep8Dialog.on_includeMessagesSelectButton_clicked" id="Pep8Dialog.on_includeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_includeMessagesSelectButton_clicked" /> + <keyword name="Pep8Dialog.on_loadDefaultButton_clicked" id="Pep8Dialog.on_loadDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_loadDefaultButton_clicked" /> + <keyword name="Pep8Dialog.on_resultList_itemActivated" id="Pep8Dialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_resultList_itemActivated" /> + <keyword name="Pep8Dialog.on_showButton_clicked" id="Pep8Dialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_showButton_clicked" /> + <keyword name="Pep8Dialog.on_startButton_clicked" id="Pep8Dialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_startButton_clicked" /> + <keyword name="Pep8Dialog.on_statisticsButton_clicked" id="Pep8Dialog.on_statisticsButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_statisticsButton_clicked" /> + <keyword name="Pep8Dialog.on_storeDefaultButton_clicked" id="Pep8Dialog.on_storeDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_storeDefaultButton_clicked" /> + <keyword name="Pep8Dialog.prepare" id="Pep8Dialog.prepare" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.prepare" /> + <keyword name="Pep8Dialog.start" id="Pep8Dialog.start" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.start" /> + <keyword name="Pep8Fixer (Module)" id="Pep8Fixer (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html" /> + <keyword name="Pep8Fixer" id="Pep8Fixer" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer" /> + <keyword name="Pep8Fixer (Constructor)" id="Pep8Fixer (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__init__" /> + <keyword name="Pep8Fixer.__finalize" id="Pep8Fixer.__finalize" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__finalize" /> + <keyword name="Pep8Fixer.__fixBlankLinesAfterDecorator" id="Pep8Fixer.__fixBlankLinesAfterDecorator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixBlankLinesAfterDecorator" /> + <keyword name="Pep8Fixer.__fixMissingWhitespaceAfter" id="Pep8Fixer.__fixMissingWhitespaceAfter" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixMissingWhitespaceAfter" /> + <keyword name="Pep8Fixer.__fixMissingWhitespaceAroundOperator" id="Pep8Fixer.__fixMissingWhitespaceAroundOperator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixMissingWhitespaceAroundOperator" /> + <keyword name="Pep8Fixer.__fixNewline" id="Pep8Fixer.__fixNewline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixNewline" /> + <keyword name="Pep8Fixer.__fixNotEqual" id="Pep8Fixer.__fixNotEqual" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixNotEqual" /> + <keyword name="Pep8Fixer.__fixOneBlankLine" id="Pep8Fixer.__fixOneBlankLine" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixOneBlankLine" /> + <keyword name="Pep8Fixer.__fixTabs" id="Pep8Fixer.__fixTabs" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTabs" /> + <keyword name="Pep8Fixer.__fixTooManyBlankLines" id="Pep8Fixer.__fixTooManyBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTooManyBlankLines" /> + <keyword name="Pep8Fixer.__fixTrailingBlankLines" id="Pep8Fixer.__fixTrailingBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTrailingBlankLines" /> + <keyword name="Pep8Fixer.__fixTwoBlankLines" id="Pep8Fixer.__fixTwoBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTwoBlankLines" /> + <keyword name="Pep8Fixer.__fixWhitespace" id="Pep8Fixer.__fixWhitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespace" /> + <keyword name="Pep8Fixer.__fixWhitespaceAfter" id="Pep8Fixer.__fixWhitespaceAfter" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAfter" /> + <keyword name="Pep8Fixer.__fixWhitespaceAfterInline" id="Pep8Fixer.__fixWhitespaceAfterInline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAfterInline" /> + <keyword name="Pep8Fixer.__fixWhitespaceAroundEquals" id="Pep8Fixer.__fixWhitespaceAroundEquals" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAroundEquals" /> + <keyword name="Pep8Fixer.__fixWhitespaceAroundOperator" id="Pep8Fixer.__fixWhitespaceAroundOperator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAroundOperator" /> + <keyword name="Pep8Fixer.__fixWhitespaceBefore" id="Pep8Fixer.__fixWhitespaceBefore" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceBefore" /> + <keyword name="Pep8Fixer.__fixWhitespaceBeforeInline" id="Pep8Fixer.__fixWhitespaceBeforeInline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceBeforeInline" /> + <keyword name="Pep8Fixer.__getEol" id="Pep8Fixer.__getEol" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getEol" /> + <keyword name="Pep8Fixer.fixIssue" id="Pep8Fixer.fixIssue" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.fixIssue" /> + <keyword name="Pep8Fixer.saveFile" id="Pep8Fixer.saveFile" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.saveFile" /> + <keyword name="Pep8StatisticsDialog (Module)" id="Pep8StatisticsDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html" /> + <keyword name="Pep8StatisticsDialog" id="Pep8StatisticsDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog" /> + <keyword name="Pep8StatisticsDialog (Constructor)" id="Pep8StatisticsDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__init__" /> + <keyword name="Pep8StatisticsDialog.__createItem" id="Pep8StatisticsDialog.__createItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__createItem" /> + <keyword name="SyntaxChecker (Package)" id="SyntaxChecker (Package)" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html" /> + <keyword name="SyntaxCheckerDialog (Module)" id="SyntaxCheckerDialog (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" /> + <keyword name="SyntaxCheckerDialog" id="SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog" /> + <keyword name="SyntaxCheckerDialog (Constructor)" id="SyntaxCheckerDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__init__" /> + <keyword name="SyntaxCheckerDialog.__clearErrors" id="SyntaxCheckerDialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__clearErrors" /> + <keyword name="SyntaxCheckerDialog.__createResultItem" id="SyntaxCheckerDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__createResultItem" /> + <keyword name="SyntaxCheckerDialog.__finish" id="SyntaxCheckerDialog.__finish" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__finish" /> + <keyword name="SyntaxCheckerDialog.__resort" id="SyntaxCheckerDialog.__resort" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__resort" /> + <keyword name="SyntaxCheckerDialog.on_buttonBox_clicked" id="SyntaxCheckerDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_buttonBox_clicked" /> + <keyword name="SyntaxCheckerDialog.on_resultList_itemActivated" id="SyntaxCheckerDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_resultList_itemActivated" /> + <keyword name="SyntaxCheckerDialog.on_showButton_clicked" id="SyntaxCheckerDialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_showButton_clicked" /> + <keyword name="SyntaxCheckerDialog.on_startButton_clicked" id="SyntaxCheckerDialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_startButton_clicked" /> + <keyword name="SyntaxCheckerDialog.prepare" id="SyntaxCheckerDialog.prepare" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.prepare" /> + <keyword name="SyntaxCheckerDialog.start" id="SyntaxCheckerDialog.start" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.start" /> + <keyword name="Tabnanny (Package)" id="Tabnanny (Package)" ref="index-eric5.Plugins.CheckerPlugins.Tabnanny.html" /> + <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html" /> + <keyword name="NannyNag" id="NannyNag" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag" /> + <keyword name="Whitespace" id="Whitespace" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace" /> + <keyword name="check" id="check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#check" /> + <keyword name="format_witnesses" id="format_witnesses" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#format_witnesses" /> + <keyword name="process_tokens" id="process_tokens" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#process_tokens" /> + <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.__init__" /> + <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_line" /> + <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_lineno" /> + <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_msg" /> + <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.__init__" /> + <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.equal" /> + <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.indent_level" /> + <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.less" /> + <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.longest_run_of_spaces" /> + <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_equal_witness" /> + <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_less_witness" /> + <keyword name="TabnannyDialog (Module)" id="TabnannyDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html" /> + <keyword name="TabnannyDialog" id="TabnannyDialog" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog" /> + <keyword name="TabnannyDialog (Constructor)" id="TabnannyDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__init__" /> + <keyword name="TabnannyDialog.__createResultItem" id="TabnannyDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__createResultItem" /> + <keyword name="TabnannyDialog.__finish" id="TabnannyDialog.__finish" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__finish" /> + <keyword name="TabnannyDialog.__py2check" id="TabnannyDialog.__py2check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__py2check" /> + <keyword name="TabnannyDialog.__resort" id="TabnannyDialog.__resort" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__resort" /> + <keyword name="TabnannyDialog.on_buttonBox_clicked" id="TabnannyDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_buttonBox_clicked" /> + <keyword name="TabnannyDialog.on_resultList_itemActivated" id="TabnannyDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_resultList_itemActivated" /> + <keyword name="TabnannyDialog.on_startButton_clicked" id="TabnannyDialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_startButton_clicked" /> + <keyword name="TabnannyDialog.prepare" id="TabnannyDialog.prepare" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.prepare" /> + <keyword name="TabnannyDialog.start" id="TabnannyDialog.start" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.start" /> + <keyword name="Ericapi (Package)" id="Ericapi (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericapi.html" /> + <keyword name="EricapiConfigDialog (Module)" id="EricapiConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html" /> + <keyword name="EricapiConfigDialog" id="EricapiConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog" /> + <keyword name="EricapiConfigDialog (Constructor)" id="EricapiConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__init__" /> + <keyword name="EricapiConfigDialog.__initializeDefaults" id="EricapiConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__initializeDefaults" /> + <keyword name="EricapiConfigDialog.accept" id="EricapiConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.accept" /> + <keyword name="EricapiConfigDialog.generateParameters" id="EricapiConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.generateParameters" /> + <keyword name="EricapiConfigDialog.on_addButton_clicked" id="EricapiConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_addButton_clicked" /> + <keyword name="EricapiConfigDialog.on_deleteButton_clicked" id="EricapiConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_deleteButton_clicked" /> + <keyword name="EricapiConfigDialog.on_ignoreDirButton_clicked" id="EricapiConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirButton_clicked" /> + <keyword name="EricapiConfigDialog.on_outputFileButton_clicked" id="EricapiConfigDialog.on_outputFileButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileButton_clicked" /> + <keyword name="EricapiConfigDialog.on_outputFileEdit_textChanged" id="EricapiConfigDialog.on_outputFileEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileEdit_textChanged" /> + <keyword name="EricapiExecDialog (Module)" id="EricapiExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html" /> + <keyword name="EricapiExecDialog" id="EricapiExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog" /> + <keyword name="EricapiExecDialog (Constructor)" id="EricapiExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__init__" /> + <keyword name="EricapiExecDialog.__finish" id="EricapiExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__finish" /> + <keyword name="EricapiExecDialog.__readStderr" id="EricapiExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStderr" /> + <keyword name="EricapiExecDialog.__readStdout" id="EricapiExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStdout" /> + <keyword name="EricapiExecDialog.on_buttonBox_clicked" id="EricapiExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.on_buttonBox_clicked" /> + <keyword name="EricapiExecDialog.start" id="EricapiExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.start" /> + <keyword name="Ericdoc (Package)" id="Ericdoc (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericdoc.html" /> + <keyword name="EricdocConfigDialog (Module)" id="EricdocConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html" /> + <keyword name="EricdocConfigDialog" id="EricdocConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog" /> + <keyword name="EricdocConfigDialog (Constructor)" id="EricdocConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__init__" /> + <keyword name="EricdocConfigDialog.__checkQtHelpOptions" id="EricdocConfigDialog.__checkQtHelpOptions" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__checkQtHelpOptions" /> + <keyword name="EricdocConfigDialog.__initializeDefaults" id="EricdocConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__initializeDefaults" /> + <keyword name="EricdocConfigDialog.__selectColor" id="EricdocConfigDialog.__selectColor" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__selectColor" /> + <keyword name="EricdocConfigDialog.accept" id="EricdocConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.accept" /> + <keyword name="EricdocConfigDialog.generateParameters" id="EricdocConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.generateParameters" /> + <keyword name="EricdocConfigDialog.on_addButton_clicked" id="EricdocConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_addButton_clicked" /> + <keyword name="EricdocConfigDialog.on_bodyBgButton_clicked" id="EricdocConfigDialog.on_bodyBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyBgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_bodyFgButton_clicked" id="EricdocConfigDialog.on_bodyFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyFgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_cfBgButton_clicked" id="EricdocConfigDialog.on_cfBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfBgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_cfFgButton_clicked" id="EricdocConfigDialog.on_cfFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfFgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_cssButton_clicked" id="EricdocConfigDialog.on_cssButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssButton_clicked" /> + <keyword name="EricdocConfigDialog.on_deleteButton_clicked" id="EricdocConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_deleteButton_clicked" /> + <keyword name="EricdocConfigDialog.on_ignoreDirButton_clicked" id="EricdocConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirButton_clicked" /> + <keyword name="EricdocConfigDialog.on_l1BgButton_clicked" id="EricdocConfigDialog.on_l1BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1BgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_l1FgButton_clicked" id="EricdocConfigDialog.on_l1FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1FgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_l2BgButton_clicked" id="EricdocConfigDialog.on_l2BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2BgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_l2FgButton_clicked" id="EricdocConfigDialog.on_l2FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2FgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_linkFgButton_clicked" id="EricdocConfigDialog.on_linkFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_linkFgButton_clicked" /> + <keyword name="EricdocConfigDialog.on_outputDirButton_clicked" id="EricdocConfigDialog.on_outputDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirButton_clicked" /> + <keyword name="EricdocConfigDialog.on_qtHelpDirButton_clicked" id="EricdocConfigDialog.on_qtHelpDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirButton_clicked" /> + <keyword name="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" id="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" /> + <keyword name="EricdocConfigDialog.on_qtHelpGroup_toggled" id="EricdocConfigDialog.on_qtHelpGroup_toggled" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpGroup_toggled" /> + <keyword name="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" id="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" /> + <keyword name="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" id="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" /> + <keyword name="EricdocExecDialog (Module)" id="EricdocExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html" /> + <keyword name="EricdocExecDialog" id="EricdocExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog" /> + <keyword name="EricdocExecDialog (Constructor)" id="EricdocExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__init__" /> + <keyword name="EricdocExecDialog.__finish" id="EricdocExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__finish" /> + <keyword name="EricdocExecDialog.__readStderr" id="EricdocExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStderr" /> + <keyword name="EricdocExecDialog.__readStdout" id="EricdocExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStdout" /> + <keyword name="EricdocExecDialog.on_buttonBox_clicked" id="EricdocExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.on_buttonBox_clicked" /> + <keyword name="EricdocExecDialog.start" id="EricdocExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.start" /> + <keyword name="vcsMercurial (Package)" id="vcsMercurial (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.html" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html" /> + <keyword name="hg (Module)" id="hg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html" /> + <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" /> + <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" /> + <keyword name="Hg.__getExtensionsInfo" id="Hg.__getExtensionsInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__getExtensionsInfo" /> + <keyword name="Hg.__hgURL" id="Hg.__hgURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgURL" /> + <keyword name="Hg.__iniFileChanged" id="Hg.__iniFileChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__iniFileChanged" /> + <keyword name="Hg.__monitorRepoIniFile" id="Hg.__monitorRepoIniFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__monitorRepoIniFile" /> + <keyword name="Hg.__vcsCommit_Step2" id="Hg.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__vcsCommit_Step2" /> + <keyword name="Hg._createStatusMonitorThread" id="Hg._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg._createStatusMonitorThread" /> + <keyword name="Hg.clearStatusCache" id="Hg.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.clearStatusCache" /> + <keyword name="Hg.getClient" id="Hg.getClient" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getClient" /> + <keyword name="Hg.getExtensionObject" id="Hg.getExtensionObject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getExtensionObject" /> + <keyword name="Hg.getPlugin" id="Hg.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getPlugin" /> + <keyword name="Hg.hgAnnotate" id="Hg.hgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgAnnotate" /> + <keyword name="Hg.hgBackout" id="Hg.hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBackout" /> + <keyword name="Hg.hgBisect" id="Hg.hgBisect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBisect" /> + <keyword name="Hg.hgBranch" id="Hg.hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBranch" /> + <keyword name="Hg.hgBundle" id="Hg.hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBundle" /> + <keyword name="Hg.hgCopy" id="Hg.hgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCopy" /> + <keyword name="Hg.hgCreateIgnoreFile" id="Hg.hgCreateIgnoreFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCreateIgnoreFile" /> + <keyword name="Hg.hgEditConfig" id="Hg.hgEditConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditConfig" /> + <keyword name="Hg.hgEditUserConfig" id="Hg.hgEditUserConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditUserConfig" /> + <keyword name="Hg.hgExport" id="Hg.hgExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExport" /> + <keyword name="Hg.hgExtendedDiff" id="Hg.hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExtendedDiff" /> + <keyword name="Hg.hgForget" id="Hg.hgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgForget" /> + <keyword name="Hg.hgGetBranchesList" id="Hg.hgGetBranchesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetBranchesList" /> + <keyword name="Hg.hgGetTagsList" id="Hg.hgGetTagsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetTagsList" /> + <keyword name="Hg.hgIdentify" id="Hg.hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentify" /> + <keyword name="Hg.hgIdentifyBundle" id="Hg.hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentifyBundle" /> + <keyword name="Hg.hgImport" id="Hg.hgImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgImport" /> + <keyword name="Hg.hgIncoming" id="Hg.hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIncoming" /> + <keyword name="Hg.hgInfo" id="Hg.hgInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgInfo" /> + <keyword name="Hg.hgListTagBranch" id="Hg.hgListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgListTagBranch" /> + <keyword name="Hg.hgLogBrowser" id="Hg.hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogBrowser" /> + <keyword name="Hg.hgNormalizeURL" id="Hg.hgNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgNormalizeURL" /> + <keyword name="Hg.hgOutgoing" id="Hg.hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgOutgoing" /> + <keyword name="Hg.hgPreviewBundle" id="Hg.hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPreviewBundle" /> + <keyword name="Hg.hgPull" id="Hg.hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPull" /> + <keyword name="Hg.hgPush" id="Hg.hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPush" /> + <keyword name="Hg.hgRecover" id="Hg.hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRecover" /> + <keyword name="Hg.hgResolve" id="Hg.hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgResolve" /> + <keyword name="Hg.hgRevert" id="Hg.hgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRevert" /> + <keyword name="Hg.hgRollback" id="Hg.hgRollback" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRollback" /> + <keyword name="Hg.hgServe" id="Hg.hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgServe" /> + <keyword name="Hg.hgShowBranch" id="Hg.hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowBranch" /> + <keyword name="Hg.hgShowConfig" id="Hg.hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowConfig" /> + <keyword name="Hg.hgShowPaths" id="Hg.hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowPaths" /> + <keyword name="Hg.hgUnbundle" id="Hg.hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgUnbundle" /> + <keyword name="Hg.hgVerify" id="Hg.hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgVerify" /> + <keyword name="Hg.isExtensionActive" id="Hg.isExtensionActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.isExtensionActive" /> + <keyword name="Hg.vcsAdd" id="Hg.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAdd" /> + <keyword name="Hg.vcsAddBinary" id="Hg.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddBinary" /> + <keyword name="Hg.vcsAddTree" id="Hg.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddTree" /> + <keyword name="Hg.vcsAllRegisteredStates" id="Hg.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAllRegisteredStates" /> + <keyword name="Hg.vcsCheckout" id="Hg.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCheckout" /> + <keyword name="Hg.vcsCleanup" id="Hg.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCleanup" /> + <keyword name="Hg.vcsCommandLine" id="Hg.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommandLine" /> + <keyword name="Hg.vcsCommit" id="Hg.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommit" /> + <keyword name="Hg.vcsConvertProject" id="Hg.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsConvertProject" /> + <keyword name="Hg.vcsDiff" id="Hg.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsDiff" /> + <keyword name="Hg.vcsExists" id="Hg.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExists" /> + <keyword name="Hg.vcsExport" id="Hg.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExport" /> + <keyword name="Hg.vcsGetProjectBrowserHelper" id="Hg.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectBrowserHelper" /> + <keyword name="Hg.vcsGetProjectHelper" id="Hg.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectHelper" /> + <keyword name="Hg.vcsImport" id="Hg.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsImport" /> + <keyword name="Hg.vcsInit" id="Hg.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsInit" /> + <keyword name="Hg.vcsLog" id="Hg.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsLog" /> + <keyword name="Hg.vcsMerge" id="Hg.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMerge" /> + <keyword name="Hg.vcsMove" id="Hg.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMove" /> + <keyword name="Hg.vcsName" id="Hg.vcsName" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsName" /> + <keyword name="Hg.vcsNewProjectOptionsDialog" id="Hg.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsNewProjectOptionsDialog" /> + <keyword name="Hg.vcsOptionsDialog" id="Hg.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsOptionsDialog" /> + <keyword name="Hg.vcsRegisteredState" id="Hg.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRegisteredState" /> + <keyword name="Hg.vcsRemove" id="Hg.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRemove" /> + <keyword name="Hg.vcsRepositoryInfos" id="Hg.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRepositoryInfos" /> + <keyword name="Hg.vcsShutdown" id="Hg.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsShutdown" /> + <keyword name="Hg.vcsStatus" id="Hg.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsStatus" /> + <keyword name="Hg.vcsSwitch" id="Hg.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsSwitch" /> + <keyword name="Hg.vcsTag" id="Hg.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsTag" /> + <keyword name="Hg.vcsUpdate" id="Hg.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsUpdate" /> + <keyword name="HgAnnotateDialog (Module)" id="HgAnnotateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html" /> + <keyword name="HgAnnotateDialog" id="HgAnnotateDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog" /> + <keyword name="HgAnnotateDialog (Constructor)" id="HgAnnotateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__init__" /> + <keyword name="HgAnnotateDialog.__finish" id="HgAnnotateDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__finish" /> + <keyword name="HgAnnotateDialog.__generateItem" id="HgAnnotateDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__generateItem" /> + <keyword name="HgAnnotateDialog.__procFinished" id="HgAnnotateDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__procFinished" /> + <keyword name="HgAnnotateDialog.__processOutputLine" id="HgAnnotateDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__processOutputLine" /> + <keyword name="HgAnnotateDialog.__readStderr" id="HgAnnotateDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStderr" /> + <keyword name="HgAnnotateDialog.__readStdout" id="HgAnnotateDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStdout" /> + <keyword name="HgAnnotateDialog.__resizeColumns" id="HgAnnotateDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__resizeColumns" /> + <keyword name="HgAnnotateDialog.__showError" id="HgAnnotateDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__showError" /> + <keyword name="HgAnnotateDialog.closeEvent" id="HgAnnotateDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.closeEvent" /> + <keyword name="HgAnnotateDialog.keyPressEvent" id="HgAnnotateDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.keyPressEvent" /> + <keyword name="HgAnnotateDialog.on_buttonBox_clicked" id="HgAnnotateDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_buttonBox_clicked" /> + <keyword name="HgAnnotateDialog.on_input_returnPressed" id="HgAnnotateDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_input_returnPressed" /> + <keyword name="HgAnnotateDialog.on_passwordCheckBox_toggled" id="HgAnnotateDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgAnnotateDialog.on_sendButton_clicked" id="HgAnnotateDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_sendButton_clicked" /> + <keyword name="HgAnnotateDialog.start" id="HgAnnotateDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.start" /> + <keyword name="HgBackoutDialog (Module)" id="HgBackoutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html" /> + <keyword name="HgBackoutDialog" id="HgBackoutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog" /> + <keyword name="HgBackoutDialog (Constructor)" id="HgBackoutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__init__" /> + <keyword name="HgBackoutDialog.__updateOK" id="HgBackoutDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__updateOK" /> + <keyword name="HgBackoutDialog.getParameters" id="HgBackoutDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.getParameters" /> + <keyword name="HgBackoutDialog.on_bookmarkButton_toggled" id="HgBackoutDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_bookmarkButton_toggled" /> + <keyword name="HgBackoutDialog.on_bookmarkCombo_editTextChanged" id="HgBackoutDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgBackoutDialog.on_branchButton_toggled" id="HgBackoutDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_branchButton_toggled" /> + <keyword name="HgBackoutDialog.on_branchCombo_editTextChanged" id="HgBackoutDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgBackoutDialog.on_idButton_toggled" id="HgBackoutDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_idButton_toggled" /> + <keyword name="HgBackoutDialog.on_idEdit_textChanged" id="HgBackoutDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_idEdit_textChanged" /> + <keyword name="HgBackoutDialog.on_noneButton_toggled" id="HgBackoutDialog.on_noneButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_noneButton_toggled" /> + <keyword name="HgBackoutDialog.on_tagButton_toggled" id="HgBackoutDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_tagButton_toggled" /> + <keyword name="HgBackoutDialog.on_tagCombo_editTextChanged" id="HgBackoutDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgBundleDialog (Module)" id="HgBundleDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html" /> + <keyword name="HgBundleDialog" id="HgBundleDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog" /> + <keyword name="HgBundleDialog (Constructor)" id="HgBundleDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__init__" /> + <keyword name="HgBundleDialog.__updateOK" id="HgBundleDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__updateOK" /> + <keyword name="HgBundleDialog.getParameters" id="HgBundleDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.getParameters" /> + <keyword name="HgBundleDialog.on_bookmarkButton_toggled" id="HgBundleDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_bookmarkButton_toggled" /> + <keyword name="HgBundleDialog.on_bookmarkCombo_editTextChanged" id="HgBundleDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgBundleDialog.on_branchButton_toggled" id="HgBundleDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_branchButton_toggled" /> + <keyword name="HgBundleDialog.on_branchCombo_editTextChanged" id="HgBundleDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgBundleDialog.on_multipleButton_toggled" id="HgBundleDialog.on_multipleButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_multipleButton_toggled" /> + <keyword name="HgBundleDialog.on_multipleEdit_textChanged" id="HgBundleDialog.on_multipleEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_multipleEdit_textChanged" /> + <keyword name="HgBundleDialog.on_tagButton_toggled" id="HgBundleDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_tagButton_toggled" /> + <keyword name="HgBundleDialog.on_tagCombo_editTextChanged" id="HgBundleDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgClient (Module)" id="HgClient (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html" /> + <keyword name="HgClient" id="HgClient" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient" /> + <keyword name="HgClient (Constructor)" id="HgClient (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__init__" /> + <keyword name="HgClient.__prompt" id="HgClient.__prompt" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__prompt" /> + <keyword name="HgClient.__readChannel" id="HgClient.__readChannel" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__readChannel" /> + <keyword name="HgClient.__readHello" id="HgClient.__readHello" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__readHello" /> + <keyword name="HgClient.__runcommand" id="HgClient.__runcommand" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__runcommand" /> + <keyword name="HgClient.__serverFinished" id="HgClient.__serverFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__serverFinished" /> + <keyword name="HgClient.__writeDataBlock" id="HgClient.__writeDataBlock" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__writeDataBlock" /> + <keyword name="HgClient.cancel" id="HgClient.cancel" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.cancel" /> + <keyword name="HgClient.func" id="HgClient.func" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.func" /> + <keyword name="HgClient.isExecuting" id="HgClient.isExecuting" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.isExecuting" /> + <keyword name="HgClient.myprompt" id="HgClient.myprompt" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.myprompt" /> + <keyword name="HgClient.restartServer" id="HgClient.restartServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.restartServer" /> + <keyword name="HgClient.runcommand" id="HgClient.runcommand" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.runcommand" /> + <keyword name="HgClient.startServer" id="HgClient.startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.startServer" /> + <keyword name="HgClient.stopServer" id="HgClient.stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.stopServer" /> + <keyword name="HgClient.wasCanceled" id="HgClient.wasCanceled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.wasCanceled" /> + <keyword name="HgClientPromptDialog (Module)" id="HgClientPromptDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html" /> + <keyword name="HgClientPromptDialog" id="HgClientPromptDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog" /> + <keyword name="HgClientPromptDialog (Constructor)" id="HgClientPromptDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.__init__" /> + <keyword name="HgClientPromptDialog.getInput" id="HgClientPromptDialog.getInput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.getInput" /> + <keyword name="HgClientPromptDialog.on_inputEdit_textChanged" id="HgClientPromptDialog.on_inputEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.on_inputEdit_textChanged" /> + <keyword name="HgCommandDialog (Module)" id="HgCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html" /> + <keyword name="HgCommandDialog" id="HgCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog" /> + <keyword name="HgCommandDialog (Constructor)" id="HgCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.__init__" /> + <keyword name="HgCommandDialog.getData" id="HgCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.getData" /> + <keyword name="HgCommandDialog.on_commandCombo_editTextChanged" id="HgCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.on_commandCombo_editTextChanged" /> + <keyword name="HgCommitDialog (Module)" id="HgCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html" /> + <keyword name="HgCommitDialog" id="HgCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog" /> + <keyword name="HgCommitDialog (Constructor)" id="HgCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.__init__" /> + <keyword name="HgCommitDialog.logMessage" id="HgCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.logMessage" /> + <keyword name="HgCommitDialog.on_buttonBox_accepted" id="HgCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_accepted" /> + <keyword name="HgCommitDialog.on_buttonBox_clicked" id="HgCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_clicked" /> + <keyword name="HgCommitDialog.on_buttonBox_rejected" id="HgCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_rejected" /> + <keyword name="HgCommitDialog.on_recentComboBox_activated" id="HgCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_recentComboBox_activated" /> + <keyword name="HgCommitDialog.showEvent" id="HgCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.showEvent" /> + <keyword name="HgCopyDialog (Module)" id="HgCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html" /> + <keyword name="HgCopyDialog" id="HgCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog" /> + <keyword name="HgCopyDialog (Constructor)" id="HgCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.__init__" /> + <keyword name="HgCopyDialog.getData" id="HgCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.getData" /> + <keyword name="HgCopyDialog.on_dirButton_clicked" id="HgCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_dirButton_clicked" /> + <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" /> + <keyword name="HgDialog" id="HgDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog" /> + <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" /> + <keyword name="HgDialog.__finish" id="HgDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__finish" /> + <keyword name="HgDialog.__procFinished" id="HgDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__procFinished" /> + <keyword name="HgDialog.__readStderr" id="HgDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStderr" /> + <keyword name="HgDialog.__readStdout" id="HgDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStdout" /> + <keyword name="HgDialog.__showError" id="HgDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showError" /> + <keyword name="HgDialog.__showOutput" id="HgDialog.__showOutput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showOutput" /> + <keyword name="HgDialog.hasAddOrDelete" id="HgDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.hasAddOrDelete" /> + <keyword name="HgDialog.keyPressEvent" id="HgDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.keyPressEvent" /> + <keyword name="HgDialog.normalExit" id="HgDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExit" /> + <keyword name="HgDialog.normalExitWithoutErrors" id="HgDialog.normalExitWithoutErrors" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExitWithoutErrors" /> + <keyword name="HgDialog.on_buttonBox_clicked" id="HgDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_buttonBox_clicked" /> + <keyword name="HgDialog.on_input_returnPressed" id="HgDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_input_returnPressed" /> + <keyword name="HgDialog.on_passwordCheckBox_toggled" id="HgDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgDialog.on_sendButton_clicked" id="HgDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_sendButton_clicked" /> + <keyword name="HgDialog.startProcess" id="HgDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.startProcess" /> + <keyword name="HgDiffDialog (Module)" id="HgDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html" /> + <keyword name="HgDiffDialog" id="HgDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog" /> + <keyword name="HgDiffDialog (Constructor)" id="HgDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__init__" /> + <keyword name="HgDiffDialog.__appendText" id="HgDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__appendText" /> + <keyword name="HgDiffDialog.__finish" id="HgDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__finish" /> + <keyword name="HgDiffDialog.__getVersionArg" id="HgDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__getVersionArg" /> + <keyword name="HgDiffDialog.__procFinished" id="HgDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__procFinished" /> + <keyword name="HgDiffDialog.__processOutputLine" id="HgDiffDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__processOutputLine" /> + <keyword name="HgDiffDialog.__readStderr" id="HgDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStderr" /> + <keyword name="HgDiffDialog.__readStdout" id="HgDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStdout" /> + <keyword name="HgDiffDialog.__showError" id="HgDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__showError" /> + <keyword name="HgDiffDialog.closeEvent" id="HgDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.closeEvent" /> + <keyword name="HgDiffDialog.keyPressEvent" id="HgDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.keyPressEvent" /> + <keyword name="HgDiffDialog.on_buttonBox_clicked" id="HgDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_buttonBox_clicked" /> + <keyword name="HgDiffDialog.on_input_returnPressed" id="HgDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_input_returnPressed" /> + <keyword name="HgDiffDialog.on_passwordCheckBox_toggled" id="HgDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgDiffDialog.on_saveButton_clicked" id="HgDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_saveButton_clicked" /> + <keyword name="HgDiffDialog.on_sendButton_clicked" id="HgDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_sendButton_clicked" /> + <keyword name="HgDiffDialog.start" id="HgDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.start" /> + <keyword name="HgExportDialog (Module)" id="HgExportDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html" /> + <keyword name="HgExportDialog" id="HgExportDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog" /> + <keyword name="HgExportDialog (Constructor)" id="HgExportDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.__init__" /> + <keyword name="HgExportDialog.__updateOK" id="HgExportDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.__updateOK" /> + <keyword name="HgExportDialog.getParameters" id="HgExportDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.getParameters" /> + <keyword name="HgExportDialog.on_changesetsEdit_textChanged" id="HgExportDialog.on_changesetsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_changesetsEdit_textChanged" /> + <keyword name="HgExportDialog.on_directoryButton_clicked" id="HgExportDialog.on_directoryButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryButton_clicked" /> + <keyword name="HgExportDialog.on_directoryEdit_textChanged" id="HgExportDialog.on_directoryEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryEdit_textChanged" /> + <keyword name="HgExportDialog.on_patternEdit_textChanged" id="HgExportDialog.on_patternEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_patternEdit_textChanged" /> + <keyword name="HgExtension (Module)" id="HgExtension (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html" /> + <keyword name="HgExtension" id="HgExtension" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension" /> + <keyword name="HgExtension (Constructor)" id="HgExtension (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension.__init__" /> + <keyword name="HgExtension.shutdown" id="HgExtension.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension.shutdown" /> + <keyword name="HgExtensionProjectHelper (Module)" id="HgExtensionProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html" /> + <keyword name="HgExtensionProjectHelper" id="HgExtensionProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper" /> + <keyword name="HgExtensionProjectHelper (Constructor)" id="HgExtensionProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.__init__" /> + <keyword name="HgExtensionProjectHelper.getActions" id="HgExtensionProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.getActions" /> + <keyword name="HgExtensionProjectHelper.initActions" id="HgExtensionProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.initActions" /> + <keyword name="HgExtensionProjectHelper.initMenu" id="HgExtensionProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.initMenu" /> + <keyword name="HgExtensionProjectHelper.menuTitle" id="HgExtensionProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.menuTitle" /> + <keyword name="HgExtensionProjectHelper.setObjects" id="HgExtensionProjectHelper.setObjects" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.setObjects" /> + <keyword name="HgImportDialog (Module)" id="HgImportDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html" /> + <keyword name="HgImportDialog" id="HgImportDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog" /> + <keyword name="HgImportDialog (Constructor)" id="HgImportDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.__init__" /> + <keyword name="HgImportDialog.__updateOK" id="HgImportDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.__updateOK" /> + <keyword name="HgImportDialog.getParameters" id="HgImportDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.getParameters" /> + <keyword name="HgImportDialog.on_patchFileButton_clicked" id="HgImportDialog.on_patchFileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileButton_clicked" /> + <keyword name="HgImportDialog.on_patchFileEdit_textChanged" id="HgImportDialog.on_patchFileEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileEdit_textChanged" /> + <keyword name="HgLogBrowserDialog (Module)" id="HgLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html" /> + <keyword name="HgLogBrowserDialog" id="HgLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog" /> + <keyword name="HgLogBrowserDialog (Constructor)" id="HgLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__init__" /> + <keyword name="HgLogBrowserDialog.__branchColor" id="HgLogBrowserDialog.__branchColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__branchColor" /> + <keyword name="HgLogBrowserDialog.__diffRevisions" id="HgLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__diffRevisions" /> + <keyword name="HgLogBrowserDialog.__filterLogs" id="HgLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__filterLogs" /> + <keyword name="HgLogBrowserDialog.__finish" id="HgLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__finish" /> + <keyword name="HgLogBrowserDialog.__generateEdges" id="HgLogBrowserDialog.__generateEdges" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateEdges" /> + <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" /> + <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" /> + <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" /> + <keyword name="HgLogBrowserDialog.__getClosedBranches" id="HgLogBrowserDialog.__getClosedBranches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getClosedBranches" /> + <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" /> + <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" /> + <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" /> + <keyword name="HgLogBrowserDialog.__identifyProject" id="HgLogBrowserDialog.__identifyProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__identifyProject" /> + <keyword name="HgLogBrowserDialog.__initData" id="HgLogBrowserDialog.__initData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__initData" /> + <keyword name="HgLogBrowserDialog.__procFinished" id="HgLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__procFinished" /> + <keyword name="HgLogBrowserDialog.__processBuffer" id="HgLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__processBuffer" /> + <keyword name="HgLogBrowserDialog.__readStderr" id="HgLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStderr" /> + <keyword name="HgLogBrowserDialog.__readStdout" id="HgLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStdout" /> + <keyword name="HgLogBrowserDialog.__resizeColumnsFiles" id="HgLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsFiles" /> + <keyword name="HgLogBrowserDialog.__resizeColumnsLog" id="HgLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsLog" /> + <keyword name="HgLogBrowserDialog.__resortFiles" id="HgLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resortFiles" /> + <keyword name="HgLogBrowserDialog.__showError" id="HgLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__showError" /> + <keyword name="HgLogBrowserDialog.__updateDiffButtons" id="HgLogBrowserDialog.__updateDiffButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__updateDiffButtons" /> + <keyword name="HgLogBrowserDialog.closeEvent" id="HgLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.closeEvent" /> + <keyword name="HgLogBrowserDialog.col2x" id="HgLogBrowserDialog.col2x" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.col2x" /> + <keyword name="HgLogBrowserDialog.keyPressEvent" id="HgLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.keyPressEvent" /> + <keyword name="HgLogBrowserDialog.on_branchCombo_activated" id="HgLogBrowserDialog.on_branchCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_branchCombo_activated" /> + <keyword name="HgLogBrowserDialog.on_buttonBox_clicked" id="HgLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_buttonBox_clicked" /> + <keyword name="HgLogBrowserDialog.on_clearRxEditButton_clicked" id="HgLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_clearRxEditButton_clicked" /> + <keyword name="HgLogBrowserDialog.on_diffP1Button_clicked" id="HgLogBrowserDialog.on_diffP1Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP1Button_clicked" /> + <keyword name="HgLogBrowserDialog.on_diffP2Button_clicked" id="HgLogBrowserDialog.on_diffP2Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP2Button_clicked" /> + <keyword name="HgLogBrowserDialog.on_diffRevisionsButton_clicked" id="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffRevisionsButton_clicked" /> + <keyword name="HgLogBrowserDialog.on_fieldCombo_activated" id="HgLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fieldCombo_activated" /> + <keyword name="HgLogBrowserDialog.on_fromDate_dateChanged" id="HgLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fromDate_dateChanged" /> + <keyword name="HgLogBrowserDialog.on_input_returnPressed" id="HgLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_input_returnPressed" /> + <keyword name="HgLogBrowserDialog.on_logTree_currentItemChanged" id="HgLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_currentItemChanged" /> + <keyword name="HgLogBrowserDialog.on_logTree_itemSelectionChanged" id="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_itemSelectionChanged" /> + <keyword name="HgLogBrowserDialog.on_nextButton_clicked" id="HgLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_nextButton_clicked" /> + <keyword name="HgLogBrowserDialog.on_passwordCheckBox_toggled" id="HgLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgLogBrowserDialog.on_refreshButton_clicked" id="HgLogBrowserDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_refreshButton_clicked" /> + <keyword name="HgLogBrowserDialog.on_rxEdit_textChanged" id="HgLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_rxEdit_textChanged" /> + <keyword name="HgLogBrowserDialog.on_sendButton_clicked" id="HgLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_sendButton_clicked" /> + <keyword name="HgLogBrowserDialog.on_stopCheckBox_clicked" id="HgLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_stopCheckBox_clicked" /> + <keyword name="HgLogBrowserDialog.on_toDate_dateChanged" id="HgLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_toDate_dateChanged" /> + <keyword name="HgLogBrowserDialog.start" id="HgLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.start" /> + <keyword name="HgLogDialog (Module)" id="HgLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html" /> + <keyword name="HgLogDialog" id="HgLogDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog" /> + <keyword name="HgLogDialog (Constructor)" id="HgLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__init__" /> + <keyword name="HgLogDialog.__finish" id="HgLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__finish" /> + <keyword name="HgLogDialog.__getParents" id="HgLogDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__getParents" /> + <keyword name="HgLogDialog.__procFinished" id="HgLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__procFinished" /> + <keyword name="HgLogDialog.__processOutputLine" id="HgLogDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__processOutputLine" /> + <keyword name="HgLogDialog.__readStderr" id="HgLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStderr" /> + <keyword name="HgLogDialog.__readStdout" id="HgLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStdout" /> + <keyword name="HgLogDialog.__showError" id="HgLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__showError" /> + <keyword name="HgLogDialog.__sourceChanged" id="HgLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__sourceChanged" /> + <keyword name="HgLogDialog.closeEvent" id="HgLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.closeEvent" /> + <keyword name="HgLogDialog.keyPressEvent" id="HgLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.keyPressEvent" /> + <keyword name="HgLogDialog.on_input_returnPressed" id="HgLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_input_returnPressed" /> + <keyword name="HgLogDialog.on_passwordCheckBox_toggled" id="HgLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgLogDialog.on_sendButton_clicked" id="HgLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_sendButton_clicked" /> + <keyword name="HgLogDialog.start" id="HgLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.start" /> + <keyword name="HgMergeDialog (Module)" id="HgMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html" /> + <keyword name="HgMergeDialog" id="HgMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog" /> + <keyword name="HgMergeDialog (Constructor)" id="HgMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__init__" /> + <keyword name="HgMergeDialog.__updateOK" id="HgMergeDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__updateOK" /> + <keyword name="HgMergeDialog.getParameters" id="HgMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.getParameters" /> + <keyword name="HgMergeDialog.on_bookmarkButton_toggled" id="HgMergeDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_bookmarkButton_toggled" /> + <keyword name="HgMergeDialog.on_bookmarkCombo_editTextChanged" id="HgMergeDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgMergeDialog.on_branchButton_toggled" id="HgMergeDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_branchButton_toggled" /> + <keyword name="HgMergeDialog.on_branchCombo_editTextChanged" id="HgMergeDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgMergeDialog.on_idButton_toggled" id="HgMergeDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_idButton_toggled" /> + <keyword name="HgMergeDialog.on_idEdit_textChanged" id="HgMergeDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_idEdit_textChanged" /> + <keyword name="HgMergeDialog.on_tagButton_toggled" id="HgMergeDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_tagButton_toggled" /> + <keyword name="HgMergeDialog.on_tagCombo_editTextChanged" id="HgMergeDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgMultiRevisionSelectionDialog (Module)" id="HgMultiRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html" /> + <keyword name="HgMultiRevisionSelectionDialog" id="HgMultiRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog" /> + <keyword name="HgMultiRevisionSelectionDialog (Constructor)" id="HgMultiRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.__init__" /> + <keyword name="HgMultiRevisionSelectionDialog.__updateOK" id="HgMultiRevisionSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.__updateOK" /> + <keyword name="HgMultiRevisionSelectionDialog.getRevisions" id="HgMultiRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.getRevisions" /> + <keyword name="HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" id="HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" /> + <keyword name="HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgMultiRevisionSelectionDialog.on_branchButton_toggled" id="HgMultiRevisionSelectionDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_branchButton_toggled" /> + <keyword name="HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" id="HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" /> + <keyword name="HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" id="HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" /> + <keyword name="HgMultiRevisionSelectionDialog.on_limitGroup_toggled" id="HgMultiRevisionSelectionDialog.on_limitGroup_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_limitGroup_toggled" /> + <keyword name="HgMultiRevisionSelectionDialog.on_tagButton_toggled" id="HgMultiRevisionSelectionDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_tagButton_toggled" /> + <keyword name="HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgNewProjectOptionsDialog (Module)" id="HgNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html" /> + <keyword name="HgNewProjectOptionsDialog" id="HgNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog" /> + <keyword name="HgNewProjectOptionsDialog (Constructor)" id="HgNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.__init__" /> + <keyword name="HgNewProjectOptionsDialog.getData" id="HgNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.getData" /> + <keyword name="HgNewProjectOptionsDialog.on_projectDirButton_clicked" id="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_projectDirButton_clicked" /> + <keyword name="HgNewProjectOptionsDialog.on_protocolCombo_activated" id="HgNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_protocolCombo_activated" /> + <keyword name="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> + <keyword name="HgOptionsDialog (Module)" id="HgOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html" /> + <keyword name="HgOptionsDialog" id="HgOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog" /> + <keyword name="HgOptionsDialog (Constructor)" id="HgOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.__init__" /> + <keyword name="HgOptionsDialog.getData" id="HgOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.getData" /> + <keyword name="HgRevisionSelectionDialog (Module)" id="HgRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html" /> + <keyword name="HgRevisionSelectionDialog" id="HgRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog" /> + <keyword name="HgRevisionSelectionDialog (Constructor)" id="HgRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__init__" /> + <keyword name="HgRevisionSelectionDialog.__updateOK" id="HgRevisionSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__updateOK" /> + <keyword name="HgRevisionSelectionDialog.getRevision" id="HgRevisionSelectionDialog.getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.getRevision" /> + <keyword name="HgRevisionSelectionDialog.on_bookmarkButton_toggled" id="HgRevisionSelectionDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_bookmarkButton_toggled" /> + <keyword name="HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" id="HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgRevisionSelectionDialog.on_branchButton_toggled" id="HgRevisionSelectionDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_branchButton_toggled" /> + <keyword name="HgRevisionSelectionDialog.on_branchCombo_editTextChanged" id="HgRevisionSelectionDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgRevisionSelectionDialog.on_idButton_toggled" id="HgRevisionSelectionDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_idButton_toggled" /> + <keyword name="HgRevisionSelectionDialog.on_idEdit_textChanged" id="HgRevisionSelectionDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_idEdit_textChanged" /> + <keyword name="HgRevisionSelectionDialog.on_tagButton_toggled" id="HgRevisionSelectionDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_tagButton_toggled" /> + <keyword name="HgRevisionSelectionDialog.on_tagCombo_editTextChanged" id="HgRevisionSelectionDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog (Module)" id="HgRevisionsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html" /> + <keyword name="HgRevisionsSelectionDialog" id="HgRevisionsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog" /> + <keyword name="HgRevisionsSelectionDialog (Constructor)" id="HgRevisionsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__init__" /> + <keyword name="HgRevisionsSelectionDialog.__getRevision" id="HgRevisionsSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__getRevision" /> + <keyword name="HgRevisionsSelectionDialog.__updateOK" id="HgRevisionsSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__updateOK" /> + <keyword name="HgRevisionsSelectionDialog.getRevisions" id="HgRevisionsSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.getRevisions" /> + <keyword name="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" id="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark1Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" id="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark2Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_branch1Button_toggled" id="HgRevisionsSelectionDialog.on_branch1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch1Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_branch2Button_toggled" id="HgRevisionsSelectionDialog.on_branch2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch2Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_id1Button_toggled" id="HgRevisionsSelectionDialog.on_id1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id1Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_id1Edit_textChanged" id="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id1Edit_textChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_id2Button_toggled" id="HgRevisionsSelectionDialog.on_id2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id2Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_id2Edit_textChanged" id="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id2Edit_textChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_tag1Button_toggled" id="HgRevisionsSelectionDialog.on_tag1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag1Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" /> + <keyword name="HgRevisionsSelectionDialog.on_tag2Button_toggled" id="HgRevisionsSelectionDialog.on_tag2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag2Button_toggled" /> + <keyword name="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" /> + <keyword name="HgServeDialog (Module)" id="HgServeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html" /> + <keyword name="HgServeDialog" id="HgServeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog" /> + <keyword name="HgServeDialog (Constructor)" id="HgServeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__init__" /> + <keyword name="HgServeDialog.__appendText" id="HgServeDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__appendText" /> + <keyword name="HgServeDialog.__procFinished" id="HgServeDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__procFinished" /> + <keyword name="HgServeDialog.__readStderr" id="HgServeDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStderr" /> + <keyword name="HgServeDialog.__readStdout" id="HgServeDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStdout" /> + <keyword name="HgServeDialog.__startBrowser" id="HgServeDialog.__startBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startBrowser" /> + <keyword name="HgServeDialog.__startServer" id="HgServeDialog.__startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startServer" /> + <keyword name="HgServeDialog.__stopServer" id="HgServeDialog.__stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__stopServer" /> + <keyword name="HgServeDialog.closeEvent" id="HgServeDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.closeEvent" /> + <keyword name="HgStatusDialog (Module)" id="HgStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html" /> + <keyword name="HgStatusDialog" id="HgStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog" /> + <keyword name="HgStatusDialog (Constructor)" id="HgStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__init__" /> + <keyword name="HgStatusDialog.__add" id="HgStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__add" /> + <keyword name="HgStatusDialog.__commit" id="HgStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commit" /> + <keyword name="HgStatusDialog.__commitDeselectAll" id="HgStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitDeselectAll" /> + <keyword name="HgStatusDialog.__commitSelect" id="HgStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitSelect" /> + <keyword name="HgStatusDialog.__commitSelectAll" id="HgStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitSelectAll" /> + <keyword name="HgStatusDialog.__committed" id="HgStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__committed" /> + <keyword name="HgStatusDialog.__diff" id="HgStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__diff" /> + <keyword name="HgStatusDialog.__finish" id="HgStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__finish" /> + <keyword name="HgStatusDialog.__forget" id="HgStatusDialog.__forget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__forget" /> + <keyword name="HgStatusDialog.__generateItem" id="HgStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__generateItem" /> + <keyword name="HgStatusDialog.__getCommitableItems" id="HgStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getCommitableItems" /> + <keyword name="HgStatusDialog.__getMissingItems" id="HgStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getMissingItems" /> + <keyword name="HgStatusDialog.__getModifiedItems" id="HgStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getModifiedItems" /> + <keyword name="HgStatusDialog.__getUnversionedItems" id="HgStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getUnversionedItems" /> + <keyword name="HgStatusDialog.__procFinished" id="HgStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__procFinished" /> + <keyword name="HgStatusDialog.__processOutputLine" id="HgStatusDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__processOutputLine" /> + <keyword name="HgStatusDialog.__readStderr" id="HgStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStderr" /> + <keyword name="HgStatusDialog.__readStdout" id="HgStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStdout" /> + <keyword name="HgStatusDialog.__resizeColumns" id="HgStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resizeColumns" /> + <keyword name="HgStatusDialog.__resort" id="HgStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resort" /> + <keyword name="HgStatusDialog.__restoreMissing" id="HgStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__restoreMissing" /> + <keyword name="HgStatusDialog.__revert" id="HgStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__revert" /> + <keyword name="HgStatusDialog.__showContextMenu" id="HgStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showContextMenu" /> + <keyword name="HgStatusDialog.__showError" id="HgStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showError" /> + <keyword name="HgStatusDialog.__updateButtons" id="HgStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__updateButtons" /> + <keyword name="HgStatusDialog.__updateCommitButton" id="HgStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__updateCommitButton" /> + <keyword name="HgStatusDialog.closeEvent" id="HgStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.closeEvent" /> + <keyword name="HgStatusDialog.keyPressEvent" id="HgStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.keyPressEvent" /> + <keyword name="HgStatusDialog.on_addButton_clicked" id="HgStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_addButton_clicked" /> + <keyword name="HgStatusDialog.on_buttonBox_clicked" id="HgStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_buttonBox_clicked" /> + <keyword name="HgStatusDialog.on_commitButton_clicked" id="HgStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_commitButton_clicked" /> + <keyword name="HgStatusDialog.on_diffButton_clicked" id="HgStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_diffButton_clicked" /> + <keyword name="HgStatusDialog.on_forgetButton_clicked" id="HgStatusDialog.on_forgetButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_forgetButton_clicked" /> + <keyword name="HgStatusDialog.on_input_returnPressed" id="HgStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_input_returnPressed" /> + <keyword name="HgStatusDialog.on_passwordCheckBox_toggled" id="HgStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgStatusDialog.on_refreshButton_clicked" id="HgStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_refreshButton_clicked" /> + <keyword name="HgStatusDialog.on_restoreButton_clicked" id="HgStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_restoreButton_clicked" /> + <keyword name="HgStatusDialog.on_revertButton_clicked" id="HgStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_revertButton_clicked" /> + <keyword name="HgStatusDialog.on_sendButton_clicked" id="HgStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_sendButton_clicked" /> + <keyword name="HgStatusDialog.on_statusFilterCombo_activated" id="HgStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusFilterCombo_activated" /> + <keyword name="HgStatusDialog.on_statusList_itemChanged" id="HgStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusList_itemChanged" /> + <keyword name="HgStatusDialog.on_statusList_itemSelectionChanged" id="HgStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusList_itemSelectionChanged" /> + <keyword name="HgStatusDialog.start" id="HgStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.start" /> + <keyword name="HgStatusMonitorThread (Module)" id="HgStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html" /> + <keyword name="HgStatusMonitorThread" id="HgStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread" /> + <keyword name="HgStatusMonitorThread (Constructor)" id="HgStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread.__init__" /> + <keyword name="HgStatusMonitorThread._performMonitor" id="HgStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._performMonitor" /> + <keyword name="HgStatusMonitorThread._shutdown" id="HgStatusMonitorThread._shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._shutdown" /> + <keyword name="HgTagBranchListDialog (Module)" id="HgTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" /> + <keyword name="HgTagBranchListDialog" id="HgTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog" /> + <keyword name="HgTagBranchListDialog (Constructor)" id="HgTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__init__" /> + <keyword name="HgTagBranchListDialog.__finish" id="HgTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__finish" /> + <keyword name="HgTagBranchListDialog.__generateItem" id="HgTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__generateItem" /> + <keyword name="HgTagBranchListDialog.__procFinished" id="HgTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__procFinished" /> + <keyword name="HgTagBranchListDialog.__processOutputLine" id="HgTagBranchListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__processOutputLine" /> + <keyword name="HgTagBranchListDialog.__readStderr" id="HgTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStderr" /> + <keyword name="HgTagBranchListDialog.__readStdout" id="HgTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStdout" /> + <keyword name="HgTagBranchListDialog.__resizeColumns" id="HgTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resizeColumns" /> + <keyword name="HgTagBranchListDialog.__resort" id="HgTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resort" /> + <keyword name="HgTagBranchListDialog.__showError" id="HgTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__showError" /> + <keyword name="HgTagBranchListDialog.closeEvent" id="HgTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.closeEvent" /> + <keyword name="HgTagBranchListDialog.keyPressEvent" id="HgTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.keyPressEvent" /> + <keyword name="HgTagBranchListDialog.on_buttonBox_clicked" id="HgTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_buttonBox_clicked" /> + <keyword name="HgTagBranchListDialog.on_input_returnPressed" id="HgTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_input_returnPressed" /> + <keyword name="HgTagBranchListDialog.on_passwordCheckBox_toggled" id="HgTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgTagBranchListDialog.on_sendButton_clicked" id="HgTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_sendButton_clicked" /> + <keyword name="HgTagBranchListDialog.start" id="HgTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.start" /> + <keyword name="HgTagDialog (Module)" id="HgTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html" /> + <keyword name="HgTagDialog" id="HgTagDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog" /> + <keyword name="HgTagDialog (Constructor)" id="HgTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.__init__" /> + <keyword name="HgTagDialog.getParameters" id="HgTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.getParameters" /> + <keyword name="HgTagDialog.on_tagCombo_editTextChanged" id="HgTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgUtilities (Module)" id="HgUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" /> + <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#getConfigPath" /> + <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html" /> + <keyword name="HgProjectBrowserHelper" id="HgProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper" /> + <keyword name="HgProjectBrowserHelper (Constructor)" id="HgProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__init__" /> + <keyword name="HgProjectBrowserHelper.__HgAnnotate" id="HgProjectBrowserHelper.__HgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgAnnotate" /> + <keyword name="HgProjectBrowserHelper.__HgCopy" id="HgProjectBrowserHelper.__HgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgCopy" /> + <keyword name="HgProjectBrowserHelper.__HgExtendedDiff" id="HgProjectBrowserHelper.__HgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgExtendedDiff" /> + <keyword name="HgProjectBrowserHelper.__HgForget" id="HgProjectBrowserHelper.__HgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgForget" /> + <keyword name="HgProjectBrowserHelper.__HgLogBrowser" id="HgProjectBrowserHelper.__HgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogBrowser" /> + <keyword name="HgProjectBrowserHelper.__HgMove" id="HgProjectBrowserHelper.__HgMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgMove" /> + <keyword name="HgProjectBrowserHelper.__HgResolve" id="HgProjectBrowserHelper.__HgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgResolve" /> + <keyword name="HgProjectBrowserHelper.__HgRevert" id="HgProjectBrowserHelper.__HgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgRevert" /> + <keyword name="HgProjectBrowserHelper._addVCSMenu" id="HgProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenu" /> + <keyword name="HgProjectBrowserHelper._addVCSMenuBack" id="HgProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuBack" /> + <keyword name="HgProjectBrowserHelper._addVCSMenuDir" id="HgProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDir" /> + <keyword name="HgProjectBrowserHelper._addVCSMenuDirMulti" id="HgProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDirMulti" /> + <keyword name="HgProjectBrowserHelper._addVCSMenuMulti" id="HgProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuMulti" /> + <keyword name="HgProjectBrowserHelper.showContextMenu" id="HgProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenu" /> + <keyword name="HgProjectBrowserHelper.showContextMenuDir" id="HgProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDir" /> + <keyword name="HgProjectBrowserHelper.showContextMenuDirMulti" id="HgProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDirMulti" /> + <keyword name="HgProjectBrowserHelper.showContextMenuMulti" id="HgProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuMulti" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html" /> + <keyword name="HgProjectHelper" id="HgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper" /> + <keyword name="HgProjectHelper (Constructor)" id="HgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__init__" /> + <keyword name="HgProjectHelper.__hgBackout" id="HgProjectHelper.__hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBackout" /> + <keyword name="HgProjectHelper.__hgBisectBad" id="HgProjectHelper.__hgBisectBad" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectBad" /> + <keyword name="HgProjectHelper.__hgBisectGood" id="HgProjectHelper.__hgBisectGood" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectGood" /> + <keyword name="HgProjectHelper.__hgBisectReset" id="HgProjectHelper.__hgBisectReset" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectReset" /> + <keyword name="HgProjectHelper.__hgBisectSkip" id="HgProjectHelper.__hgBisectSkip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectSkip" /> + <keyword name="HgProjectHelper.__hgBranch" id="HgProjectHelper.__hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranch" /> + <keyword name="HgProjectHelper.__hgBranchList" id="HgProjectHelper.__hgBranchList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranchList" /> + <keyword name="HgProjectHelper.__hgBundle" id="HgProjectHelper.__hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBundle" /> + <keyword name="HgProjectHelper.__hgCloseBranch" id="HgProjectHelper.__hgCloseBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCloseBranch" /> + <keyword name="HgProjectHelper.__hgConfigure" id="HgProjectHelper.__hgConfigure" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgConfigure" /> + <keyword name="HgProjectHelper.__hgCreateIgnore" id="HgProjectHelper.__hgCreateIgnore" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCreateIgnore" /> + <keyword name="HgProjectHelper.__hgEditRepoConfig" id="HgProjectHelper.__hgEditRepoConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditRepoConfig" /> + <keyword name="HgProjectHelper.__hgEditUserConfig" id="HgProjectHelper.__hgEditUserConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditUserConfig" /> + <keyword name="HgProjectHelper.__hgExport" id="HgProjectHelper.__hgExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExport" /> + <keyword name="HgProjectHelper.__hgExtendedDiff" id="HgProjectHelper.__hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExtendedDiff" /> + <keyword name="HgProjectHelper.__hgHeads" id="HgProjectHelper.__hgHeads" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgHeads" /> + <keyword name="HgProjectHelper.__hgIdentify" id="HgProjectHelper.__hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentify" /> + <keyword name="HgProjectHelper.__hgIdentifyBundle" id="HgProjectHelper.__hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentifyBundle" /> + <keyword name="HgProjectHelper.__hgImport" id="HgProjectHelper.__hgImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgImport" /> + <keyword name="HgProjectHelper.__hgIncoming" id="HgProjectHelper.__hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIncoming" /> + <keyword name="HgProjectHelper.__hgLogBrowser" id="HgProjectHelper.__hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogBrowser" /> + <keyword name="HgProjectHelper.__hgOutgoing" id="HgProjectHelper.__hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgOutgoing" /> + <keyword name="HgProjectHelper.__hgParents" id="HgProjectHelper.__hgParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgParents" /> + <keyword name="HgProjectHelper.__hgPreviewBundle" id="HgProjectHelper.__hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPreviewBundle" /> + <keyword name="HgProjectHelper.__hgPull" id="HgProjectHelper.__hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPull" /> + <keyword name="HgProjectHelper.__hgPush" id="HgProjectHelper.__hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPush" /> + <keyword name="HgProjectHelper.__hgPushForced" id="HgProjectHelper.__hgPushForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushForced" /> + <keyword name="HgProjectHelper.__hgPushNewBranch" id="HgProjectHelper.__hgPushNewBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushNewBranch" /> + <keyword name="HgProjectHelper.__hgRecover" id="HgProjectHelper.__hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRecover" /> + <keyword name="HgProjectHelper.__hgResolve" id="HgProjectHelper.__hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgResolve" /> + <keyword name="HgProjectHelper.__hgRevert" id="HgProjectHelper.__hgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRevert" /> + <keyword name="HgProjectHelper.__hgRollback" id="HgProjectHelper.__hgRollback" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRollback" /> + <keyword name="HgProjectHelper.__hgServe" id="HgProjectHelper.__hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgServe" /> + <keyword name="HgProjectHelper.__hgShowBranch" id="HgProjectHelper.__hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowBranch" /> + <keyword name="HgProjectHelper.__hgShowConfig" id="HgProjectHelper.__hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowConfig" /> + <keyword name="HgProjectHelper.__hgShowPaths" id="HgProjectHelper.__hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowPaths" /> + <keyword name="HgProjectHelper.__hgTagList" id="HgProjectHelper.__hgTagList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTagList" /> + <keyword name="HgProjectHelper.__hgTip" id="HgProjectHelper.__hgTip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTip" /> + <keyword name="HgProjectHelper.__hgUnbundle" id="HgProjectHelper.__hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgUnbundle" /> + <keyword name="HgProjectHelper.__hgVerify" id="HgProjectHelper.__hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgVerify" /> + <keyword name="HgProjectHelper.__showExtensionMenu" id="HgProjectHelper.__showExtensionMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__showExtensionMenu" /> + <keyword name="HgProjectHelper.getActions" id="HgProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.getActions" /> + <keyword name="HgProjectHelper.initActions" id="HgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initActions" /> + <keyword name="HgProjectHelper.initMenu" id="HgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initMenu" /> + <keyword name="HgProjectHelper.setObjects" id="HgProjectHelper.setObjects" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.setObjects" /> + <keyword name="HgProjectHelper.shutdown" id="HgProjectHelper.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.shutdown" /> + <keyword name="vcsPySvn (Package)" id="vcsPySvn (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.html" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.Config.html" /> + <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html" /> + <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> + <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" /> + <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" /> + <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" /> + <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" /> + <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" /> + <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" /> + <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" /> + <keyword name="SvnProjectBrowserHelper.__SVNInfo" id="SvnProjectBrowserHelper.__SVNInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNInfo" /> + <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" /> + <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" /> + <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" /> + <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" /> + <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" /> + <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" /> + <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" /> + <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" /> + <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" /> + <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html" /> + <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper" /> + <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__init__" /> + <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnBranchList" /> + <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnConfigure" /> + <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" /> + <keyword name="SvnProjectHelper.__svnInfo" id="SvnProjectHelper.__svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnInfo" /> + <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" /> + <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropDel" /> + <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropList" /> + <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropSet" /> + <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRelocate" /> + <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" /> + <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnResolve" /> + <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnTagList" /> + <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" /> + <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.getActions" /> + <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initActions" /> + <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initMenu" /> + <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html" /> + <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion" /> + <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__init__" /> + <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__svnURL" /> + <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__vcsCommit_Step2" /> + <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion._createStatusMonitorThread" /> + <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.clearStatusCache" /> + <keyword name="Subversion.getClient" id="Subversion.getClient" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getClient" /> + <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getPlugin" /> + <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnAddToChangelist" /> + <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnBlame" /> + <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnCopy" /> + <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnDelProp" /> + <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnExtendedDiff" /> + <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnGetReposName" /> + <keyword name="Subversion.svnInfo" id="Subversion.svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnInfo" /> + <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListProps" /> + <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListTagBranch" /> + <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLock" /> + <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogBrowser" /> + <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnNormalizeURL" /> + <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRelocate" /> + <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRemoveFromChangelist" /> + <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRepoBrowser" /> + <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnResolve" /> + <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnSetProp" /> + <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUnlock" /> + <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUrlDiff" /> + <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAdd" /> + <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddBinary" /> + <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddTree" /> + <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAllRegisteredStates" /> + <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCheckout" /> + <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCleanup" /> + <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommandLine" /> + <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommit" /> + <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsConvertProject" /> + <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsDiff" /> + <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExists" /> + <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExport" /> + <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectBrowserHelper" /> + <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectHelper" /> + <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsImport" /> + <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsInit" /> + <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsLog" /> + <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMerge" /> + <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMove" /> + <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsName" /> + <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsNewProjectOptionsDialog" /> + <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsOptionsDialog" /> + <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRegisteredState" /> + <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRemove" /> + <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRepositoryInfos" /> + <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRevert" /> + <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsShutdown" /> + <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsStatus" /> + <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsSwitch" /> + <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsTag" /> + <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsUpdate" /> + <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html" /> + <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog" /> + <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__init__" /> + <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__finish" /> + <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__generateItem" /> + <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" /> + <keyword name="SvnBlameDialog.__showError" id="SvnBlameDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__showError" /> + <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" /> + <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.start" /> + <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html" /> + <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog" /> + <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.__init__" /> + <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.getData" /> + <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> + <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> + <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html" /> + <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog" /> + <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.__init__" /> + <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.changelistsData" /> + <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" /> + <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.logMessage" /> + <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" /> + <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" /> + <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" /> + <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" /> + <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.showEvent" /> + <keyword name="SvnConst (Module)" id="SvnConst (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.html" /> + <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html" /> + <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog" /> + <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.__init__" /> + <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.getData" /> + <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> + <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html" /> + <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog" /> + <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.__init__" /> + <keyword name="SvnDialog._clientNotifyCallback" id="SvnDialog._clientNotifyCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog._clientNotifyCallback" /> + <keyword name="SvnDialog.finish" id="SvnDialog.finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.finish" /> + <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.hasAddOrDelete" /> + <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.on_buttonBox_clicked" /> + <keyword name="SvnDialog.showError" id="SvnDialog.showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showError" /> + <keyword name="SvnDialog.showMessage" id="SvnDialog.showMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showMessage" /> + <keyword name="SvnDialogMixin (Module)" id="SvnDialogMixin (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html" /> + <keyword name="SvnDialogMixin" id="SvnDialogMixin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin" /> + <keyword name="SvnDialogMixin (Constructor)" id="SvnDialogMixin (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin.__init__" /> + <keyword name="SvnDialogMixin._cancel" id="SvnDialogMixin._cancel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._cancel" /> + <keyword name="SvnDialogMixin._clientCancelCallback" id="SvnDialogMixin._clientCancelCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientCancelCallback" /> + <keyword name="SvnDialogMixin._clientLogCallback" id="SvnDialogMixin._clientLogCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLogCallback" /> + <keyword name="SvnDialogMixin._clientLoginCallback" id="SvnDialogMixin._clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLoginCallback" /> + <keyword name="SvnDialogMixin._clientSslServerTrustPromptCallback" id="SvnDialogMixin._clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientSslServerTrustPromptCallback" /> + <keyword name="SvnDialogMixin._reset" id="SvnDialogMixin._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._reset" /> + <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html" /> + <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog" /> + <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__init__" /> + <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__appendText" /> + <keyword name="SvnDiffDialog.__finish" id="SvnDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__finish" /> + <keyword name="SvnDiffDialog.__getDiffSummaryKind" id="SvnDiffDialog.__getDiffSummaryKind" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getDiffSummaryKind" /> + <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" /> + <keyword name="SvnDiffDialog.__showError" id="SvnDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__showError" /> + <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" /> + <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" /> + <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.start" /> + <keyword name="SvnInfoDialog (Module)" id="SvnInfoDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html" /> + <keyword name="SvnInfoDialog" id="SvnInfoDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog" /> + <keyword name="SvnInfoDialog (Constructor)" id="SvnInfoDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__init__" /> + <keyword name="SvnInfoDialog.__showError" id="SvnInfoDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__showError" /> + <keyword name="SvnInfoDialog.start" id="SvnInfoDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.start" /> + <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html" /> + <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog" /> + <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" /> + <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" /> + <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" /> + <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" /> + <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" /> + <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" /> + <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" /> + <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" /> + <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" /> + <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" /> + <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" /> + <keyword name="SvnLogBrowserDialog.__showError" id="SvnLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__showError" /> + <keyword name="SvnLogBrowserDialog._reset" id="SvnLogBrowserDialog._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog._reset" /> + <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" /> + <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" /> + <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" /> + <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" /> + <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" /> + <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" /> + <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" /> + <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" /> + <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" /> + <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html" /> + <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog" /> + <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__init__" /> + <keyword name="SvnLogDialog.__finish" id="SvnLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__finish" /> + <keyword name="SvnLogDialog.__showError" id="SvnLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__showError" /> + <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__sourceChanged" /> + <keyword name="SvnLogDialog.on_buttonBox_clicked" id="SvnLogDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.on_buttonBox_clicked" /> + <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.start" /> + <keyword name="SvnLoginDialog (Module)" id="SvnLoginDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html" /> + <keyword name="SvnLoginDialog" id="SvnLoginDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog" /> + <keyword name="SvnLoginDialog (Constructor)" id="SvnLoginDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.__init__" /> + <keyword name="SvnLoginDialog.getData" id="SvnLoginDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.getData" /> + <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html" /> + <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog" /> + <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__init__" /> + <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" /> + <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.getParameters" /> + <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" /> + <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" /> + <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html" /> + <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" /> + <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" /> + <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" /> + <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> + <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> + <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> + <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html" /> + <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog" /> + <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.__init__" /> + <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.getData" /> + <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> + <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> + <keyword name="SvnPropDelDialog (Module)" id="SvnPropDelDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html" /> + <keyword name="SvnPropDelDialog" id="SvnPropDelDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog" /> + <keyword name="SvnPropDelDialog (Constructor)" id="SvnPropDelDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.__init__" /> + <keyword name="SvnPropDelDialog.getData" id="SvnPropDelDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.getData" /> + <keyword name="SvnPropDelDialog.on_propNameEdit_textChanged" id="SvnPropDelDialog.on_propNameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.on_propNameEdit_textChanged" /> + <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html" /> + <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog" /> + <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__init__" /> + <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__finish" /> + <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__generateItem" /> + <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" /> + <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resort" /> + <keyword name="SvnPropListDialog.__showError" id="SvnPropListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__showError" /> + <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> + <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.start" /> + <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html" /> + <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog" /> + <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.__init__" /> + <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> + <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html" /> + <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog" /> + <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.__init__" /> + <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.getData" /> + <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html" /> + <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" /> + <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" /> + <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" /> + <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" /> + <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" /> + <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" /> + <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" /> + <keyword name="SvnRepoBrowserDialog.__showError" id="SvnRepoBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__showError" /> + <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" /> + <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" /> + <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" /> + <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" /> + <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html" /> + <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" /> + <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" /> + <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" /> + <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" /> + <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html" /> + <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog" /> + <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__init__" /> + <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__add" /> + <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" /> + <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__breakLock" /> + <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commit" /> + <keyword name="SvnStatusDialog.__commitDeselectAll" id="SvnStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitDeselectAll" /> + <keyword name="SvnStatusDialog.__commitSelect" id="SvnStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitSelect" /> + <keyword name="SvnStatusDialog.__commitSelectAll" id="SvnStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitSelectAll" /> + <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__committed" /> + <keyword name="SvnStatusDialog.__diff" id="SvnStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__diff" /> + <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__finish" /> + <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__generateItem" /> + <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" /> + <keyword name="SvnStatusDialog.__getCommitableItems" id="SvnStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getCommitableItems" /> + <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" /> + <keyword name="SvnStatusDialog.__getMissingItems" id="SvnStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getMissingItems" /> + <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" /> + <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" /> + <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" /> + <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__lock" /> + <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" /> + <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" /> + <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resort" /> + <keyword name="SvnStatusDialog.__restoreMissing" id="SvnStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__restoreMissing" /> + <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__revert" /> + <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" /> + <keyword name="SvnStatusDialog.__showError" id="SvnStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showError" /> + <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__stealLock" /> + <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__unlock" /> + <keyword name="SvnStatusDialog.__updateButtons" id="SvnStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__updateButtons" /> + <keyword name="SvnStatusDialog.__updateCommitButton" id="SvnStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__updateCommitButton" /> + <keyword name="SvnStatusDialog.on_addButton_clicked" id="SvnStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_addButton_clicked" /> + <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" /> + <keyword name="SvnStatusDialog.on_commitButton_clicked" id="SvnStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_commitButton_clicked" /> + <keyword name="SvnStatusDialog.on_diffButton_clicked" id="SvnStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_diffButton_clicked" /> + <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" /> + <keyword name="SvnStatusDialog.on_restoreButton_clicked" id="SvnStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_restoreButton_clicked" /> + <keyword name="SvnStatusDialog.on_revertButton_clicked" id="SvnStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_revertButton_clicked" /> + <keyword name="SvnStatusDialog.on_statusFilterCombo_activated" id="SvnStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusFilterCombo_activated" /> + <keyword name="SvnStatusDialog.on_statusList_itemChanged" id="SvnStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemChanged" /> + <keyword name="SvnStatusDialog.on_statusList_itemSelectionChanged" id="SvnStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemSelectionChanged" /> + <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.start" /> + <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html" /> + <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread" /> + <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" /> + <keyword name="SvnStatusMonitorThread.__clientLoginCallback" id="SvnStatusMonitorThread.__clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientLoginCallback" /> + <keyword name="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" id="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" /> + <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" /> + <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html" /> + <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog" /> + <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.__init__" /> + <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" /> + <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html" /> + <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog" /> + <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" /> + <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" /> + <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" /> + <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" /> + <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" /> + <keyword name="SvnTagBranchListDialog.__showError" id="SvnTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__showError" /> + <keyword name="SvnTagBranchListDialog.getTagList" id="SvnTagBranchListDialog.getTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.getTagList" /> + <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" /> + <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" /> + <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html" /> + <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog" /> + <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.__init__" /> + <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.getParameters" /> + <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" /> + <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html" /> + <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" /> + <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" /> + <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" /> + <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" /> + <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" /> + <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" /> + <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html" /> + <keyword name="dateFromTime_t" id="dateFromTime_t" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#dateFromTime_t" /> + <keyword name="formatTime" id="formatTime" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#formatTime" /> + <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getConfigPath" /> + <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getServersPath" /> + <keyword name="vcsSubversion (Package)" id="vcsSubversion (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.html" /> + <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.Config.html" /> + <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html" /> + <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> + <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" /> + <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" /> + <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" /> + <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" /> + <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" /> + <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" /> + <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" /> + <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" /> + <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" /> + <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" /> + <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" /> + <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" /> + <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" /> + <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" /> + <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" /> + <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" /> + <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" /> + <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" /> + <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" /> + <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html" /> + <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper" /> + <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__init__" /> + <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnBranchList" /> + <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnConfigure" /> + <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" /> + <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" /> + <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropDel" /> + <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropList" /> + <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropSet" /> + <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRelocate" /> + <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" /> + <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnResolve" /> + <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnTagList" /> + <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" /> + <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.getActions" /> + <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initActions" /> + <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initMenu" /> + <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html" /> + <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion" /> + <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__init__" /> + <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__svnURL" /> + <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__vcsCommit_Step2" /> + <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion._createStatusMonitorThread" /> + <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.clearStatusCache" /> + <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.getPlugin" /> + <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnAddToChangelist" /> + <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnBlame" /> + <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnCopy" /> + <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnDelProp" /> + <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnExtendedDiff" /> + <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnGetReposName" /> + <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListProps" /> + <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListTagBranch" /> + <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLock" /> + <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogBrowser" /> + <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnNormalizeURL" /> + <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRelocate" /> + <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRemoveFromChangelist" /> + <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRepoBrowser" /> + <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnResolve" /> + <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnSetProp" /> + <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUnlock" /> + <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUrlDiff" /> + <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAdd" /> + <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddBinary" /> + <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddTree" /> + <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAllRegisteredStates" /> + <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCheckout" /> + <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCleanup" /> + <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommandLine" /> + <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommit" /> + <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsConvertProject" /> + <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsDiff" /> + <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExists" /> + <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExport" /> + <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectBrowserHelper" /> + <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectHelper" /> + <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsImport" /> + <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsInit" /> + <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsLog" /> + <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMerge" /> + <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMove" /> + <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsName" /> + <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsNewProjectOptionsDialog" /> + <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsOptionsDialog" /> + <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRegisteredState" /> + <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRemove" /> + <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRepositoryInfos" /> + <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRevert" /> + <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsShutdown" /> + <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsStatus" /> + <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsSwitch" /> + <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsTag" /> + <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsUpdate" /> + <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html" /> + <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog" /> + <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__init__" /> + <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__finish" /> + <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__generateItem" /> + <keyword name="SvnBlameDialog.__procFinished" id="SvnBlameDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__procFinished" /> + <keyword name="SvnBlameDialog.__readStderr" id="SvnBlameDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStderr" /> + <keyword name="SvnBlameDialog.__readStdout" id="SvnBlameDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStdout" /> + <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" /> + <keyword name="SvnBlameDialog.closeEvent" id="SvnBlameDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.closeEvent" /> + <keyword name="SvnBlameDialog.keyPressEvent" id="SvnBlameDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.keyPressEvent" /> + <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" /> + <keyword name="SvnBlameDialog.on_input_returnPressed" id="SvnBlameDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_input_returnPressed" /> + <keyword name="SvnBlameDialog.on_passwordCheckBox_toggled" id="SvnBlameDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnBlameDialog.on_sendButton_clicked" id="SvnBlameDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_sendButton_clicked" /> + <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.start" /> + <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html" /> + <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog" /> + <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.__init__" /> + <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.getData" /> + <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> + <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> + <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html" /> + <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog" /> + <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.__init__" /> + <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.changelistsData" /> + <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" /> + <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.logMessage" /> + <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" /> + <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" /> + <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" /> + <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" /> + <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.showEvent" /> + <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html" /> + <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog" /> + <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.__init__" /> + <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.getData" /> + <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> + <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html" /> + <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog" /> + <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__init__" /> + <keyword name="SvnDialog.__finish" id="SvnDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__finish" /> + <keyword name="SvnDialog.__procFinished" id="SvnDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__procFinished" /> + <keyword name="SvnDialog.__readStderr" id="SvnDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStderr" /> + <keyword name="SvnDialog.__readStdout" id="SvnDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStdout" /> + <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.hasAddOrDelete" /> + <keyword name="SvnDialog.keyPressEvent" id="SvnDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.keyPressEvent" /> + <keyword name="SvnDialog.normalExit" id="SvnDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.normalExit" /> + <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_buttonBox_clicked" /> + <keyword name="SvnDialog.on_input_returnPressed" id="SvnDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_input_returnPressed" /> + <keyword name="SvnDialog.on_passwordCheckBox_toggled" id="SvnDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnDialog.on_sendButton_clicked" id="SvnDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_sendButton_clicked" /> + <keyword name="SvnDialog.startProcess" id="SvnDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.startProcess" /> + <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html" /> + <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog" /> + <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__init__" /> + <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__appendText" /> + <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" /> + <keyword name="SvnDiffDialog.__procFinished" id="SvnDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__procFinished" /> + <keyword name="SvnDiffDialog.__readStderr" id="SvnDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStderr" /> + <keyword name="SvnDiffDialog.__readStdout" id="SvnDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStdout" /> + <keyword name="SvnDiffDialog.closeEvent" id="SvnDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.closeEvent" /> + <keyword name="SvnDiffDialog.keyPressEvent" id="SvnDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.keyPressEvent" /> + <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" /> + <keyword name="SvnDiffDialog.on_input_returnPressed" id="SvnDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_input_returnPressed" /> + <keyword name="SvnDiffDialog.on_passwordCheckBox_toggled" id="SvnDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" /> + <keyword name="SvnDiffDialog.on_sendButton_clicked" id="SvnDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_sendButton_clicked" /> + <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.start" /> + <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html" /> + <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog" /> + <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" /> + <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" /> + <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" /> + <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" /> + <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" /> + <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" /> + <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" /> + <keyword name="SvnLogBrowserDialog.__procFinished" id="SvnLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__procFinished" /> + <keyword name="SvnLogBrowserDialog.__processBuffer" id="SvnLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__processBuffer" /> + <keyword name="SvnLogBrowserDialog.__readStderr" id="SvnLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStderr" /> + <keyword name="SvnLogBrowserDialog.__readStdout" id="SvnLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStdout" /> + <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" /> + <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" /> + <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" /> + <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" /> + <keyword name="SvnLogBrowserDialog.closeEvent" id="SvnLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.closeEvent" /> + <keyword name="SvnLogBrowserDialog.keyPressEvent" id="SvnLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.keyPressEvent" /> + <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" /> + <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" /> + <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" /> + <keyword name="SvnLogBrowserDialog.on_input_returnPressed" id="SvnLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_input_returnPressed" /> + <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" /> + <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" /> + <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_passwordCheckBox_toggled" id="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" /> + <keyword name="SvnLogBrowserDialog.on_sendButton_clicked" id="SvnLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_sendButton_clicked" /> + <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" /> + <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" /> + <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" /> + <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html" /> + <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog" /> + <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__init__" /> + <keyword name="SvnLogDialog.__procFinished" id="SvnLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__procFinished" /> + <keyword name="SvnLogDialog.__readStderr" id="SvnLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStderr" /> + <keyword name="SvnLogDialog.__readStdout" id="SvnLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStdout" /> + <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__sourceChanged" /> + <keyword name="SvnLogDialog.closeEvent" id="SvnLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.closeEvent" /> + <keyword name="SvnLogDialog.keyPressEvent" id="SvnLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.keyPressEvent" /> + <keyword name="SvnLogDialog.on_input_returnPressed" id="SvnLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_input_returnPressed" /> + <keyword name="SvnLogDialog.on_passwordCheckBox_toggled" id="SvnLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnLogDialog.on_sendButton_clicked" id="SvnLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_sendButton_clicked" /> + <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.start" /> + <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html" /> + <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog" /> + <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__init__" /> + <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" /> + <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.getParameters" /> + <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" /> + <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" /> + <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html" /> + <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" /> + <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" /> + <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" /> + <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> + <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> + <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> + <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> + <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html" /> + <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog" /> + <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.__init__" /> + <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.getData" /> + <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> + <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> + <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html" /> + <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog" /> + <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__init__" /> + <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__finish" /> + <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__generateItem" /> + <keyword name="SvnPropListDialog.__procFinished" id="SvnPropListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__procFinished" /> + <keyword name="SvnPropListDialog.__readStderr" id="SvnPropListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStderr" /> + <keyword name="SvnPropListDialog.__readStdout" id="SvnPropListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStdout" /> + <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" /> + <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resort" /> + <keyword name="SvnPropListDialog.closeEvent" id="SvnPropListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.closeEvent" /> + <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> + <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.start" /> + <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html" /> + <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog" /> + <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.__init__" /> + <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> + <keyword name="SvnPropSetDialog.on_fileButton_clicked" id="SvnPropSetDialog.on_fileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.on_fileButton_clicked" /> + <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html" /> + <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog" /> + <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.__init__" /> + <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.getData" /> + <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html" /> + <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" /> + <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" /> + <keyword name="SvnRepoBrowserDialog.__finish" id="SvnRepoBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__finish" /> + <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" /> + <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" /> + <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" /> + <keyword name="SvnRepoBrowserDialog.__procFinished" id="SvnRepoBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__procFinished" /> + <keyword name="SvnRepoBrowserDialog.__readStderr" id="SvnRepoBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStderr" /> + <keyword name="SvnRepoBrowserDialog.__readStdout" id="SvnRepoBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStdout" /> + <keyword name="SvnRepoBrowserDialog.__repoRoot" id="SvnRepoBrowserDialog.__repoRoot" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__repoRoot" /> + <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" /> + <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" /> + <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" /> + <keyword name="SvnRepoBrowserDialog.closeEvent" id="SvnRepoBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.closeEvent" /> + <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" /> + <keyword name="SvnRepoBrowserDialog.keyPressEvent" id="SvnRepoBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.keyPressEvent" /> + <keyword name="SvnRepoBrowserDialog.on_input_returnPressed" id="SvnRepoBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_input_returnPressed" /> + <keyword name="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" id="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" /> + <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" /> + <keyword name="SvnRepoBrowserDialog.on_sendButton_clicked" id="SvnRepoBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_sendButton_clicked" /> + <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" /> + <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" /> + <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html" /> + <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" /> + <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" /> + <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" /> + <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" /> + <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html" /> + <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog" /> + <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__init__" /> + <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__add" /> + <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" /> + <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__breakLock" /> + <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commit" /> + <keyword name="SvnStatusDialog.__commitDeselectAll" id="SvnStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitDeselectAll" /> + <keyword name="SvnStatusDialog.__commitSelect" id="SvnStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitSelect" /> + <keyword name="SvnStatusDialog.__commitSelectAll" id="SvnStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitSelectAll" /> + <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__committed" /> + <keyword name="SvnStatusDialog.__diff" id="SvnStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__diff" /> + <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__finish" /> + <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__generateItem" /> + <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" /> + <keyword name="SvnStatusDialog.__getCommitableItems" id="SvnStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getCommitableItems" /> + <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" /> + <keyword name="SvnStatusDialog.__getMissingItems" id="SvnStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getMissingItems" /> + <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" /> + <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" /> + <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" /> + <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__lock" /> + <keyword name="SvnStatusDialog.__procFinished" id="SvnStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__procFinished" /> + <keyword name="SvnStatusDialog.__readStderr" id="SvnStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStderr" /> + <keyword name="SvnStatusDialog.__readStdout" id="SvnStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStdout" /> + <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" /> + <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" /> + <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resort" /> + <keyword name="SvnStatusDialog.__restoreMissing" id="SvnStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__restoreMissing" /> + <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__revert" /> + <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" /> + <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__stealLock" /> + <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__unlock" /> + <keyword name="SvnStatusDialog.__updateButtons" id="SvnStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__updateButtons" /> + <keyword name="SvnStatusDialog.__updateCommitButton" id="SvnStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__updateCommitButton" /> + <keyword name="SvnStatusDialog.closeEvent" id="SvnStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.closeEvent" /> + <keyword name="SvnStatusDialog.keyPressEvent" id="SvnStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.keyPressEvent" /> + <keyword name="SvnStatusDialog.on_addButton_clicked" id="SvnStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_addButton_clicked" /> + <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" /> + <keyword name="SvnStatusDialog.on_commitButton_clicked" id="SvnStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_commitButton_clicked" /> + <keyword name="SvnStatusDialog.on_diffButton_clicked" id="SvnStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_diffButton_clicked" /> + <keyword name="SvnStatusDialog.on_input_returnPressed" id="SvnStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_input_returnPressed" /> + <keyword name="SvnStatusDialog.on_passwordCheckBox_toggled" id="SvnStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" /> + <keyword name="SvnStatusDialog.on_restoreButton_clicked" id="SvnStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_restoreButton_clicked" /> + <keyword name="SvnStatusDialog.on_revertButton_clicked" id="SvnStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_revertButton_clicked" /> + <keyword name="SvnStatusDialog.on_sendButton_clicked" id="SvnStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_sendButton_clicked" /> + <keyword name="SvnStatusDialog.on_statusFilterCombo_activated" id="SvnStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusFilterCombo_activated" /> + <keyword name="SvnStatusDialog.on_statusList_itemChanged" id="SvnStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemChanged" /> + <keyword name="SvnStatusDialog.on_statusList_itemSelectionChanged" id="SvnStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemSelectionChanged" /> + <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.start" /> + <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html" /> + <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread" /> + <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" /> + <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" /> + <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html" /> + <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog" /> + <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.__init__" /> + <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" /> + <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html" /> + <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog" /> + <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" /> + <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" /> + <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" /> + <keyword name="SvnTagBranchListDialog.__procFinished" id="SvnTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__procFinished" /> + <keyword name="SvnTagBranchListDialog.__readStderr" id="SvnTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStderr" /> + <keyword name="SvnTagBranchListDialog.__readStdout" id="SvnTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStdout" /> + <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" /> + <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" /> + <keyword name="SvnTagBranchListDialog.closeEvent" id="SvnTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.closeEvent" /> + <keyword name="SvnTagBranchListDialog.keyPressEvent" id="SvnTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.keyPressEvent" /> + <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" /> + <keyword name="SvnTagBranchListDialog.on_input_returnPressed" id="SvnTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_input_returnPressed" /> + <keyword name="SvnTagBranchListDialog.on_passwordCheckBox_toggled" id="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_passwordCheckBox_toggled" /> + <keyword name="SvnTagBranchListDialog.on_sendButton_clicked" id="SvnTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_sendButton_clicked" /> + <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" /> + <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html" /> + <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog" /> + <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.__init__" /> + <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.getParameters" /> + <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" /> + <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html" /> + <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" /> + <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" /> + <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" /> + <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" /> + <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" /> + <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" /> + <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html" /> + <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getConfigPath" /> + <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getServersPath" /> + <keyword name="BookmarksExtension (Package)" id="BookmarksExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.html" /> + <keyword name="bookmarks (Module)" id="bookmarks (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html" /> + <keyword name="Bookmarks" id="Bookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks" /> + <keyword name="Bookmarks (Constructor)" id="Bookmarks (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.__init__" /> + <keyword name="Bookmarks.__getInOutBookmarks" id="Bookmarks.__getInOutBookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.__getInOutBookmarks" /> + <keyword name="Bookmarks.hgBookmarkDefine" id="Bookmarks.hgBookmarkDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkDefine" /> + <keyword name="Bookmarks.hgBookmarkDelete" id="Bookmarks.hgBookmarkDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkDelete" /> + <keyword name="Bookmarks.hgBookmarkIncoming" id="Bookmarks.hgBookmarkIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkIncoming" /> + <keyword name="Bookmarks.hgBookmarkMove" id="Bookmarks.hgBookmarkMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkMove" /> + <keyword name="Bookmarks.hgBookmarkOutgoing" id="Bookmarks.hgBookmarkOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkOutgoing" /> + <keyword name="Bookmarks.hgBookmarkPull" id="Bookmarks.hgBookmarkPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkPull" /> + <keyword name="Bookmarks.hgBookmarkPush" id="Bookmarks.hgBookmarkPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkPush" /> + <keyword name="Bookmarks.hgBookmarkRename" id="Bookmarks.hgBookmarkRename" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkRename" /> + <keyword name="Bookmarks.hgGetBookmarksList" id="Bookmarks.hgGetBookmarksList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgGetBookmarksList" /> + <keyword name="Bookmarks.hgListBookmarks" id="Bookmarks.hgListBookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgListBookmarks" /> + <keyword name="Bookmarks.shutdown" id="Bookmarks.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.shutdown" /> + <keyword name="HgBookmarkDialog (Module)" id="HgBookmarkDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html" /> + <keyword name="HgBookmarkDialog" id="HgBookmarkDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog" /> + <keyword name="HgBookmarkDialog (Constructor)" id="HgBookmarkDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__init__" /> + <keyword name="HgBookmarkDialog.__updateBookmarksCombo" id="HgBookmarkDialog.__updateBookmarksCombo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__updateBookmarksCombo" /> + <keyword name="HgBookmarkDialog.__updateOK" id="HgBookmarkDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__updateOK" /> + <keyword name="HgBookmarkDialog.getData" id="HgBookmarkDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.getData" /> + <keyword name="HgBookmarkDialog.on_bookmarkButton_toggled" id="HgBookmarkDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_bookmarkButton_toggled" /> + <keyword name="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" id="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgBookmarkDialog.on_branchButton_toggled" id="HgBookmarkDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_branchButton_toggled" /> + <keyword name="HgBookmarkDialog.on_branchCombo_editTextChanged" id="HgBookmarkDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgBookmarkDialog.on_idButton_toggled" id="HgBookmarkDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_idButton_toggled" /> + <keyword name="HgBookmarkDialog.on_idEdit_textChanged" id="HgBookmarkDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_idEdit_textChanged" /> + <keyword name="HgBookmarkDialog.on_nameCombo_activated" id="HgBookmarkDialog.on_nameCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_nameCombo_activated" /> + <keyword name="HgBookmarkDialog.on_nameEdit_textChanged" id="HgBookmarkDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_nameEdit_textChanged" /> + <keyword name="HgBookmarkDialog.on_tagButton_toggled" id="HgBookmarkDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_tagButton_toggled" /> + <keyword name="HgBookmarkDialog.on_tagCombo_editTextChanged" id="HgBookmarkDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgBookmarkRenameDialog (Module)" id="HgBookmarkRenameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html" /> + <keyword name="HgBookmarkRenameDialog" id="HgBookmarkRenameDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog" /> + <keyword name="HgBookmarkRenameDialog (Constructor)" id="HgBookmarkRenameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.__init__" /> + <keyword name="HgBookmarkRenameDialog.__updateUI" id="HgBookmarkRenameDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.__updateUI" /> + <keyword name="HgBookmarkRenameDialog.getData" id="HgBookmarkRenameDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.getData" /> + <keyword name="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" id="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgBookmarkRenameDialog.on_nameEdit_textChanged" id="HgBookmarkRenameDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.on_nameEdit_textChanged" /> + <keyword name="HgBookmarksInOutDialog (Module)" id="HgBookmarksInOutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html" /> + <keyword name="HgBookmarksInOutDialog" id="HgBookmarksInOutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog" /> + <keyword name="HgBookmarksInOutDialog (Constructor)" id="HgBookmarksInOutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__init__" /> + <keyword name="HgBookmarksInOutDialog.__finish" id="HgBookmarksInOutDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__finish" /> + <keyword name="HgBookmarksInOutDialog.__generateItem" id="HgBookmarksInOutDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__generateItem" /> + <keyword name="HgBookmarksInOutDialog.__procFinished" id="HgBookmarksInOutDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__procFinished" /> + <keyword name="HgBookmarksInOutDialog.__processOutputLine" id="HgBookmarksInOutDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__processOutputLine" /> + <keyword name="HgBookmarksInOutDialog.__readStderr" id="HgBookmarksInOutDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__readStderr" /> + <keyword name="HgBookmarksInOutDialog.__readStdout" id="HgBookmarksInOutDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__readStdout" /> + <keyword name="HgBookmarksInOutDialog.__resizeColumns" id="HgBookmarksInOutDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__resizeColumns" /> + <keyword name="HgBookmarksInOutDialog.__resort" id="HgBookmarksInOutDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__resort" /> + <keyword name="HgBookmarksInOutDialog.__showError" id="HgBookmarksInOutDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__showError" /> + <keyword name="HgBookmarksInOutDialog.closeEvent" id="HgBookmarksInOutDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.closeEvent" /> + <keyword name="HgBookmarksInOutDialog.keyPressEvent" id="HgBookmarksInOutDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.keyPressEvent" /> + <keyword name="HgBookmarksInOutDialog.on_buttonBox_clicked" id="HgBookmarksInOutDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_buttonBox_clicked" /> + <keyword name="HgBookmarksInOutDialog.on_input_returnPressed" id="HgBookmarksInOutDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_input_returnPressed" /> + <keyword name="HgBookmarksInOutDialog.on_passwordCheckBox_toggled" id="HgBookmarksInOutDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgBookmarksInOutDialog.on_sendButton_clicked" id="HgBookmarksInOutDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_sendButton_clicked" /> + <keyword name="HgBookmarksInOutDialog.start" id="HgBookmarksInOutDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.start" /> + <keyword name="HgBookmarksListDialog (Module)" id="HgBookmarksListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html" /> + <keyword name="HgBookmarksListDialog" id="HgBookmarksListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog" /> + <keyword name="HgBookmarksListDialog (Constructor)" id="HgBookmarksListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__init__" /> + <keyword name="HgBookmarksListDialog.__finish" id="HgBookmarksListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__finish" /> + <keyword name="HgBookmarksListDialog.__generateItem" id="HgBookmarksListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__generateItem" /> + <keyword name="HgBookmarksListDialog.__procFinished" id="HgBookmarksListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__procFinished" /> + <keyword name="HgBookmarksListDialog.__processOutputLine" id="HgBookmarksListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__processOutputLine" /> + <keyword name="HgBookmarksListDialog.__readStderr" id="HgBookmarksListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__readStderr" /> + <keyword name="HgBookmarksListDialog.__readStdout" id="HgBookmarksListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__readStdout" /> + <keyword name="HgBookmarksListDialog.__resizeColumns" id="HgBookmarksListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__resizeColumns" /> + <keyword name="HgBookmarksListDialog.__resort" id="HgBookmarksListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__resort" /> + <keyword name="HgBookmarksListDialog.__showError" id="HgBookmarksListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__showError" /> + <keyword name="HgBookmarksListDialog.closeEvent" id="HgBookmarksListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.closeEvent" /> + <keyword name="HgBookmarksListDialog.keyPressEvent" id="HgBookmarksListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.keyPressEvent" /> + <keyword name="HgBookmarksListDialog.on_buttonBox_clicked" id="HgBookmarksListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_buttonBox_clicked" /> + <keyword name="HgBookmarksListDialog.on_input_returnPressed" id="HgBookmarksListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_input_returnPressed" /> + <keyword name="HgBookmarksListDialog.on_passwordCheckBox_toggled" id="HgBookmarksListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgBookmarksListDialog.on_sendButton_clicked" id="HgBookmarksListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_sendButton_clicked" /> + <keyword name="HgBookmarksListDialog.start" id="HgBookmarksListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.start" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html" /> + <keyword name="BookmarksProjectHelper" id="BookmarksProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper" /> + <keyword name="BookmarksProjectHelper (Constructor)" id="BookmarksProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__init__" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkDefine" id="BookmarksProjectHelper.__hgBookmarkDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkDefine" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkDelete" id="BookmarksProjectHelper.__hgBookmarkDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkDelete" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkIncoming" id="BookmarksProjectHelper.__hgBookmarkIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkIncoming" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkMove" id="BookmarksProjectHelper.__hgBookmarkMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkMove" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkOutgoing" id="BookmarksProjectHelper.__hgBookmarkOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkOutgoing" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkPull" id="BookmarksProjectHelper.__hgBookmarkPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkPull" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkPush" id="BookmarksProjectHelper.__hgBookmarkPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkPush" /> + <keyword name="BookmarksProjectHelper.__hgBookmarkRename" id="BookmarksProjectHelper.__hgBookmarkRename" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkRename" /> + <keyword name="BookmarksProjectHelper.__hgBookmarksList" id="BookmarksProjectHelper.__hgBookmarksList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarksList" /> + <keyword name="BookmarksProjectHelper.initActions" id="BookmarksProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.initActions" /> + <keyword name="BookmarksProjectHelper.initMenu" id="BookmarksProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.initMenu" /> + <keyword name="BookmarksProjectHelper.menuTitle" id="BookmarksProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.menuTitle" /> + <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html" /> + <keyword name="MercurialPage (Module)" id="MercurialPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html" /> + <keyword name="MercurialPage" id="MercurialPage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage" /> + <keyword name="MercurialPage (Constructor)" id="MercurialPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.__init__" /> + <keyword name="MercurialPage.on_configButton_clicked" id="MercurialPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.on_configButton_clicked" /> + <keyword name="MercurialPage.save" id="MercurialPage.save" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.save" /> + <keyword name="FetchExtension (Package)" id="FetchExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html" /> + <keyword name="fetch (Module)" id="fetch (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html" /> + <keyword name="Fetch" id="Fetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch" /> + <keyword name="Fetch (Constructor)" id="Fetch (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch.__init__" /> + <keyword name="Fetch.hgFetch" id="Fetch.hgFetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch.hgFetch" /> + <keyword name="HgFetchDialog (Module)" id="HgFetchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html" /> + <keyword name="HgFetchDialog" id="HgFetchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog" /> + <keyword name="HgFetchDialog (Constructor)" id="HgFetchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.__init__" /> + <keyword name="HgFetchDialog.getData" id="HgFetchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.getData" /> + <keyword name="HgFetchDialog.on_recentComboBox_activated" id="HgFetchDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.on_recentComboBox_activated" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html" /> + <keyword name="FetchProjectHelper" id="FetchProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper" /> + <keyword name="FetchProjectHelper (Constructor)" id="FetchProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.__init__" /> + <keyword name="FetchProjectHelper.__hgFetch" id="FetchProjectHelper.__hgFetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.__hgFetch" /> + <keyword name="FetchProjectHelper.initActions" id="FetchProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.initActions" /> + <keyword name="FetchProjectHelper.initMenu" id="FetchProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.initMenu" /> + <keyword name="FetchProjectHelper.menuTitle" id="FetchProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.menuTitle" /> + <keyword name="GpgExtension (Package)" id="GpgExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html" /> + <keyword name="gpg (Module)" id="gpg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html" /> + <keyword name="Gpg" id="Gpg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg" /> + <keyword name="Gpg (Constructor)" id="Gpg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.__init__" /> + <keyword name="Gpg.hgGpgSign" id="Gpg.hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSign" /> + <keyword name="Gpg.hgGpgSignatures" id="Gpg.hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSignatures" /> + <keyword name="Gpg.hgGpgVerifySignatures" id="Gpg.hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgVerifySignatures" /> + <keyword name="Gpg.shutdown" id="Gpg.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.shutdown" /> + <keyword name="HgGpgSignaturesDialog (Module)" id="HgGpgSignaturesDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html" /> + <keyword name="HgGpgSignaturesDialog" id="HgGpgSignaturesDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog" /> + <keyword name="HgGpgSignaturesDialog (Constructor)" id="HgGpgSignaturesDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__init__" /> + <keyword name="HgGpgSignaturesDialog.__filterSignatures" id="HgGpgSignaturesDialog.__filterSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__filterSignatures" /> + <keyword name="HgGpgSignaturesDialog.__finish" id="HgGpgSignaturesDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__finish" /> + <keyword name="HgGpgSignaturesDialog.__generateItem" id="HgGpgSignaturesDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__generateItem" /> + <keyword name="HgGpgSignaturesDialog.__procFinished" id="HgGpgSignaturesDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__procFinished" /> + <keyword name="HgGpgSignaturesDialog.__processOutputLine" id="HgGpgSignaturesDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__processOutputLine" /> + <keyword name="HgGpgSignaturesDialog.__readStderr" id="HgGpgSignaturesDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStderr" /> + <keyword name="HgGpgSignaturesDialog.__readStdout" id="HgGpgSignaturesDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStdout" /> + <keyword name="HgGpgSignaturesDialog.__resizeColumns" id="HgGpgSignaturesDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resizeColumns" /> + <keyword name="HgGpgSignaturesDialog.__resort" id="HgGpgSignaturesDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resort" /> + <keyword name="HgGpgSignaturesDialog.__showError" id="HgGpgSignaturesDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__showError" /> + <keyword name="HgGpgSignaturesDialog.closeEvent" id="HgGpgSignaturesDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.closeEvent" /> + <keyword name="HgGpgSignaturesDialog.keyPressEvent" id="HgGpgSignaturesDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.keyPressEvent" /> + <keyword name="HgGpgSignaturesDialog.on_buttonBox_clicked" id="HgGpgSignaturesDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_buttonBox_clicked" /> + <keyword name="HgGpgSignaturesDialog.on_categoryCombo_activated" id="HgGpgSignaturesDialog.on_categoryCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_categoryCombo_activated" /> + <keyword name="HgGpgSignaturesDialog.on_input_returnPressed" id="HgGpgSignaturesDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_input_returnPressed" /> + <keyword name="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" id="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgGpgSignaturesDialog.on_rxEdit_textChanged" id="HgGpgSignaturesDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_rxEdit_textChanged" /> + <keyword name="HgGpgSignaturesDialog.on_sendButton_clicked" id="HgGpgSignaturesDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_sendButton_clicked" /> + <keyword name="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" id="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" /> + <keyword name="HgGpgSignaturesDialog.on_verifyButton_clicked" id="HgGpgSignaturesDialog.on_verifyButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_verifyButton_clicked" /> + <keyword name="HgGpgSignaturesDialog.start" id="HgGpgSignaturesDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.start" /> + <keyword name="HgGpgSignDialog (Module)" id="HgGpgSignDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html" /> + <keyword name="HgGpgSignDialog" id="HgGpgSignDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog" /> + <keyword name="HgGpgSignDialog (Constructor)" id="HgGpgSignDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__init__" /> + <keyword name="HgGpgSignDialog.__updateOK" id="HgGpgSignDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__updateOK" /> + <keyword name="HgGpgSignDialog.getData" id="HgGpgSignDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.getData" /> + <keyword name="HgGpgSignDialog.on_bookmarkButton_toggled" id="HgGpgSignDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkButton_toggled" /> + <keyword name="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" id="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkCombo_editTextChanged" /> + <keyword name="HgGpgSignDialog.on_branchButton_toggled" id="HgGpgSignDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchButton_toggled" /> + <keyword name="HgGpgSignDialog.on_branchCombo_editTextChanged" id="HgGpgSignDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchCombo_editTextChanged" /> + <keyword name="HgGpgSignDialog.on_idButton_toggled" id="HgGpgSignDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idButton_toggled" /> + <keyword name="HgGpgSignDialog.on_idEdit_textChanged" id="HgGpgSignDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idEdit_textChanged" /> + <keyword name="HgGpgSignDialog.on_tagButton_toggled" id="HgGpgSignDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagButton_toggled" /> + <keyword name="HgGpgSignDialog.on_tagCombo_editTextChanged" id="HgGpgSignDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagCombo_editTextChanged" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html" /> + <keyword name="GpgProjectHelper" id="GpgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper" /> + <keyword name="GpgProjectHelper (Constructor)" id="GpgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__init__" /> + <keyword name="GpgProjectHelper.__hgGpgSign" id="GpgProjectHelper.__hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSign" /> + <keyword name="GpgProjectHelper.__hgGpgSignatures" id="GpgProjectHelper.__hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSignatures" /> + <keyword name="GpgProjectHelper.__hgGpgVerifySignatures" id="GpgProjectHelper.__hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgVerifySignatures" /> + <keyword name="GpgProjectHelper.initActions" id="GpgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initActions" /> + <keyword name="GpgProjectHelper.initMenu" id="GpgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initMenu" /> + <keyword name="GpgProjectHelper.menuTitle" id="GpgProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.menuTitle" /> + <keyword name="PurgeExtension (Package)" id="PurgeExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html" /> + <keyword name="HgPurgeListDialog (Module)" id="HgPurgeListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html" /> + <keyword name="HgPurgeListDialog" id="HgPurgeListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html#HgPurgeListDialog" /> + <keyword name="HgPurgeListDialog (Constructor)" id="HgPurgeListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html#HgPurgeListDialog.__init__" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html" /> + <keyword name="PurgeProjectHelper" id="PurgeProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper" /> + <keyword name="PurgeProjectHelper (Constructor)" id="PurgeProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__init__" /> + <keyword name="PurgeProjectHelper.__hgPurge" id="PurgeProjectHelper.__hgPurge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurge" /> + <keyword name="PurgeProjectHelper.__hgPurgeAll" id="PurgeProjectHelper.__hgPurgeAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeAll" /> + <keyword name="PurgeProjectHelper.__hgPurgeAllList" id="PurgeProjectHelper.__hgPurgeAllList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeAllList" /> + <keyword name="PurgeProjectHelper.__hgPurgeList" id="PurgeProjectHelper.__hgPurgeList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeList" /> + <keyword name="PurgeProjectHelper.initActions" id="PurgeProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.initActions" /> + <keyword name="PurgeProjectHelper.initMenu" id="PurgeProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.initMenu" /> + <keyword name="PurgeProjectHelper.menuTitle" id="PurgeProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.menuTitle" /> + <keyword name="purge (Module)" id="purge (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html" /> + <keyword name="Purge" id="Purge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge" /> + <keyword name="Purge (Constructor)" id="Purge (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.__init__" /> + <keyword name="Purge.__getEntries" id="Purge.__getEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.__getEntries" /> + <keyword name="Purge.hgPurge" id="Purge.hgPurge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurge" /> + <keyword name="Purge.hgPurgeList" id="Purge.hgPurgeList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurgeList" /> + <keyword name="Purge.shutdown" id="Purge.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.shutdown" /> + <keyword name="QueuesExtension (Package)" id="QueuesExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html" /> + <keyword name="HgQueuesDefineGuardsDialog (Module)" id="HgQueuesDefineGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html" /> + <keyword name="HgQueuesDefineGuardsDialog" id="HgQueuesDefineGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog" /> + <keyword name="HgQueuesDefineGuardsDialog (Constructor)" id="HgQueuesDefineGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__init__" /> + <keyword name="HgQueuesDefineGuardsDialog.__applyGuards" id="HgQueuesDefineGuardsDialog.__applyGuards" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__applyGuards" /> + <keyword name="HgQueuesDefineGuardsDialog.__getGuard" id="HgQueuesDefineGuardsDialog.__getGuard" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__getGuard" /> + <keyword name="HgQueuesDefineGuardsDialog.closeEvent" id="HgQueuesDefineGuardsDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.closeEvent" /> + <keyword name="HgQueuesDefineGuardsDialog.on_addButton_clicked" id="HgQueuesDefineGuardsDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_addButton_clicked" /> + <keyword name="HgQueuesDefineGuardsDialog.on_buttonBox_clicked" id="HgQueuesDefineGuardsDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_buttonBox_clicked" /> + <keyword name="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" id="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" /> + <keyword name="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" id="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" /> + <keyword name="HgQueuesDefineGuardsDialog.on_patchSelector_activated" id="HgQueuesDefineGuardsDialog.on_patchSelector_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_patchSelector_activated" /> + <keyword name="HgQueuesDefineGuardsDialog.on_removeButton_clicked" id="HgQueuesDefineGuardsDialog.on_removeButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_removeButton_clicked" /> + <keyword name="HgQueuesDefineGuardsDialog.start" id="HgQueuesDefineGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.start" /> + <keyword name="HgQueuesFoldDialog (Module)" id="HgQueuesFoldDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html" /> + <keyword name="HgQueuesFoldDialog" id="HgQueuesFoldDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog" /> + <keyword name="HgQueuesFoldDialog (Constructor)" id="HgQueuesFoldDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.__init__" /> + <keyword name="HgQueuesFoldDialog.__updateOkButton" id="HgQueuesFoldDialog.__updateOkButton" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.__updateOkButton" /> + <keyword name="HgQueuesFoldDialog.getData" id="HgQueuesFoldDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.getData" /> + <keyword name="HgQueuesFoldDialog.on_addButton_clicked" id="HgQueuesFoldDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_addButton_clicked" /> + <keyword name="HgQueuesFoldDialog.on_downButton_clicked" id="HgQueuesFoldDialog.on_downButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_downButton_clicked" /> + <keyword name="HgQueuesFoldDialog.on_removeButton_clicked" id="HgQueuesFoldDialog.on_removeButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_removeButton_clicked" /> + <keyword name="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" id="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" /> + <keyword name="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" id="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" /> + <keyword name="HgQueuesFoldDialog.on_upButton_clicked" id="HgQueuesFoldDialog.on_upButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_upButton_clicked" /> + <keyword name="HgQueuesGuardsSelectionDialog (Module)" id="HgQueuesGuardsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html" /> + <keyword name="HgQueuesGuardsSelectionDialog" id="HgQueuesGuardsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog" /> + <keyword name="HgQueuesGuardsSelectionDialog (Constructor)" id="HgQueuesGuardsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog.__init__" /> + <keyword name="HgQueuesGuardsSelectionDialog.getData" id="HgQueuesGuardsSelectionDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog.getData" /> + <keyword name="HgQueuesHeaderDialog (Module)" id="HgQueuesHeaderDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html" /> + <keyword name="HgQueuesHeaderDialog" id="HgQueuesHeaderDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog" /> + <keyword name="HgQueuesHeaderDialog (Constructor)" id="HgQueuesHeaderDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__init__" /> + <keyword name="HgQueuesHeaderDialog.__finish" id="HgQueuesHeaderDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__finish" /> + <keyword name="HgQueuesHeaderDialog.__procFinished" id="HgQueuesHeaderDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__procFinished" /> + <keyword name="HgQueuesHeaderDialog.__readStderr" id="HgQueuesHeaderDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__readStderr" /> + <keyword name="HgQueuesHeaderDialog.__readStdout" id="HgQueuesHeaderDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__readStdout" /> + <keyword name="HgQueuesHeaderDialog.__showError" id="HgQueuesHeaderDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__showError" /> + <keyword name="HgQueuesHeaderDialog.__showOutput" id="HgQueuesHeaderDialog.__showOutput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__showOutput" /> + <keyword name="HgQueuesHeaderDialog.closeEvent" id="HgQueuesHeaderDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.closeEvent" /> + <keyword name="HgQueuesHeaderDialog.on_buttonBox_clicked" id="HgQueuesHeaderDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.on_buttonBox_clicked" /> + <keyword name="HgQueuesHeaderDialog.start" id="HgQueuesHeaderDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.start" /> + <keyword name="HgQueuesListAllGuardsDialog (Module)" id="HgQueuesListAllGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html" /> + <keyword name="HgQueuesListAllGuardsDialog" id="HgQueuesListAllGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog" /> + <keyword name="HgQueuesListAllGuardsDialog (Constructor)" id="HgQueuesListAllGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog.__init__" /> + <keyword name="HgQueuesListAllGuardsDialog.start" id="HgQueuesListAllGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog.start" /> + <keyword name="HgQueuesListDialog (Module)" id="HgQueuesListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html" /> + <keyword name="HgQueuesListDialog" id="HgQueuesListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog" /> + <keyword name="HgQueuesListDialog (Constructor)" id="HgQueuesListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__init__" /> + <keyword name="HgQueuesListDialog.__finish" id="HgQueuesListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__finish" /> + <keyword name="HgQueuesListDialog.__generateItem" id="HgQueuesListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__generateItem" /> + <keyword name="HgQueuesListDialog.__getSeries" id="HgQueuesListDialog.__getSeries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__getSeries" /> + <keyword name="HgQueuesListDialog.__getTop" id="HgQueuesListDialog.__getTop" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__getTop" /> + <keyword name="HgQueuesListDialog.__markTopItem" id="HgQueuesListDialog.__markTopItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__markTopItem" /> + <keyword name="HgQueuesListDialog.__procFinished" id="HgQueuesListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__procFinished" /> + <keyword name="HgQueuesListDialog.__processOutputLine" id="HgQueuesListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__processOutputLine" /> + <keyword name="HgQueuesListDialog.__readStderr" id="HgQueuesListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__readStderr" /> + <keyword name="HgQueuesListDialog.__readStdout" id="HgQueuesListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__readStdout" /> + <keyword name="HgQueuesListDialog.__resizeColumns" id="HgQueuesListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__resizeColumns" /> + <keyword name="HgQueuesListDialog.__resort" id="HgQueuesListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__resort" /> + <keyword name="HgQueuesListDialog.__showError" id="HgQueuesListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__showError" /> + <keyword name="HgQueuesListDialog.closeEvent" id="HgQueuesListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.closeEvent" /> + <keyword name="HgQueuesListDialog.keyPressEvent" id="HgQueuesListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.keyPressEvent" /> + <keyword name="HgQueuesListDialog.on_buttonBox_clicked" id="HgQueuesListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_buttonBox_clicked" /> + <keyword name="HgQueuesListDialog.on_input_returnPressed" id="HgQueuesListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_input_returnPressed" /> + <keyword name="HgQueuesListDialog.on_passwordCheckBox_toggled" id="HgQueuesListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgQueuesListDialog.on_sendButton_clicked" id="HgQueuesListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_sendButton_clicked" /> + <keyword name="HgQueuesListDialog.start" id="HgQueuesListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.start" /> + <keyword name="HgQueuesListGuardsDialog (Module)" id="HgQueuesListGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html" /> + <keyword name="HgQueuesListGuardsDialog" id="HgQueuesListGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog" /> + <keyword name="HgQueuesListGuardsDialog (Constructor)" id="HgQueuesListGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.__init__" /> + <keyword name="HgQueuesListGuardsDialog.closeEvent" id="HgQueuesListGuardsDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.closeEvent" /> + <keyword name="HgQueuesListGuardsDialog.on_patchSelector_activated" id="HgQueuesListGuardsDialog.on_patchSelector_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.on_patchSelector_activated" /> + <keyword name="HgQueuesListGuardsDialog.start" id="HgQueuesListGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.start" /> + <keyword name="HgQueuesNewPatchDialog (Module)" id="HgQueuesNewPatchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html" /> + <keyword name="HgQueuesNewPatchDialog" id="HgQueuesNewPatchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog" /> + <keyword name="HgQueuesNewPatchDialog (Constructor)" id="HgQueuesNewPatchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.__init__" /> + <keyword name="HgQueuesNewPatchDialog.__updateUI" id="HgQueuesNewPatchDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.__updateUI" /> + <keyword name="HgQueuesNewPatchDialog.getData" id="HgQueuesNewPatchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.getData" /> + <keyword name="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" id="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" /> + <keyword name="HgQueuesNewPatchDialog.on_messageEdit_textChanged" id="HgQueuesNewPatchDialog.on_messageEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_messageEdit_textChanged" /> + <keyword name="HgQueuesNewPatchDialog.on_nameEdit_textChanged" id="HgQueuesNewPatchDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_nameEdit_textChanged" /> + <keyword name="HgQueuesNewPatchDialog.on_userEdit_textChanged" id="HgQueuesNewPatchDialog.on_userEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userEdit_textChanged" /> + <keyword name="HgQueuesNewPatchDialog.on_userGroup_toggled" id="HgQueuesNewPatchDialog.on_userGroup_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userGroup_toggled" /> + <keyword name="HgQueuesQueueManagementDialog (Module)" id="HgQueuesQueueManagementDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html" /> + <keyword name="HgQueuesQueueManagementDialog" id="HgQueuesQueueManagementDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog" /> + <keyword name="HgQueuesQueueManagementDialog (Constructor)" id="HgQueuesQueueManagementDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.__init__" /> + <keyword name="HgQueuesQueueManagementDialog.__getQueuesList" id="HgQueuesQueueManagementDialog.__getQueuesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.__getQueuesList" /> + <keyword name="HgQueuesQueueManagementDialog.getData" id="HgQueuesQueueManagementDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.getData" /> + <keyword name="HgQueuesQueueManagementDialog.on_buttonBox_clicked" id="HgQueuesQueueManagementDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_buttonBox_clicked" /> + <keyword name="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" id="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_nameEdit_textChanged" /> + <keyword name="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" id="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" /> + <keyword name="HgQueuesQueueManagementDialog.refresh" id="HgQueuesQueueManagementDialog.refresh" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.refresh" /> + <keyword name="HgQueuesRenamePatchDialog (Module)" id="HgQueuesRenamePatchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html" /> + <keyword name="HgQueuesRenamePatchDialog" id="HgQueuesRenamePatchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog" /> + <keyword name="HgQueuesRenamePatchDialog (Constructor)" id="HgQueuesRenamePatchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.__init__" /> + <keyword name="HgQueuesRenamePatchDialog.__updateUI" id="HgQueuesRenamePatchDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.__updateUI" /> + <keyword name="HgQueuesRenamePatchDialog.getData" id="HgQueuesRenamePatchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.getData" /> + <keyword name="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" id="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" /> + <keyword name="HgQueuesRenamePatchDialog.on_nameEdit_textChanged" id="HgQueuesRenamePatchDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_nameEdit_textChanged" /> + <keyword name="HgQueuesRenamePatchDialog.on_namedButton_toggled" id="HgQueuesRenamePatchDialog.on_namedButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_namedButton_toggled" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html" /> + <keyword name="QueuesProjectHelper" id="QueuesProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper" /> + <keyword name="QueuesProjectHelper (Constructor)" id="QueuesProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__init__" /> + <keyword name="QueuesProjectHelper.__hgQueueActivateQueue" id="QueuesProjectHelper.__hgQueueActivateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueActivateQueue" /> + <keyword name="QueuesProjectHelper.__hgQueueCreateQueue" id="QueuesProjectHelper.__hgQueueCreateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueCreateQueue" /> + <keyword name="QueuesProjectHelper.__hgQueueDeletePatch" id="QueuesProjectHelper.__hgQueueDeletePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueDeletePatch" /> + <keyword name="QueuesProjectHelper.__hgQueueDeleteQueue" id="QueuesProjectHelper.__hgQueueDeleteQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueDeleteQueue" /> + <keyword name="QueuesProjectHelper.__hgQueueFinishAppliedPatches" id="QueuesProjectHelper.__hgQueueFinishAppliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueFinishAppliedPatches" /> + <keyword name="QueuesProjectHelper.__hgQueueFoldUnappliedPatches" id="QueuesProjectHelper.__hgQueueFoldUnappliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueFoldUnappliedPatches" /> + <keyword name="QueuesProjectHelper.__hgQueueGotoPatch" id="QueuesProjectHelper.__hgQueueGotoPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGotoPatch" /> + <keyword name="QueuesProjectHelper.__hgQueueGotoPatchForced" id="QueuesProjectHelper.__hgQueueGotoPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGotoPatchForced" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsDeactivate" id="QueuesProjectHelper.__hgQueueGuardsDeactivate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDeactivate" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsDefine" id="QueuesProjectHelper.__hgQueueGuardsDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDefine" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsDropAll" id="QueuesProjectHelper.__hgQueueGuardsDropAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDropAll" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsIdentifyActive" id="QueuesProjectHelper.__hgQueueGuardsIdentifyActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsIdentifyActive" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsList" id="QueuesProjectHelper.__hgQueueGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsList" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsListAll" id="QueuesProjectHelper.__hgQueueGuardsListAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsListAll" /> + <keyword name="QueuesProjectHelper.__hgQueueGuardsSetActive" id="QueuesProjectHelper.__hgQueueGuardsSetActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsSetActive" /> + <keyword name="QueuesProjectHelper.__hgQueueListPatches" id="QueuesProjectHelper.__hgQueueListPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueListPatches" /> + <keyword name="QueuesProjectHelper.__hgQueueListQueues" id="QueuesProjectHelper.__hgQueueListQueues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueListQueues" /> + <keyword name="QueuesProjectHelper.__hgQueueNewPatch" id="QueuesProjectHelper.__hgQueueNewPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueNewPatch" /> + <keyword name="QueuesProjectHelper.__hgQueuePopAllPatches" id="QueuesProjectHelper.__hgQueuePopAllPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopAllPatches" /> + <keyword name="QueuesProjectHelper.__hgQueuePopAllPatchesForced" id="QueuesProjectHelper.__hgQueuePopAllPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopAllPatchesForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePopPatch" id="QueuesProjectHelper.__hgQueuePopPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatch" /> + <keyword name="QueuesProjectHelper.__hgQueuePopPatchForced" id="QueuesProjectHelper.__hgQueuePopPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatchForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePopPatches" id="QueuesProjectHelper.__hgQueuePopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatches" /> + <keyword name="QueuesProjectHelper.__hgQueuePopPatchesForced" id="QueuesProjectHelper.__hgQueuePopPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatchesForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePurgeQueue" id="QueuesProjectHelper.__hgQueuePurgeQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePurgeQueue" /> + <keyword name="QueuesProjectHelper.__hgQueuePushAllPatches" id="QueuesProjectHelper.__hgQueuePushAllPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushAllPatches" /> + <keyword name="QueuesProjectHelper.__hgQueuePushAllPatchesForced" id="QueuesProjectHelper.__hgQueuePushAllPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushAllPatchesForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePushPatch" id="QueuesProjectHelper.__hgQueuePushPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatch" /> + <keyword name="QueuesProjectHelper.__hgQueuePushPatchForced" id="QueuesProjectHelper.__hgQueuePushPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatchForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePushPatches" id="QueuesProjectHelper.__hgQueuePushPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatches" /> + <keyword name="QueuesProjectHelper.__hgQueuePushPatchesForced" id="QueuesProjectHelper.__hgQueuePushPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatchesForced" /> + <keyword name="QueuesProjectHelper.__hgQueuePushPopPatches" id="QueuesProjectHelper.__hgQueuePushPopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPopPatches" /> + <keyword name="QueuesProjectHelper.__hgQueueRefreshPatch" id="QueuesProjectHelper.__hgQueueRefreshPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRefreshPatch" /> + <keyword name="QueuesProjectHelper.__hgQueueRefreshPatchMessage" id="QueuesProjectHelper.__hgQueueRefreshPatchMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRefreshPatchMessage" /> + <keyword name="QueuesProjectHelper.__hgQueueRenamePatch" id="QueuesProjectHelper.__hgQueueRenamePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRenamePatch" /> + <keyword name="QueuesProjectHelper.__hgQueueRenameQueue" id="QueuesProjectHelper.__hgQueueRenameQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRenameQueue" /> + <keyword name="QueuesProjectHelper.__hgQueueShowHeader" id="QueuesProjectHelper.__hgQueueShowHeader" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueShowHeader" /> + <keyword name="QueuesProjectHelper.__hgQueueShowPatch" id="QueuesProjectHelper.__hgQueueShowPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueShowPatch" /> + <keyword name="QueuesProjectHelper.__initGuardsActions" id="QueuesProjectHelper.__initGuardsActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initGuardsActions" /> + <keyword name="QueuesProjectHelper.__initPushPopActions" id="QueuesProjectHelper.__initPushPopActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initPushPopActions" /> + <keyword name="QueuesProjectHelper.__initPushPopForceActions" id="QueuesProjectHelper.__initPushPopForceActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initPushPopForceActions" /> + <keyword name="QueuesProjectHelper.__initQueuesMgmtActions" id="QueuesProjectHelper.__initQueuesMgmtActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initQueuesMgmtActions" /> + <keyword name="QueuesProjectHelper.initActions" id="QueuesProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.initActions" /> + <keyword name="QueuesProjectHelper.initMenu" id="QueuesProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.initMenu" /> + <keyword name="QueuesProjectHelper.menuTitle" id="QueuesProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.menuTitle" /> + <keyword name="queues (Module)" id="queues (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html" /> + <keyword name="Queues" id="Queues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues" /> + <keyword name="Queues (Constructor)" id="Queues (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__init__" /> + <keyword name="Queues.__getCommitMessage" id="Queues.__getCommitMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getCommitMessage" /> + <keyword name="Queues.__getCurrentPatch" id="Queues.__getCurrentPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getCurrentPatch" /> + <keyword name="Queues.__getPatchesList" id="Queues.__getPatchesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getPatchesList" /> + <keyword name="Queues.getGuardsList" id="Queues.getGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.getGuardsList" /> + <keyword name="Queues.hgQueueCreateRenameQueue" id="Queues.hgQueueCreateRenameQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueCreateRenameQueue" /> + <keyword name="Queues.hgQueueDeletePatch" id="Queues.hgQueueDeletePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueDeletePatch" /> + <keyword name="Queues.hgQueueDeletePurgeActivateQueue" id="Queues.hgQueueDeletePurgeActivateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueDeletePurgeActivateQueue" /> + <keyword name="Queues.hgQueueFinishAppliedPatches" id="Queues.hgQueueFinishAppliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueFinishAppliedPatches" /> + <keyword name="Queues.hgQueueFoldUnappliedPatches" id="Queues.hgQueueFoldUnappliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueFoldUnappliedPatches" /> + <keyword name="Queues.hgQueueGuardsDeactivate" id="Queues.hgQueueGuardsDeactivate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDeactivate" /> + <keyword name="Queues.hgQueueGuardsDefine" id="Queues.hgQueueGuardsDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDefine" /> + <keyword name="Queues.hgQueueGuardsDropAll" id="Queues.hgQueueGuardsDropAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDropAll" /> + <keyword name="Queues.hgQueueGuardsIdentifyActive" id="Queues.hgQueueGuardsIdentifyActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsIdentifyActive" /> + <keyword name="Queues.hgQueueGuardsList" id="Queues.hgQueueGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsList" /> + <keyword name="Queues.hgQueueGuardsListAll" id="Queues.hgQueueGuardsListAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsListAll" /> + <keyword name="Queues.hgQueueGuardsSetActive" id="Queues.hgQueueGuardsSetActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsSetActive" /> + <keyword name="Queues.hgQueueListPatches" id="Queues.hgQueueListPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueListPatches" /> + <keyword name="Queues.hgQueueListQueues" id="Queues.hgQueueListQueues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueListQueues" /> + <keyword name="Queues.hgQueueNewPatch" id="Queues.hgQueueNewPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueNewPatch" /> + <keyword name="Queues.hgQueuePushPopPatches" id="Queues.hgQueuePushPopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueuePushPopPatches" /> + <keyword name="Queues.hgQueueRefreshPatch" id="Queues.hgQueueRefreshPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueRefreshPatch" /> + <keyword name="Queues.hgQueueRenamePatch" id="Queues.hgQueueRenamePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueRenamePatch" /> + <keyword name="Queues.hgQueueShowHeader" id="Queues.hgQueueShowHeader" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueShowHeader" /> + <keyword name="Queues.hgQueueShowPatch" id="Queues.hgQueueShowPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueShowPatch" /> + <keyword name="Queues.shutdown" id="Queues.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.shutdown" /> + <keyword name="RebaseExtension (Package)" id="RebaseExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.html" /> + <keyword name="HgRebaseDialog (Module)" id="HgRebaseDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html" /> + <keyword name="HgRebaseDialog" id="HgRebaseDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog" /> + <keyword name="HgRebaseDialog (Constructor)" id="HgRebaseDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__init__" /> + <keyword name="HgRebaseDialog.__getRevision" id="HgRebaseDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__getRevision" /> + <keyword name="HgRebaseDialog.__updateOK" id="HgRebaseDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__updateOK" /> + <keyword name="HgRebaseDialog.getData" id="HgRebaseDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.getData" /> + <keyword name="HgRebaseDialog.on_bookmark1Button_toggled" id="HgRebaseDialog.on_bookmark1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark1Button_toggled" /> + <keyword name="HgRebaseDialog.on_bookmark1Combo_editTextChanged" id="HgRebaseDialog.on_bookmark1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark1Combo_editTextChanged" /> + <keyword name="HgRebaseDialog.on_bookmark2Button_toggled" id="HgRebaseDialog.on_bookmark2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark2Button_toggled" /> + <keyword name="HgRebaseDialog.on_bookmark2Combo_editTextChanged" id="HgRebaseDialog.on_bookmark2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark2Combo_editTextChanged" /> + <keyword name="HgRebaseDialog.on_branch1Button_toggled" id="HgRebaseDialog.on_branch1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch1Button_toggled" /> + <keyword name="HgRebaseDialog.on_branch1Combo_editTextChanged" id="HgRebaseDialog.on_branch1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch1Combo_editTextChanged" /> + <keyword name="HgRebaseDialog.on_branch2Button_toggled" id="HgRebaseDialog.on_branch2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch2Button_toggled" /> + <keyword name="HgRebaseDialog.on_branch2Combo_editTextChanged" id="HgRebaseDialog.on_branch2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch2Combo_editTextChanged" /> + <keyword name="HgRebaseDialog.on_id1Button_toggled" id="HgRebaseDialog.on_id1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id1Button_toggled" /> + <keyword name="HgRebaseDialog.on_id1Edit_textChanged" id="HgRebaseDialog.on_id1Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id1Edit_textChanged" /> + <keyword name="HgRebaseDialog.on_id2Button_toggled" id="HgRebaseDialog.on_id2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id2Button_toggled" /> + <keyword name="HgRebaseDialog.on_id2Edit_textChanged" id="HgRebaseDialog.on_id2Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id2Edit_textChanged" /> + <keyword name="HgRebaseDialog.on_tag1Button_toggled" id="HgRebaseDialog.on_tag1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag1Button_toggled" /> + <keyword name="HgRebaseDialog.on_tag1Combo_editTextChanged" id="HgRebaseDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag1Combo_editTextChanged" /> + <keyword name="HgRebaseDialog.on_tag2Button_toggled" id="HgRebaseDialog.on_tag2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag2Button_toggled" /> + <keyword name="HgRebaseDialog.on_tag2Combo_editTextChanged" id="HgRebaseDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag2Combo_editTextChanged" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html" /> + <keyword name="RebaseProjectHelper" id="RebaseProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper" /> + <keyword name="RebaseProjectHelper (Constructor)" id="RebaseProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__init__" /> + <keyword name="RebaseProjectHelper.__hgRebase" id="RebaseProjectHelper.__hgRebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebase" /> + <keyword name="RebaseProjectHelper.__hgRebaseAbort" id="RebaseProjectHelper.__hgRebaseAbort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebaseAbort" /> + <keyword name="RebaseProjectHelper.__hgRebaseContinue" id="RebaseProjectHelper.__hgRebaseContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebaseContinue" /> + <keyword name="RebaseProjectHelper.initActions" id="RebaseProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initActions" /> + <keyword name="RebaseProjectHelper.initMenu" id="RebaseProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initMenu" /> + <keyword name="RebaseProjectHelper.menuTitle" id="RebaseProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.menuTitle" /> + <keyword name="rebase (Module)" id="rebase (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html" /> + <keyword name="Rebase" id="Rebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase" /> + <keyword name="Rebase (Constructor)" id="Rebase (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.__init__" /> + <keyword name="Rebase.hgRebase" id="Rebase.hgRebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebase" /> + <keyword name="Rebase.hgRebaseAbort" id="Rebase.hgRebaseAbort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebaseAbort" /> + <keyword name="Rebase.hgRebaseContinue" id="Rebase.hgRebaseContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebaseContinue" /> + <keyword name="TransplantExtension (Package)" id="TransplantExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.html" /> + <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html" /> + <keyword name="TransplantProjectHelper" id="TransplantProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper" /> + <keyword name="TransplantProjectHelper (Constructor)" id="TransplantProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__init__" /> + <keyword name="TransplantProjectHelper.__hgTransplant" id="TransplantProjectHelper.__hgTransplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__hgTransplant" /> + <keyword name="TransplantProjectHelper.__hgTransplantContinue" id="TransplantProjectHelper.__hgTransplantContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__hgTransplantContinue" /> + <keyword name="TransplantProjectHelper.initActions" id="TransplantProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.initActions" /> + <keyword name="TransplantProjectHelper.initMenu" id="TransplantProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.initMenu" /> + <keyword name="TransplantProjectHelper.menuTitle" id="TransplantProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.menuTitle" /> + <keyword name="transplant (Module)" id="transplant (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html" /> + <keyword name="Transplant" id="Transplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant" /> + <keyword name="Transplant (Constructor)" id="Transplant (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.__init__" /> + <keyword name="Transplant.hgTransplant" id="Transplant.hgTransplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.hgTransplant" /> + <keyword name="Transplant.hgTransplantContinue" id="Transplant.hgTransplantContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.hgTransplantContinue" /> + <keyword name="TransplantDialog (Module)" id="TransplantDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html" /> + <keyword name="RevisionsValidator" id="RevisionsValidator" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator" /> + <keyword name="TransplantDialog" id="TransplantDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog" /> + <keyword name="RevisionsValidator (Constructor)" id="RevisionsValidator (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator.__init__" /> + <keyword name="RevisionsValidator.validate" id="RevisionsValidator.validate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator.validate" /> + <keyword name="TransplantDialog (Constructor)" id="TransplantDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.__init__" /> + <keyword name="TransplantDialog.__updateOk" id="TransplantDialog.__updateOk" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.__updateOk" /> + <keyword name="TransplantDialog.getData" id="TransplantDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.getData" /> + <keyword name="TransplantDialog.on_allCheckBox_clicked" id="TransplantDialog.on_allCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_allCheckBox_clicked" /> + <keyword name="TransplantDialog.on_branchesCombo_editTextChanged" id="TransplantDialog.on_branchesCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_branchesCombo_editTextChanged" /> + <keyword name="TransplantDialog.on_revisionsEdit_textChanged" id="TransplantDialog.on_revisionsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_revisionsEdit_textChanged" /> + <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html" /> + <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html" /> + <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage" /> + <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" /> + <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" /> + <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" /> + <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.save" /> + <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html" /> + <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html" /> + <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage" /> + <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" /> + <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" /> + <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" /> + <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.save" /> + <keyword name="Listspace (Package)" id="Listspace (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Listspace.html" /> + <keyword name="Listspace (Module)" id="Listspace (Module)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html" /> + <keyword name="Listspace" id="Listspace" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" /> + <keyword name="StackedWidget" id="StackedWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget" /> + <keyword name="Listspace (Constructor)" id="Listspace (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__init__" /> + <keyword name="Listspace.__captionChange" id="Listspace.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__captionChange" /> + <keyword name="Listspace.__contextMenuClose" id="Listspace.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuClose" /> + <keyword name="Listspace.__contextMenuCloseAll" id="Listspace.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseAll" /> + <keyword name="Listspace.__contextMenuCopyPathToClipboard" id="Listspace.__contextMenuCopyPathToClipboard" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCopyPathToClipboard" /> + <keyword name="Listspace.__contextMenuOpenRejections" id="Listspace.__contextMenuOpenRejections" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuOpenRejections" /> + <keyword name="Listspace.__contextMenuPrintFile" id="Listspace.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuPrintFile" /> + <keyword name="Listspace.__contextMenuSave" id="Listspace.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSave" /> + <keyword name="Listspace.__contextMenuSaveAll" id="Listspace.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAll" /> + <keyword name="Listspace.__contextMenuSaveAs" id="Listspace.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAs" /> + <keyword name="Listspace.__currentChanged" id="Listspace.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__currentChanged" /> + <keyword name="Listspace.__initMenu" id="Listspace.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__initMenu" /> + <keyword name="Listspace.__showMenu" id="Listspace.__showMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showMenu" /> + <keyword name="Listspace.__showSelectedView" id="Listspace.__showSelectedView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showSelectedView" /> + <keyword name="Listspace._addView" id="Listspace._addView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._addView" /> + <keyword name="Listspace._initWindowActions" id="Listspace._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._initWindowActions" /> + <keyword name="Listspace._modificationStatusChanged" id="Listspace._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._modificationStatusChanged" /> + <keyword name="Listspace._removeAllViews" id="Listspace._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeAllViews" /> + <keyword name="Listspace._removeView" id="Listspace._removeView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeView" /> + <keyword name="Listspace._showView" id="Listspace._showView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._showView" /> + <keyword name="Listspace._syntaxErrorToggled" id="Listspace._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._syntaxErrorToggled" /> + <keyword name="Listspace.activeWindow" id="Listspace.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.activeWindow" /> + <keyword name="Listspace.addSplit" id="Listspace.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.addSplit" /> + <keyword name="Listspace.canCascade" id="Listspace.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canCascade" /> + <keyword name="Listspace.canSplit" id="Listspace.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canSplit" /> + <keyword name="Listspace.canTile" id="Listspace.canTile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canTile" /> + <keyword name="Listspace.cascade" id="Listspace.cascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.cascade" /> + <keyword name="Listspace.eventFilter" id="Listspace.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.eventFilter" /> + <keyword name="Listspace.nextSplit" id="Listspace.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.nextSplit" /> + <keyword name="Listspace.prevSplit" id="Listspace.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.prevSplit" /> + <keyword name="Listspace.removeSplit" id="Listspace.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.removeSplit" /> + <keyword name="Listspace.setEditorName" id="Listspace.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setEditorName" /> + <keyword name="Listspace.setSplitOrientation" id="Listspace.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setSplitOrientation" /> + <keyword name="Listspace.showWindowMenu" id="Listspace.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.showWindowMenu" /> + <keyword name="Listspace.tile" id="Listspace.tile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.tile" /> + <keyword name="StackedWidget (Constructor)" id="StackedWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.__init__" /> + <keyword name="StackedWidget.addWidget" id="StackedWidget.addWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.addWidget" /> + <keyword name="StackedWidget.currentWidget" id="StackedWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.currentWidget" /> + <keyword name="StackedWidget.firstEditor" id="StackedWidget.firstEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.firstEditor" /> + <keyword name="StackedWidget.hasEditor" id="StackedWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.hasEditor" /> + <keyword name="StackedWidget.nextTab" id="StackedWidget.nextTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.nextTab" /> + <keyword name="StackedWidget.prevTab" id="StackedWidget.prevTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.prevTab" /> + <keyword name="StackedWidget.removeWidget" id="StackedWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.removeWidget" /> + <keyword name="StackedWidget.setCurrentIndex" id="StackedWidget.setCurrentIndex" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentIndex" /> + <keyword name="StackedWidget.setCurrentWidget" id="StackedWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentWidget" /> + <keyword name="Tabview (Package)" id="Tabview (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Tabview.html" /> + <keyword name="Tabview (Module)" id="Tabview (Module)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html" /> + <keyword name="TabBar" id="TabBar" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar" /> + <keyword name="TabWidget" id="TabWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget" /> + <keyword name="Tabview" id="Tabview" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview" /> + <keyword name="TabBar (Constructor)" id="TabBar (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.__init__" /> + <keyword name="TabBar.dragEnterEvent" id="TabBar.dragEnterEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dragEnterEvent" /> + <keyword name="TabBar.dropEvent" id="TabBar.dropEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dropEvent" /> + <keyword name="TabBar.mouseMoveEvent" id="TabBar.mouseMoveEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mouseMoveEvent" /> + <keyword name="TabBar.mousePressEvent" id="TabBar.mousePressEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mousePressEvent" /> + <keyword name="TabWidget (Constructor)" id="TabWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__init__" /> + <keyword name="TabWidget.__captionChange" id="TabWidget.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__captionChange" /> + <keyword name="TabWidget.__closeButtonClicked" id="TabWidget.__closeButtonClicked" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeButtonClicked" /> + <keyword name="TabWidget.__closeRequested" id="TabWidget.__closeRequested" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeRequested" /> + <keyword name="TabWidget.__contextMenuClose" id="TabWidget.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuClose" /> + <keyword name="TabWidget.__contextMenuCloseAll" id="TabWidget.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseAll" /> + <keyword name="TabWidget.__contextMenuCloseOthers" id="TabWidget.__contextMenuCloseOthers" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseOthers" /> + <keyword name="TabWidget.__contextMenuCopyPathToClipboard" id="TabWidget.__contextMenuCopyPathToClipboard" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCopyPathToClipboard" /> + <keyword name="TabWidget.__contextMenuMoveFirst" id="TabWidget.__contextMenuMoveFirst" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveFirst" /> + <keyword name="TabWidget.__contextMenuMoveLast" id="TabWidget.__contextMenuMoveLast" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLast" /> + <keyword name="TabWidget.__contextMenuMoveLeft" id="TabWidget.__contextMenuMoveLeft" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLeft" /> + <keyword name="TabWidget.__contextMenuMoveRight" id="TabWidget.__contextMenuMoveRight" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveRight" /> + <keyword name="TabWidget.__contextMenuOpenRejections" id="TabWidget.__contextMenuOpenRejections" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuOpenRejections" /> + <keyword name="TabWidget.__contextMenuPrintFile" id="TabWidget.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuPrintFile" /> + <keyword name="TabWidget.__contextMenuSave" id="TabWidget.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSave" /> + <keyword name="TabWidget.__contextMenuSaveAll" id="TabWidget.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAll" /> + <keyword name="TabWidget.__contextMenuSaveAs" id="TabWidget.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAs" /> + <keyword name="TabWidget.__initMenu" id="TabWidget.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__initMenu" /> + <keyword name="TabWidget.__navigationMenuTriggered" id="TabWidget.__navigationMenuTriggered" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__navigationMenuTriggered" /> + <keyword name="TabWidget.__showContextMenu" id="TabWidget.__showContextMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showContextMenu" /> + <keyword name="TabWidget.__showNavigationMenu" id="TabWidget.__showNavigationMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showNavigationMenu" /> + <keyword name="TabWidget.addTab" id="TabWidget.addTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.addTab" /> + <keyword name="TabWidget.copyTab" id="TabWidget.copyTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTab" /> + <keyword name="TabWidget.copyTabOther" id="TabWidget.copyTabOther" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTabOther" /> + <keyword name="TabWidget.currentWidget" id="TabWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.currentWidget" /> + <keyword name="TabWidget.hasEditor" id="TabWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditor" /> + <keyword name="TabWidget.hasEditors" id="TabWidget.hasEditors" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditors" /> + <keyword name="TabWidget.indexOf" id="TabWidget.indexOf" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.indexOf" /> + <keyword name="TabWidget.insertWidget" id="TabWidget.insertWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.insertWidget" /> + <keyword name="TabWidget.mouseDoubleClickEvent" id="TabWidget.mouseDoubleClickEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.mouseDoubleClickEvent" /> + <keyword name="TabWidget.relocateTab" id="TabWidget.relocateTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.relocateTab" /> + <keyword name="TabWidget.removeWidget" id="TabWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.removeWidget" /> + <keyword name="TabWidget.setCurrentWidget" id="TabWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.setCurrentWidget" /> + <keyword name="TabWidget.showIndicator" id="TabWidget.showIndicator" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.showIndicator" /> + <keyword name="Tabview (Constructor)" id="Tabview (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__init__" /> + <keyword name="Tabview.__currentChanged" id="Tabview.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__currentChanged" /> + <keyword name="Tabview._addView" id="Tabview._addView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._addView" /> + <keyword name="Tabview._initWindowActions" id="Tabview._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._initWindowActions" /> + <keyword name="Tabview._modificationStatusChanged" id="Tabview._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._modificationStatusChanged" /> + <keyword name="Tabview._removeAllViews" id="Tabview._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeAllViews" /> + <keyword name="Tabview._removeView" id="Tabview._removeView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeView" /> + <keyword name="Tabview._showView" id="Tabview._showView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._showView" /> + <keyword name="Tabview._syntaxErrorToggled" id="Tabview._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._syntaxErrorToggled" /> + <keyword name="Tabview.activeWindow" id="Tabview.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.activeWindow" /> + <keyword name="Tabview.addSplit" id="Tabview.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.addSplit" /> + <keyword name="Tabview.canCascade" id="Tabview.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canCascade" /> + <keyword name="Tabview.canSplit" id="Tabview.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canSplit" /> + <keyword name="Tabview.canTile" id="Tabview.canTile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canTile" /> + <keyword name="Tabview.cascade" id="Tabview.cascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.cascade" /> + <keyword name="Tabview.eventFilter" id="Tabview.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.eventFilter" /> + <keyword name="Tabview.getTabWidgetById" id="Tabview.getTabWidgetById" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.getTabWidgetById" /> + <keyword name="Tabview.insertView" id="Tabview.insertView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.insertView" /> + <keyword name="Tabview.nextSplit" id="Tabview.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.nextSplit" /> + <keyword name="Tabview.preferencesChanged" id="Tabview.preferencesChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.preferencesChanged" /> + <keyword name="Tabview.prevSplit" id="Tabview.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.prevSplit" /> + <keyword name="Tabview.removeSplit" id="Tabview.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.removeSplit" /> + <keyword name="Tabview.setEditorName" id="Tabview.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setEditorName" /> + <keyword name="Tabview.setSplitOrientation" id="Tabview.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setSplitOrientation" /> + <keyword name="Tabview.showWindowMenu" id="Tabview.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.showWindowMenu" /> + <keyword name="Tabview.tile" id="Tabview.tile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.tile" /> + <keyword name="ColorDialogWizard (Package)" id="ColorDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.ColorDialogWizard.html" /> + <keyword name="ColorDialogWizardDialog (Module)" id="ColorDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html" /> + <keyword name="ColorDialogWizardDialog" id="ColorDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog" /> + <keyword name="ColorDialogWizardDialog (Constructor)" id="ColorDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.__init__" /> + <keyword name="ColorDialogWizardDialog.getCode" id="ColorDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.getCode" /> + <keyword name="ColorDialogWizardDialog.on_bTest_clicked" id="ColorDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_bTest_clicked" /> + <keyword name="ColorDialogWizardDialog.on_buttonBox_clicked" id="ColorDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_buttonBox_clicked" /> + <keyword name="ColorDialogWizardDialog.on_eColor_editTextChanged" id="ColorDialogWizardDialog.on_eColor_editTextChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eColor_editTextChanged" /> + <keyword name="ColorDialogWizardDialog.on_eRGB_textChanged" id="ColorDialogWizardDialog.on_eRGB_textChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eRGB_textChanged" /> + <keyword name="ColorDialogWizardDialog.on_rQt45_toggled" id="ColorDialogWizardDialog.on_rQt45_toggled" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_rQt45_toggled" /> + <keyword name="E5MessageBoxWizard (Package)" id="E5MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.E5MessageBoxWizard.html" /> + <keyword name="E5MessageBoxWizardDialog (Module)" id="E5MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html" /> + <keyword name="E5MessageBoxWizardDialog" id="E5MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog" /> + <keyword name="E5MessageBoxWizardDialog (Constructor)" id="E5MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__init__" /> + <keyword name="E5MessageBoxWizardDialog.__enabledGroups" id="E5MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__enabledGroups" /> + <keyword name="E5MessageBoxWizardDialog.__getDefaultButtonCode" id="E5MessageBoxWizardDialog.__getDefaultButtonCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__getDefaultButtonCode" /> + <keyword name="E5MessageBoxWizardDialog.__getStandardButtonCode" id="E5MessageBoxWizardDialog.__getStandardButtonCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__getStandardButtonCode" /> + <keyword name="E5MessageBoxWizardDialog.getCode" id="E5MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.getCode" /> + <keyword name="E5MessageBoxWizardDialog.on_bTest_clicked" id="E5MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_bTest_clicked" /> + <keyword name="E5MessageBoxWizardDialog.on_buttonBox_clicked" id="E5MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_buttonBox_clicked" /> + <keyword name="E5MessageBoxWizardDialog.on_rAboutQt_toggled" id="E5MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rAboutQt_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rAbout_toggled" id="E5MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rAbout_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rCritical_toggled" id="E5MessageBoxWizardDialog.on_rCritical_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rCritical_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rInformation_toggled" id="E5MessageBoxWizardDialog.on_rInformation_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rInformation_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" id="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rOkToClearData_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rQuestion_toggled" id="E5MessageBoxWizardDialog.on_rQuestion_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rQuestion_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" id="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rRetryAbort_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rStandard_toggled" id="E5MessageBoxWizardDialog.on_rStandard_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rStandard_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rWarning_toggled" id="E5MessageBoxWizardDialog.on_rWarning_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rWarning_toggled" /> + <keyword name="E5MessageBoxWizardDialog.on_rYesNo_toggled" id="E5MessageBoxWizardDialog.on_rYesNo_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rYesNo_toggled" /> + <keyword name="FileDialogWizard (Package)" id="FileDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FileDialogWizard.html" /> + <keyword name="FileDialogWizardDialog (Module)" id="FileDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html" /> + <keyword name="FileDialogWizardDialog" id="FileDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog" /> + <keyword name="FileDialogWizardDialog (Constructor)" id="FileDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__init__" /> + <keyword name="FileDialogWizardDialog.__adjustOptions" id="FileDialogWizardDialog.__adjustOptions" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__adjustOptions" /> + <keyword name="FileDialogWizardDialog.__getCode4" id="FileDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__getCode4" /> + <keyword name="FileDialogWizardDialog.__toggleConfirmCheckBox" id="FileDialogWizardDialog.__toggleConfirmCheckBox" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleConfirmCheckBox" /> + <keyword name="FileDialogWizardDialog.__toggleGroupsAndTest" id="FileDialogWizardDialog.__toggleGroupsAndTest" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleGroupsAndTest" /> + <keyword name="FileDialogWizardDialog.getCode" id="FileDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.getCode" /> + <keyword name="FileDialogWizardDialog.on_bTest_clicked" id="FileDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_bTest_clicked" /> + <keyword name="FileDialogWizardDialog.on_buttonBox_clicked" id="FileDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_buttonBox_clicked" /> + <keyword name="FontDialogWizard (Package)" id="FontDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FontDialogWizard.html" /> + <keyword name="FontDialogWizardDialog (Module)" id="FontDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html" /> + <keyword name="FontDialogWizardDialog" id="FontDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog" /> + <keyword name="FontDialogWizardDialog (Constructor)" id="FontDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.__init__" /> + <keyword name="FontDialogWizardDialog.getCode" id="FontDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.getCode" /> + <keyword name="FontDialogWizardDialog.on_bTest_clicked" id="FontDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_bTest_clicked" /> + <keyword name="FontDialogWizardDialog.on_buttonBox_clicked" id="FontDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_buttonBox_clicked" /> + <keyword name="FontDialogWizardDialog.on_eVariable_textChanged" id="FontDialogWizardDialog.on_eVariable_textChanged" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_eVariable_textChanged" /> + <keyword name="FontDialogWizardDialog.on_fontButton_clicked" id="FontDialogWizardDialog.on_fontButton_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_fontButton_clicked" /> + <keyword name="InputDialogWizard (Package)" id="InputDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.InputDialogWizard.html" /> + <keyword name="InputDialogWizardDialog (Module)" id="InputDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html" /> + <keyword name="InputDialogWizardDialog" id="InputDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog" /> + <keyword name="InputDialogWizardDialog (Constructor)" id="InputDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__init__" /> + <keyword name="InputDialogWizardDialog.__getCode4" id="InputDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__getCode4" /> + <keyword name="InputDialogWizardDialog.getCode" id="InputDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.getCode" /> + <keyword name="InputDialogWizardDialog.on_bTest_clicked" id="InputDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_bTest_clicked" /> + <keyword name="InputDialogWizardDialog.on_buttonBox_clicked" id="InputDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_buttonBox_clicked" /> + <keyword name="InputDialogWizardDialog.on_rItem_toggled" id="InputDialogWizardDialog.on_rItem_toggled" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_rItem_toggled" /> + <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" /> + <keyword name="MessageBoxWizardDialog (Module)" id="MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html" /> + <keyword name="MessageBoxWizardDialog" id="MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog" /> + <keyword name="MessageBoxWizardDialog (Constructor)" id="MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__init__" /> + <keyword name="MessageBoxWizardDialog.__enabledGroups" id="MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__enabledGroups" /> + <keyword name="MessageBoxWizardDialog.__getButtonCode" id="MessageBoxWizardDialog.__getButtonCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__getButtonCode" /> + <keyword name="MessageBoxWizardDialog.__testQt42" id="MessageBoxWizardDialog.__testQt42" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__testQt42" /> + <keyword name="MessageBoxWizardDialog.getCode" id="MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.getCode" /> + <keyword name="MessageBoxWizardDialog.on_bTest_clicked" id="MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_bTest_clicked" /> + <keyword name="MessageBoxWizardDialog.on_buttonBox_clicked" id="MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_buttonBox_clicked" /> + <keyword name="MessageBoxWizardDialog.on_rAboutQt_toggled" id="MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAboutQt_toggled" /> + <keyword name="MessageBoxWizardDialog.on_rAbout_toggled" id="MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAbout_toggled" /> + <keyword name="PyRegExpWizard (Package)" id="PyRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.PyRegExpWizard.html" /> + <keyword name="PyRegExpWizardCharactersDialog (Module)" id="PyRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html" /> + <keyword name="PyRegExpWizardCharactersDialog" id="PyRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog" /> + <keyword name="PyRegExpWizardCharactersDialog (Constructor)" id="PyRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__init__" /> + <keyword name="PyRegExpWizardCharactersDialog.__addRangesLine" id="PyRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addRangesLine" /> + <keyword name="PyRegExpWizardCharactersDialog.__addSinglesLine" id="PyRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addSinglesLine" /> + <keyword name="PyRegExpWizardCharactersDialog.__formatCharacter" id="PyRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__formatCharacter" /> + <keyword name="PyRegExpWizardCharactersDialog.__performSelectedAction" id="PyRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__performSelectedAction" /> + <keyword name="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" /> + <keyword name="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" /> + <keyword name="PyRegExpWizardCharactersDialog.getCharacters" id="PyRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.getCharacters" /> + <keyword name="PyRegExpWizardDialog (Module)" id="PyRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html" /> + <keyword name="PyRegExpWizardDialog" id="PyRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog" /> + <keyword name="PyRegExpWizardWidget" id="PyRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget" /> + <keyword name="PyRegExpWizardWindow" id="PyRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow" /> + <keyword name="PyRegExpWizardDialog (Constructor)" id="PyRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.__init__" /> + <keyword name="PyRegExpWizardDialog.getCode" id="PyRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.getCode" /> + <keyword name="PyRegExpWizardWidget (Constructor)" id="PyRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__init__" /> + <keyword name="PyRegExpWizardWidget.__insertString" id="PyRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__insertString" /> + <keyword name="PyRegExpWizardWidget.getCode" id="PyRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.getCode" /> + <keyword name="PyRegExpWizardWidget.on_altnButton_clicked" id="PyRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_altnButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_anycharButton_clicked" id="PyRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_anycharButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_beglineButton_clicked" id="PyRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_beglineButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_buttonBox_clicked" id="PyRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_buttonBox_clicked" /> + <keyword name="PyRegExpWizardWidget.on_charButton_clicked" id="PyRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_charButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_commentButton_clicked" id="PyRegExpWizardWidget.on_commentButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_commentButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_copyButton_clicked" id="PyRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_copyButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_endlineButton_clicked" id="PyRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_endlineButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_executeButton_clicked" id="PyRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_executeButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_groupButton_clicked" id="PyRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_groupButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_loadButton_clicked" id="PyRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_loadButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_namedGroupButton_clicked" id="PyRegExpWizardWidget.on_namedGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedGroupButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_namedReferenceButton_clicked" id="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedReferenceButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_neglookaheadButton_clicked" id="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookaheadButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_neglookbehindButton_clicked" id="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookbehindButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_nextButton_clicked" id="PyRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nextButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_nonGroupButton_clicked" id="PyRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonGroupButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_nonwordboundButton_clicked" id="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonwordboundButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_poslookaheadButton_clicked" id="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookaheadButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_poslookbehindButton_clicked" id="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookbehindButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_py2Button_toggled" id="PyRegExpWizardWidget.on_py2Button_toggled" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_py2Button_toggled" /> + <keyword name="PyRegExpWizardWidget.on_redoButton_clicked" id="PyRegExpWizardWidget.on_redoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_redoButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" id="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_regexpTextEdit_textChanged" /> + <keyword name="PyRegExpWizardWidget.on_repeatButton_clicked" id="PyRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_repeatButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_saveButton_clicked" id="PyRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_saveButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_undoButton_clicked" id="PyRegExpWizardWidget.on_undoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_undoButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_validateButton_clicked" id="PyRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_validateButton_clicked" /> + <keyword name="PyRegExpWizardWidget.on_wordboundButton_clicked" id="PyRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_wordboundButton_clicked" /> + <keyword name="PyRegExpWizardWindow (Constructor)" id="PyRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow.__init__" /> + <keyword name="PyRegExpWizardRepeatDialog (Module)" id="PyRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html" /> + <keyword name="PyRegExpWizardRepeatDialog" id="PyRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog" /> + <keyword name="PyRegExpWizardRepeatDialog (Constructor)" id="PyRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.__init__" /> + <keyword name="PyRegExpWizardRepeatDialog.getRepeat" id="PyRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.getRepeat" /> + <keyword name="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" /> + <keyword name="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" /> + <keyword name="QRegExpWizard (Package)" id="QRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.QRegExpWizard.html" /> + <keyword name="QRegExpWizardCharactersDialog (Module)" id="QRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html" /> + <keyword name="QRegExpWizardCharactersDialog" id="QRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog" /> + <keyword name="QRegExpWizardCharactersDialog (Constructor)" id="QRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__init__" /> + <keyword name="QRegExpWizardCharactersDialog.__addRangesLine" id="QRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addRangesLine" /> + <keyword name="QRegExpWizardCharactersDialog.__addSinglesLine" id="QRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addSinglesLine" /> + <keyword name="QRegExpWizardCharactersDialog.__formatCharacter" id="QRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__formatCharacter" /> + <keyword name="QRegExpWizardCharactersDialog.__performSelectedAction" id="QRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__performSelectedAction" /> + <keyword name="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__rangesCharTypeSelected" /> + <keyword name="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__singlesCharTypeSelected" /> + <keyword name="QRegExpWizardCharactersDialog.getCharacters" id="QRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.getCharacters" /> + <keyword name="QRegExpWizardDialog (Module)" id="QRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html" /> + <keyword name="QRegExpWizardDialog" id="QRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog" /> + <keyword name="QRegExpWizardWidget" id="QRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget" /> + <keyword name="QRegExpWizardWindow" id="QRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow" /> + <keyword name="QRegExpWizardDialog (Constructor)" id="QRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.__init__" /> + <keyword name="QRegExpWizardDialog.getCode" id="QRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.getCode" /> + <keyword name="QRegExpWizardWidget (Constructor)" id="QRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__init__" /> + <keyword name="QRegExpWizardWidget.__insertString" id="QRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__insertString" /> + <keyword name="QRegExpWizardWidget.getCode" id="QRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.getCode" /> + <keyword name="QRegExpWizardWidget.on_altnButton_clicked" id="QRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_altnButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_anycharButton_clicked" id="QRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_anycharButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_beglineButton_clicked" id="QRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_beglineButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_buttonBox_clicked" id="QRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_buttonBox_clicked" /> + <keyword name="QRegExpWizardWidget.on_charButton_clicked" id="QRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_charButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_copyButton_clicked" id="QRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_copyButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_endlineButton_clicked" id="QRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_endlineButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_executeButton_clicked" id="QRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_executeButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_groupButton_clicked" id="QRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_groupButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_loadButton_clicked" id="QRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_loadButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_neglookaheadButton_clicked" id="QRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_neglookaheadButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_nextButton_clicked" id="QRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nextButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_nonGroupButton_clicked" id="QRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonGroupButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_nonwordboundButton_clicked" id="QRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonwordboundButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_poslookaheadButton_clicked" id="QRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_poslookaheadButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_regexpLineEdit_textChanged" id="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_regexpLineEdit_textChanged" /> + <keyword name="QRegExpWizardWidget.on_repeatButton_clicked" id="QRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_repeatButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_saveButton_clicked" id="QRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_saveButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_validateButton_clicked" id="QRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_validateButton_clicked" /> + <keyword name="QRegExpWizardWidget.on_wordboundButton_clicked" id="QRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_wordboundButton_clicked" /> + <keyword name="QRegExpWizardWindow (Constructor)" id="QRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow.__init__" /> + <keyword name="QRegExpWizardRepeatDialog (Module)" id="QRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html" /> + <keyword name="QRegExpWizardRepeatDialog" id="QRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog" /> + <keyword name="QRegExpWizardRepeatDialog (Constructor)" id="QRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.__init__" /> + <keyword name="QRegExpWizardRepeatDialog.getRepeat" id="QRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.getRepeat" /> + <keyword name="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" /> + <keyword name="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" /> + <keyword name="ConfigurationPages (Package)" id="ConfigurationPages (Package)" ref="index-eric5.Preferences.ConfigurationPages.html" /> + <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" /> + <keyword name="ApplicationPage" id="ApplicationPage" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#create" /> + <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" /> + <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" /> + <keyword name="ConfigurationPageBase (Module)" id="ConfigurationPageBase (Module)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html" /> + <keyword name="ConfigurationPageBase" id="ConfigurationPageBase" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase" /> + <keyword name="ConfigurationPageBase (Constructor)" id="ConfigurationPageBase (Constructor)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.__init__" /> + <keyword name="ConfigurationPageBase.initColour" id="ConfigurationPageBase.initColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.initColour" /> + <keyword name="ConfigurationPageBase.polishPage" id="ConfigurationPageBase.polishPage" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.polishPage" /> + <keyword name="ConfigurationPageBase.saveState" id="ConfigurationPageBase.saveState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.saveState" /> + <keyword name="ConfigurationPageBase.selectColour" id="ConfigurationPageBase.selectColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectColour" /> + <keyword name="ConfigurationPageBase.selectFont" id="ConfigurationPageBase.selectFont" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectFont" /> + <keyword name="ConfigurationPageBase.setState" id="ConfigurationPageBase.setState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.setState" /> + <keyword name="CooperationPage (Module)" id="CooperationPage (Module)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html" /> + <keyword name="CooperationPage" id="CooperationPage" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#create" /> + <keyword name="CooperationPage (Constructor)" id="CooperationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.__init__" /> + <keyword name="CooperationPage.on_addBannedUserButton_clicked" id="CooperationPage.on_addBannedUserButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_addBannedUserButton_clicked" /> + <keyword name="CooperationPage.on_bannedUserEdit_textChanged" id="CooperationPage.on_bannedUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUserEdit_textChanged" /> + <keyword name="CooperationPage.on_bannedUsersList_itemSelectionChanged" id="CooperationPage.on_bannedUsersList_itemSelectionChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUsersList_itemSelectionChanged" /> + <keyword name="CooperationPage.on_deleteBannedUsersButton_clicked" id="CooperationPage.on_deleteBannedUsersButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_deleteBannedUsersButton_clicked" /> + <keyword name="CooperationPage.save" id="CooperationPage.save" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.save" /> + <keyword name="CorbaPage (Module)" id="CorbaPage (Module)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html" /> + <keyword name="CorbaPage" id="CorbaPage" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#create" /> + <keyword name="CorbaPage (Constructor)" id="CorbaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.__init__" /> + <keyword name="CorbaPage.on_idlButton_clicked" id="CorbaPage.on_idlButton_clicked" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.on_idlButton_clicked" /> + <keyword name="CorbaPage.save" id="CorbaPage.save" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.save" /> + <keyword name="DebuggerGeneralPage (Module)" id="DebuggerGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html" /> + <keyword name="DebuggerGeneralPage" id="DebuggerGeneralPage" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#create" /> + <keyword name="DebuggerGeneralPage (Constructor)" id="DebuggerGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.__init__" /> + <keyword name="DebuggerGeneralPage.on_addAllowedHostButton_clicked" id="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_addAllowedHostButton_clicked" /> + <keyword name="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" id="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" /> + <keyword name="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" id="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" /> + <keyword name="DebuggerGeneralPage.on_editAllowedHostButton_clicked" id="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_editAllowedHostButton_clicked" /> + <keyword name="DebuggerGeneralPage.save" id="DebuggerGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.save" /> + <keyword name="DebuggerPython3Page (Module)" id="DebuggerPython3Page (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html" /> + <keyword name="DebuggerPython3Page" id="DebuggerPython3Page" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#create" /> + <keyword name="DebuggerPython3Page (Constructor)" id="DebuggerPython3Page (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.__init__" /> + <keyword name="DebuggerPython3Page.on_debugClientButton_clicked" id="DebuggerPython3Page.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_debugClientButton_clicked" /> + <keyword name="DebuggerPython3Page.on_interpreterButton_clicked" id="DebuggerPython3Page.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_interpreterButton_clicked" /> + <keyword name="DebuggerPython3Page.save" id="DebuggerPython3Page.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.save" /> + <keyword name="DebuggerPythonPage (Module)" id="DebuggerPythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html" /> + <keyword name="DebuggerPythonPage" id="DebuggerPythonPage" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#create" /> + <keyword name="DebuggerPythonPage (Constructor)" id="DebuggerPythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.__init__" /> + <keyword name="DebuggerPythonPage.on_debugClientButton_clicked" id="DebuggerPythonPage.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_debugClientButton_clicked" /> + <keyword name="DebuggerPythonPage.on_interpreterButton_clicked" id="DebuggerPythonPage.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_interpreterButton_clicked" /> + <keyword name="DebuggerPythonPage.save" id="DebuggerPythonPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.save" /> + <keyword name="DebuggerRubyPage (Module)" id="DebuggerRubyPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html" /> + <keyword name="DebuggerRubyPage" id="DebuggerRubyPage" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#create" /> + <keyword name="DebuggerRubyPage (Constructor)" id="DebuggerRubyPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.__init__" /> + <keyword name="DebuggerRubyPage.on_rubyInterpreterButton_clicked" id="DebuggerRubyPage.on_rubyInterpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.on_rubyInterpreterButton_clicked" /> + <keyword name="DebuggerRubyPage.save" id="DebuggerRubyPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.save" /> + <keyword name="EditorAPIsPage (Module)" id="EditorAPIsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html" /> + <keyword name="EditorAPIsPage" id="EditorAPIsPage" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#create" /> + <keyword name="EditorAPIsPage (Constructor)" id="EditorAPIsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__init__" /> + <keyword name="EditorAPIsPage.__apiPreparationCancelled" id="EditorAPIsPage.__apiPreparationCancelled" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationCancelled" /> + <keyword name="EditorAPIsPage.__apiPreparationFinished" id="EditorAPIsPage.__apiPreparationFinished" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationFinished" /> + <keyword name="EditorAPIsPage.__apiPreparationStarted" id="EditorAPIsPage.__apiPreparationStarted" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationStarted" /> + <keyword name="EditorAPIsPage.__editorGetApisFromApiList" id="EditorAPIsPage.__editorGetApisFromApiList" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__editorGetApisFromApiList" /> + <keyword name="EditorAPIsPage.on_addApiFileButton_clicked" id="EditorAPIsPage.on_addApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addApiFileButton_clicked" /> + <keyword name="EditorAPIsPage.on_addInstalledApiFileButton_clicked" id="EditorAPIsPage.on_addInstalledApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addInstalledApiFileButton_clicked" /> + <keyword name="EditorAPIsPage.on_addPluginApiFileButton_clicked" id="EditorAPIsPage.on_addPluginApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addPluginApiFileButton_clicked" /> + <keyword name="EditorAPIsPage.on_apiFileButton_clicked" id="EditorAPIsPage.on_apiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiFileButton_clicked" /> + <keyword name="EditorAPIsPage.on_apiLanguageComboBox_activated" id="EditorAPIsPage.on_apiLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiLanguageComboBox_activated" /> + <keyword name="EditorAPIsPage.on_deleteApiFileButton_clicked" id="EditorAPIsPage.on_deleteApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_deleteApiFileButton_clicked" /> + <keyword name="EditorAPIsPage.on_prepareApiButton_clicked" id="EditorAPIsPage.on_prepareApiButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_prepareApiButton_clicked" /> + <keyword name="EditorAPIsPage.save" id="EditorAPIsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.save" /> + <keyword name="EditorAPIsPage.saveState" id="EditorAPIsPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.saveState" /> + <keyword name="EditorAPIsPage.setState" id="EditorAPIsPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.setState" /> + <keyword name="EditorAutocompletionPage (Module)" id="EditorAutocompletionPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html" /> + <keyword name="EditorAutocompletionPage" id="EditorAutocompletionPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#create" /> + <keyword name="EditorAutocompletionPage (Constructor)" id="EditorAutocompletionPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.__init__" /> + <keyword name="EditorAutocompletionPage.save" id="EditorAutocompletionPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.save" /> + <keyword name="EditorAutocompletionQScintillaPage (Module)" id="EditorAutocompletionQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html" /> + <keyword name="EditorAutocompletionQScintillaPage" id="EditorAutocompletionQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#create" /> + <keyword name="EditorAutocompletionQScintillaPage (Constructor)" id="EditorAutocompletionQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.__init__" /> + <keyword name="EditorAutocompletionQScintillaPage.save" id="EditorAutocompletionQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.save" /> + <keyword name="EditorCalltipsPage (Module)" id="EditorCalltipsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html" /> + <keyword name="EditorCalltipsPage" id="EditorCalltipsPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#create" /> + <keyword name="EditorCalltipsPage (Constructor)" id="EditorCalltipsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.__init__" /> + <keyword name="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" id="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.on_calltipsBackgroundButton_clicked" /> + <keyword name="EditorCalltipsPage.save" id="EditorCalltipsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.save" /> + <keyword name="EditorCalltipsQScintillaPage (Module)" id="EditorCalltipsQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html" /> + <keyword name="EditorCalltipsQScintillaPage" id="EditorCalltipsQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#create" /> + <keyword name="EditorCalltipsQScintillaPage (Constructor)" id="EditorCalltipsQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.__init__" /> + <keyword name="EditorCalltipsQScintillaPage.save" id="EditorCalltipsQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.save" /> + <keyword name="EditorExportersPage (Module)" id="EditorExportersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html" /> + <keyword name="EditorExportersPage" id="EditorExportersPage" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#create" /> + <keyword name="EditorExportersPage (Constructor)" id="EditorExportersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.__init__" /> + <keyword name="EditorExportersPage.on_exportersCombo_activated" id="EditorExportersPage.on_exportersCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_exportersCombo_activated" /> + <keyword name="EditorExportersPage.on_rtfFontButton_clicked" id="EditorExportersPage.on_rtfFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_rtfFontButton_clicked" /> + <keyword name="EditorExportersPage.save" id="EditorExportersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.save" /> + <keyword name="EditorFilePage (Module)" id="EditorFilePage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html" /> + <keyword name="EditorFilePage" id="EditorFilePage" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#create" /> + <keyword name="EditorFilePage (Constructor)" id="EditorFilePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__init__" /> + <keyword name="EditorFilePage.__checkFileFilter" id="EditorFilePage.__checkFileFilter" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__checkFileFilter" /> + <keyword name="EditorFilePage.__extractFileFilters" id="EditorFilePage.__extractFileFilters" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__extractFileFilters" /> + <keyword name="EditorFilePage.__setDefaultFiltersLists" id="EditorFilePage.__setDefaultFiltersLists" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__setDefaultFiltersLists" /> + <keyword name="EditorFilePage.on_addFileFilterButton_clicked" id="EditorFilePage.on_addFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_addFileFilterButton_clicked" /> + <keyword name="EditorFilePage.on_deleteFileFilterButton_clicked" id="EditorFilePage.on_deleteFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_deleteFileFilterButton_clicked" /> + <keyword name="EditorFilePage.on_editFileFilterButton_clicked" id="EditorFilePage.on_editFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_editFileFilterButton_clicked" /> + <keyword name="EditorFilePage.on_fileFiltersList_currentItemChanged" id="EditorFilePage.on_fileFiltersList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_fileFiltersList_currentItemChanged" /> + <keyword name="EditorFilePage.on_openFiltersButton_toggled" id="EditorFilePage.on_openFiltersButton_toggled" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_openFiltersButton_toggled" /> + <keyword name="EditorFilePage.save" id="EditorFilePage.save" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.save" /> + <keyword name="EditorGeneralPage (Module)" id="EditorGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html" /> + <keyword name="EditorGeneralPage" id="EditorGeneralPage" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#create" /> + <keyword name="EditorGeneralPage (Constructor)" id="EditorGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__init__" /> + <keyword name="EditorGeneralPage.on_tabforindentationCheckBox_toggled" id="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_tabforindentationCheckBox_toggled" /> + <keyword name="EditorGeneralPage.save" id="EditorGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.save" /> + <keyword name="EditorHighlightersPage (Module)" id="EditorHighlightersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html" /> + <keyword name="EditorHighlightersPage" id="EditorHighlightersPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#create" /> + <keyword name="EditorHighlightersPage (Constructor)" id="EditorHighlightersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.__init__" /> + <keyword name="EditorHighlightersPage.on_addLexerButton_clicked" id="EditorHighlightersPage.on_addLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_addLexerButton_clicked" /> + <keyword name="EditorHighlightersPage.on_deleteLexerButton_clicked" id="EditorHighlightersPage.on_deleteLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_deleteLexerButton_clicked" /> + <keyword name="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" id="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" /> + <keyword name="EditorHighlightersPage.on_editorLexerList_itemActivated" id="EditorHighlightersPage.on_editorLexerList_itemActivated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemActivated" /> + <keyword name="EditorHighlightersPage.on_editorLexerList_itemClicked" id="EditorHighlightersPage.on_editorLexerList_itemClicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemClicked" /> + <keyword name="EditorHighlightersPage.save" id="EditorHighlightersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.save" /> + <keyword name="EditorHighlightingStylesPage (Module)" id="EditorHighlightingStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html" /> + <keyword name="EditorHighlightingStylesPage" id="EditorHighlightingStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#create" /> + <keyword name="EditorHighlightingStylesPage (Constructor)" id="EditorHighlightingStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__init__" /> + <keyword name="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" id="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" /> + <keyword name="EditorHighlightingStylesPage.__changeFont" id="EditorHighlightingStylesPage.__changeFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__changeFont" /> + <keyword name="EditorHighlightingStylesPage.__exportStyles" id="EditorHighlightingStylesPage.__exportStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__exportStyles" /> + <keyword name="EditorHighlightingStylesPage.__fontButtonMenuTriggered" id="EditorHighlightingStylesPage.__fontButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__fontButtonMenuTriggered" /> + <keyword name="EditorHighlightingStylesPage.__importStyles" id="EditorHighlightingStylesPage.__importStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__importStyles" /> + <keyword name="EditorHighlightingStylesPage.__setToDefault" id="EditorHighlightingStylesPage.__setToDefault" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__setToDefault" /> + <keyword name="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" id="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_allDefaultButton_clicked" id="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allDefaultButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_allEolFillButton_clicked" id="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allEolFillButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_backgroundButton_clicked" id="EditorHighlightingStylesPage.on_backgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_backgroundButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_defaultButton_clicked" id="EditorHighlightingStylesPage.on_defaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_defaultButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" id="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" /> + <keyword name="EditorHighlightingStylesPage.on_exportAllButton_clicked" id="EditorHighlightingStylesPage.on_exportAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportAllButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" id="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportCurrentButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_foregroundButton_clicked" id="EditorHighlightingStylesPage.on_foregroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_foregroundButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_importAllButton_clicked" id="EditorHighlightingStylesPage.on_importAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importAllButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_importCurrentButton_clicked" id="EditorHighlightingStylesPage.on_importCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importCurrentButton_clicked" /> + <keyword name="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" id="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" /> + <keyword name="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" id="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" /> + <keyword name="EditorHighlightingStylesPage.save" id="EditorHighlightingStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.save" /> + <keyword name="EditorHighlightingStylesPage.saveState" id="EditorHighlightingStylesPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.saveState" /> + <keyword name="EditorHighlightingStylesPage.setFont" id="EditorHighlightingStylesPage.setFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setFont" /> + <keyword name="EditorHighlightingStylesPage.setSampleFont" id="EditorHighlightingStylesPage.setSampleFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setSampleFont" /> + <keyword name="EditorHighlightingStylesPage.setState" id="EditorHighlightingStylesPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setState" /> + <keyword name="EditorKeywordsPage (Module)" id="EditorKeywordsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html" /> + <keyword name="EditorKeywordsPage" id="EditorKeywordsPage" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#create" /> + <keyword name="EditorKeywordsPage (Constructor)" id="EditorKeywordsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.__init__" /> + <keyword name="EditorKeywordsPage.on_languageCombo_activated" id="EditorKeywordsPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_languageCombo_activated" /> + <keyword name="EditorKeywordsPage.on_setSpinBox_valueChanged" id="EditorKeywordsPage.on_setSpinBox_valueChanged" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_setSpinBox_valueChanged" /> + <keyword name="EditorKeywordsPage.save" id="EditorKeywordsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.save" /> + <keyword name="EditorPropertiesPage (Module)" id="EditorPropertiesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html" /> + <keyword name="EditorPropertiesPage" id="EditorPropertiesPage" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#create" /> + <keyword name="EditorPropertiesPage (Constructor)" id="EditorPropertiesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.__init__" /> + <keyword name="EditorPropertiesPage.save" id="EditorPropertiesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.save" /> + <keyword name="EditorSearchPage (Module)" id="EditorSearchPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html" /> + <keyword name="EditorSearchPage" id="EditorSearchPage" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#create" /> + <keyword name="EditorSearchPage (Constructor)" id="EditorSearchPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.__init__" /> + <keyword name="EditorSearchPage.on_searchMarkerButton_clicked" id="EditorSearchPage.on_searchMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.on_searchMarkerButton_clicked" /> + <keyword name="EditorSearchPage.save" id="EditorSearchPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.save" /> + <keyword name="EditorSpellCheckingPage (Module)" id="EditorSpellCheckingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html" /> + <keyword name="EditorSpellCheckingPage" id="EditorSpellCheckingPage" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#create" /> + <keyword name="EditorSpellCheckingPage (Constructor)" id="EditorSpellCheckingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.__init__" /> + <keyword name="EditorSpellCheckingPage.on_pelButton_clicked" id="EditorSpellCheckingPage.on_pelButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pelButton_clicked" /> + <keyword name="EditorSpellCheckingPage.on_pwlButton_clicked" id="EditorSpellCheckingPage.on_pwlButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pwlButton_clicked" /> + <keyword name="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" id="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_spellingMarkerButton_clicked" /> + <keyword name="EditorSpellCheckingPage.save" id="EditorSpellCheckingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.save" /> + <keyword name="EditorStylesPage (Module)" id="EditorStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html" /> + <keyword name="EditorStylesPage" id="EditorStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#create" /> + <keyword name="EditorStylesPage (Constructor)" id="EditorStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.__init__" /> + <keyword name="EditorStylesPage.on_annotationsErrorBgButton_clicked" id="EditorStylesPage.on_annotationsErrorBgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsErrorBgButton_clicked" /> + <keyword name="EditorStylesPage.on_annotationsErrorFgButton_clicked" id="EditorStylesPage.on_annotationsErrorFgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsErrorFgButton_clicked" /> + <keyword name="EditorStylesPage.on_annotationsWarningBgButton_clicked" id="EditorStylesPage.on_annotationsWarningBgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsWarningBgButton_clicked" /> + <keyword name="EditorStylesPage.on_annotationsWarningFgButton_clicked" id="EditorStylesPage.on_annotationsWarningFgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsWarningFgButton_clicked" /> + <keyword name="EditorStylesPage.on_caretForegroundButton_clicked" id="EditorStylesPage.on_caretForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretForegroundButton_clicked" /> + <keyword name="EditorStylesPage.on_caretlineBackgroundButton_clicked" id="EditorStylesPage.on_caretlineBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretlineBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_currentLineMarkerButton_clicked" id="EditorStylesPage.on_currentLineMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_currentLineMarkerButton_clicked" /> + <keyword name="EditorStylesPage.on_defaultFontButton_clicked" id="EditorStylesPage.on_defaultFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_defaultFontButton_clicked" /> + <keyword name="EditorStylesPage.on_edgeBackgroundColorButton_clicked" id="EditorStylesPage.on_edgeBackgroundColorButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_edgeBackgroundColorButton_clicked" /> + <keyword name="EditorStylesPage.on_errorMarkerButton_clicked" id="EditorStylesPage.on_errorMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_errorMarkerButton_clicked" /> + <keyword name="EditorStylesPage.on_foldmarginBackgroundButton_clicked" id="EditorStylesPage.on_foldmarginBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarginBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" id="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_foldmarkersForegroundButton_clicked" id="EditorStylesPage.on_foldmarkersForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersForegroundButton_clicked" /> + <keyword name="EditorStylesPage.on_linenumbersFontButton_clicked" id="EditorStylesPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_linenumbersFontButton_clicked" /> + <keyword name="EditorStylesPage.on_marginsBackgroundButton_clicked" id="EditorStylesPage.on_marginsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_marginsForegroundButton_clicked" id="EditorStylesPage.on_marginsForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsForegroundButton_clicked" /> + <keyword name="EditorStylesPage.on_matchingBracesBackButton_clicked" id="EditorStylesPage.on_matchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesBackButton_clicked" /> + <keyword name="EditorStylesPage.on_matchingBracesButton_clicked" id="EditorStylesPage.on_matchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesButton_clicked" /> + <keyword name="EditorStylesPage.on_monospacedFontButton_clicked" id="EditorStylesPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_monospacedFontButton_clicked" /> + <keyword name="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" id="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesBackButton_clicked" /> + <keyword name="EditorStylesPage.on_nonmatchingBracesButton_clicked" id="EditorStylesPage.on_nonmatchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesButton_clicked" /> + <keyword name="EditorStylesPage.on_selectionBackgroundButton_clicked" id="EditorStylesPage.on_selectionBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_selectionForegroundButton_clicked" id="EditorStylesPage.on_selectionForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionForegroundButton_clicked" /> + <keyword name="EditorStylesPage.on_whitespaceBackgroundButton_clicked" id="EditorStylesPage.on_whitespaceBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_whitespaceBackgroundButton_clicked" /> + <keyword name="EditorStylesPage.on_whitespaceForegroundButton_clicked" id="EditorStylesPage.on_whitespaceForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_whitespaceForegroundButton_clicked" /> + <keyword name="EditorStylesPage.polishPage" id="EditorStylesPage.polishPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.polishPage" /> + <keyword name="EditorStylesPage.save" id="EditorStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.save" /> + <keyword name="EditorSyntaxPage (Module)" id="EditorSyntaxPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html" /> + <keyword name="EditorSyntaxPage" id="EditorSyntaxPage" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#create" /> + <keyword name="EditorSyntaxPage (Constructor)" id="EditorSyntaxPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage.__init__" /> + <keyword name="EditorSyntaxPage.save" id="EditorSyntaxPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage.save" /> + <keyword name="EditorTypingPage (Module)" id="EditorTypingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html" /> + <keyword name="EditorTypingPage" id="EditorTypingPage" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#create" /> + <keyword name="EditorTypingPage (Constructor)" id="EditorTypingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.__init__" /> + <keyword name="EditorTypingPage.on_languageCombo_activated" id="EditorTypingPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.on_languageCombo_activated" /> + <keyword name="EditorTypingPage.save" id="EditorTypingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.save" /> + <keyword name="EmailPage (Module)" id="EmailPage (Module)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html" /> + <keyword name="EmailPage" id="EmailPage" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#create" /> + <keyword name="EmailPage (Constructor)" id="EmailPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__init__" /> + <keyword name="EmailPage.__updateTestButton" id="EmailPage.__updateTestButton" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__updateTestButton" /> + <keyword name="EmailPage.on_mailAuthenticationCheckBox_toggled" id="EmailPage.on_mailAuthenticationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailAuthenticationCheckBox_toggled" /> + <keyword name="EmailPage.on_mailPasswordEdit_textChanged" id="EmailPage.on_mailPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailPasswordEdit_textChanged" /> + <keyword name="EmailPage.on_mailUserEdit_textChanged" id="EmailPage.on_mailUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailUserEdit_textChanged" /> + <keyword name="EmailPage.on_testButton_clicked" id="EmailPage.on_testButton_clicked" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_testButton_clicked" /> + <keyword name="EmailPage.save" id="EmailPage.save" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.save" /> + <keyword name="GraphicsPage (Module)" id="GraphicsPage (Module)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html" /> + <keyword name="GraphicsPage" id="GraphicsPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#create" /> + <keyword name="GraphicsPage (Constructor)" id="GraphicsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.__init__" /> + <keyword name="GraphicsPage.on_graphicsFontButton_clicked" id="GraphicsPage.on_graphicsFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.on_graphicsFontButton_clicked" /> + <keyword name="GraphicsPage.polishPage" id="GraphicsPage.polishPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.polishPage" /> + <keyword name="GraphicsPage.save" id="GraphicsPage.save" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.save" /> + <keyword name="HelpAppearancePage (Module)" id="HelpAppearancePage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html" /> + <keyword name="HelpAppearancePage" id="HelpAppearancePage" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#create" /> + <keyword name="HelpAppearancePage (Constructor)" id="HelpAppearancePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.__init__" /> + <keyword name="HelpAppearancePage.on_fixedFontButton_clicked" id="HelpAppearancePage.on_fixedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_fixedFontButton_clicked" /> + <keyword name="HelpAppearancePage.on_secureURLsColourButton_clicked" id="HelpAppearancePage.on_secureURLsColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_secureURLsColourButton_clicked" /> + <keyword name="HelpAppearancePage.on_standardFontButton_clicked" id="HelpAppearancePage.on_standardFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_standardFontButton_clicked" /> + <keyword name="HelpAppearancePage.on_styleSheetButton_clicked" id="HelpAppearancePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_styleSheetButton_clicked" /> + <keyword name="HelpAppearancePage.save" id="HelpAppearancePage.save" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.save" /> + <keyword name="HelpAppearancePage.setMode" id="HelpAppearancePage.setMode" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.setMode" /> + <keyword name="HelpDocumentationPage (Module)" id="HelpDocumentationPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html" /> + <keyword name="HelpDocumentationPage" id="HelpDocumentationPage" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#create" /> + <keyword name="HelpDocumentationPage (Constructor)" id="HelpDocumentationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.__init__" /> + <keyword name="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt4DocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.on_pysideDocDirButton_clicked" id="HelpDocumentationPage.on_pysideDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pysideDocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.on_python2DocDirButton_clicked" id="HelpDocumentationPage.on_python2DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_python2DocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" /> + <keyword name="HelpViewersPage (Module)" id="HelpViewersPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html" /> + <keyword name="HelpViewersPage" id="HelpViewersPage" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#create" /> + <keyword name="HelpViewersPage (Constructor)" id="HelpViewersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.__init__" /> + <keyword name="HelpViewersPage.on_chmviewerButton_clicked" id="HelpViewersPage.on_chmviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_chmviewerButton_clicked" /> + <keyword name="HelpViewersPage.on_customViewerSelectionButton_clicked" id="HelpViewersPage.on_customViewerSelectionButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_customViewerSelectionButton_clicked" /> + <keyword name="HelpViewersPage.on_pdfviewerButton_clicked" id="HelpViewersPage.on_pdfviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_pdfviewerButton_clicked" /> + <keyword name="HelpViewersPage.on_webbrowserButton_clicked" id="HelpViewersPage.on_webbrowserButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_webbrowserButton_clicked" /> + <keyword name="HelpViewersPage.save" id="HelpViewersPage.save" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.save" /> + <keyword name="HelpVirusTotalPage (Module)" id="HelpVirusTotalPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html" /> + <keyword name="HelpVirusTotalPage" id="HelpVirusTotalPage" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#create" /> + <keyword name="HelpVirusTotalPage (Constructor)" id="HelpVirusTotalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.__init__" /> + <keyword name="HelpVirusTotalPage.__checkServiceKeyFinished" id="HelpVirusTotalPage.__checkServiceKeyFinished" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.__checkServiceKeyFinished" /> + <keyword name="HelpVirusTotalPage.on_testButton_clicked" id="HelpVirusTotalPage.on_testButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.on_testButton_clicked" /> + <keyword name="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" id="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" /> + <keyword name="HelpVirusTotalPage.save" id="HelpVirusTotalPage.save" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.save" /> + <keyword name="HelpWebBrowserPage (Module)" id="HelpWebBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html" /> + <keyword name="HelpWebBrowserPage" id="HelpWebBrowserPage" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#create" /> + <keyword name="HelpWebBrowserPage (Constructor)" id="HelpWebBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.__init__" /> + <keyword name="HelpWebBrowserPage.on_defaultHomeButton_clicked" id="HelpWebBrowserPage.on_defaultHomeButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_defaultHomeButton_clicked" /> + <keyword name="HelpWebBrowserPage.on_setCurrentPageButton_clicked" id="HelpWebBrowserPage.on_setCurrentPageButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_setCurrentPageButton_clicked" /> + <keyword name="HelpWebBrowserPage.save" id="HelpWebBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.save" /> + <keyword name="IconsPage (Module)" id="IconsPage (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html" /> + <keyword name="IconsPage" id="IconsPage" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#create" /> + <keyword name="IconsPage (Constructor)" id="IconsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.__init__" /> + <keyword name="IconsPage.on_addIconDirectoryButton_clicked" id="IconsPage.on_addIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_addIconDirectoryButton_clicked" /> + <keyword name="IconsPage.on_deleteIconDirectoryButton_clicked" id="IconsPage.on_deleteIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_deleteIconDirectoryButton_clicked" /> + <keyword name="IconsPage.on_downButton_clicked" id="IconsPage.on_downButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_downButton_clicked" /> + <keyword name="IconsPage.on_iconDirectoryButton_clicked" id="IconsPage.on_iconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryButton_clicked" /> + <keyword name="IconsPage.on_iconDirectoryEdit_textChanged" id="IconsPage.on_iconDirectoryEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryEdit_textChanged" /> + <keyword name="IconsPage.on_iconDirectoryList_currentRowChanged" id="IconsPage.on_iconDirectoryList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryList_currentRowChanged" /> + <keyword name="IconsPage.on_showIconsButton_clicked" id="IconsPage.on_showIconsButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_showIconsButton_clicked" /> + <keyword name="IconsPage.on_upButton_clicked" id="IconsPage.on_upButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_upButton_clicked" /> + <keyword name="IconsPage.save" id="IconsPage.save" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.save" /> + <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" /> + <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" /> + <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" /> + <keyword name="InterfacePage (Module)" id="InterfacePage (Module)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html" /> + <keyword name="InterfacePage" id="InterfacePage" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#create" /> + <keyword name="InterfacePage (Constructor)" id="InterfacePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__init__" /> + <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" /> + <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" /> + <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" /> + <keyword name="InterfacePage.on_stderrTextColourButton_clicked" id="InterfacePage.on_stderrTextColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_stderrTextColourButton_clicked" /> + <keyword name="InterfacePage.on_styleSheetButton_clicked" id="InterfacePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_styleSheetButton_clicked" /> + <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" /> + <keyword name="MasterPasswordEntryDialog (Module)" id="MasterPasswordEntryDialog (Module)" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html" /> + <keyword name="MasterPasswordEntryDialog" id="MasterPasswordEntryDialog" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog" /> + <keyword name="MasterPasswordEntryDialog (Constructor)" id="MasterPasswordEntryDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.__init__" /> + <keyword name="MasterPasswordEntryDialog.__updateUI" id="MasterPasswordEntryDialog.__updateUI" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.__updateUI" /> + <keyword name="MasterPasswordEntryDialog.getCurrentPassword" id="MasterPasswordEntryDialog.getCurrentPassword" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.getCurrentPassword" /> + <keyword name="MasterPasswordEntryDialog.getMasterPassword" id="MasterPasswordEntryDialog.getMasterPassword" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.getMasterPassword" /> + <keyword name="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" id="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" /> + <keyword name="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" id="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" /> + <keyword name="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" id="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" /> + <keyword name="MultiProjectPage (Module)" id="MultiProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html" /> + <keyword name="MultiProjectPage" id="MultiProjectPage" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#create" /> + <keyword name="MultiProjectPage (Constructor)" id="MultiProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.__init__" /> + <keyword name="MultiProjectPage.save" id="MultiProjectPage.save" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.save" /> + <keyword name="NetworkPage (Module)" id="NetworkPage (Module)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html" /> + <keyword name="NetworkPage" id="NetworkPage" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#create" /> + <keyword name="NetworkPage (Constructor)" id="NetworkPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.__init__" /> + <keyword name="NetworkPage.on_clearProxyPasswordsButton_clicked" id="NetworkPage.on_clearProxyPasswordsButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_clearProxyPasswordsButton_clicked" /> + <keyword name="NetworkPage.on_downloadDirButton_clicked" id="NetworkPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_downloadDirButton_clicked" /> + <keyword name="NetworkPage.save" id="NetworkPage.save" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.save" /> + <keyword name="PluginManagerPage (Module)" id="PluginManagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html" /> + <keyword name="PluginManagerPage" id="PluginManagerPage" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#create" /> + <keyword name="PluginManagerPage (Constructor)" id="PluginManagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.__init__" /> + <keyword name="PluginManagerPage.on_downloadDirButton_clicked" id="PluginManagerPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_downloadDirButton_clicked" /> + <keyword name="PluginManagerPage.save" id="PluginManagerPage.save" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.save" /> + <keyword name="PrinterPage (Module)" id="PrinterPage (Module)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html" /> + <keyword name="PrinterPage" id="PrinterPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#create" /> + <keyword name="PrinterPage (Constructor)" id="PrinterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.__init__" /> + <keyword name="PrinterPage.on_printheaderFontButton_clicked" id="PrinterPage.on_printheaderFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.on_printheaderFontButton_clicked" /> + <keyword name="PrinterPage.polishPage" id="PrinterPage.polishPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.polishPage" /> + <keyword name="PrinterPage.save" id="PrinterPage.save" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.save" /> + <keyword name="ProjectBrowserPage (Module)" id="ProjectBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html" /> + <keyword name="ProjectBrowserPage" id="ProjectBrowserPage" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#create" /> + <keyword name="ProjectBrowserPage (Constructor)" id="ProjectBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__init__" /> + <keyword name="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" id="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__setProjectBrowsersCheckBoxes" /> + <keyword name="ProjectBrowserPage.__storeProjectBrowserFlags" id="ProjectBrowserPage.__storeProjectBrowserFlags" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__storeProjectBrowserFlags" /> + <keyword name="ProjectBrowserPage.on_pbHighlightedButton_clicked" id="ProjectBrowserPage.on_pbHighlightedButton_clicked" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_pbHighlightedButton_clicked" /> + <keyword name="ProjectBrowserPage.on_projectTypeCombo_activated" id="ProjectBrowserPage.on_projectTypeCombo_activated" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_projectTypeCombo_activated" /> + <keyword name="ProjectBrowserPage.save" id="ProjectBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.save" /> + <keyword name="ProjectPage (Module)" id="ProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html" /> + <keyword name="ProjectPage" id="ProjectPage" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#create" /> + <keyword name="ProjectPage (Constructor)" id="ProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.__init__" /> + <keyword name="ProjectPage.save" id="ProjectPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.save" /> + <keyword name="Py3FlakesPage (Module)" id="Py3FlakesPage (Module)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html" /> + <keyword name="Py3FlakesPage" id="Py3FlakesPage" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#create" /> + <keyword name="Py3FlakesPage (Constructor)" id="Py3FlakesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.__init__" /> + <keyword name="Py3FlakesPage.save" id="Py3FlakesPage.save" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.save" /> + <keyword name="PythonPage (Module)" id="PythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html" /> + <keyword name="PythonPage" id="PythonPage" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#create" /> + <keyword name="PythonPage (Constructor)" id="PythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.__init__" /> + <keyword name="PythonPage.save" id="PythonPage.save" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.save" /> + <keyword name="QtPage (Module)" id="QtPage (Module)" ref="eric5.Preferences.ConfigurationPages.QtPage.html" /> + <keyword name="QtPage" id="QtPage" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.QtPage.html#create" /> + <keyword name="QtPage (Constructor)" id="QtPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__init__" /> + <keyword name="QtPage.__updateQt4Sample" id="QtPage.__updateQt4Sample" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__updateQt4Sample" /> + <keyword name="QtPage.on_qt4Button_clicked" id="QtPage.on_qt4Button_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4Button_clicked" /> + <keyword name="QtPage.on_qt4PostfixEdit_textChanged" id="QtPage.on_qt4PostfixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PostfixEdit_textChanged" /> + <keyword name="QtPage.on_qt4PrefixEdit_textChanged" id="QtPage.on_qt4PrefixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PrefixEdit_textChanged" /> + <keyword name="QtPage.on_qt4TransButton_clicked" id="QtPage.on_qt4TransButton_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4TransButton_clicked" /> + <keyword name="QtPage.save" id="QtPage.save" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.save" /> + <keyword name="SecurityPage (Module)" id="SecurityPage (Module)" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html" /> + <keyword name="SecurityPage" id="SecurityPage" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#create" /> + <keyword name="SecurityPage (Constructor)" id="SecurityPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.__init__" /> + <keyword name="SecurityPage.on_masterPasswordButton_clicked" id="SecurityPage.on_masterPasswordButton_clicked" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.on_masterPasswordButton_clicked" /> + <keyword name="SecurityPage.on_masterPasswordCheckBox_clicked" id="SecurityPage.on_masterPasswordCheckBox_clicked" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.on_masterPasswordCheckBox_clicked" /> + <keyword name="SecurityPage.save" id="SecurityPage.save" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.save" /> + <keyword name="ShellPage (Module)" id="ShellPage (Module)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html" /> + <keyword name="ShellPage" id="ShellPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#create" /> + <keyword name="ShellPage (Constructor)" id="ShellPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.__init__" /> + <keyword name="ShellPage.on_linenumbersFontButton_clicked" id="ShellPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_linenumbersFontButton_clicked" /> + <keyword name="ShellPage.on_monospacedFontButton_clicked" id="ShellPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_monospacedFontButton_clicked" /> + <keyword name="ShellPage.polishPage" id="ShellPage.polishPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.polishPage" /> + <keyword name="ShellPage.save" id="ShellPage.save" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.save" /> + <keyword name="TasksPage (Module)" id="TasksPage (Module)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html" /> + <keyword name="TasksPage" id="TasksPage" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#create" /> + <keyword name="TasksPage (Constructor)" id="TasksPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.__init__" /> + <keyword name="TasksPage.on_tasksBgColourButton_clicked" id="TasksPage.on_tasksBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBgColourButton_clicked" /> + <keyword name="TasksPage.on_tasksBugfixColourButton_clicked" id="TasksPage.on_tasksBugfixColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBugfixColourButton_clicked" /> + <keyword name="TasksPage.on_tasksColourButton_clicked" id="TasksPage.on_tasksColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksColourButton_clicked" /> + <keyword name="TasksPage.on_tasksProjectBgColourButton_clicked" id="TasksPage.on_tasksProjectBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksProjectBgColourButton_clicked" /> + <keyword name="TasksPage.save" id="TasksPage.save" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.save" /> + <keyword name="TemplatesPage (Module)" id="TemplatesPage (Module)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html" /> + <keyword name="TemplatesPage" id="TemplatesPage" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#create" /> + <keyword name="TemplatesPage (Constructor)" id="TemplatesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.__init__" /> + <keyword name="TemplatesPage.save" id="TemplatesPage.save" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.save" /> + <keyword name="TerminalPage (Module)" id="TerminalPage (Module)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html" /> + <keyword name="TerminalPage" id="TerminalPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#create" /> + <keyword name="TerminalPage (Constructor)" id="TerminalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.__init__" /> + <keyword name="TerminalPage.on_linenumbersFontButton_clicked" id="TerminalPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_linenumbersFontButton_clicked" /> + <keyword name="TerminalPage.on_monospacedFontButton_clicked" id="TerminalPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_monospacedFontButton_clicked" /> + <keyword name="TerminalPage.polishPage" id="TerminalPage.polishPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.polishPage" /> + <keyword name="TerminalPage.save" id="TerminalPage.save" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.save" /> + <keyword name="TrayStarterPage (Module)" id="TrayStarterPage (Module)" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html" /> + <keyword name="TrayStarterPage" id="TrayStarterPage" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#create" /> + <keyword name="TrayStarterPage (Constructor)" id="TrayStarterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage.__init__" /> + <keyword name="TrayStarterPage.save" id="TrayStarterPage.save" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage.save" /> + <keyword name="VcsPage (Module)" id="VcsPage (Module)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html" /> + <keyword name="VcsPage" id="VcsPage" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#create" /> + <keyword name="VcsPage (Constructor)" id="VcsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.__init__" /> + <keyword name="VcsPage.on_pbVcsAddedButton_clicked" id="VcsPage.on_pbVcsAddedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsAddedButton_clicked" /> + <keyword name="VcsPage.on_pbVcsConflictButton_clicked" id="VcsPage.on_pbVcsConflictButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsConflictButton_clicked" /> + <keyword name="VcsPage.on_pbVcsModifiedButton_clicked" id="VcsPage.on_pbVcsModifiedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsModifiedButton_clicked" /> + <keyword name="VcsPage.on_pbVcsRemovedButton_clicked" id="VcsPage.on_pbVcsRemovedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsRemovedButton_clicked" /> + <keyword name="VcsPage.on_pbVcsReplacedButton_clicked" id="VcsPage.on_pbVcsReplacedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsReplacedButton_clicked" /> + <keyword name="VcsPage.on_pbVcsUpdateButton_clicked" id="VcsPage.on_pbVcsUpdateButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsUpdateButton_clicked" /> + <keyword name="VcsPage.save" id="VcsPage.save" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.save" /> + <keyword name="ViewmanagerPage (Module)" id="ViewmanagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html" /> + <keyword name="ViewmanagerPage" id="ViewmanagerPage" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage" /> + <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#create" /> + <keyword name="ViewmanagerPage (Constructor)" id="ViewmanagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.__init__" /> + <keyword name="ViewmanagerPage.on_windowComboBox_activated" id="ViewmanagerPage.on_windowComboBox_activated" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.on_windowComboBox_activated" /> + <keyword name="ViewmanagerPage.save" id="ViewmanagerPage.save" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.save" /> + <keyword name="Exporters (Package)" id="Exporters (Package)" ref="index-eric5.QScintilla.Exporters.html" /> + <keyword name="getExporter" id="getExporter" ref="eric5.QScintilla.Exporters.__init__.html#getExporter" /> + <keyword name="getSupportedFormats" id="getSupportedFormats" ref="eric5.QScintilla.Exporters.__init__.html#getSupportedFormats" /> + <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" /> + <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" /> + <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" /> + <keyword name="ExporterBase._getFileName" id="ExporterBase._getFileName" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase._getFileName" /> + <keyword name="ExporterBase.exportSource" id="ExporterBase.exportSource" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.exportSource" /> + <keyword name="ExporterHTML (Module)" id="ExporterHTML (Module)" ref="eric5.QScintilla.Exporters.ExporterHTML.html" /> + <keyword name="ExporterHTML" id="ExporterHTML" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML" /> + <keyword name="HTMLGenerator" id="HTMLGenerator" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator" /> + <keyword name="ExporterHTML (Constructor)" id="ExporterHTML (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.__init__" /> + <keyword name="ExporterHTML.exportSource" id="ExporterHTML.exportSource" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.exportSource" /> + <keyword name="HTMLGenerator (Constructor)" id="HTMLGenerator (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator.__init__" /> + <keyword name="HTMLGenerator.generate" id="HTMLGenerator.generate" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator.generate" /> + <keyword name="ExporterODT (Module)" id="ExporterODT (Module)" ref="eric5.QScintilla.Exporters.ExporterODT.html" /> + <keyword name="ExporterODT" id="ExporterODT" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT" /> + <keyword name="ExporterODT (Constructor)" id="ExporterODT (Constructor)" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT.__init__" /> + <keyword name="ExporterODT.exportSource" id="ExporterODT.exportSource" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT.exportSource" /> + <keyword name="ExporterPDF (Module)" id="ExporterPDF (Module)" ref="eric5.QScintilla.Exporters.ExporterPDF.html" /> + <keyword name="ExporterPDF" id="ExporterPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF" /> + <keyword name="PDFObjectTracker" id="PDFObjectTracker" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker" /> + <keyword name="PDFRender" id="PDFRender" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender" /> + <keyword name="PDFStyle" id="PDFStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle" /> + <keyword name="ExporterPDF (Constructor)" id="ExporterPDF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__init__" /> + <keyword name="ExporterPDF.__getPDFRGB" id="ExporterPDF.__getPDFRGB" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__getPDFRGB" /> + <keyword name="ExporterPDF.exportSource" id="ExporterPDF.exportSource" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.exportSource" /> + <keyword name="PDFObjectTracker (Constructor)" id="PDFObjectTracker (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.__init__" /> + <keyword name="PDFObjectTracker.add" id="PDFObjectTracker.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.add" /> + <keyword name="PDFObjectTracker.write" id="PDFObjectTracker.write" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.write" /> + <keyword name="PDFObjectTracker.xref" id="PDFObjectTracker.xref" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.xref" /> + <keyword name="PDFRender (Constructor)" id="PDFRender (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.__init__" /> + <keyword name="PDFRender.add" id="PDFRender.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.add" /> + <keyword name="PDFRender.endPDF" id="PDFRender.endPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPDF" /> + <keyword name="PDFRender.endPage" id="PDFRender.endPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPage" /> + <keyword name="PDFRender.flushSegment" id="PDFRender.flushSegment" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.flushSegment" /> + <keyword name="PDFRender.fontToPoints" id="PDFRender.fontToPoints" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.fontToPoints" /> + <keyword name="PDFRender.nextLine" id="PDFRender.nextLine" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.nextLine" /> + <keyword name="PDFRender.setStyle" id="PDFRender.setStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.setStyle" /> + <keyword name="PDFRender.startPDF" id="PDFRender.startPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPDF" /> + <keyword name="PDFRender.startPage" id="PDFRender.startPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPage" /> + <keyword name="PDFStyle (Constructor)" id="PDFStyle (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle.__init__" /> + <keyword name="ExporterRTF (Module)" id="ExporterRTF (Module)" ref="eric5.QScintilla.Exporters.ExporterRTF.html" /> + <keyword name="ExporterRTF" id="ExporterRTF" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF" /> + <keyword name="ExporterRTF (Constructor)" id="ExporterRTF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__init__" /> + <keyword name="ExporterRTF.__GetRTFNextControl" id="ExporterRTF.__GetRTFNextControl" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFNextControl" /> + <keyword name="ExporterRTF.__GetRTFStyleChange" id="ExporterRTF.__GetRTFStyleChange" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFStyleChange" /> + <keyword name="ExporterRTF.exportSource" id="ExporterRTF.exportSource" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.exportSource" /> + <keyword name="ExporterTEX (Module)" id="ExporterTEX (Module)" ref="eric5.QScintilla.Exporters.ExporterTEX.html" /> + <keyword name="ExporterTEX" id="ExporterTEX" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX" /> + <keyword name="ExporterTEX (Constructor)" id="ExporterTEX (Constructor)" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__init__" /> + <keyword name="ExporterTEX.__defineTexStyle" id="ExporterTEX.__defineTexStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__defineTexStyle" /> + <keyword name="ExporterTEX.__getTexRGB" id="ExporterTEX.__getTexRGB" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__getTexRGB" /> + <keyword name="ExporterTEX.__texStyle" id="ExporterTEX.__texStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__texStyle" /> + <keyword name="ExporterTEX.exportSource" id="ExporterTEX.exportSource" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.exportSource" /> + <keyword name="Lexers (Package)" id="Lexers (Package)" ref="index-eric5.QScintilla.Lexers.html" /> + <keyword name="__getPygmentsLexer" id="__getPygmentsLexer" ref="eric5.QScintilla.Lexers.__init__.html#__getPygmentsLexer" /> + <keyword name="getDefaultLexerAssociations" id="getDefaultLexerAssociations" ref="eric5.QScintilla.Lexers.__init__.html#getDefaultLexerAssociations" /> + <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" /> + <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" /> + <keyword name="getSaveFileFiltersList" id="getSaveFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getSaveFileFiltersList" /> + <keyword name="getSupportedLanguages" id="getSupportedLanguages" ref="eric5.QScintilla.Lexers.__init__.html#getSupportedLanguages" /> + <keyword name="registerLexer" id="registerLexer" ref="eric5.QScintilla.Lexers.__init__.html#registerLexer" /> + <keyword name="unregisterLexer" id="unregisterLexer" ref="eric5.QScintilla.Lexers.__init__.html#unregisterLexer" /> + <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" /> + <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" /> + <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" /> + <keyword name="Lexer.alwaysKeepTabs" id="Lexer.alwaysKeepTabs" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.alwaysKeepTabs" /> + <keyword name="Lexer.autoCompletionWordSeparators" id="Lexer.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.autoCompletionWordSeparators" /> + <keyword name="Lexer.boxCommentStr" id="Lexer.boxCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.boxCommentStr" /> + <keyword name="Lexer.canBlockComment" id="Lexer.canBlockComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBlockComment" /> + <keyword name="Lexer.canBoxComment" id="Lexer.canBoxComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBoxComment" /> + <keyword name="Lexer.canStreamComment" id="Lexer.canStreamComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canStreamComment" /> + <keyword name="Lexer.commentStr" id="Lexer.commentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.commentStr" /> + <keyword name="Lexer.hasSmartIndent" id="Lexer.hasSmartIndent" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.hasSmartIndent" /> + <keyword name="Lexer.initProperties" id="Lexer.initProperties" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.initProperties" /> + <keyword name="Lexer.isCommentStyle" id="Lexer.isCommentStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isCommentStyle" /> + <keyword name="Lexer.isStringStyle" id="Lexer.isStringStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isStringStyle" /> + <keyword name="Lexer.keywords" id="Lexer.keywords" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.keywords" /> + <keyword name="Lexer.smartIndentLine" id="Lexer.smartIndentLine" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentLine" /> + <keyword name="Lexer.smartIndentSelection" id="Lexer.smartIndentSelection" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentSelection" /> + <keyword name="Lexer.streamCommentStr" id="Lexer.streamCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.streamCommentStr" /> + <keyword name="LexerBash (Module)" id="LexerBash (Module)" ref="eric5.QScintilla.Lexers.LexerBash.html" /> + <keyword name="LexerBash" id="LexerBash" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash" /> + <keyword name="LexerBash (Constructor)" id="LexerBash (Constructor)" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.__init__" /> + <keyword name="LexerBash.defaultKeywords" id="LexerBash.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.defaultKeywords" /> + <keyword name="LexerBash.initProperties" id="LexerBash.initProperties" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.initProperties" /> + <keyword name="LexerBash.isCommentStyle" id="LexerBash.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isCommentStyle" /> + <keyword name="LexerBash.isStringStyle" id="LexerBash.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isStringStyle" /> + <keyword name="LexerBatch (Module)" id="LexerBatch (Module)" ref="eric5.QScintilla.Lexers.LexerBatch.html" /> + <keyword name="LexerBatch" id="LexerBatch" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch" /> + <keyword name="LexerBatch (Constructor)" id="LexerBatch (Constructor)" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.__init__" /> + <keyword name="LexerBatch.defaultKeywords" id="LexerBatch.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.defaultKeywords" /> + <keyword name="LexerBatch.isCommentStyle" id="LexerBatch.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isCommentStyle" /> + <keyword name="LexerBatch.isStringStyle" id="LexerBatch.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isStringStyle" /> + <keyword name="LexerCMake (Module)" id="LexerCMake (Module)" ref="eric5.QScintilla.Lexers.LexerCMake.html" /> + <keyword name="LexerCMake" id="LexerCMake" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake" /> + <keyword name="LexerCMake (Constructor)" id="LexerCMake (Constructor)" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.__init__" /> + <keyword name="LexerCMake.defaultKeywords" id="LexerCMake.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.defaultKeywords" /> + <keyword name="LexerCMake.initProperties" id="LexerCMake.initProperties" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.initProperties" /> + <keyword name="LexerCMake.isCommentStyle" id="LexerCMake.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isCommentStyle" /> + <keyword name="LexerCMake.isStringStyle" id="LexerCMake.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isStringStyle" /> + <keyword name="LexerContainer (Module)" id="LexerContainer (Module)" ref="eric5.QScintilla.Lexers.LexerContainer.html" /> + <keyword name="LexerContainer" id="LexerContainer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer" /> + <keyword name="LexerContainer (Constructor)" id="LexerContainer (Constructor)" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.__init__" /> + <keyword name="LexerContainer.description" id="LexerContainer.description" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.description" /> + <keyword name="LexerContainer.language" id="LexerContainer.language" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.language" /> + <keyword name="LexerContainer.lexer" id="LexerContainer.lexer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.lexer" /> + <keyword name="LexerContainer.styleBitsNeeded" id="LexerContainer.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleBitsNeeded" /> + <keyword name="LexerContainer.styleText" id="LexerContainer.styleText" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleText" /> + <keyword name="LexerCPP (Module)" id="LexerCPP (Module)" ref="eric5.QScintilla.Lexers.LexerCPP.html" /> + <keyword name="LexerCPP" id="LexerCPP" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP" /> + <keyword name="LexerCPP (Constructor)" id="LexerCPP (Constructor)" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.__init__" /> + <keyword name="LexerCPP.autoCompletionWordSeparators" id="LexerCPP.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.autoCompletionWordSeparators" /> + <keyword name="LexerCPP.defaultKeywords" id="LexerCPP.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.defaultKeywords" /> + <keyword name="LexerCPP.initProperties" id="LexerCPP.initProperties" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.initProperties" /> + <keyword name="LexerCPP.isCommentStyle" id="LexerCPP.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isCommentStyle" /> + <keyword name="LexerCPP.isStringStyle" id="LexerCPP.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isStringStyle" /> + <keyword name="LexerCSharp (Module)" id="LexerCSharp (Module)" ref="eric5.QScintilla.Lexers.LexerCSharp.html" /> + <keyword name="LexerCSharp" id="LexerCSharp" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp" /> + <keyword name="LexerCSharp (Constructor)" id="LexerCSharp (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.__init__" /> + <keyword name="LexerCSharp.defaultKeywords" id="LexerCSharp.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.defaultKeywords" /> + <keyword name="LexerCSharp.initProperties" id="LexerCSharp.initProperties" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.initProperties" /> + <keyword name="LexerCSharp.isCommentStyle" id="LexerCSharp.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isCommentStyle" /> + <keyword name="LexerCSharp.isStringStyle" id="LexerCSharp.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isStringStyle" /> + <keyword name="LexerCSS (Module)" id="LexerCSS (Module)" ref="eric5.QScintilla.Lexers.LexerCSS.html" /> + <keyword name="LexerCSS" id="LexerCSS" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS" /> + <keyword name="LexerCSS (Constructor)" id="LexerCSS (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.__init__" /> + <keyword name="LexerCSS.defaultKeywords" id="LexerCSS.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.defaultKeywords" /> + <keyword name="LexerCSS.initProperties" id="LexerCSS.initProperties" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.initProperties" /> + <keyword name="LexerCSS.isCommentStyle" id="LexerCSS.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isCommentStyle" /> + <keyword name="LexerCSS.isStringStyle" id="LexerCSS.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isStringStyle" /> + <keyword name="LexerD (Module)" id="LexerD (Module)" ref="eric5.QScintilla.Lexers.LexerD.html" /> + <keyword name="LexerD" id="LexerD" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD" /> + <keyword name="LexerD (Constructor)" id="LexerD (Constructor)" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.__init__" /> + <keyword name="LexerD.autoCompletionWordSeparators" id="LexerD.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.autoCompletionWordSeparators" /> + <keyword name="LexerD.defaultKeywords" id="LexerD.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.defaultKeywords" /> + <keyword name="LexerD.initProperties" id="LexerD.initProperties" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.initProperties" /> + <keyword name="LexerD.isCommentStyle" id="LexerD.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isCommentStyle" /> + <keyword name="LexerD.isStringStyle" id="LexerD.isStringStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isStringStyle" /> + <keyword name="LexerDiff (Module)" id="LexerDiff (Module)" ref="eric5.QScintilla.Lexers.LexerDiff.html" /> + <keyword name="LexerDiff" id="LexerDiff" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff" /> + <keyword name="LexerDiff (Constructor)" id="LexerDiff (Constructor)" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.__init__" /> + <keyword name="LexerDiff.defaultKeywords" id="LexerDiff.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.defaultKeywords" /> + <keyword name="LexerDiff.isCommentStyle" id="LexerDiff.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isCommentStyle" /> + <keyword name="LexerDiff.isStringStyle" id="LexerDiff.isStringStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isStringStyle" /> + <keyword name="LexerFortran (Module)" id="LexerFortran (Module)" ref="eric5.QScintilla.Lexers.LexerFortran.html" /> + <keyword name="LexerFortran" id="LexerFortran" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran" /> + <keyword name="LexerFortran (Constructor)" id="LexerFortran (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.__init__" /> + <keyword name="LexerFortran.autoCompletionWordSeparators" id="LexerFortran.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.autoCompletionWordSeparators" /> + <keyword name="LexerFortran.defaultKeywords" id="LexerFortran.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.defaultKeywords" /> + <keyword name="LexerFortran.initProperties" id="LexerFortran.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.initProperties" /> + <keyword name="LexerFortran.isCommentStyle" id="LexerFortran.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isCommentStyle" /> + <keyword name="LexerFortran.isStringStyle" id="LexerFortran.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isStringStyle" /> + <keyword name="LexerFortran77 (Module)" id="LexerFortran77 (Module)" ref="eric5.QScintilla.Lexers.LexerFortran77.html" /> + <keyword name="LexerFortran77" id="LexerFortran77" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77" /> + <keyword name="LexerFortran77 (Constructor)" id="LexerFortran77 (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.__init__" /> + <keyword name="LexerFortran77.autoCompletionWordSeparators" id="LexerFortran77.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.autoCompletionWordSeparators" /> + <keyword name="LexerFortran77.defaultKeywords" id="LexerFortran77.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.defaultKeywords" /> + <keyword name="LexerFortran77.initProperties" id="LexerFortran77.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.initProperties" /> + <keyword name="LexerFortran77.isCommentStyle" id="LexerFortran77.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isCommentStyle" /> + <keyword name="LexerFortran77.isStringStyle" id="LexerFortran77.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isStringStyle" /> + <keyword name="LexerHTML (Module)" id="LexerHTML (Module)" ref="eric5.QScintilla.Lexers.LexerHTML.html" /> + <keyword name="LexerHTML" id="LexerHTML" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML" /> + <keyword name="LexerHTML (Constructor)" id="LexerHTML (Constructor)" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.__init__" /> + <keyword name="LexerHTML.defaultKeywords" id="LexerHTML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.defaultKeywords" /> + <keyword name="LexerHTML.initProperties" id="LexerHTML.initProperties" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.initProperties" /> + <keyword name="LexerHTML.isCommentStyle" id="LexerHTML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isCommentStyle" /> + <keyword name="LexerHTML.isStringStyle" id="LexerHTML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isStringStyle" /> + <keyword name="LexerIDL (Module)" id="LexerIDL (Module)" ref="eric5.QScintilla.Lexers.LexerIDL.html" /> + <keyword name="LexerIDL" id="LexerIDL" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL" /> + <keyword name="LexerIDL (Constructor)" id="LexerIDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.__init__" /> + <keyword name="LexerIDL.defaultKeywords" id="LexerIDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.defaultKeywords" /> + <keyword name="LexerIDL.initProperties" id="LexerIDL.initProperties" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.initProperties" /> + <keyword name="LexerIDL.isCommentStyle" id="LexerIDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isCommentStyle" /> + <keyword name="LexerIDL.isStringStyle" id="LexerIDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isStringStyle" /> + <keyword name="LexerJava (Module)" id="LexerJava (Module)" ref="eric5.QScintilla.Lexers.LexerJava.html" /> + <keyword name="LexerJava" id="LexerJava" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava" /> + <keyword name="LexerJava (Constructor)" id="LexerJava (Constructor)" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.__init__" /> + <keyword name="LexerJava.defaultKeywords" id="LexerJava.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.defaultKeywords" /> + <keyword name="LexerJava.initProperties" id="LexerJava.initProperties" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.initProperties" /> + <keyword name="LexerJava.isCommentStyle" id="LexerJava.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isCommentStyle" /> + <keyword name="LexerJava.isStringStyle" id="LexerJava.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isStringStyle" /> + <keyword name="LexerJavaScript (Module)" id="LexerJavaScript (Module)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html" /> + <keyword name="LexerJavaScript" id="LexerJavaScript" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript" /> + <keyword name="LexerJavaScript (Constructor)" id="LexerJavaScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.__init__" /> + <keyword name="LexerJavaScript.defaultKeywords" id="LexerJavaScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.defaultKeywords" /> + <keyword name="LexerJavaScript.initProperties" id="LexerJavaScript.initProperties" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.initProperties" /> + <keyword name="LexerJavaScript.isCommentStyle" id="LexerJavaScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isCommentStyle" /> + <keyword name="LexerJavaScript.isStringStyle" id="LexerJavaScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isStringStyle" /> + <keyword name="LexerLua (Module)" id="LexerLua (Module)" ref="eric5.QScintilla.Lexers.LexerLua.html" /> + <keyword name="LexerLua" id="LexerLua" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua" /> + <keyword name="LexerLua (Constructor)" id="LexerLua (Constructor)" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.__init__" /> + <keyword name="LexerLua.autoCompletionWordSeparators" id="LexerLua.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.autoCompletionWordSeparators" /> + <keyword name="LexerLua.defaultKeywords" id="LexerLua.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.defaultKeywords" /> + <keyword name="LexerLua.initProperties" id="LexerLua.initProperties" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.initProperties" /> + <keyword name="LexerLua.isCommentStyle" id="LexerLua.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isCommentStyle" /> + <keyword name="LexerLua.isStringStyle" id="LexerLua.isStringStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isStringStyle" /> + <keyword name="LexerMakefile (Module)" id="LexerMakefile (Module)" ref="eric5.QScintilla.Lexers.LexerMakefile.html" /> + <keyword name="LexerMakefile" id="LexerMakefile" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile" /> + <keyword name="LexerMakefile (Constructor)" id="LexerMakefile (Constructor)" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.__init__" /> + <keyword name="LexerMakefile.defaultKeywords" id="LexerMakefile.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.defaultKeywords" /> + <keyword name="LexerMakefile.isCommentStyle" id="LexerMakefile.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isCommentStyle" /> + <keyword name="LexerMakefile.isStringStyle" id="LexerMakefile.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isStringStyle" /> + <keyword name="LexerMatlab (Module)" id="LexerMatlab (Module)" ref="eric5.QScintilla.Lexers.LexerMatlab.html" /> + <keyword name="LexerMatlab" id="LexerMatlab" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab" /> + <keyword name="LexerMatlab (Constructor)" id="LexerMatlab (Constructor)" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.__init__" /> + <keyword name="LexerMatlab.defaultKeywords" id="LexerMatlab.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.defaultKeywords" /> + <keyword name="LexerMatlab.isCommentStyle" id="LexerMatlab.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.isCommentStyle" /> + <keyword name="LexerMatlab.isStringStyle" id="LexerMatlab.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.isStringStyle" /> + <keyword name="LexerOctave (Module)" id="LexerOctave (Module)" ref="eric5.QScintilla.Lexers.LexerOctave.html" /> + <keyword name="LexerOctave" id="LexerOctave" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave" /> + <keyword name="LexerOctave (Constructor)" id="LexerOctave (Constructor)" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.__init__" /> + <keyword name="LexerOctave.defaultKeywords" id="LexerOctave.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.defaultKeywords" /> + <keyword name="LexerOctave.isCommentStyle" id="LexerOctave.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.isCommentStyle" /> + <keyword name="LexerOctave.isStringStyle" id="LexerOctave.isStringStyle" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.isStringStyle" /> + <keyword name="LexerPascal (Module)" id="LexerPascal (Module)" ref="eric5.QScintilla.Lexers.LexerPascal.html" /> + <keyword name="LexerPascal" id="LexerPascal" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal" /> + <keyword name="LexerPascal (Constructor)" id="LexerPascal (Constructor)" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.__init__" /> + <keyword name="LexerPascal.autoCompletionWordSeparators" id="LexerPascal.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.autoCompletionWordSeparators" /> + <keyword name="LexerPascal.defaultKeywords" id="LexerPascal.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.defaultKeywords" /> + <keyword name="LexerPascal.initProperties" id="LexerPascal.initProperties" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.initProperties" /> + <keyword name="LexerPascal.isCommentStyle" id="LexerPascal.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isCommentStyle" /> + <keyword name="LexerPascal.isStringStyle" id="LexerPascal.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isStringStyle" /> + <keyword name="LexerPerl (Module)" id="LexerPerl (Module)" ref="eric5.QScintilla.Lexers.LexerPerl.html" /> + <keyword name="LexerPerl" id="LexerPerl" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl" /> + <keyword name="LexerPerl (Constructor)" id="LexerPerl (Constructor)" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.__init__" /> + <keyword name="LexerPerl.autoCompletionWordSeparators" id="LexerPerl.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.autoCompletionWordSeparators" /> + <keyword name="LexerPerl.defaultKeywords" id="LexerPerl.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.defaultKeywords" /> + <keyword name="LexerPerl.initProperties" id="LexerPerl.initProperties" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.initProperties" /> + <keyword name="LexerPerl.isCommentStyle" id="LexerPerl.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isCommentStyle" /> + <keyword name="LexerPerl.isStringStyle" id="LexerPerl.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isStringStyle" /> + <keyword name="LexerPostScript (Module)" id="LexerPostScript (Module)" ref="eric5.QScintilla.Lexers.LexerPostScript.html" /> + <keyword name="LexerPostScript" id="LexerPostScript" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript" /> + <keyword name="LexerPostScript (Constructor)" id="LexerPostScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.__init__" /> + <keyword name="LexerPostScript.defaultKeywords" id="LexerPostScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.defaultKeywords" /> + <keyword name="LexerPostScript.initProperties" id="LexerPostScript.initProperties" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.initProperties" /> + <keyword name="LexerPostScript.isCommentStyle" id="LexerPostScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isCommentStyle" /> + <keyword name="LexerPostScript.isStringStyle" id="LexerPostScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isStringStyle" /> + <keyword name="LexerPOV (Module)" id="LexerPOV (Module)" ref="eric5.QScintilla.Lexers.LexerPOV.html" /> + <keyword name="LexerPOV" id="LexerPOV" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV" /> + <keyword name="LexerPOV (Constructor)" id="LexerPOV (Constructor)" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.__init__" /> + <keyword name="LexerPOV.defaultKeywords" id="LexerPOV.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.defaultKeywords" /> + <keyword name="LexerPOV.initProperties" id="LexerPOV.initProperties" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.initProperties" /> + <keyword name="LexerPOV.isCommentStyle" id="LexerPOV.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isCommentStyle" /> + <keyword name="LexerPOV.isStringStyle" id="LexerPOV.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isStringStyle" /> + <keyword name="LexerProperties (Module)" id="LexerProperties (Module)" ref="eric5.QScintilla.Lexers.LexerProperties.html" /> + <keyword name="LexerProperties" id="LexerProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties" /> + <keyword name="LexerProperties (Constructor)" id="LexerProperties (Constructor)" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.__init__" /> + <keyword name="LexerProperties.defaultKeywords" id="LexerProperties.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.defaultKeywords" /> + <keyword name="LexerProperties.initProperties" id="LexerProperties.initProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.initProperties" /> + <keyword name="LexerProperties.isCommentStyle" id="LexerProperties.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isCommentStyle" /> + <keyword name="LexerProperties.isStringStyle" id="LexerProperties.isStringStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isStringStyle" /> + <keyword name="LexerPygments (Module)" id="LexerPygments (Module)" ref="eric5.QScintilla.Lexers.LexerPygments.html" /> + <keyword name="LexerPygments" id="LexerPygments" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments" /> + <keyword name="LexerPygments (Constructor)" id="LexerPygments (Constructor)" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__init__" /> + <keyword name="LexerPygments.__guessLexer" id="LexerPygments.__guessLexer" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__guessLexer" /> + <keyword name="LexerPygments.canStyle" id="LexerPygments.canStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.canStyle" /> + <keyword name="LexerPygments.defaultColor" id="LexerPygments.defaultColor" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultColor" /> + <keyword name="LexerPygments.defaultEolFill" id="LexerPygments.defaultEolFill" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultEolFill" /> + <keyword name="LexerPygments.defaultFont" id="LexerPygments.defaultFont" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultFont" /> + <keyword name="LexerPygments.defaultKeywords" id="LexerPygments.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultKeywords" /> + <keyword name="LexerPygments.defaultPaper" id="LexerPygments.defaultPaper" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultPaper" /> + <keyword name="LexerPygments.description" id="LexerPygments.description" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.description" /> + <keyword name="LexerPygments.isCommentStyle" id="LexerPygments.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isCommentStyle" /> + <keyword name="LexerPygments.isStringStyle" id="LexerPygments.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isStringStyle" /> + <keyword name="LexerPygments.language" id="LexerPygments.language" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.language" /> + <keyword name="LexerPygments.name" id="LexerPygments.name" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.name" /> + <keyword name="LexerPygments.styleBitsNeeded" id="LexerPygments.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleBitsNeeded" /> + <keyword name="LexerPygments.styleText" id="LexerPygments.styleText" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleText" /> + <keyword name="LexerPython (Module)" id="LexerPython (Module)" ref="eric5.QScintilla.Lexers.LexerPython.html" /> + <keyword name="LexerPython" id="LexerPython" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython" /> + <keyword name="LexerPython (Constructor)" id="LexerPython (Constructor)" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.__init__" /> + <keyword name="LexerPython.autoCompletionWordSeparators" id="LexerPython.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.autoCompletionWordSeparators" /> + <keyword name="LexerPython.defaultKeywords" id="LexerPython.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.defaultKeywords" /> + <keyword name="LexerPython.getIndentationDifference" id="LexerPython.getIndentationDifference" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.getIndentationDifference" /> + <keyword name="LexerPython.initProperties" id="LexerPython.initProperties" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.initProperties" /> + <keyword name="LexerPython.isCommentStyle" id="LexerPython.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isCommentStyle" /> + <keyword name="LexerPython.isStringStyle" id="LexerPython.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isStringStyle" /> + <keyword name="LexerPython.language" id="LexerPython.language" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.language" /> + <keyword name="LexerRuby (Module)" id="LexerRuby (Module)" ref="eric5.QScintilla.Lexers.LexerRuby.html" /> + <keyword name="LexerRuby" id="LexerRuby" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby" /> + <keyword name="LexerRuby (Constructor)" id="LexerRuby (Constructor)" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.__init__" /> + <keyword name="LexerRuby.autoCompletionWordSeparators" id="LexerRuby.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.autoCompletionWordSeparators" /> + <keyword name="LexerRuby.defaultKeywords" id="LexerRuby.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.defaultKeywords" /> + <keyword name="LexerRuby.initProperties" id="LexerRuby.initProperties" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.initProperties" /> + <keyword name="LexerRuby.isCommentStyle" id="LexerRuby.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isCommentStyle" /> + <keyword name="LexerRuby.isStringStyle" id="LexerRuby.isStringStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isStringStyle" /> + <keyword name="LexerSQL (Module)" id="LexerSQL (Module)" ref="eric5.QScintilla.Lexers.LexerSQL.html" /> + <keyword name="LexerSQL" id="LexerSQL" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL" /> + <keyword name="LexerSQL (Constructor)" id="LexerSQL (Constructor)" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.__init__" /> + <keyword name="LexerSQL.defaultKeywords" id="LexerSQL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.defaultKeywords" /> + <keyword name="LexerSQL.initProperties" id="LexerSQL.initProperties" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.initProperties" /> + <keyword name="LexerSQL.isCommentStyle" id="LexerSQL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isCommentStyle" /> + <keyword name="LexerSQL.isStringStyle" id="LexerSQL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isStringStyle" /> + <keyword name="LexerTCL (Module)" id="LexerTCL (Module)" ref="eric5.QScintilla.Lexers.LexerTCL.html" /> + <keyword name="LexerTCL" id="LexerTCL" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL" /> + <keyword name="LexerTCL (Constructor)" id="LexerTCL (Constructor)" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.__init__" /> + <keyword name="LexerTCL.defaultKeywords" id="LexerTCL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.defaultKeywords" /> + <keyword name="LexerTCL.initProperties" id="LexerTCL.initProperties" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.initProperties" /> + <keyword name="LexerTCL.isCommentStyle" id="LexerTCL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isCommentStyle" /> + <keyword name="LexerTCL.isStringStyle" id="LexerTCL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isStringStyle" /> + <keyword name="LexerTeX (Module)" id="LexerTeX (Module)" ref="eric5.QScintilla.Lexers.LexerTeX.html" /> + <keyword name="LexerTeX" id="LexerTeX" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX" /> + <keyword name="LexerTeX (Constructor)" id="LexerTeX (Constructor)" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.__init__" /> + <keyword name="LexerTeX.defaultKeywords" id="LexerTeX.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.defaultKeywords" /> + <keyword name="LexerTeX.initProperties" id="LexerTeX.initProperties" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.initProperties" /> + <keyword name="LexerTeX.isCommentStyle" id="LexerTeX.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isCommentStyle" /> + <keyword name="LexerTeX.isStringStyle" id="LexerTeX.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isStringStyle" /> + <keyword name="LexerVHDL (Module)" id="LexerVHDL (Module)" ref="eric5.QScintilla.Lexers.LexerVHDL.html" /> + <keyword name="LexerVHDL" id="LexerVHDL" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL" /> + <keyword name="LexerVHDL (Constructor)" id="LexerVHDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.__init__" /> + <keyword name="LexerVHDL.defaultKeywords" id="LexerVHDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.defaultKeywords" /> + <keyword name="LexerVHDL.initProperties" id="LexerVHDL.initProperties" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.initProperties" /> + <keyword name="LexerVHDL.isCommentStyle" id="LexerVHDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isCommentStyle" /> + <keyword name="LexerVHDL.isStringStyle" id="LexerVHDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isStringStyle" /> + <keyword name="LexerXML (Module)" id="LexerXML (Module)" ref="eric5.QScintilla.Lexers.LexerXML.html" /> + <keyword name="LexerXML" id="LexerXML" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML" /> + <keyword name="LexerXML (Constructor)" id="LexerXML (Constructor)" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.__init__" /> + <keyword name="LexerXML.defaultKeywords" id="LexerXML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.defaultKeywords" /> + <keyword name="LexerXML.initProperties" id="LexerXML.initProperties" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.initProperties" /> + <keyword name="LexerXML.isCommentStyle" id="LexerXML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isCommentStyle" /> + <keyword name="LexerXML.isStringStyle" id="LexerXML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isStringStyle" /> + <keyword name="LexerYAML (Module)" id="LexerYAML (Module)" ref="eric5.QScintilla.Lexers.LexerYAML.html" /> + <keyword name="LexerYAML" id="LexerYAML" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML" /> + <keyword name="LexerYAML (Constructor)" id="LexerYAML (Constructor)" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.__init__" /> + <keyword name="LexerYAML.defaultKeywords" id="LexerYAML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.defaultKeywords" /> + <keyword name="LexerYAML.initProperties" id="LexerYAML.initProperties" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.initProperties" /> + <keyword name="LexerYAML.isCommentStyle" id="LexerYAML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isCommentStyle" /> + <keyword name="LexerYAML.isStringStyle" id="LexerYAML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isStringStyle" /> + <keyword name="TypingCompleters (Package)" id="TypingCompleters (Package)" ref="index-eric5.QScintilla.TypingCompleters.html" /> + <keyword name="getCompleter" id="getCompleter" ref="eric5.QScintilla.TypingCompleters.__init__.html#getCompleter" /> + <keyword name="CompleterBase (Module)" id="CompleterBase (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html" /> + <keyword name="CompleterBase" id="CompleterBase" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase" /> + <keyword name="CompleterBase (Constructor)" id="CompleterBase (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.__init__" /> + <keyword name="CompleterBase.charAdded" id="CompleterBase.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.charAdded" /> + <keyword name="CompleterBase.isEnabled" id="CompleterBase.isEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.isEnabled" /> + <keyword name="CompleterBase.readSettings" id="CompleterBase.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.readSettings" /> + <keyword name="CompleterBase.setEnabled" id="CompleterBase.setEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.setEnabled" /> + <keyword name="CompleterPython (Module)" id="CompleterPython (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html" /> + <keyword name="CompleterPython" id="CompleterPython" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython" /> + <keyword name="CompleterPython (Constructor)" id="CompleterPython (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__init__" /> + <keyword name="CompleterPython.__dedentDefStatement" id="CompleterPython.__dedentDefStatement" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentDefStatement" /> + <keyword name="CompleterPython.__dedentElseToIfWhileForTry" id="CompleterPython.__dedentElseToIfWhileForTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentElseToIfWhileForTry" /> + <keyword name="CompleterPython.__dedentExceptToTry" id="CompleterPython.__dedentExceptToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentExceptToTry" /> + <keyword name="CompleterPython.__dedentFinallyToTry" id="CompleterPython.__dedentFinallyToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentFinallyToTry" /> + <keyword name="CompleterPython.__dedentToIf" id="CompleterPython.__dedentToIf" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentToIf" /> + <keyword name="CompleterPython.__inComment" id="CompleterPython.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inComment" /> + <keyword name="CompleterPython.__inDoubleQuotedString" id="CompleterPython.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inDoubleQuotedString" /> + <keyword name="CompleterPython.__inSingleQuotedString" id="CompleterPython.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inSingleQuotedString" /> + <keyword name="CompleterPython.__inTripleDoubleQuotedString" id="CompleterPython.__inTripleDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleDoubleQuotedString" /> + <keyword name="CompleterPython.__inTripleSingleQuotedString" id="CompleterPython.__inTripleSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleSingleQuotedString" /> + <keyword name="CompleterPython.__isClassMethod" id="CompleterPython.__isClassMethod" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethod" /> + <keyword name="CompleterPython.__isClassMethodDef" id="CompleterPython.__isClassMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethodDef" /> + <keyword name="CompleterPython.__isStaticMethodDef" id="CompleterPython.__isStaticMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isStaticMethodDef" /> + <keyword name="CompleterPython.charAdded" id="CompleterPython.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.charAdded" /> + <keyword name="CompleterPython.readSettings" id="CompleterPython.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.readSettings" /> + <keyword name="CompleterRuby (Module)" id="CompleterRuby (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html" /> + <keyword name="CompleterRuby" id="CompleterRuby" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby" /> + <keyword name="CompleterRuby (Constructor)" id="CompleterRuby (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__init__" /> + <keyword name="CompleterRuby.__inComment" id="CompleterRuby.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inComment" /> + <keyword name="CompleterRuby.__inDoubleQuotedString" id="CompleterRuby.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inDoubleQuotedString" /> + <keyword name="CompleterRuby.__inHereDocument" id="CompleterRuby.__inHereDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inHereDocument" /> + <keyword name="CompleterRuby.__inInlineDocument" id="CompleterRuby.__inInlineDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inInlineDocument" /> + <keyword name="CompleterRuby.__inSingleQuotedString" id="CompleterRuby.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inSingleQuotedString" /> + <keyword name="CompleterRuby.charAdded" id="CompleterRuby.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.charAdded" /> + <keyword name="CompleterRuby.readSettings" id="CompleterRuby.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.readSettings" /> <keyword name="ClassBrowsers (Package)" id="ClassBrowsers (Package)" ref="index-eric5.Utilities.ClassBrowsers.html" /> <keyword name="find_module" id="find_module" ref="eric5.Utilities.ClassBrowsers.__init__.html#find_module" /> <keyword name="readmodule" id="readmodule" ref="eric5.Utilities.ClassBrowsers.__init__.html#readmodule" /> - <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" /> - <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute" /> - <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class" /> - <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function" /> - <keyword name="Publics" id="Publics" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics" /> - <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin" /> - <keyword name="_indent" id="_indent" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#_indent" /> - <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#readmodule_ex" /> - <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute.__init__" /> - <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class.__init__" /> - <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function.__init__" /> - <keyword name="Publics (Constructor)" id="Publics (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics.__init__" /> - <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin.__init__" /> - <keyword name="rbclbr (Module)" id="rbclbr (Module)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html" /> - <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute" /> - <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class" /> - <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function" /> - <keyword name="Module" id="Module" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module" /> - <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin" /> - <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#readmodule_ex" /> - <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute.__init__" /> - <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class.__init__" /> - <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function.__init__" /> - <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module.__init__" /> - <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin.__init__" /> <keyword name="ClbrBaseClasses (Module)" id="ClbrBaseClasses (Module)" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html" /> <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Attribute" /> <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#Class" /> @@ -7005,6 +10921,31 @@ <keyword name="Interface (Constructor)" id="Interface (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#Interface.__init__" /> <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#Module.__init__" /> <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.idlclbr.html#VisibilityMixin.__init__" /> + <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" /> + <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute" /> + <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class" /> + <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function" /> + <keyword name="Publics" id="Publics" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics" /> + <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin" /> + <keyword name="_indent" id="_indent" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#_indent" /> + <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#readmodule_ex" /> + <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Attribute.__init__" /> + <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Class.__init__" /> + <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Function.__init__" /> + <keyword name="Publics (Constructor)" id="Publics (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#Publics.__init__" /> + <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html#VisibilityMixin.__init__" /> + <keyword name="rbclbr (Module)" id="rbclbr (Module)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html" /> + <keyword name="Attribute" id="Attribute" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute" /> + <keyword name="Class" id="Class" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class" /> + <keyword name="Function" id="Function" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function" /> + <keyword name="Module" id="Module" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module" /> + <keyword name="VisibilityMixin" id="VisibilityMixin" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin" /> + <keyword name="readmodule_ex" id="readmodule_ex" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#readmodule_ex" /> + <keyword name="Attribute (Constructor)" id="Attribute (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Attribute.__init__" /> + <keyword name="Class (Constructor)" id="Class (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Class.__init__" /> + <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Function.__init__" /> + <keyword name="Module (Constructor)" id="Module (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#Module.__init__" /> + <keyword name="VisibilityMixin (Constructor)" id="VisibilityMixin (Constructor)" ref="eric5.Utilities.ClassBrowsers.rbclbr.html#VisibilityMixin.__init__" /> <keyword name="crypto (Package)" id="crypto (Package)" ref="index-eric5.Utilities.crypto.html" /> <keyword name="__getMasterPassword" id="__getMasterPassword" ref="eric5.Utilities.crypto.__init__.html#__getMasterPassword" /> <keyword name="changeRememberedMaster" id="changeRememberedMaster" ref="eric5.Utilities.crypto.__init__.html#changeRememberedMaster" /> @@ -7135,1291 +11076,6 @@ <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UndefinedName.__init__" /> <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedImport.__init__" /> <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.Utilities.py3flakes.messages.html#UnusedVariable.__init__" /> - <keyword name="Passwords (Package)" id="Passwords (Package)" ref="index-eric5.Helpviewer.Passwords.html" /> - <keyword name="PasswordModel (Module)" id="PasswordModel (Module)" ref="eric5.Helpviewer.Passwords.PasswordModel.html" /> - <keyword name="PasswordModel" id="PasswordModel" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel" /> - <keyword name="PasswordModel (Constructor)" id="PasswordModel (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__init__" /> - <keyword name="PasswordModel.__passwordsChanged" id="PasswordModel.__passwordsChanged" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.__passwordsChanged" /> - <keyword name="PasswordModel.columnCount" id="PasswordModel.columnCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.columnCount" /> - <keyword name="PasswordModel.data" id="PasswordModel.data" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.data" /> - <keyword name="PasswordModel.headerData" id="PasswordModel.headerData" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.headerData" /> - <keyword name="PasswordModel.removeRows" id="PasswordModel.removeRows" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.removeRows" /> - <keyword name="PasswordModel.rowCount" id="PasswordModel.rowCount" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.rowCount" /> - <keyword name="PasswordModel.setShowPasswords" id="PasswordModel.setShowPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.setShowPasswords" /> - <keyword name="PasswordModel.showPasswords" id="PasswordModel.showPasswords" ref="eric5.Helpviewer.Passwords.PasswordModel.html#PasswordModel.showPasswords" /> - <keyword name="PasswordManager (Module)" id="PasswordManager (Module)" ref="eric5.Helpviewer.Passwords.PasswordManager.html" /> - <keyword name="LoginForm" id="LoginForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm" /> - <keyword name="PasswordManager" id="PasswordManager" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager" /> - <keyword name="LoginForm (Constructor)" id="LoginForm (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.__init__" /> - <keyword name="LoginForm.isValid" id="LoginForm.isValid" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.isValid" /> - <keyword name="LoginForm.load" id="LoginForm.load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.load" /> - <keyword name="LoginForm.save" id="LoginForm.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#LoginForm.save" /> - <keyword name="PasswordManager (Constructor)" id="PasswordManager (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__init__" /> - <keyword name="PasswordManager.__createKey" id="PasswordManager.__createKey" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__createKey" /> - <keyword name="PasswordManager.__extractMultipartQueryItems" id="PasswordManager.__extractMultipartQueryItems" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__extractMultipartQueryItems" /> - <keyword name="PasswordManager.__findForm" id="PasswordManager.__findForm" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__findForm" /> - <keyword name="PasswordManager.__load" id="PasswordManager.__load" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__load" /> - <keyword name="PasswordManager.__stripUrl" id="PasswordManager.__stripUrl" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.__stripUrl" /> - <keyword name="PasswordManager.allSiteNames" id="PasswordManager.allSiteNames" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.allSiteNames" /> - <keyword name="PasswordManager.clear" id="PasswordManager.clear" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.clear" /> - <keyword name="PasswordManager.close" id="PasswordManager.close" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.close" /> - <keyword name="PasswordManager.fill" id="PasswordManager.fill" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.fill" /> - <keyword name="PasswordManager.getLogin" id="PasswordManager.getLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.getLogin" /> - <keyword name="PasswordManager.masterPasswordChanged" id="PasswordManager.masterPasswordChanged" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.masterPasswordChanged" /> - <keyword name="PasswordManager.post" id="PasswordManager.post" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.post" /> - <keyword name="PasswordManager.removePassword" id="PasswordManager.removePassword" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.removePassword" /> - <keyword name="PasswordManager.save" id="PasswordManager.save" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.save" /> - <keyword name="PasswordManager.setLogin" id="PasswordManager.setLogin" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.setLogin" /> - <keyword name="PasswordManager.siteInfo" id="PasswordManager.siteInfo" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.siteInfo" /> - <keyword name="PasswordManager.sitesCount" id="PasswordManager.sitesCount" ref="eric5.Helpviewer.Passwords.PasswordManager.html#PasswordManager.sitesCount" /> - <keyword name="PasswordsDialog (Module)" id="PasswordsDialog (Module)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html" /> - <keyword name="PasswordsDialog" id="PasswordsDialog" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog" /> - <keyword name="PasswordsDialog (Constructor)" id="PasswordsDialog (Constructor)" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__init__" /> - <keyword name="PasswordsDialog.__calculateHeaderSizes" id="PasswordsDialog.__calculateHeaderSizes" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.__calculateHeaderSizes" /> - <keyword name="PasswordsDialog.on_passwordsButton_clicked" id="PasswordsDialog.on_passwordsButton_clicked" ref="eric5.Helpviewer.Passwords.PasswordsDialog.html#PasswordsDialog.on_passwordsButton_clicked" /> - <keyword name="UserAgent (Package)" id="UserAgent (Package)" ref="index-eric5.Helpviewer.UserAgent.html" /> - <keyword name="UserAgentDefaults (Module)" id="UserAgentDefaults (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentDefaults.html" /> - <keyword name="UserAgentMenu (Module)" id="UserAgentMenu (Module)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html" /> - <keyword name="UserAgentMenu" id="UserAgentMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu" /> - <keyword name="UserAgentMenu (Constructor)" id="UserAgentMenu (Constructor)" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__init__" /> - <keyword name="UserAgentMenu.__addDefaultActions" id="UserAgentMenu.__addDefaultActions" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__addDefaultActions" /> - <keyword name="UserAgentMenu.__changeUserAgent" id="UserAgentMenu.__changeUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__changeUserAgent" /> - <keyword name="UserAgentMenu.__populateMenu" id="UserAgentMenu.__populateMenu" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__populateMenu" /> - <keyword name="UserAgentMenu.__switchToDefaultUserAgent" id="UserAgentMenu.__switchToDefaultUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToDefaultUserAgent" /> - <keyword name="UserAgentMenu.__switchToOtherUserAgent" id="UserAgentMenu.__switchToOtherUserAgent" ref="eric5.Helpviewer.UserAgent.UserAgentMenu.html#UserAgentMenu.__switchToOtherUserAgent" /> - <keyword name="OfflineStorage (Package)" id="OfflineStorage (Package)" ref="index-eric5.Helpviewer.OfflineStorage.html" /> - <keyword name="OfflineStorageConfigDialog (Module)" id="OfflineStorageConfigDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html" /> - <keyword name="OfflineStorageConfigDialog" id="OfflineStorageConfigDialog" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog" /> - <keyword name="OfflineStorageConfigDialog (Constructor)" id="OfflineStorageConfigDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.__init__" /> - <keyword name="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" id="OfflineStorageConfigDialog.on_showDatabasesButton_clicked" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.on_showDatabasesButton_clicked" /> - <keyword name="OfflineStorageConfigDialog.storeData" id="OfflineStorageConfigDialog.storeData" ref="eric5.Helpviewer.OfflineStorage.OfflineStorageConfigDialog.html#OfflineStorageConfigDialog.storeData" /> - <keyword name="WebDatabasesModel (Module)" id="WebDatabasesModel (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html" /> - <keyword name="WebDatabasesModel" id="WebDatabasesModel" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel" /> - <keyword name="WebDatabasesModel (Constructor)" id="WebDatabasesModel (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__init__" /> - <keyword name="WebDatabasesModel.__dataString" id="WebDatabasesModel.__dataString" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.__dataString" /> - <keyword name="WebDatabasesModel.columnCount" id="WebDatabasesModel.columnCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.columnCount" /> - <keyword name="WebDatabasesModel.data" id="WebDatabasesModel.data" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.data" /> - <keyword name="WebDatabasesModel.hasChildren" id="WebDatabasesModel.hasChildren" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.hasChildren" /> - <keyword name="WebDatabasesModel.headerData" id="WebDatabasesModel.headerData" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.headerData" /> - <keyword name="WebDatabasesModel.index" id="WebDatabasesModel.index" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.index" /> - <keyword name="WebDatabasesModel.parent" id="WebDatabasesModel.parent" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.parent" /> - <keyword name="WebDatabasesModel.removeRows" id="WebDatabasesModel.removeRows" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.removeRows" /> - <keyword name="WebDatabasesModel.rowCount" id="WebDatabasesModel.rowCount" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesModel.html#WebDatabasesModel.rowCount" /> - <keyword name="WebDatabasesDialog (Module)" id="WebDatabasesDialog (Module)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html" /> - <keyword name="WebDatabasesDialog" id="WebDatabasesDialog" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog" /> - <keyword name="WebDatabasesDialog (Constructor)" id="WebDatabasesDialog (Constructor)" ref="eric5.Helpviewer.OfflineStorage.WebDatabasesDialog.html#WebDatabasesDialog.__init__" /> - <keyword name="Bookmarks (Package)" id="Bookmarks (Package)" ref="index-eric5.Helpviewer.Bookmarks.html" /> - <keyword name="BookmarksManager (Module)" id="BookmarksManager (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html" /> - <keyword name="BookmarksManager" id="BookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager" /> - <keyword name="ChangeBookmarkCommand" id="ChangeBookmarkCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand" /> - <keyword name="InsertBookmarksCommand" id="InsertBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand" /> - <keyword name="RemoveBookmarksCommand" id="RemoveBookmarksCommand" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand" /> - <keyword name="BookmarksManager (Constructor)" id="BookmarksManager (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__init__" /> - <keyword name="BookmarksManager.__convertFromOldBookmarks" id="BookmarksManager.__convertFromOldBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__convertFromOldBookmarks" /> - <keyword name="BookmarksManager.__searchBookmark" id="BookmarksManager.__searchBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__searchBookmark" /> - <keyword name="BookmarksManager.__searchBookmarks" id="BookmarksManager.__searchBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.__searchBookmarks" /> - <keyword name="BookmarksManager.addBookmark" id="BookmarksManager.addBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.addBookmark" /> - <keyword name="BookmarksManager.bookmarkForUrl" id="BookmarksManager.bookmarkForUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarkForUrl" /> - <keyword name="BookmarksManager.bookmarks" id="BookmarksManager.bookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarks" /> - <keyword name="BookmarksManager.bookmarksForUrl" id="BookmarksManager.bookmarksForUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksForUrl" /> - <keyword name="BookmarksManager.bookmarksModel" id="BookmarksManager.bookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.bookmarksModel" /> - <keyword name="BookmarksManager.changeExpanded" id="BookmarksManager.changeExpanded" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.changeExpanded" /> - <keyword name="BookmarksManager.close" id="BookmarksManager.close" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.close" /> - <keyword name="BookmarksManager.exportBookmarks" id="BookmarksManager.exportBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.exportBookmarks" /> - <keyword name="BookmarksManager.iconChanged" id="BookmarksManager.iconChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.iconChanged" /> - <keyword name="BookmarksManager.importBookmarks" id="BookmarksManager.importBookmarks" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.importBookmarks" /> - <keyword name="BookmarksManager.load" id="BookmarksManager.load" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.load" /> - <keyword name="BookmarksManager.menu" id="BookmarksManager.menu" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.menu" /> - <keyword name="BookmarksManager.removeBookmark" id="BookmarksManager.removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.removeBookmark" /> - <keyword name="BookmarksManager.save" id="BookmarksManager.save" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.save" /> - <keyword name="BookmarksManager.setTitle" id="BookmarksManager.setTitle" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setTitle" /> - <keyword name="BookmarksManager.setUrl" id="BookmarksManager.setUrl" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.setUrl" /> - <keyword name="BookmarksManager.toolbar" id="BookmarksManager.toolbar" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.toolbar" /> - <keyword name="BookmarksManager.undoRedoStack" id="BookmarksManager.undoRedoStack" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#BookmarksManager.undoRedoStack" /> - <keyword name="ChangeBookmarkCommand (Constructor)" id="ChangeBookmarkCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.__init__" /> - <keyword name="ChangeBookmarkCommand.redo" id="ChangeBookmarkCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.redo" /> - <keyword name="ChangeBookmarkCommand.undo" id="ChangeBookmarkCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#ChangeBookmarkCommand.undo" /> - <keyword name="InsertBookmarksCommand (Constructor)" id="InsertBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.__init__" /> - <keyword name="InsertBookmarksCommand.redo" id="InsertBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.redo" /> - <keyword name="InsertBookmarksCommand.undo" id="InsertBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.undo" /> - <keyword name="RemoveBookmarksCommand (Constructor)" id="RemoveBookmarksCommand (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.__init__" /> - <keyword name="RemoveBookmarksCommand.redo" id="RemoveBookmarksCommand.redo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.redo" /> - <keyword name="RemoveBookmarksCommand.undo" id="RemoveBookmarksCommand.undo" ref="eric5.Helpviewer.Bookmarks.BookmarksManager.html#RemoveBookmarksCommand.undo" /> - <keyword name="BookmarksToolBar (Module)" id="BookmarksToolBar (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html" /> - <keyword name="BookmarksToolBar" id="BookmarksToolBar" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar" /> - <keyword name="BookmarksToolBar (Constructor)" id="BookmarksToolBar (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__init__" /> - <keyword name="BookmarksToolBar.__bookmarkActivated" id="BookmarksToolBar.__bookmarkActivated" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__bookmarkActivated" /> - <keyword name="BookmarksToolBar.__contextMenuRequested" id="BookmarksToolBar.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__contextMenuRequested" /> - <keyword name="BookmarksToolBar.__newBookmark" id="BookmarksToolBar.__newBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newBookmark" /> - <keyword name="BookmarksToolBar.__newFolder" id="BookmarksToolBar.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__newFolder" /> - <keyword name="BookmarksToolBar.__openBookmark" id="BookmarksToolBar.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmark" /> - <keyword name="BookmarksToolBar.__openBookmarkInNewTab" id="BookmarksToolBar.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openBookmarkInNewTab" /> - <keyword name="BookmarksToolBar.__openToolBarBookmark" id="BookmarksToolBar.__openToolBarBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__openToolBarBookmark" /> - <keyword name="BookmarksToolBar.__removeBookmark" id="BookmarksToolBar.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar.__removeBookmark" /> - <keyword name="BookmarksToolBar._createMenu" id="BookmarksToolBar._createMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksToolBar.html#BookmarksToolBar._createMenu" /> - <keyword name="BookmarksMenu (Module)" id="BookmarksMenu (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html" /> - <keyword name="BookmarksMenu" id="BookmarksMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu" /> - <keyword name="BookmarksMenuBarMenu" id="BookmarksMenuBarMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu" /> - <keyword name="BookmarksMenu (Constructor)" id="BookmarksMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__init__" /> - <keyword name="BookmarksMenu.__activated" id="BookmarksMenu.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__activated" /> - <keyword name="BookmarksMenu.__contextMenuRequested" id="BookmarksMenu.__contextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__contextMenuRequested" /> - <keyword name="BookmarksMenu.__openAll" id="BookmarksMenu.__openAll" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openAll" /> - <keyword name="BookmarksMenu.__openBookmark" id="BookmarksMenu.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmark" /> - <keyword name="BookmarksMenu.__openBookmarkInNewTab" id="BookmarksMenu.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__openBookmarkInNewTab" /> - <keyword name="BookmarksMenu.__removeBookmark" id="BookmarksMenu.__removeBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.__removeBookmark" /> - <keyword name="BookmarksMenu.createBaseMenu" id="BookmarksMenu.createBaseMenu" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.createBaseMenu" /> - <keyword name="BookmarksMenu.postPopulated" id="BookmarksMenu.postPopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenu.postPopulated" /> - <keyword name="BookmarksMenuBarMenu (Constructor)" id="BookmarksMenuBarMenu (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.__init__" /> - <keyword name="BookmarksMenuBarMenu.prePopulated" id="BookmarksMenuBarMenu.prePopulated" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.prePopulated" /> - <keyword name="BookmarksMenuBarMenu.setInitialActions" id="BookmarksMenuBarMenu.setInitialActions" ref="eric5.Helpviewer.Bookmarks.BookmarksMenu.html#BookmarksMenuBarMenu.setInitialActions" /> - <keyword name="XbelReader (Module)" id="XbelReader (Module)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html" /> - <keyword name="XbelReader" id="XbelReader" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader" /> - <keyword name="XmlEntityResolver" id="XmlEntityResolver" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver" /> - <keyword name="XbelReader (Constructor)" id="XbelReader (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__init__" /> - <keyword name="XbelReader.__readBookmarkNode" id="XbelReader.__readBookmarkNode" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readBookmarkNode" /> - <keyword name="XbelReader.__readDescription" id="XbelReader.__readDescription" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readDescription" /> - <keyword name="XbelReader.__readFolder" id="XbelReader.__readFolder" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readFolder" /> - <keyword name="XbelReader.__readSeparator" id="XbelReader.__readSeparator" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readSeparator" /> - <keyword name="XbelReader.__readTitle" id="XbelReader.__readTitle" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readTitle" /> - <keyword name="XbelReader.__readXBEL" id="XbelReader.__readXBEL" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__readXBEL" /> - <keyword name="XbelReader.__skipUnknownElement" id="XbelReader.__skipUnknownElement" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.__skipUnknownElement" /> - <keyword name="XbelReader.read" id="XbelReader.read" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XbelReader.read" /> - <keyword name="XmlEntityResolver.resolveUndeclaredEntity" id="XmlEntityResolver.resolveUndeclaredEntity" ref="eric5.Helpviewer.Bookmarks.XbelReader.html#XmlEntityResolver.resolveUndeclaredEntity" /> - <keyword name="BookmarksDialog (Module)" id="BookmarksDialog (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html" /> - <keyword name="BookmarksDialog" id="BookmarksDialog" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog" /> - <keyword name="BookmarksDialog (Constructor)" id="BookmarksDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__init__" /> - <keyword name="BookmarksDialog.__activated" id="BookmarksDialog.__activated" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__activated" /> - <keyword name="BookmarksDialog.__customContextMenuRequested" id="BookmarksDialog.__customContextMenuRequested" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__customContextMenuRequested" /> - <keyword name="BookmarksDialog.__editAddress" id="BookmarksDialog.__editAddress" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editAddress" /> - <keyword name="BookmarksDialog.__editName" id="BookmarksDialog.__editName" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__editName" /> - <keyword name="BookmarksDialog.__expandNodes" id="BookmarksDialog.__expandNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__expandNodes" /> - <keyword name="BookmarksDialog.__newFolder" id="BookmarksDialog.__newFolder" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__newFolder" /> - <keyword name="BookmarksDialog.__openBookmark" id="BookmarksDialog.__openBookmark" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmark" /> - <keyword name="BookmarksDialog.__openBookmarkInCurrentTab" id="BookmarksDialog.__openBookmarkInCurrentTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInCurrentTab" /> - <keyword name="BookmarksDialog.__openBookmarkInNewTab" id="BookmarksDialog.__openBookmarkInNewTab" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__openBookmarkInNewTab" /> - <keyword name="BookmarksDialog.__saveExpandedNodes" id="BookmarksDialog.__saveExpandedNodes" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__saveExpandedNodes" /> - <keyword name="BookmarksDialog.__shutdown" id="BookmarksDialog.__shutdown" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.__shutdown" /> - <keyword name="BookmarksDialog.closeEvent" id="BookmarksDialog.closeEvent" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.closeEvent" /> - <keyword name="BookmarksDialog.reject" id="BookmarksDialog.reject" ref="eric5.Helpviewer.Bookmarks.BookmarksDialog.html#BookmarksDialog.reject" /> - <keyword name="BookmarksModel (Module)" id="BookmarksModel (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html" /> - <keyword name="BookmarksModel" id="BookmarksModel" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel" /> - <keyword name="BookmarksModel (Constructor)" id="BookmarksModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.__init__" /> - <keyword name="BookmarksModel.bookmarksManager" id="BookmarksModel.bookmarksManager" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.bookmarksManager" /> - <keyword name="BookmarksModel.columnCount" id="BookmarksModel.columnCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.columnCount" /> - <keyword name="BookmarksModel.data" id="BookmarksModel.data" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.data" /> - <keyword name="BookmarksModel.dropMimeData" id="BookmarksModel.dropMimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.dropMimeData" /> - <keyword name="BookmarksModel.entryAdded" id="BookmarksModel.entryAdded" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryAdded" /> - <keyword name="BookmarksModel.entryChanged" id="BookmarksModel.entryChanged" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryChanged" /> - <keyword name="BookmarksModel.entryRemoved" id="BookmarksModel.entryRemoved" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.entryRemoved" /> - <keyword name="BookmarksModel.flags" id="BookmarksModel.flags" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.flags" /> - <keyword name="BookmarksModel.hasChildren" id="BookmarksModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.hasChildren" /> - <keyword name="BookmarksModel.headerData" id="BookmarksModel.headerData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.headerData" /> - <keyword name="BookmarksModel.index" id="BookmarksModel.index" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.index" /> - <keyword name="BookmarksModel.mimeData" id="BookmarksModel.mimeData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeData" /> - <keyword name="BookmarksModel.mimeTypes" id="BookmarksModel.mimeTypes" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.mimeTypes" /> - <keyword name="BookmarksModel.node" id="BookmarksModel.node" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.node" /> - <keyword name="BookmarksModel.nodeIndex" id="BookmarksModel.nodeIndex" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.nodeIndex" /> - <keyword name="BookmarksModel.parent" id="BookmarksModel.parent" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.parent" /> - <keyword name="BookmarksModel.removeRows" id="BookmarksModel.removeRows" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.removeRows" /> - <keyword name="BookmarksModel.rowCount" id="BookmarksModel.rowCount" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.rowCount" /> - <keyword name="BookmarksModel.setData" id="BookmarksModel.setData" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.setData" /> - <keyword name="BookmarksModel.supportedDropActions" id="BookmarksModel.supportedDropActions" ref="eric5.Helpviewer.Bookmarks.BookmarksModel.html#BookmarksModel.supportedDropActions" /> - <keyword name="BookmarkNode (Module)" id="BookmarkNode (Module)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html" /> - <keyword name="BookmarkNode" id="BookmarkNode" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode" /> - <keyword name="BookmarkNode (Constructor)" id="BookmarkNode (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.__init__" /> - <keyword name="BookmarkNode.add" id="BookmarkNode.add" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.add" /> - <keyword name="BookmarkNode.children" id="BookmarkNode.children" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.children" /> - <keyword name="BookmarkNode.parent" id="BookmarkNode.parent" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.parent" /> - <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.remove" /> - <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.setType" /> - <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric5.Helpviewer.Bookmarks.BookmarkNode.html#BookmarkNode.type" /> - <keyword name="AddBookmarkDialog (Module)" id="AddBookmarkDialog (Module)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html" /> - <keyword name="AddBookmarkDialog" id="AddBookmarkDialog" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog" /> - <keyword name="AddBookmarkProxyModel" id="AddBookmarkProxyModel" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel" /> - <keyword name="AddBookmarkDialog (Constructor)" id="AddBookmarkDialog (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.__init__" /> - <keyword name="AddBookmarkDialog.accept" id="AddBookmarkDialog.accept" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.accept" /> - <keyword name="AddBookmarkDialog.addedNode" id="AddBookmarkDialog.addedNode" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.addedNode" /> - <keyword name="AddBookmarkDialog.currentIndex" id="AddBookmarkDialog.currentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.currentIndex" /> - <keyword name="AddBookmarkDialog.isFolder" id="AddBookmarkDialog.isFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.isFolder" /> - <keyword name="AddBookmarkDialog.setCurrentIndex" id="AddBookmarkDialog.setCurrentIndex" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setCurrentIndex" /> - <keyword name="AddBookmarkDialog.setFolder" id="AddBookmarkDialog.setFolder" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setFolder" /> - <keyword name="AddBookmarkDialog.setTitle" id="AddBookmarkDialog.setTitle" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setTitle" /> - <keyword name="AddBookmarkDialog.setUrl" id="AddBookmarkDialog.setUrl" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.setUrl" /> - <keyword name="AddBookmarkDialog.title" id="AddBookmarkDialog.title" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.title" /> - <keyword name="AddBookmarkDialog.url" id="AddBookmarkDialog.url" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkDialog.url" /> - <keyword name="AddBookmarkProxyModel (Constructor)" id="AddBookmarkProxyModel (Constructor)" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.__init__" /> - <keyword name="AddBookmarkProxyModel.columnCount" id="AddBookmarkProxyModel.columnCount" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.columnCount" /> - <keyword name="AddBookmarkProxyModel.filterAcceptsColumn" id="AddBookmarkProxyModel.filterAcceptsColumn" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsColumn" /> - <keyword name="AddBookmarkProxyModel.filterAcceptsRow" id="AddBookmarkProxyModel.filterAcceptsRow" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.filterAcceptsRow" /> - <keyword name="AddBookmarkProxyModel.hasChildren" id="AddBookmarkProxyModel.hasChildren" ref="eric5.Helpviewer.Bookmarks.AddBookmarkDialog.html#AddBookmarkProxyModel.hasChildren" /> - <keyword name="XbelWriter (Module)" id="XbelWriter (Module)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html" /> - <keyword name="XbelWriter" id="XbelWriter" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter" /> - <keyword name="XbelWriter (Constructor)" id="XbelWriter (Constructor)" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__init__" /> - <keyword name="XbelWriter.__write" id="XbelWriter.__write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__write" /> - <keyword name="XbelWriter.__writeItem" id="XbelWriter.__writeItem" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.__writeItem" /> - <keyword name="XbelWriter.write" id="XbelWriter.write" ref="eric5.Helpviewer.Bookmarks.XbelWriter.html#XbelWriter.write" /> - <keyword name="DefaultBookmarks (Module)" id="DefaultBookmarks (Module)" ref="eric5.Helpviewer.Bookmarks.DefaultBookmarks.html" /> - <keyword name="Network (Package)" id="Network (Package)" ref="index-eric5.Helpviewer.Network.html" /> - <keyword name="NetworkReply (Module)" id="NetworkReply (Module)" ref="eric5.Helpviewer.Network.NetworkReply.html" /> - <keyword name="NetworkReply" id="NetworkReply" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply" /> - <keyword name="NetworkReply (Constructor)" id="NetworkReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.__init__" /> - <keyword name="NetworkReply.abort" id="NetworkReply.abort" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.abort" /> - <keyword name="NetworkReply.bytesAvailable" id="NetworkReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.bytesAvailable" /> - <keyword name="NetworkReply.readData" id="NetworkReply.readData" ref="eric5.Helpviewer.Network.NetworkReply.html#NetworkReply.readData" /> - <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" /> - <keyword name="SchemeAccessHandler" id="SchemeAccessHandler" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler" /> - <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" /> - <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" /> - <keyword name="NetworkAccessManager (Module)" id="NetworkAccessManager (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html" /> - <keyword name="NetworkAccessManager" id="NetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager" /> - <keyword name="NetworkAccessManager (Constructor)" id="NetworkAccessManager (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__init__" /> - <keyword name="NetworkAccessManager.__authenticationRequired" id="NetworkAccessManager.__authenticationRequired" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__authenticationRequired" /> - <keyword name="NetworkAccessManager.__certToString" id="NetworkAccessManager.__certToString" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__certToString" /> - <keyword name="NetworkAccessManager.__getSystemCaCertificates" id="NetworkAccessManager.__getSystemCaCertificates" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__getSystemCaCertificates" /> - <keyword name="NetworkAccessManager.__setDiskCache" id="NetworkAccessManager.__setDiskCache" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__setDiskCache" /> - <keyword name="NetworkAccessManager.__sslErrors" id="NetworkAccessManager.__sslErrors" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.__sslErrors" /> - <keyword name="NetworkAccessManager.createRequest" id="NetworkAccessManager.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.createRequest" /> - <keyword name="NetworkAccessManager.languagesChanged" id="NetworkAccessManager.languagesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.languagesChanged" /> - <keyword name="NetworkAccessManager.preferencesChanged" id="NetworkAccessManager.preferencesChanged" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.preferencesChanged" /> - <keyword name="NetworkAccessManager.setSchemeHandler" id="NetworkAccessManager.setSchemeHandler" ref="eric5.Helpviewer.Network.NetworkAccessManager.html#NetworkAccessManager.setSchemeHandler" /> - <keyword name="FtpAccessHandler (Module)" id="FtpAccessHandler (Module)" ref="eric5.Helpviewer.Network.FtpAccessHandler.html" /> - <keyword name="FtpAccessHandler" id="FtpAccessHandler" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler" /> - <keyword name="FtpAccessHandler.createRequest" id="FtpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.FtpAccessHandler.html#FtpAccessHandler.createRequest" /> - <keyword name="QtHelpAccessHandler (Module)" id="QtHelpAccessHandler (Module)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html" /> - <keyword name="QtHelpAccessHandler" id="QtHelpAccessHandler" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler" /> - <keyword name="QtHelpAccessHandler (Constructor)" id="QtHelpAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__init__" /> - <keyword name="QtHelpAccessHandler.__mimeFromUrl" id="QtHelpAccessHandler.__mimeFromUrl" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.__mimeFromUrl" /> - <keyword name="QtHelpAccessHandler.createRequest" id="QtHelpAccessHandler.createRequest" ref="eric5.Helpviewer.Network.QtHelpAccessHandler.html#QtHelpAccessHandler.createRequest" /> - <keyword name="FtpReply (Module)" id="FtpReply (Module)" ref="eric5.Helpviewer.Network.FtpReply.html" /> - <keyword name="FtpReply" id="FtpReply" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply" /> - <keyword name="FtpReply (Constructor)" id="FtpReply (Constructor)" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__init__" /> - <keyword name="FtpReply.__commandStarted" id="FtpReply.__commandStarted" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__commandStarted" /> - <keyword name="FtpReply.__connectToHost" id="FtpReply.__connectToHost" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__connectToHost" /> - <keyword name="FtpReply.__cssLinkClass" id="FtpReply.__cssLinkClass" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__cssLinkClass" /> - <keyword name="FtpReply.__errorSignals" id="FtpReply.__errorSignals" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__errorSignals" /> - <keyword name="FtpReply.__processCommand" id="FtpReply.__processCommand" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processCommand" /> - <keyword name="FtpReply.__processData" id="FtpReply.__processData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processData" /> - <keyword name="FtpReply.__processListInfo" id="FtpReply.__processListInfo" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__processListInfo" /> - <keyword name="FtpReply.__setContent" id="FtpReply.__setContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setContent" /> - <keyword name="FtpReply.__setListContent" id="FtpReply.__setListContent" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.__setListContent" /> - <keyword name="FtpReply.abort" id="FtpReply.abort" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.abort" /> - <keyword name="FtpReply.bytesAvailable" id="FtpReply.bytesAvailable" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.bytesAvailable" /> - <keyword name="FtpReply.isSequential" id="FtpReply.isSequential" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.isSequential" /> - <keyword name="FtpReply.readData" id="FtpReply.readData" ref="eric5.Helpviewer.Network.FtpReply.html#FtpReply.readData" /> - <keyword name="AboutAccessHandler (Module)" id="AboutAccessHandler (Module)" ref="eric5.Helpviewer.Network.AboutAccessHandler.html" /> - <keyword name="AboutAccessHandler" id="AboutAccessHandler" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler" /> - <keyword name="AboutAccessHandler.createRequest" id="AboutAccessHandler.createRequest" ref="eric5.Helpviewer.Network.AboutAccessHandler.html#AboutAccessHandler.createRequest" /> - <keyword name="NetworkDiskCache (Module)" id="NetworkDiskCache (Module)" ref="eric5.Helpviewer.Network.NetworkDiskCache.html" /> - <keyword name="NetworkDiskCache" id="NetworkDiskCache" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache" /> - <keyword name="NetworkDiskCache.prepare" id="NetworkDiskCache.prepare" ref="eric5.Helpviewer.Network.NetworkDiskCache.html#NetworkDiskCache.prepare" /> - <keyword name="NetworkAccessManagerProxy (Module)" id="NetworkAccessManagerProxy (Module)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html" /> - <keyword name="NetworkAccessManagerProxy" id="NetworkAccessManagerProxy" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy" /> - <keyword name="NetworkAccessManagerProxy (Constructor)" id="NetworkAccessManagerProxy (Constructor)" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.__init__" /> - <keyword name="NetworkAccessManagerProxy.createRequest" id="NetworkAccessManagerProxy.createRequest" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.createRequest" /> - <keyword name="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" id="NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setPrimaryNetworkAccessManager" /> - <keyword name="NetworkAccessManagerProxy.setWebPage" id="NetworkAccessManagerProxy.setWebPage" ref="eric5.Helpviewer.Network.NetworkAccessManagerProxy.html#NetworkAccessManagerProxy.setWebPage" /> - <keyword name="NetworkProtocolUnknownErrorReply (Module)" id="NetworkProtocolUnknownErrorReply (Module)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html" /> - <keyword name="NetworkProtocolUnknownErrorReply" id="NetworkProtocolUnknownErrorReply" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply" /> - <keyword name="NetworkProtocolUnknownErrorReply (Constructor)" id="NetworkProtocolUnknownErrorReply (Constructor)" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__init__" /> - <keyword name="NetworkProtocolUnknownErrorReply.__fireSignals" id="NetworkProtocolUnknownErrorReply.__fireSignals" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.__fireSignals" /> - <keyword name="NetworkProtocolUnknownErrorReply.abort" id="NetworkProtocolUnknownErrorReply.abort" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.abort" /> - <keyword name="NetworkProtocolUnknownErrorReply.bytesAvailable" id="NetworkProtocolUnknownErrorReply.bytesAvailable" ref="eric5.Helpviewer.Network.NetworkProtocolUnknownErrorReply.html#NetworkProtocolUnknownErrorReply.bytesAvailable" /> - <keyword name="PyrcAccessHandler (Module)" id="PyrcAccessHandler (Module)" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html" /> - <keyword name="PyrcAccessHandler" id="PyrcAccessHandler" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler" /> - <keyword name="PyrcAccessHandler.createRequest" id="PyrcAccessHandler.createRequest" ref="eric5.Helpviewer.Network.PyrcAccessHandler.html#PyrcAccessHandler.createRequest" /> - <keyword name="History (Package)" id="History (Package)" ref="index-eric5.Helpviewer.History.html" /> - <keyword name="HistoryManager (Module)" id="HistoryManager (Module)" ref="eric5.Helpviewer.History.HistoryManager.html" /> - <keyword name="HistoryEntry" id="HistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry" /> - <keyword name="HistoryManager" id="HistoryManager" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager" /> - <keyword name="HistoryEntry (Constructor)" id="HistoryEntry (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__init__" /> - <keyword name="HistoryEntry.__eq__" id="HistoryEntry.__eq__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__eq__" /> - <keyword name="HistoryEntry.__lt__" id="HistoryEntry.__lt__" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.__lt__" /> - <keyword name="HistoryEntry.userTitle" id="HistoryEntry.userTitle" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryEntry.userTitle" /> - <keyword name="HistoryManager (Constructor)" id="HistoryManager (Constructor)" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__init__" /> - <keyword name="HistoryManager.__checkForExpired" id="HistoryManager.__checkForExpired" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__checkForExpired" /> - <keyword name="HistoryManager.__load" id="HistoryManager.__load" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__load" /> - <keyword name="HistoryManager.__refreshFrequencies" id="HistoryManager.__refreshFrequencies" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__refreshFrequencies" /> - <keyword name="HistoryManager.__startFrequencyTimer" id="HistoryManager.__startFrequencyTimer" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.__startFrequencyTimer" /> - <keyword name="HistoryManager._addHistoryEntry" id="HistoryManager._addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._addHistoryEntry" /> - <keyword name="HistoryManager._removeHistoryEntry" id="HistoryManager._removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager._removeHistoryEntry" /> - <keyword name="HistoryManager.addHistoryEntry" id="HistoryManager.addHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.addHistoryEntry" /> - <keyword name="HistoryManager.clear" id="HistoryManager.clear" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.clear" /> - <keyword name="HistoryManager.close" id="HistoryManager.close" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.close" /> - <keyword name="HistoryManager.daysToExpire" id="HistoryManager.daysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.daysToExpire" /> - <keyword name="HistoryManager.history" id="HistoryManager.history" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.history" /> - <keyword name="HistoryManager.historyContains" id="HistoryManager.historyContains" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyContains" /> - <keyword name="HistoryManager.historyFilterModel" id="HistoryManager.historyFilterModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyFilterModel" /> - <keyword name="HistoryManager.historyModel" id="HistoryManager.historyModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyModel" /> - <keyword name="HistoryManager.historyTreeModel" id="HistoryManager.historyTreeModel" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.historyTreeModel" /> - <keyword name="HistoryManager.preferencesChanged" id="HistoryManager.preferencesChanged" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.preferencesChanged" /> - <keyword name="HistoryManager.removeHistoryEntry" id="HistoryManager.removeHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.removeHistoryEntry" /> - <keyword name="HistoryManager.save" id="HistoryManager.save" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.save" /> - <keyword name="HistoryManager.setDaysToExpire" id="HistoryManager.setDaysToExpire" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setDaysToExpire" /> - <keyword name="HistoryManager.setHistory" id="HistoryManager.setHistory" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.setHistory" /> - <keyword name="HistoryManager.updateHistoryEntry" id="HistoryManager.updateHistoryEntry" ref="eric5.Helpviewer.History.HistoryManager.html#HistoryManager.updateHistoryEntry" /> - <keyword name="HistoryFilterModel (Module)" id="HistoryFilterModel (Module)" ref="eric5.Helpviewer.History.HistoryFilterModel.html" /> - <keyword name="HistoryData" id="HistoryData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData" /> - <keyword name="HistoryFilterModel" id="HistoryFilterModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel" /> - <keyword name="HistoryData (Constructor)" id="HistoryData (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__init__" /> - <keyword name="HistoryData.__eq__" id="HistoryData.__eq__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__eq__" /> - <keyword name="HistoryData.__lt__" id="HistoryData.__lt__" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryData.__lt__" /> - <keyword name="HistoryFilterModel (Constructor)" id="HistoryFilterModel (Constructor)" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__init__" /> - <keyword name="HistoryFilterModel.__frequencyScore" id="HistoryFilterModel.__frequencyScore" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__frequencyScore" /> - <keyword name="HistoryFilterModel.__load" id="HistoryFilterModel.__load" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__load" /> - <keyword name="HistoryFilterModel.__sourceDataChanged" id="HistoryFilterModel.__sourceDataChanged" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceDataChanged" /> - <keyword name="HistoryFilterModel.__sourceReset" id="HistoryFilterModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceReset" /> - <keyword name="HistoryFilterModel.__sourceRowsInserted" id="HistoryFilterModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsInserted" /> - <keyword name="HistoryFilterModel.__sourceRowsRemoved" id="HistoryFilterModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.__sourceRowsRemoved" /> - <keyword name="HistoryFilterModel.columnCount" id="HistoryFilterModel.columnCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.columnCount" /> - <keyword name="HistoryFilterModel.data" id="HistoryFilterModel.data" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.data" /> - <keyword name="HistoryFilterModel.headerData" id="HistoryFilterModel.headerData" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.headerData" /> - <keyword name="HistoryFilterModel.historyContains" id="HistoryFilterModel.historyContains" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyContains" /> - <keyword name="HistoryFilterModel.historyLocation" id="HistoryFilterModel.historyLocation" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.historyLocation" /> - <keyword name="HistoryFilterModel.index" id="HistoryFilterModel.index" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.index" /> - <keyword name="HistoryFilterModel.mapFromSource" id="HistoryFilterModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapFromSource" /> - <keyword name="HistoryFilterModel.mapToSource" id="HistoryFilterModel.mapToSource" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.mapToSource" /> - <keyword name="HistoryFilterModel.parent" id="HistoryFilterModel.parent" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.parent" /> - <keyword name="HistoryFilterModel.recalculateFrequencies" id="HistoryFilterModel.recalculateFrequencies" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.recalculateFrequencies" /> - <keyword name="HistoryFilterModel.removeRows" id="HistoryFilterModel.removeRows" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.removeRows" /> - <keyword name="HistoryFilterModel.rowCount" id="HistoryFilterModel.rowCount" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.rowCount" /> - <keyword name="HistoryFilterModel.setSourceModel" id="HistoryFilterModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryFilterModel.html#HistoryFilterModel.setSourceModel" /> - <keyword name="HistoryCompleter (Module)" id="HistoryCompleter (Module)" ref="eric5.Helpviewer.History.HistoryCompleter.html" /> - <keyword name="HistoryCompleter" id="HistoryCompleter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter" /> - <keyword name="HistoryCompletionModel" id="HistoryCompletionModel" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel" /> - <keyword name="HistoryCompletionView" id="HistoryCompletionView" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView" /> - <keyword name="HistoryCompleter (Constructor)" id="HistoryCompleter (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__init__" /> - <keyword name="HistoryCompleter.__updateFilter" id="HistoryCompleter.__updateFilter" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.__updateFilter" /> - <keyword name="HistoryCompleter.pathFromIndex" id="HistoryCompleter.pathFromIndex" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.pathFromIndex" /> - <keyword name="HistoryCompleter.splitPath" id="HistoryCompleter.splitPath" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompleter.splitPath" /> - <keyword name="HistoryCompletionModel (Constructor)" id="HistoryCompletionModel (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.__init__" /> - <keyword name="HistoryCompletionModel.data" id="HistoryCompletionModel.data" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.data" /> - <keyword name="HistoryCompletionModel.filterAcceptsRow" id="HistoryCompletionModel.filterAcceptsRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.filterAcceptsRow" /> - <keyword name="HistoryCompletionModel.isValid" id="HistoryCompletionModel.isValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.isValid" /> - <keyword name="HistoryCompletionModel.lessThan" id="HistoryCompletionModel.lessThan" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.lessThan" /> - <keyword name="HistoryCompletionModel.searchString" id="HistoryCompletionModel.searchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.searchString" /> - <keyword name="HistoryCompletionModel.setSearchString" id="HistoryCompletionModel.setSearchString" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setSearchString" /> - <keyword name="HistoryCompletionModel.setValid" id="HistoryCompletionModel.setValid" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionModel.setValid" /> - <keyword name="HistoryCompletionView (Constructor)" id="HistoryCompletionView (Constructor)" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.__init__" /> - <keyword name="HistoryCompletionView.resizeEvent" id="HistoryCompletionView.resizeEvent" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.resizeEvent" /> - <keyword name="HistoryCompletionView.sizeHintForRow" id="HistoryCompletionView.sizeHintForRow" ref="eric5.Helpviewer.History.HistoryCompleter.html#HistoryCompletionView.sizeHintForRow" /> - <keyword name="HistoryDialog (Module)" id="HistoryDialog (Module)" ref="eric5.Helpviewer.History.HistoryDialog.html" /> - <keyword name="HistoryDialog" id="HistoryDialog" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog" /> - <keyword name="HistoryDialog (Constructor)" id="HistoryDialog (Constructor)" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__init__" /> - <keyword name="HistoryDialog.__activated" id="HistoryDialog.__activated" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__activated" /> - <keyword name="HistoryDialog.__copyHistory" id="HistoryDialog.__copyHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__copyHistory" /> - <keyword name="HistoryDialog.__customContextMenuRequested" id="HistoryDialog.__customContextMenuRequested" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__customContextMenuRequested" /> - <keyword name="HistoryDialog.__modelReset" id="HistoryDialog.__modelReset" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__modelReset" /> - <keyword name="HistoryDialog.__openHistory" id="HistoryDialog.__openHistory" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistory" /> - <keyword name="HistoryDialog.__openHistoryInCurrentTab" id="HistoryDialog.__openHistoryInCurrentTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInCurrentTab" /> - <keyword name="HistoryDialog.__openHistoryInNewTab" id="HistoryDialog.__openHistoryInNewTab" ref="eric5.Helpviewer.History.HistoryDialog.html#HistoryDialog.__openHistoryInNewTab" /> - <keyword name="HistoryMenu (Module)" id="HistoryMenu (Module)" ref="eric5.Helpviewer.History.HistoryMenu.html" /> - <keyword name="HistoryMenu" id="HistoryMenu" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu" /> - <keyword name="HistoryMenuModel" id="HistoryMenuModel" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel" /> - <keyword name="HistoryMenu (Constructor)" id="HistoryMenu (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__init__" /> - <keyword name="HistoryMenu.__activated" id="HistoryMenu.__activated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__activated" /> - <keyword name="HistoryMenu.__clearHistoryDialog" id="HistoryMenu.__clearHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__clearHistoryDialog" /> - <keyword name="HistoryMenu.__showHistoryDialog" id="HistoryMenu.__showHistoryDialog" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.__showHistoryDialog" /> - <keyword name="HistoryMenu.postPopulated" id="HistoryMenu.postPopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.postPopulated" /> - <keyword name="HistoryMenu.prePopulated" id="HistoryMenu.prePopulated" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.prePopulated" /> - <keyword name="HistoryMenu.setInitialActions" id="HistoryMenu.setInitialActions" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenu.setInitialActions" /> - <keyword name="HistoryMenuModel (Constructor)" id="HistoryMenuModel (Constructor)" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.__init__" /> - <keyword name="HistoryMenuModel.bumpedRows" id="HistoryMenuModel.bumpedRows" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.bumpedRows" /> - <keyword name="HistoryMenuModel.columnCount" id="HistoryMenuModel.columnCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.columnCount" /> - <keyword name="HistoryMenuModel.index" id="HistoryMenuModel.index" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.index" /> - <keyword name="HistoryMenuModel.mapFromSource" id="HistoryMenuModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapFromSource" /> - <keyword name="HistoryMenuModel.mapToSource" id="HistoryMenuModel.mapToSource" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mapToSource" /> - <keyword name="HistoryMenuModel.mimeData" id="HistoryMenuModel.mimeData" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.mimeData" /> - <keyword name="HistoryMenuModel.parent" id="HistoryMenuModel.parent" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.parent" /> - <keyword name="HistoryMenuModel.rowCount" id="HistoryMenuModel.rowCount" ref="eric5.Helpviewer.History.HistoryMenu.html#HistoryMenuModel.rowCount" /> - <keyword name="HistoryModel (Module)" id="HistoryModel (Module)" ref="eric5.Helpviewer.History.HistoryModel.html" /> - <keyword name="HistoryModel" id="HistoryModel" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel" /> - <keyword name="HistoryModel (Constructor)" id="HistoryModel (Constructor)" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.__init__" /> - <keyword name="HistoryModel.columnCount" id="HistoryModel.columnCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.columnCount" /> - <keyword name="HistoryModel.data" id="HistoryModel.data" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.data" /> - <keyword name="HistoryModel.entryAdded" id="HistoryModel.entryAdded" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryAdded" /> - <keyword name="HistoryModel.entryUpdated" id="HistoryModel.entryUpdated" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.entryUpdated" /> - <keyword name="HistoryModel.headerData" id="HistoryModel.headerData" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.headerData" /> - <keyword name="HistoryModel.historyReset" id="HistoryModel.historyReset" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.historyReset" /> - <keyword name="HistoryModel.removeRows" id="HistoryModel.removeRows" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.removeRows" /> - <keyword name="HistoryModel.rowCount" id="HistoryModel.rowCount" ref="eric5.Helpviewer.History.HistoryModel.html#HistoryModel.rowCount" /> - <keyword name="HistoryTreeModel (Module)" id="HistoryTreeModel (Module)" ref="eric5.Helpviewer.History.HistoryTreeModel.html" /> - <keyword name="HistoryTreeModel" id="HistoryTreeModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel" /> - <keyword name="HistoryTreeModel (Constructor)" id="HistoryTreeModel (Constructor)" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__init__" /> - <keyword name="HistoryTreeModel.__sourceDateRow" id="HistoryTreeModel.__sourceDateRow" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceDateRow" /> - <keyword name="HistoryTreeModel.__sourceReset" id="HistoryTreeModel.__sourceReset" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceReset" /> - <keyword name="HistoryTreeModel.__sourceRowsInserted" id="HistoryTreeModel.__sourceRowsInserted" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsInserted" /> - <keyword name="HistoryTreeModel.__sourceRowsRemoved" id="HistoryTreeModel.__sourceRowsRemoved" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.__sourceRowsRemoved" /> - <keyword name="HistoryTreeModel.columnCount" id="HistoryTreeModel.columnCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.columnCount" /> - <keyword name="HistoryTreeModel.data" id="HistoryTreeModel.data" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.data" /> - <keyword name="HistoryTreeModel.flags" id="HistoryTreeModel.flags" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.flags" /> - <keyword name="HistoryTreeModel.hasChildren" id="HistoryTreeModel.hasChildren" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.hasChildren" /> - <keyword name="HistoryTreeModel.headerData" id="HistoryTreeModel.headerData" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.headerData" /> - <keyword name="HistoryTreeModel.index" id="HistoryTreeModel.index" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.index" /> - <keyword name="HistoryTreeModel.mapFromSource" id="HistoryTreeModel.mapFromSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapFromSource" /> - <keyword name="HistoryTreeModel.mapToSource" id="HistoryTreeModel.mapToSource" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.mapToSource" /> - <keyword name="HistoryTreeModel.parent" id="HistoryTreeModel.parent" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.parent" /> - <keyword name="HistoryTreeModel.removeRows" id="HistoryTreeModel.removeRows" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.removeRows" /> - <keyword name="HistoryTreeModel.rowCount" id="HistoryTreeModel.rowCount" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.rowCount" /> - <keyword name="HistoryTreeModel.setSourceModel" id="HistoryTreeModel.setSourceModel" ref="eric5.Helpviewer.History.HistoryTreeModel.html#HistoryTreeModel.setSourceModel" /> - <keyword name="CookieJar (Package)" id="CookieJar (Package)" ref="index-eric5.Helpviewer.CookieJar.html" /> - <keyword name="CookiesConfigurationDialog (Module)" id="CookiesConfigurationDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html" /> - <keyword name="CookiesConfigurationDialog" id="CookiesConfigurationDialog" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog" /> - <keyword name="CookiesConfigurationDialog (Constructor)" id="CookiesConfigurationDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.__init__" /> - <keyword name="CookiesConfigurationDialog.accept" id="CookiesConfigurationDialog.accept" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.accept" /> - <keyword name="CookiesConfigurationDialog.on_cookiesButton_clicked" id="CookiesConfigurationDialog.on_cookiesButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_cookiesButton_clicked" /> - <keyword name="CookiesConfigurationDialog.on_exceptionsButton_clicked" id="CookiesConfigurationDialog.on_exceptionsButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.on_exceptionsButton_clicked" /> - <keyword name="CookieJar (Module)" id="CookieJar (Module)" ref="eric5.Helpviewer.CookieJar.CookieJar.html" /> - <keyword name="CookieJar" id="CookieJar" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar" /> - <keyword name="CookieJar (Constructor)" id="CookieJar (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__init__" /> - <keyword name="CookieJar.__applyRules" id="CookieJar.__applyRules" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__applyRules" /> - <keyword name="CookieJar.__isOnDomainList" id="CookieJar.__isOnDomainList" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__isOnDomainList" /> - <keyword name="CookieJar.__purgeOldCookies" id="CookieJar.__purgeOldCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.__purgeOldCookies" /> - <keyword name="CookieJar.acceptPolicy" id="CookieJar.acceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.acceptPolicy" /> - <keyword name="CookieJar.allowForSessionCookies" id="CookieJar.allowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowForSessionCookies" /> - <keyword name="CookieJar.allowedCookies" id="CookieJar.allowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.allowedCookies" /> - <keyword name="CookieJar.blockedCookies" id="CookieJar.blockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.blockedCookies" /> - <keyword name="CookieJar.clear" id="CookieJar.clear" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.clear" /> - <keyword name="CookieJar.close" id="CookieJar.close" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.close" /> - <keyword name="CookieJar.cookies" id="CookieJar.cookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookies" /> - <keyword name="CookieJar.cookiesForUrl" id="CookieJar.cookiesForUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.cookiesForUrl" /> - <keyword name="CookieJar.filterTrackingCookies" id="CookieJar.filterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.filterTrackingCookies" /> - <keyword name="CookieJar.keepPolicy" id="CookieJar.keepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.keepPolicy" /> - <keyword name="CookieJar.load" id="CookieJar.load" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.load" /> - <keyword name="CookieJar.loadCookies" id="CookieJar.loadCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.loadCookies" /> - <keyword name="CookieJar.save" id="CookieJar.save" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.save" /> - <keyword name="CookieJar.saveCookies" id="CookieJar.saveCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.saveCookies" /> - <keyword name="CookieJar.setAcceptPolicy" id="CookieJar.setAcceptPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAcceptPolicy" /> - <keyword name="CookieJar.setAllowForSessionCookies" id="CookieJar.setAllowForSessionCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowForSessionCookies" /> - <keyword name="CookieJar.setAllowedCookies" id="CookieJar.setAllowedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setAllowedCookies" /> - <keyword name="CookieJar.setBlockedCookies" id="CookieJar.setBlockedCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setBlockedCookies" /> - <keyword name="CookieJar.setCookies" id="CookieJar.setCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookies" /> - <keyword name="CookieJar.setCookiesFromUrl" id="CookieJar.setCookiesFromUrl" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setCookiesFromUrl" /> - <keyword name="CookieJar.setFilterTrackingCookies" id="CookieJar.setFilterTrackingCookies" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setFilterTrackingCookies" /> - <keyword name="CookieJar.setKeepPolicy" id="CookieJar.setKeepPolicy" ref="eric5.Helpviewer.CookieJar.CookieJar.html#CookieJar.setKeepPolicy" /> - <keyword name="CookiesExceptionsDialog (Module)" id="CookiesExceptionsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html" /> - <keyword name="CookiesExceptionsDialog" id="CookiesExceptionsDialog" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog" /> - <keyword name="CookiesExceptionsDialog (Constructor)" id="CookiesExceptionsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.__init__" /> - <keyword name="CookiesExceptionsDialog.on_allowButton_clicked" id="CookiesExceptionsDialog.on_allowButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowButton_clicked" /> - <keyword name="CookiesExceptionsDialog.on_allowForSessionButton_clicked" id="CookiesExceptionsDialog.on_allowForSessionButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_allowForSessionButton_clicked" /> - <keyword name="CookiesExceptionsDialog.on_blockButton_clicked" id="CookiesExceptionsDialog.on_blockButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_blockButton_clicked" /> - <keyword name="CookiesExceptionsDialog.on_domainEdit_textChanged" id="CookiesExceptionsDialog.on_domainEdit_textChanged" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.on_domainEdit_textChanged" /> - <keyword name="CookiesExceptionsDialog.setDomainName" id="CookiesExceptionsDialog.setDomainName" ref="eric5.Helpviewer.CookieJar.CookiesExceptionsDialog.html#CookiesExceptionsDialog.setDomainName" /> - <keyword name="CookieDetailsDialog (Module)" id="CookieDetailsDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html" /> - <keyword name="CookieDetailsDialog" id="CookieDetailsDialog" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog" /> - <keyword name="CookieDetailsDialog (Constructor)" id="CookieDetailsDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.__init__" /> - <keyword name="CookieDetailsDialog.setData" id="CookieDetailsDialog.setData" ref="eric5.Helpviewer.CookieJar.CookieDetailsDialog.html#CookieDetailsDialog.setData" /> - <keyword name="CookiesDialog (Module)" id="CookiesDialog (Module)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html" /> - <keyword name="CookiesDialog" id="CookiesDialog" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog" /> - <keyword name="CookiesDialog (Constructor)" id="CookiesDialog (Constructor)" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__init__" /> - <keyword name="CookiesDialog.__showCookieDetails" id="CookiesDialog.__showCookieDetails" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__showCookieDetails" /> - <keyword name="CookiesDialog.__tableModelReset" id="CookiesDialog.__tableModelReset" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableModelReset" /> - <keyword name="CookiesDialog.__tableSelectionChanged" id="CookiesDialog.__tableSelectionChanged" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.__tableSelectionChanged" /> - <keyword name="CookiesDialog.on_addButton_clicked" id="CookiesDialog.on_addButton_clicked" ref="eric5.Helpviewer.CookieJar.CookiesDialog.html#CookiesDialog.on_addButton_clicked" /> - <keyword name="CookieModel (Module)" id="CookieModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieModel.html" /> - <keyword name="CookieModel" id="CookieModel" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel" /> - <keyword name="CookieModel (Constructor)" id="CookieModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__init__" /> - <keyword name="CookieModel.__cookiesChanged" id="CookieModel.__cookiesChanged" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.__cookiesChanged" /> - <keyword name="CookieModel.columnCount" id="CookieModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.columnCount" /> - <keyword name="CookieModel.data" id="CookieModel.data" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.data" /> - <keyword name="CookieModel.headerData" id="CookieModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.headerData" /> - <keyword name="CookieModel.removeRows" id="CookieModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.removeRows" /> - <keyword name="CookieModel.rowCount" id="CookieModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieModel.html#CookieModel.rowCount" /> - <keyword name="CookieExceptionsModel (Module)" id="CookieExceptionsModel (Module)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html" /> - <keyword name="CookieExceptionsModel" id="CookieExceptionsModel" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel" /> - <keyword name="CookieExceptionsModel (Constructor)" id="CookieExceptionsModel (Constructor)" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__init__" /> - <keyword name="CookieExceptionsModel.__addHost" id="CookieExceptionsModel.__addHost" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__addHost" /> - <keyword name="CookieExceptionsModel.addRule" id="CookieExceptionsModel.addRule" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.addRule" /> - <keyword name="CookieExceptionsModel.columnCount" id="CookieExceptionsModel.columnCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.columnCount" /> - <keyword name="CookieExceptionsModel.data" id="CookieExceptionsModel.data" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.data" /> - <keyword name="CookieExceptionsModel.headerData" id="CookieExceptionsModel.headerData" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.headerData" /> - <keyword name="CookieExceptionsModel.removeRows" id="CookieExceptionsModel.removeRows" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.removeRows" /> - <keyword name="CookieExceptionsModel.rowCount" id="CookieExceptionsModel.rowCount" ref="eric5.Helpviewer.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.rowCount" /> - <keyword name="AdBlock (Package)" id="AdBlock (Package)" ref="index-eric5.Helpviewer.AdBlock.html" /> - <keyword name="AdBlockModel (Module)" id="AdBlockModel (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html" /> - <keyword name="AdBlockModel" id="AdBlockModel" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel" /> - <keyword name="AdBlockModel (Constructor)" id="AdBlockModel (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__init__" /> - <keyword name="AdBlockModel.__rulesChanged" id="AdBlockModel.__rulesChanged" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.__rulesChanged" /> - <keyword name="AdBlockModel.columnCount" id="AdBlockModel.columnCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.columnCount" /> - <keyword name="AdBlockModel.data" id="AdBlockModel.data" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.data" /> - <keyword name="AdBlockModel.flags" id="AdBlockModel.flags" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.flags" /> - <keyword name="AdBlockModel.hasChildren" id="AdBlockModel.hasChildren" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.hasChildren" /> - <keyword name="AdBlockModel.headerData" id="AdBlockModel.headerData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.headerData" /> - <keyword name="AdBlockModel.index" id="AdBlockModel.index" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.index" /> - <keyword name="AdBlockModel.parent" id="AdBlockModel.parent" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.parent" /> - <keyword name="AdBlockModel.removeRows" id="AdBlockModel.removeRows" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.removeRows" /> - <keyword name="AdBlockModel.rowCount" id="AdBlockModel.rowCount" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rowCount" /> - <keyword name="AdBlockModel.rule" id="AdBlockModel.rule" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.rule" /> - <keyword name="AdBlockModel.setData" id="AdBlockModel.setData" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.setData" /> - <keyword name="AdBlockModel.subscription" id="AdBlockModel.subscription" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscription" /> - <keyword name="AdBlockModel.subscriptionIndex" id="AdBlockModel.subscriptionIndex" ref="eric5.Helpviewer.AdBlock.AdBlockModel.html#AdBlockModel.subscriptionIndex" /> - <keyword name="AdBlockNetwork (Module)" id="AdBlockNetwork (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html" /> - <keyword name="AdBlockNetwork" id="AdBlockNetwork" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork" /> - <keyword name="AdBlockNetwork.block" id="AdBlockNetwork.block" ref="eric5.Helpviewer.AdBlock.AdBlockNetwork.html#AdBlockNetwork.block" /> - <keyword name="AdBlockManager (Module)" id="AdBlockManager (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html" /> - <keyword name="AdBlockManager" id="AdBlockManager" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager" /> - <keyword name="AdBlockManager (Constructor)" id="AdBlockManager (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__init__" /> - <keyword name="AdBlockManager.__customSubscriptionLocation" id="AdBlockManager.__customSubscriptionLocation" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionLocation" /> - <keyword name="AdBlockManager.__customSubscriptionUrl" id="AdBlockManager.__customSubscriptionUrl" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__customSubscriptionUrl" /> - <keyword name="AdBlockManager.__loadSubscriptions" id="AdBlockManager.__loadSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.__loadSubscriptions" /> - <keyword name="AdBlockManager.addSubscription" id="AdBlockManager.addSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.addSubscription" /> - <keyword name="AdBlockManager.close" id="AdBlockManager.close" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.close" /> - <keyword name="AdBlockManager.customRules" id="AdBlockManager.customRules" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.customRules" /> - <keyword name="AdBlockManager.isEnabled" id="AdBlockManager.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.isEnabled" /> - <keyword name="AdBlockManager.load" id="AdBlockManager.load" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.load" /> - <keyword name="AdBlockManager.network" id="AdBlockManager.network" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.network" /> - <keyword name="AdBlockManager.page" id="AdBlockManager.page" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.page" /> - <keyword name="AdBlockManager.removeSubscription" id="AdBlockManager.removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.removeSubscription" /> - <keyword name="AdBlockManager.save" id="AdBlockManager.save" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.save" /> - <keyword name="AdBlockManager.setEnabled" id="AdBlockManager.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.setEnabled" /> - <keyword name="AdBlockManager.showDialog" id="AdBlockManager.showDialog" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.showDialog" /> - <keyword name="AdBlockManager.subscriptions" id="AdBlockManager.subscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockManager.html#AdBlockManager.subscriptions" /> - <keyword name="AdBlockBlockedNetworkReply (Module)" id="AdBlockBlockedNetworkReply (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html" /> - <keyword name="AdBlockBlockedNetworkReply" id="AdBlockBlockedNetworkReply" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply" /> - <keyword name="AdBlockBlockedNetworkReply (Constructor)" id="AdBlockBlockedNetworkReply (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__init__" /> - <keyword name="AdBlockBlockedNetworkReply.__fireSignals" id="AdBlockBlockedNetworkReply.__fireSignals" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.__fireSignals" /> - <keyword name="AdBlockBlockedNetworkReply.abort" id="AdBlockBlockedNetworkReply.abort" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.abort" /> - <keyword name="AdBlockBlockedNetworkReply.readData" id="AdBlockBlockedNetworkReply.readData" ref="eric5.Helpviewer.AdBlock.AdBlockBlockedNetworkReply.html#AdBlockBlockedNetworkReply.readData" /> - <keyword name="AdBlockDialog (Module)" id="AdBlockDialog (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html" /> - <keyword name="AdBlockDialog" id="AdBlockDialog" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog" /> - <keyword name="AdBlockDialog (Constructor)" id="AdBlockDialog (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__init__" /> - <keyword name="AdBlockDialog.__aboutToShowActionMenu" id="AdBlockDialog.__aboutToShowActionMenu" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__aboutToShowActionMenu" /> - <keyword name="AdBlockDialog.__browseSubscriptions" id="AdBlockDialog.__browseSubscriptions" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__browseSubscriptions" /> - <keyword name="AdBlockDialog.__learnAboutWritingFilters" id="AdBlockDialog.__learnAboutWritingFilters" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__learnAboutWritingFilters" /> - <keyword name="AdBlockDialog.__removeSubscription" id="AdBlockDialog.__removeSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__removeSubscription" /> - <keyword name="AdBlockDialog.__updateSubscription" id="AdBlockDialog.__updateSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.__updateSubscription" /> - <keyword name="AdBlockDialog.addCustomRule" id="AdBlockDialog.addCustomRule" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.addCustomRule" /> - <keyword name="AdBlockDialog.model" id="AdBlockDialog.model" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.model" /> - <keyword name="AdBlockDialog.setCurrentIndex" id="AdBlockDialog.setCurrentIndex" ref="eric5.Helpviewer.AdBlock.AdBlockDialog.html#AdBlockDialog.setCurrentIndex" /> - <keyword name="AdBlockRule (Module)" id="AdBlockRule (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html" /> - <keyword name="AdBlockRule" id="AdBlockRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule" /> - <keyword name="AdBlockRule (Constructor)" id="AdBlockRule (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__init__" /> - <keyword name="AdBlockRule.__convertPatternToRegExp" id="AdBlockRule.__convertPatternToRegExp" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.__convertPatternToRegExp" /> - <keyword name="AdBlockRule.filter" id="AdBlockRule.filter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.filter" /> - <keyword name="AdBlockRule.isCSSRule" id="AdBlockRule.isCSSRule" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isCSSRule" /> - <keyword name="AdBlockRule.isEnabled" id="AdBlockRule.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isEnabled" /> - <keyword name="AdBlockRule.isException" id="AdBlockRule.isException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.isException" /> - <keyword name="AdBlockRule.networkMatch" id="AdBlockRule.networkMatch" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.networkMatch" /> - <keyword name="AdBlockRule.regExpPattern" id="AdBlockRule.regExpPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.regExpPattern" /> - <keyword name="AdBlockRule.setEnabled" id="AdBlockRule.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setEnabled" /> - <keyword name="AdBlockRule.setException" id="AdBlockRule.setException" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setException" /> - <keyword name="AdBlockRule.setFilter" id="AdBlockRule.setFilter" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setFilter" /> - <keyword name="AdBlockRule.setPattern" id="AdBlockRule.setPattern" ref="eric5.Helpviewer.AdBlock.AdBlockRule.html#AdBlockRule.setPattern" /> - <keyword name="AdBlockSubscription (Module)" id="AdBlockSubscription (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html" /> - <keyword name="AdBlockSubscription" id="AdBlockSubscription" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription" /> - <keyword name="AdBlockSubscription (Constructor)" id="AdBlockSubscription (Constructor)" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__init__" /> - <keyword name="AdBlockSubscription.__loadRules" id="AdBlockSubscription.__loadRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__loadRules" /> - <keyword name="AdBlockSubscription.__parseUrl" id="AdBlockSubscription.__parseUrl" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__parseUrl" /> - <keyword name="AdBlockSubscription.__populateCache" id="AdBlockSubscription.__populateCache" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__populateCache" /> - <keyword name="AdBlockSubscription.__rulesDownloaded" id="AdBlockSubscription.__rulesDownloaded" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.__rulesDownloaded" /> - <keyword name="AdBlockSubscription.addRule" id="AdBlockSubscription.addRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.addRule" /> - <keyword name="AdBlockSubscription.allRules" id="AdBlockSubscription.allRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allRules" /> - <keyword name="AdBlockSubscription.allow" id="AdBlockSubscription.allow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.allow" /> - <keyword name="AdBlockSubscription.block" id="AdBlockSubscription.block" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.block" /> - <keyword name="AdBlockSubscription.isEnabled" id="AdBlockSubscription.isEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.isEnabled" /> - <keyword name="AdBlockSubscription.lastUpdate" id="AdBlockSubscription.lastUpdate" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.lastUpdate" /> - <keyword name="AdBlockSubscription.location" id="AdBlockSubscription.location" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.location" /> - <keyword name="AdBlockSubscription.pageRules" id="AdBlockSubscription.pageRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.pageRules" /> - <keyword name="AdBlockSubscription.removeRule" id="AdBlockSubscription.removeRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.removeRule" /> - <keyword name="AdBlockSubscription.replaceRule" id="AdBlockSubscription.replaceRule" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.replaceRule" /> - <keyword name="AdBlockSubscription.rulesFileName" id="AdBlockSubscription.rulesFileName" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.rulesFileName" /> - <keyword name="AdBlockSubscription.saveRules" id="AdBlockSubscription.saveRules" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.saveRules" /> - <keyword name="AdBlockSubscription.setEnabled" id="AdBlockSubscription.setEnabled" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setEnabled" /> - <keyword name="AdBlockSubscription.setLocation" id="AdBlockSubscription.setLocation" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setLocation" /> - <keyword name="AdBlockSubscription.setTitle" id="AdBlockSubscription.setTitle" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.setTitle" /> - <keyword name="AdBlockSubscription.title" id="AdBlockSubscription.title" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.title" /> - <keyword name="AdBlockSubscription.updateNow" id="AdBlockSubscription.updateNow" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.updateNow" /> - <keyword name="AdBlockSubscription.url" id="AdBlockSubscription.url" ref="eric5.Helpviewer.AdBlock.AdBlockSubscription.html#AdBlockSubscription.url" /> - <keyword name="AdBlockPage (Module)" id="AdBlockPage (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html" /> - <keyword name="AdBlockPage" id="AdBlockPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage" /> - <keyword name="AdBlockPage.__checkRule" id="AdBlockPage.__checkRule" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.__checkRule" /> - <keyword name="AdBlockPage.applyRulesToPage" id="AdBlockPage.applyRulesToPage" ref="eric5.Helpviewer.AdBlock.AdBlockPage.html#AdBlockPage.applyRulesToPage" /> - <keyword name="AdBlockAccessHandler (Module)" id="AdBlockAccessHandler (Module)" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html" /> - <keyword name="AdBlockAccessHandler" id="AdBlockAccessHandler" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler" /> - <keyword name="AdBlockAccessHandler.createRequest" id="AdBlockAccessHandler.createRequest" ref="eric5.Helpviewer.AdBlock.AdBlockAccessHandler.html#AdBlockAccessHandler.createRequest" /> - <keyword name="UrlBar (Package)" id="UrlBar (Package)" ref="index-eric5.Helpviewer.UrlBar.html" /> - <keyword name="SslLabel (Module)" id="SslLabel (Module)" ref="eric5.Helpviewer.UrlBar.SslLabel.html" /> - <keyword name="SslLabel" id="SslLabel" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel" /> - <keyword name="SslLabel (Constructor)" id="SslLabel (Constructor)" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.__init__" /> - <keyword name="SslLabel.mouseDoubleClickEvent" id="SslLabel.mouseDoubleClickEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseDoubleClickEvent" /> - <keyword name="SslLabel.mouseReleaseEvent" id="SslLabel.mouseReleaseEvent" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.mouseReleaseEvent" /> - <keyword name="SslLabel.setValidity" id="SslLabel.setValidity" ref="eric5.Helpviewer.UrlBar.SslLabel.html#SslLabel.setValidity" /> - <keyword name="UrlBar (Module)" id="UrlBar (Module)" ref="eric5.Helpviewer.UrlBar.UrlBar.html" /> - <keyword name="UrlBar" id="UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar" /> - <keyword name="UrlBar (Constructor)" id="UrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__init__" /> - <keyword name="UrlBar.__bookmarkChanged" id="UrlBar.__bookmarkChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__bookmarkChanged" /> - <keyword name="UrlBar.__browserUrlChanged" id="UrlBar.__browserUrlChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__browserUrlChanged" /> - <keyword name="UrlBar.__loadFinished" id="UrlBar.__loadFinished" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__loadFinished" /> - <keyword name="UrlBar.__loadStarted" id="UrlBar.__loadStarted" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__loadStarted" /> - <keyword name="UrlBar.__privacyClicked" id="UrlBar.__privacyClicked" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__privacyClicked" /> - <keyword name="UrlBar.__showBookmarkInfo" id="UrlBar.__showBookmarkInfo" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__showBookmarkInfo" /> - <keyword name="UrlBar.__textChanged" id="UrlBar.__textChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__textChanged" /> - <keyword name="UrlBar.browser" id="UrlBar.browser" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.browser" /> - <keyword name="UrlBar.dragEnterEvent" id="UrlBar.dragEnterEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.dragEnterEvent" /> - <keyword name="UrlBar.dropEvent" id="UrlBar.dropEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.dropEvent" /> - <keyword name="UrlBar.focusOutEvent" id="UrlBar.focusOutEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.focusOutEvent" /> - <keyword name="UrlBar.keyPressEvent" id="UrlBar.keyPressEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.keyPressEvent" /> - <keyword name="UrlBar.mouseDoubleClickEvent" id="UrlBar.mouseDoubleClickEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.mouseDoubleClickEvent" /> - <keyword name="UrlBar.mousePressEvent" id="UrlBar.mousePressEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.mousePressEvent" /> - <keyword name="UrlBar.paintEvent" id="UrlBar.paintEvent" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.paintEvent" /> - <keyword name="UrlBar.preferencesChanged" id="UrlBar.preferencesChanged" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.preferencesChanged" /> - <keyword name="UrlBar.setBrowser" id="UrlBar.setBrowser" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.setBrowser" /> - <keyword name="UrlBar.setPrivateMode" id="UrlBar.setPrivateMode" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.setPrivateMode" /> - <keyword name="StackedUrlBar (Module)" id="StackedUrlBar (Module)" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html" /> - <keyword name="StackedUrlBar" id="StackedUrlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar" /> - <keyword name="StackedUrlBar (Constructor)" id="StackedUrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.__init__" /> - <keyword name="StackedUrlBar.currentUrlBar" id="StackedUrlBar.currentUrlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.currentUrlBar" /> - <keyword name="StackedUrlBar.moveBar" id="StackedUrlBar.moveBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.moveBar" /> - <keyword name="StackedUrlBar.urlBar" id="StackedUrlBar.urlBar" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.urlBar" /> - <keyword name="StackedUrlBar.urlBars" id="StackedUrlBar.urlBars" ref="eric5.Helpviewer.UrlBar.StackedUrlBar.html#StackedUrlBar.urlBars" /> - <keyword name="FavIconLabel (Module)" id="FavIconLabel (Module)" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html" /> - <keyword name="FavIconLabel" id="FavIconLabel" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel" /> - <keyword name="FavIconLabel (Constructor)" id="FavIconLabel (Constructor)" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.__init__" /> - <keyword name="FavIconLabel.__browserIconChanged" id="FavIconLabel.__browserIconChanged" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.__browserIconChanged" /> - <keyword name="FavIconLabel.mouseMoveEvent" id="FavIconLabel.mouseMoveEvent" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mouseMoveEvent" /> - <keyword name="FavIconLabel.mousePressEvent" id="FavIconLabel.mousePressEvent" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.mousePressEvent" /> - <keyword name="FavIconLabel.setBrowser" id="FavIconLabel.setBrowser" ref="eric5.Helpviewer.UrlBar.FavIconLabel.html#FavIconLabel.setBrowser" /> - <keyword name="BookmarkInfoDialog (Module)" id="BookmarkInfoDialog (Module)" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html" /> - <keyword name="BookmarkInfoDialog" id="BookmarkInfoDialog" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog" /> - <keyword name="BookmarkInfoDialog (Constructor)" id="BookmarkInfoDialog (Constructor)" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.__init__" /> - <keyword name="BookmarkInfoDialog.accept" id="BookmarkInfoDialog.accept" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.accept" /> - <keyword name="BookmarkInfoDialog.on_removeButton_clicked" id="BookmarkInfoDialog.on_removeButton_clicked" ref="eric5.Helpviewer.UrlBar.BookmarkInfoDialog.html#BookmarkInfoDialog.on_removeButton_clicked" /> - <keyword name="Download (Package)" id="Download (Package)" ref="index-eric5.Helpviewer.Download.html" /> - <keyword name="DownloadAskActionDialog (Module)" id="DownloadAskActionDialog (Module)" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html" /> - <keyword name="DownloadAskActionDialog" id="DownloadAskActionDialog" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog" /> - <keyword name="DownloadAskActionDialog (Constructor)" id="DownloadAskActionDialog (Constructor)" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog.__init__" /> - <keyword name="DownloadAskActionDialog.getAction" id="DownloadAskActionDialog.getAction" ref="eric5.Helpviewer.Download.DownloadAskActionDialog.html#DownloadAskActionDialog.getAction" /> - <keyword name="DownloadManager (Module)" id="DownloadManager (Module)" ref="eric5.Helpviewer.Download.DownloadManager.html" /> - <keyword name="DownloadManager" id="DownloadManager" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager" /> - <keyword name="DownloadManager (Constructor)" id="DownloadManager (Constructor)" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__init__" /> - <keyword name="DownloadManager.__addItem" id="DownloadManager.__addItem" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__addItem" /> - <keyword name="DownloadManager.__contextMenuCancel" id="DownloadManager.__contextMenuCancel" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuCancel" /> - <keyword name="DownloadManager.__contextMenuCopyLink" id="DownloadManager.__contextMenuCopyLink" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuCopyLink" /> - <keyword name="DownloadManager.__contextMenuGotoPage" id="DownloadManager.__contextMenuGotoPage" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuGotoPage" /> - <keyword name="DownloadManager.__contextMenuOpen" id="DownloadManager.__contextMenuOpen" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuOpen" /> - <keyword name="DownloadManager.__contextMenuOpenFolder" id="DownloadManager.__contextMenuOpenFolder" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuOpenFolder" /> - <keyword name="DownloadManager.__contextMenuRemoveSelected" id="DownloadManager.__contextMenuRemoveSelected" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuRemoveSelected" /> - <keyword name="DownloadManager.__contextMenuRetry" id="DownloadManager.__contextMenuRetry" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuRetry" /> - <keyword name="DownloadManager.__contextMenuSelectAll" id="DownloadManager.__contextMenuSelectAll" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__contextMenuSelectAll" /> - <keyword name="DownloadManager.__currentItem" id="DownloadManager.__currentItem" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__currentItem" /> - <keyword name="DownloadManager.__customContextMenuRequested" id="DownloadManager.__customContextMenuRequested" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__customContextMenuRequested" /> - <keyword name="DownloadManager.__finished" id="DownloadManager.__finished" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__finished" /> - <keyword name="DownloadManager.__load" id="DownloadManager.__load" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__load" /> - <keyword name="DownloadManager.__updateActiveItemCount" id="DownloadManager.__updateActiveItemCount" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateActiveItemCount" /> - <keyword name="DownloadManager.__updateItemCount" id="DownloadManager.__updateItemCount" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateItemCount" /> - <keyword name="DownloadManager.__updateRow" id="DownloadManager.__updateRow" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.__updateRow" /> - <keyword name="DownloadManager.activeDownloads" id="DownloadManager.activeDownloads" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.activeDownloads" /> - <keyword name="DownloadManager.allowQuit" id="DownloadManager.allowQuit" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.allowQuit" /> - <keyword name="DownloadManager.changeOccurred" id="DownloadManager.changeOccurred" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.changeOccurred" /> - <keyword name="DownloadManager.cleanup" id="DownloadManager.cleanup" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.cleanup" /> - <keyword name="DownloadManager.count" id="DownloadManager.count" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.count" /> - <keyword name="DownloadManager.download" id="DownloadManager.download" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.download" /> - <keyword name="DownloadManager.downloadDirectory" id="DownloadManager.downloadDirectory" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.downloadDirectory" /> - <keyword name="DownloadManager.downloads" id="DownloadManager.downloads" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.downloads" /> - <keyword name="DownloadManager.handleUnsupportedContent" id="DownloadManager.handleUnsupportedContent" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.handleUnsupportedContent" /> - <keyword name="DownloadManager.on_cleanupButton_clicked" id="DownloadManager.on_cleanupButton_clicked" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.on_cleanupButton_clicked" /> - <keyword name="DownloadManager.removePolicy" id="DownloadManager.removePolicy" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.removePolicy" /> - <keyword name="DownloadManager.save" id="DownloadManager.save" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.save" /> - <keyword name="DownloadManager.setDownloadDirectory" id="DownloadManager.setDownloadDirectory" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.setDownloadDirectory" /> - <keyword name="DownloadManager.setRemovePolicy" id="DownloadManager.setRemovePolicy" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.setRemovePolicy" /> - <keyword name="DownloadManager.shutdown" id="DownloadManager.shutdown" ref="eric5.Helpviewer.Download.DownloadManager.html#DownloadManager.shutdown" /> - <keyword name="DownloadUtilities (Module)" id="DownloadUtilities (Module)" ref="eric5.Helpviewer.Download.DownloadUtilities.html" /> - <keyword name="dataString" id="dataString" ref="eric5.Helpviewer.Download.DownloadUtilities.html#dataString" /> - <keyword name="timeString" id="timeString" ref="eric5.Helpviewer.Download.DownloadUtilities.html#timeString" /> - <keyword name="DownloadItem (Module)" id="DownloadItem (Module)" ref="eric5.Helpviewer.Download.DownloadItem.html" /> - <keyword name="DownloadItem" id="DownloadItem" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem" /> - <keyword name="DownloadItem (Constructor)" id="DownloadItem (Constructor)" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__init__" /> - <keyword name="DownloadItem.__downloadProgress" id="DownloadItem.__downloadProgress" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__downloadProgress" /> - <keyword name="DownloadItem.__finished" id="DownloadItem.__finished" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__finished" /> - <keyword name="DownloadItem.__getFileName" id="DownloadItem.__getFileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__getFileName" /> - <keyword name="DownloadItem.__initialize" id="DownloadItem.__initialize" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__initialize" /> - <keyword name="DownloadItem.__metaDataChanged" id="DownloadItem.__metaDataChanged" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__metaDataChanged" /> - <keyword name="DownloadItem.__networkError" id="DownloadItem.__networkError" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__networkError" /> - <keyword name="DownloadItem.__open" id="DownloadItem.__open" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__open" /> - <keyword name="DownloadItem.__readyRead" id="DownloadItem.__readyRead" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__readyRead" /> - <keyword name="DownloadItem.__saveFileName" id="DownloadItem.__saveFileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__saveFileName" /> - <keyword name="DownloadItem.__updateInfoLabel" id="DownloadItem.__updateInfoLabel" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.__updateInfoLabel" /> - <keyword name="DownloadItem.absoluteFilePath" id="DownloadItem.absoluteFilePath" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.absoluteFilePath" /> - <keyword name="DownloadItem.bytesReceived" id="DownloadItem.bytesReceived" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.bytesReceived" /> - <keyword name="DownloadItem.bytesTotal" id="DownloadItem.bytesTotal" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.bytesTotal" /> - <keyword name="DownloadItem.cancelDownload" id="DownloadItem.cancelDownload" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.cancelDownload" /> - <keyword name="DownloadItem.canceledFileSelect" id="DownloadItem.canceledFileSelect" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.canceledFileSelect" /> - <keyword name="DownloadItem.currentSpeed" id="DownloadItem.currentSpeed" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.currentSpeed" /> - <keyword name="DownloadItem.downloadCanceled" id="DownloadItem.downloadCanceled" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloadCanceled" /> - <keyword name="DownloadItem.downloadedSuccessfully" id="DownloadItem.downloadedSuccessfully" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloadedSuccessfully" /> - <keyword name="DownloadItem.downloading" id="DownloadItem.downloading" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.downloading" /> - <keyword name="DownloadItem.fileName" id="DownloadItem.fileName" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.fileName" /> - <keyword name="DownloadItem.getData" id="DownloadItem.getData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getData" /> - <keyword name="DownloadItem.getInfoData" id="DownloadItem.getInfoData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getInfoData" /> - <keyword name="DownloadItem.getPageUrl" id="DownloadItem.getPageUrl" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.getPageUrl" /> - <keyword name="DownloadItem.on_openButton_clicked" id="DownloadItem.on_openButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_openButton_clicked" /> - <keyword name="DownloadItem.on_pauseButton_clicked" id="DownloadItem.on_pauseButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_pauseButton_clicked" /> - <keyword name="DownloadItem.on_stopButton_clicked" id="DownloadItem.on_stopButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_stopButton_clicked" /> - <keyword name="DownloadItem.on_tryAgainButton_clicked" id="DownloadItem.on_tryAgainButton_clicked" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.on_tryAgainButton_clicked" /> - <keyword name="DownloadItem.openFile" id="DownloadItem.openFile" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.openFile" /> - <keyword name="DownloadItem.openFolder" id="DownloadItem.openFolder" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.openFolder" /> - <keyword name="DownloadItem.remainingTime" id="DownloadItem.remainingTime" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.remainingTime" /> - <keyword name="DownloadItem.retry" id="DownloadItem.retry" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.retry" /> - <keyword name="DownloadItem.setData" id="DownloadItem.setData" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.setData" /> - <keyword name="DownloadItem.setIcon" id="DownloadItem.setIcon" ref="eric5.Helpviewer.Download.DownloadItem.html#DownloadItem.setIcon" /> - <keyword name="DownloadModel (Module)" id="DownloadModel (Module)" ref="eric5.Helpviewer.Download.DownloadModel.html" /> - <keyword name="DownloadModel" id="DownloadModel" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel" /> - <keyword name="DownloadModel (Constructor)" id="DownloadModel (Constructor)" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.__init__" /> - <keyword name="DownloadModel.data" id="DownloadModel.data" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.data" /> - <keyword name="DownloadModel.flags" id="DownloadModel.flags" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.flags" /> - <keyword name="DownloadModel.mimeData" id="DownloadModel.mimeData" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.mimeData" /> - <keyword name="DownloadModel.removeRows" id="DownloadModel.removeRows" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.removeRows" /> - <keyword name="DownloadModel.rowCount" id="DownloadModel.rowCount" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.rowCount" /> - <keyword name="OpenSearch (Package)" id="OpenSearch (Package)" ref="index-eric5.Helpviewer.OpenSearch.html" /> - <keyword name="OpenSearchReader (Module)" id="OpenSearchReader (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html" /> - <keyword name="OpenSearchReader" id="OpenSearchReader" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader" /> - <keyword name="OpenSearchReader.__read" id="OpenSearchReader.__read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.__read" /> - <keyword name="OpenSearchReader.read" id="OpenSearchReader.read" ref="eric5.Helpviewer.OpenSearch.OpenSearchReader.html#OpenSearchReader.read" /> - <keyword name="OpenSearchEngineAction (Module)" id="OpenSearchEngineAction (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html" /> - <keyword name="OpenSearchEngineAction" id="OpenSearchEngineAction" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction" /> - <keyword name="OpenSearchEngineAction (Constructor)" id="OpenSearchEngineAction (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__init__" /> - <keyword name="OpenSearchEngineAction.__imageChanged" id="OpenSearchEngineAction.__imageChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineAction.html#OpenSearchEngineAction.__imageChanged" /> - <keyword name="OpenSearchWriter (Module)" id="OpenSearchWriter (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html" /> - <keyword name="OpenSearchWriter" id="OpenSearchWriter" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter" /> - <keyword name="OpenSearchWriter (Constructor)" id="OpenSearchWriter (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__init__" /> - <keyword name="OpenSearchWriter.__write" id="OpenSearchWriter.__write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.__write" /> - <keyword name="OpenSearchWriter.write" id="OpenSearchWriter.write" ref="eric5.Helpviewer.OpenSearch.OpenSearchWriter.html#OpenSearchWriter.write" /> - <keyword name="OpenSearchDefaultEngines (Module)" id="OpenSearchDefaultEngines (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDefaultEngines.html" /> - <keyword name="OpenSearchEngineModel (Module)" id="OpenSearchEngineModel (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html" /> - <keyword name="OpenSearchEngineModel" id="OpenSearchEngineModel" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel" /> - <keyword name="OpenSearchEngineModel (Constructor)" id="OpenSearchEngineModel (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__init__" /> - <keyword name="OpenSearchEngineModel.__enginesChanged" id="OpenSearchEngineModel.__enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.__enginesChanged" /> - <keyword name="OpenSearchEngineModel.columnCount" id="OpenSearchEngineModel.columnCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.columnCount" /> - <keyword name="OpenSearchEngineModel.data" id="OpenSearchEngineModel.data" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.data" /> - <keyword name="OpenSearchEngineModel.flags" id="OpenSearchEngineModel.flags" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.flags" /> - <keyword name="OpenSearchEngineModel.headerData" id="OpenSearchEngineModel.headerData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.headerData" /> - <keyword name="OpenSearchEngineModel.removeRows" id="OpenSearchEngineModel.removeRows" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.removeRows" /> - <keyword name="OpenSearchEngineModel.rowCount" id="OpenSearchEngineModel.rowCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.rowCount" /> - <keyword name="OpenSearchEngineModel.setData" id="OpenSearchEngineModel.setData" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngineModel.html#OpenSearchEngineModel.setData" /> - <keyword name="OpenSearchEditDialog (Module)" id="OpenSearchEditDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html" /> - <keyword name="OpenSearchEditDialog" id="OpenSearchEditDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog" /> - <keyword name="OpenSearchEditDialog (Constructor)" id="OpenSearchEditDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.__init__" /> - <keyword name="OpenSearchEditDialog.accept" id="OpenSearchEditDialog.accept" ref="eric5.Helpviewer.OpenSearch.OpenSearchEditDialog.html#OpenSearchEditDialog.accept" /> - <keyword name="OpenSearchManager (Module)" id="OpenSearchManager (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html" /> - <keyword name="OpenSearchManager" id="OpenSearchManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager" /> - <keyword name="OpenSearchManager (Constructor)" id="OpenSearchManager (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__init__" /> - <keyword name="OpenSearchManager.__addEngineByEngine" id="OpenSearchManager.__addEngineByEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByEngine" /> - <keyword name="OpenSearchManager.__addEngineByFile" id="OpenSearchManager.__addEngineByFile" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByFile" /> - <keyword name="OpenSearchManager.__addEngineByUrl" id="OpenSearchManager.__addEngineByUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__addEngineByUrl" /> - <keyword name="OpenSearchManager.__confirmAddition" id="OpenSearchManager.__confirmAddition" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__confirmAddition" /> - <keyword name="OpenSearchManager.__engineFromUrlAvailable" id="OpenSearchManager.__engineFromUrlAvailable" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.__engineFromUrlAvailable" /> - <keyword name="OpenSearchManager.addEngine" id="OpenSearchManager.addEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.addEngine" /> - <keyword name="OpenSearchManager.allEnginesNames" id="OpenSearchManager.allEnginesNames" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.allEnginesNames" /> - <keyword name="OpenSearchManager.close" id="OpenSearchManager.close" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.close" /> - <keyword name="OpenSearchManager.convertKeywordSearchToUrl" id="OpenSearchManager.convertKeywordSearchToUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.convertKeywordSearchToUrl" /> - <keyword name="OpenSearchManager.currentEngine" id="OpenSearchManager.currentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngine" /> - <keyword name="OpenSearchManager.currentEngineName" id="OpenSearchManager.currentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.currentEngineName" /> - <keyword name="OpenSearchManager.engine" id="OpenSearchManager.engine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engine" /> - <keyword name="OpenSearchManager.engineExists" id="OpenSearchManager.engineExists" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineExists" /> - <keyword name="OpenSearchManager.engineForKeyword" id="OpenSearchManager.engineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.engineForKeyword" /> - <keyword name="OpenSearchManager.enginesChanged" id="OpenSearchManager.enginesChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesChanged" /> - <keyword name="OpenSearchManager.enginesCount" id="OpenSearchManager.enginesCount" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesCount" /> - <keyword name="OpenSearchManager.enginesDirectory" id="OpenSearchManager.enginesDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.enginesDirectory" /> - <keyword name="OpenSearchManager.generateEngineFileName" id="OpenSearchManager.generateEngineFileName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.generateEngineFileName" /> - <keyword name="OpenSearchManager.keywordsForEngine" id="OpenSearchManager.keywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.keywordsForEngine" /> - <keyword name="OpenSearchManager.load" id="OpenSearchManager.load" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.load" /> - <keyword name="OpenSearchManager.loadDirectory" id="OpenSearchManager.loadDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.loadDirectory" /> - <keyword name="OpenSearchManager.removeEngine" id="OpenSearchManager.removeEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.removeEngine" /> - <keyword name="OpenSearchManager.restoreDefaults" id="OpenSearchManager.restoreDefaults" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.restoreDefaults" /> - <keyword name="OpenSearchManager.save" id="OpenSearchManager.save" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.save" /> - <keyword name="OpenSearchManager.saveDirectory" id="OpenSearchManager.saveDirectory" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.saveDirectory" /> - <keyword name="OpenSearchManager.setCurrentEngine" id="OpenSearchManager.setCurrentEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngine" /> - <keyword name="OpenSearchManager.setCurrentEngineName" id="OpenSearchManager.setCurrentEngineName" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setCurrentEngineName" /> - <keyword name="OpenSearchManager.setEngineForKeyword" id="OpenSearchManager.setEngineForKeyword" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setEngineForKeyword" /> - <keyword name="OpenSearchManager.setKeywordsForEngine" id="OpenSearchManager.setKeywordsForEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchManager.html#OpenSearchManager.setKeywordsForEngine" /> - <keyword name="OpenSearchDialog (Module)" id="OpenSearchDialog (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html" /> - <keyword name="OpenSearchDialog" id="OpenSearchDialog" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog" /> - <keyword name="OpenSearchDialog (Constructor)" id="OpenSearchDialog (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__init__" /> - <keyword name="OpenSearchDialog.__selectionChanged" id="OpenSearchDialog.__selectionChanged" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.__selectionChanged" /> - <keyword name="OpenSearchDialog.on_addButton_clicked" id="OpenSearchDialog.on_addButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_addButton_clicked" /> - <keyword name="OpenSearchDialog.on_deleteButton_clicked" id="OpenSearchDialog.on_deleteButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_deleteButton_clicked" /> - <keyword name="OpenSearchDialog.on_editButton_clicked" id="OpenSearchDialog.on_editButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_editButton_clicked" /> - <keyword name="OpenSearchDialog.on_restoreButton_clicked" id="OpenSearchDialog.on_restoreButton_clicked" ref="eric5.Helpviewer.OpenSearch.OpenSearchDialog.html#OpenSearchDialog.on_restoreButton_clicked" /> - <keyword name="OpenSearchEngine (Module)" id="OpenSearchEngine (Module)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html" /> - <keyword name="OpenSearchEngine" id="OpenSearchEngine" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine" /> - <keyword name="OpenSearchEngine.parseTemplate" id="OpenSearchEngine.parseTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.parseTemplate" /> - <keyword name="OpenSearchEngine (Constructor)" id="OpenSearchEngine (Constructor)" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__init__" /> - <keyword name="OpenSearchEngine.__eq__" id="OpenSearchEngine.__eq__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__eq__" /> - <keyword name="OpenSearchEngine.__imageObtained" id="OpenSearchEngine.__imageObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__imageObtained" /> - <keyword name="OpenSearchEngine.__lt__" id="OpenSearchEngine.__lt__" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__lt__" /> - <keyword name="OpenSearchEngine.__suggestionsObtained" id="OpenSearchEngine.__suggestionsObtained" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.__suggestionsObtained" /> - <keyword name="OpenSearchEngine.description" id="OpenSearchEngine.description" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.description" /> - <keyword name="OpenSearchEngine.image" id="OpenSearchEngine.image" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.image" /> - <keyword name="OpenSearchEngine.imageUrl" id="OpenSearchEngine.imageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.imageUrl" /> - <keyword name="OpenSearchEngine.isValid" id="OpenSearchEngine.isValid" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.isValid" /> - <keyword name="OpenSearchEngine.loadImage" id="OpenSearchEngine.loadImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.loadImage" /> - <keyword name="OpenSearchEngine.name" id="OpenSearchEngine.name" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.name" /> - <keyword name="OpenSearchEngine.networkAccessManager" id="OpenSearchEngine.networkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.networkAccessManager" /> - <keyword name="OpenSearchEngine.providesSuggestions" id="OpenSearchEngine.providesSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.providesSuggestions" /> - <keyword name="OpenSearchEngine.requestSuggestions" id="OpenSearchEngine.requestSuggestions" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.requestSuggestions" /> - <keyword name="OpenSearchEngine.searchMethod" id="OpenSearchEngine.searchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchMethod" /> - <keyword name="OpenSearchEngine.searchParameters" id="OpenSearchEngine.searchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchParameters" /> - <keyword name="OpenSearchEngine.searchUrl" id="OpenSearchEngine.searchUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrl" /> - <keyword name="OpenSearchEngine.searchUrlTemplate" id="OpenSearchEngine.searchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.searchUrlTemplate" /> - <keyword name="OpenSearchEngine.setDescription" id="OpenSearchEngine.setDescription" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setDescription" /> - <keyword name="OpenSearchEngine.setImage" id="OpenSearchEngine.setImage" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImage" /> - <keyword name="OpenSearchEngine.setImageUrl" id="OpenSearchEngine.setImageUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrl" /> - <keyword name="OpenSearchEngine.setImageUrlAndLoad" id="OpenSearchEngine.setImageUrlAndLoad" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setImageUrlAndLoad" /> - <keyword name="OpenSearchEngine.setName" id="OpenSearchEngine.setName" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setName" /> - <keyword name="OpenSearchEngine.setNetworkAccessManager" id="OpenSearchEngine.setNetworkAccessManager" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setNetworkAccessManager" /> - <keyword name="OpenSearchEngine.setSearchMethod" id="OpenSearchEngine.setSearchMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchMethod" /> - <keyword name="OpenSearchEngine.setSearchParameters" id="OpenSearchEngine.setSearchParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchParameters" /> - <keyword name="OpenSearchEngine.setSearchUrlTemplate" id="OpenSearchEngine.setSearchUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSearchUrlTemplate" /> - <keyword name="OpenSearchEngine.setSuggestionsMethod" id="OpenSearchEngine.setSuggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsMethod" /> - <keyword name="OpenSearchEngine.setSuggestionsParameters" id="OpenSearchEngine.setSuggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsParameters" /> - <keyword name="OpenSearchEngine.setSuggestionsUrlTemplate" id="OpenSearchEngine.setSuggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.setSuggestionsUrlTemplate" /> - <keyword name="OpenSearchEngine.suggestionsMethod" id="OpenSearchEngine.suggestionsMethod" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsMethod" /> - <keyword name="OpenSearchEngine.suggestionsParameters" id="OpenSearchEngine.suggestionsParameters" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsParameters" /> - <keyword name="OpenSearchEngine.suggestionsUrl" id="OpenSearchEngine.suggestionsUrl" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrl" /> - <keyword name="OpenSearchEngine.suggestionsUrlTemplate" id="OpenSearchEngine.suggestionsUrlTemplate" ref="eric5.Helpviewer.OpenSearch.OpenSearchEngine.html#OpenSearchEngine.suggestionsUrlTemplate" /> - <keyword name="ConfigurationPages (Package)" id="ConfigurationPages (Package)" ref="index-eric5.Preferences.ConfigurationPages.html" /> - <keyword name="TasksPage (Module)" id="TasksPage (Module)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html" /> - <keyword name="TasksPage" id="TasksPage" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#create" /> - <keyword name="TasksPage (Constructor)" id="TasksPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.__init__" /> - <keyword name="TasksPage.on_tasksBgColourButton_clicked" id="TasksPage.on_tasksBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBgColourButton_clicked" /> - <keyword name="TasksPage.on_tasksBugfixColourButton_clicked" id="TasksPage.on_tasksBugfixColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksBugfixColourButton_clicked" /> - <keyword name="TasksPage.on_tasksColourButton_clicked" id="TasksPage.on_tasksColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksColourButton_clicked" /> - <keyword name="TasksPage.on_tasksProjectBgColourButton_clicked" id="TasksPage.on_tasksProjectBgColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.on_tasksProjectBgColourButton_clicked" /> - <keyword name="TasksPage.save" id="TasksPage.save" ref="eric5.Preferences.ConfigurationPages.TasksPage.html#TasksPage.save" /> - <keyword name="EditorHighlightingStylesPage (Module)" id="EditorHighlightingStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html" /> - <keyword name="EditorHighlightingStylesPage" id="EditorHighlightingStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#create" /> - <keyword name="EditorHighlightingStylesPage (Constructor)" id="EditorHighlightingStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__init__" /> - <keyword name="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" id="EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__allFontsButtonMenuTriggered" /> - <keyword name="EditorHighlightingStylesPage.__changeFont" id="EditorHighlightingStylesPage.__changeFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__changeFont" /> - <keyword name="EditorHighlightingStylesPage.__exportStyles" id="EditorHighlightingStylesPage.__exportStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__exportStyles" /> - <keyword name="EditorHighlightingStylesPage.__fontButtonMenuTriggered" id="EditorHighlightingStylesPage.__fontButtonMenuTriggered" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__fontButtonMenuTriggered" /> - <keyword name="EditorHighlightingStylesPage.__importStyles" id="EditorHighlightingStylesPage.__importStyles" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__importStyles" /> - <keyword name="EditorHighlightingStylesPage.__setToDefault" id="EditorHighlightingStylesPage.__setToDefault" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.__setToDefault" /> - <keyword name="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" id="EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allBackgroundColoursButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_allDefaultButton_clicked" id="EditorHighlightingStylesPage.on_allDefaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allDefaultButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_allEolFillButton_clicked" id="EditorHighlightingStylesPage.on_allEolFillButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_allEolFillButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_backgroundButton_clicked" id="EditorHighlightingStylesPage.on_backgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_backgroundButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_defaultButton_clicked" id="EditorHighlightingStylesPage.on_defaultButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_defaultButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" id="EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_eolfillCheckBox_toggled" /> - <keyword name="EditorHighlightingStylesPage.on_exportAllButton_clicked" id="EditorHighlightingStylesPage.on_exportAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportAllButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" id="EditorHighlightingStylesPage.on_exportCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_exportCurrentButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_foregroundButton_clicked" id="EditorHighlightingStylesPage.on_foregroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_foregroundButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_importAllButton_clicked" id="EditorHighlightingStylesPage.on_importAllButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importAllButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_importCurrentButton_clicked" id="EditorHighlightingStylesPage.on_importCurrentButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_importCurrentButton_clicked" /> - <keyword name="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" id="EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_lexerLanguageComboBox_activated" /> - <keyword name="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" id="EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.on_styleElementList_currentRowChanged" /> - <keyword name="EditorHighlightingStylesPage.save" id="EditorHighlightingStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.save" /> - <keyword name="EditorHighlightingStylesPage.saveState" id="EditorHighlightingStylesPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.saveState" /> - <keyword name="EditorHighlightingStylesPage.setFont" id="EditorHighlightingStylesPage.setFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setFont" /> - <keyword name="EditorHighlightingStylesPage.setSampleFont" id="EditorHighlightingStylesPage.setSampleFont" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setSampleFont" /> - <keyword name="EditorHighlightingStylesPage.setState" id="EditorHighlightingStylesPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#EditorHighlightingStylesPage.setState" /> - <keyword name="EditorTypingPage (Module)" id="EditorTypingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html" /> - <keyword name="EditorTypingPage" id="EditorTypingPage" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#create" /> - <keyword name="EditorTypingPage (Constructor)" id="EditorTypingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.__init__" /> - <keyword name="EditorTypingPage.on_languageCombo_activated" id="EditorTypingPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.on_languageCombo_activated" /> - <keyword name="EditorTypingPage.save" id="EditorTypingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorTypingPage.html#EditorTypingPage.save" /> - <keyword name="EditorPropertiesPage (Module)" id="EditorPropertiesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html" /> - <keyword name="EditorPropertiesPage" id="EditorPropertiesPage" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#create" /> - <keyword name="EditorPropertiesPage (Constructor)" id="EditorPropertiesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.__init__" /> - <keyword name="EditorPropertiesPage.save" id="EditorPropertiesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorPropertiesPage.html#EditorPropertiesPage.save" /> - <keyword name="HelpAppearancePage (Module)" id="HelpAppearancePage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html" /> - <keyword name="HelpAppearancePage" id="HelpAppearancePage" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#create" /> - <keyword name="HelpAppearancePage (Constructor)" id="HelpAppearancePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.__init__" /> - <keyword name="HelpAppearancePage.on_fixedFontButton_clicked" id="HelpAppearancePage.on_fixedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_fixedFontButton_clicked" /> - <keyword name="HelpAppearancePage.on_secureURLsColourButton_clicked" id="HelpAppearancePage.on_secureURLsColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_secureURLsColourButton_clicked" /> - <keyword name="HelpAppearancePage.on_standardFontButton_clicked" id="HelpAppearancePage.on_standardFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_standardFontButton_clicked" /> - <keyword name="HelpAppearancePage.on_styleSheetButton_clicked" id="HelpAppearancePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.on_styleSheetButton_clicked" /> - <keyword name="HelpAppearancePage.save" id="HelpAppearancePage.save" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.save" /> - <keyword name="HelpAppearancePage.setMode" id="HelpAppearancePage.setMode" ref="eric5.Preferences.ConfigurationPages.HelpAppearancePage.html#HelpAppearancePage.setMode" /> - <keyword name="EditorFilePage (Module)" id="EditorFilePage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html" /> - <keyword name="EditorFilePage" id="EditorFilePage" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#create" /> - <keyword name="EditorFilePage (Constructor)" id="EditorFilePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__init__" /> - <keyword name="EditorFilePage.__checkFileFilter" id="EditorFilePage.__checkFileFilter" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__checkFileFilter" /> - <keyword name="EditorFilePage.__extractFileFilters" id="EditorFilePage.__extractFileFilters" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__extractFileFilters" /> - <keyword name="EditorFilePage.__setDefaultFiltersLists" id="EditorFilePage.__setDefaultFiltersLists" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.__setDefaultFiltersLists" /> - <keyword name="EditorFilePage.on_addFileFilterButton_clicked" id="EditorFilePage.on_addFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_addFileFilterButton_clicked" /> - <keyword name="EditorFilePage.on_deleteFileFilterButton_clicked" id="EditorFilePage.on_deleteFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_deleteFileFilterButton_clicked" /> - <keyword name="EditorFilePage.on_editFileFilterButton_clicked" id="EditorFilePage.on_editFileFilterButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_editFileFilterButton_clicked" /> - <keyword name="EditorFilePage.on_fileFiltersList_currentItemChanged" id="EditorFilePage.on_fileFiltersList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_fileFiltersList_currentItemChanged" /> - <keyword name="EditorFilePage.on_openFiltersButton_toggled" id="EditorFilePage.on_openFiltersButton_toggled" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.on_openFiltersButton_toggled" /> - <keyword name="EditorFilePage.save" id="EditorFilePage.save" ref="eric5.Preferences.ConfigurationPages.EditorFilePage.html#EditorFilePage.save" /> - <keyword name="DebuggerPython3Page (Module)" id="DebuggerPython3Page (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html" /> - <keyword name="DebuggerPython3Page" id="DebuggerPython3Page" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#create" /> - <keyword name="DebuggerPython3Page (Constructor)" id="DebuggerPython3Page (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.__init__" /> - <keyword name="DebuggerPython3Page.on_debugClientButton_clicked" id="DebuggerPython3Page.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_debugClientButton_clicked" /> - <keyword name="DebuggerPython3Page.on_interpreterButton_clicked" id="DebuggerPython3Page.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.on_interpreterButton_clicked" /> - <keyword name="DebuggerPython3Page.save" id="DebuggerPython3Page.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPython3Page.html#DebuggerPython3Page.save" /> - <keyword name="QtPage (Module)" id="QtPage (Module)" ref="eric5.Preferences.ConfigurationPages.QtPage.html" /> - <keyword name="QtPage" id="QtPage" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.QtPage.html#create" /> - <keyword name="QtPage (Constructor)" id="QtPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__init__" /> - <keyword name="QtPage.__updateQt4Sample" id="QtPage.__updateQt4Sample" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.__updateQt4Sample" /> - <keyword name="QtPage.on_qt4Button_clicked" id="QtPage.on_qt4Button_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4Button_clicked" /> - <keyword name="QtPage.on_qt4PostfixEdit_textChanged" id="QtPage.on_qt4PostfixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PostfixEdit_textChanged" /> - <keyword name="QtPage.on_qt4PrefixEdit_textChanged" id="QtPage.on_qt4PrefixEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4PrefixEdit_textChanged" /> - <keyword name="QtPage.on_qt4TransButton_clicked" id="QtPage.on_qt4TransButton_clicked" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.on_qt4TransButton_clicked" /> - <keyword name="QtPage.save" id="QtPage.save" ref="eric5.Preferences.ConfigurationPages.QtPage.html#QtPage.save" /> - <keyword name="EmailPage (Module)" id="EmailPage (Module)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html" /> - <keyword name="EmailPage" id="EmailPage" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#create" /> - <keyword name="EmailPage (Constructor)" id="EmailPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__init__" /> - <keyword name="EmailPage.__updateTestButton" id="EmailPage.__updateTestButton" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__updateTestButton" /> - <keyword name="EmailPage.on_mailAuthenticationCheckBox_toggled" id="EmailPage.on_mailAuthenticationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailAuthenticationCheckBox_toggled" /> - <keyword name="EmailPage.on_mailPasswordEdit_textChanged" id="EmailPage.on_mailPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailPasswordEdit_textChanged" /> - <keyword name="EmailPage.on_mailUserEdit_textChanged" id="EmailPage.on_mailUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailUserEdit_textChanged" /> - <keyword name="EmailPage.on_testButton_clicked" id="EmailPage.on_testButton_clicked" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_testButton_clicked" /> - <keyword name="EmailPage.save" id="EmailPage.save" ref="eric5.Preferences.ConfigurationPages.EmailPage.html#EmailPage.save" /> - <keyword name="TerminalPage (Module)" id="TerminalPage (Module)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html" /> - <keyword name="TerminalPage" id="TerminalPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#create" /> - <keyword name="TerminalPage (Constructor)" id="TerminalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.__init__" /> - <keyword name="TerminalPage.on_linenumbersFontButton_clicked" id="TerminalPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_linenumbersFontButton_clicked" /> - <keyword name="TerminalPage.on_monospacedFontButton_clicked" id="TerminalPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.on_monospacedFontButton_clicked" /> - <keyword name="TerminalPage.polishPage" id="TerminalPage.polishPage" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.polishPage" /> - <keyword name="TerminalPage.save" id="TerminalPage.save" ref="eric5.Preferences.ConfigurationPages.TerminalPage.html#TerminalPage.save" /> - <keyword name="EditorExportersPage (Module)" id="EditorExportersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html" /> - <keyword name="EditorExportersPage" id="EditorExportersPage" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#create" /> - <keyword name="EditorExportersPage (Constructor)" id="EditorExportersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.__init__" /> - <keyword name="EditorExportersPage.on_exportersCombo_activated" id="EditorExportersPage.on_exportersCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_exportersCombo_activated" /> - <keyword name="EditorExportersPage.on_rtfFontButton_clicked" id="EditorExportersPage.on_rtfFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.on_rtfFontButton_clicked" /> - <keyword name="EditorExportersPage.save" id="EditorExportersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorExportersPage.html#EditorExportersPage.save" /> - <keyword name="EditorAutocompletionPage (Module)" id="EditorAutocompletionPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html" /> - <keyword name="EditorAutocompletionPage" id="EditorAutocompletionPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#create" /> - <keyword name="EditorAutocompletionPage (Constructor)" id="EditorAutocompletionPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.__init__" /> - <keyword name="EditorAutocompletionPage.save" id="EditorAutocompletionPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionPage.html#EditorAutocompletionPage.save" /> - <keyword name="EditorHighlightersPage (Module)" id="EditorHighlightersPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html" /> - <keyword name="EditorHighlightersPage" id="EditorHighlightersPage" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#create" /> - <keyword name="EditorHighlightersPage (Constructor)" id="EditorHighlightersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.__init__" /> - <keyword name="EditorHighlightersPage.on_addLexerButton_clicked" id="EditorHighlightersPage.on_addLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_addLexerButton_clicked" /> - <keyword name="EditorHighlightersPage.on_deleteLexerButton_clicked" id="EditorHighlightersPage.on_deleteLexerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_deleteLexerButton_clicked" /> - <keyword name="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" id="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" /> - <keyword name="EditorHighlightersPage.on_editorLexerList_itemActivated" id="EditorHighlightersPage.on_editorLexerList_itemActivated" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemActivated" /> - <keyword name="EditorHighlightersPage.on_editorLexerList_itemClicked" id="EditorHighlightersPage.on_editorLexerList_itemClicked" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.on_editorLexerList_itemClicked" /> - <keyword name="EditorHighlightersPage.save" id="EditorHighlightersPage.save" ref="eric5.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage.save" /> - <keyword name="EditorKeywordsPage (Module)" id="EditorKeywordsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html" /> - <keyword name="EditorKeywordsPage" id="EditorKeywordsPage" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#create" /> - <keyword name="EditorKeywordsPage (Constructor)" id="EditorKeywordsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.__init__" /> - <keyword name="EditorKeywordsPage.on_languageCombo_activated" id="EditorKeywordsPage.on_languageCombo_activated" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_languageCombo_activated" /> - <keyword name="EditorKeywordsPage.on_setSpinBox_valueChanged" id="EditorKeywordsPage.on_setSpinBox_valueChanged" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_setSpinBox_valueChanged" /> - <keyword name="EditorKeywordsPage.save" id="EditorKeywordsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.save" /> - <keyword name="TrayStarterPage (Module)" id="TrayStarterPage (Module)" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html" /> - <keyword name="TrayStarterPage" id="TrayStarterPage" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#create" /> - <keyword name="TrayStarterPage (Constructor)" id="TrayStarterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage.__init__" /> - <keyword name="TrayStarterPage.save" id="TrayStarterPage.save" ref="eric5.Preferences.ConfigurationPages.TrayStarterPage.html#TrayStarterPage.save" /> - <keyword name="PythonPage (Module)" id="PythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html" /> - <keyword name="PythonPage" id="PythonPage" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#create" /> - <keyword name="PythonPage (Constructor)" id="PythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.__init__" /> - <keyword name="PythonPage.save" id="PythonPage.save" ref="eric5.Preferences.ConfigurationPages.PythonPage.html#PythonPage.save" /> - <keyword name="NetworkPage (Module)" id="NetworkPage (Module)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html" /> - <keyword name="NetworkPage" id="NetworkPage" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#create" /> - <keyword name="NetworkPage (Constructor)" id="NetworkPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.__init__" /> - <keyword name="NetworkPage.on_clearProxyPasswordsButton_clicked" id="NetworkPage.on_clearProxyPasswordsButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_clearProxyPasswordsButton_clicked" /> - <keyword name="NetworkPage.on_downloadDirButton_clicked" id="NetworkPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.on_downloadDirButton_clicked" /> - <keyword name="NetworkPage.save" id="NetworkPage.save" ref="eric5.Preferences.ConfigurationPages.NetworkPage.html#NetworkPage.save" /> - <keyword name="HelpWebBrowserPage (Module)" id="HelpWebBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html" /> - <keyword name="HelpWebBrowserPage" id="HelpWebBrowserPage" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#create" /> - <keyword name="HelpWebBrowserPage (Constructor)" id="HelpWebBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.__init__" /> - <keyword name="HelpWebBrowserPage.on_defaultHomeButton_clicked" id="HelpWebBrowserPage.on_defaultHomeButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_defaultHomeButton_clicked" /> - <keyword name="HelpWebBrowserPage.on_setCurrentPageButton_clicked" id="HelpWebBrowserPage.on_setCurrentPageButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.on_setCurrentPageButton_clicked" /> - <keyword name="HelpWebBrowserPage.save" id="HelpWebBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.HelpWebBrowserPage.html#HelpWebBrowserPage.save" /> - <keyword name="ProjectBrowserPage (Module)" id="ProjectBrowserPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html" /> - <keyword name="ProjectBrowserPage" id="ProjectBrowserPage" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#create" /> - <keyword name="ProjectBrowserPage (Constructor)" id="ProjectBrowserPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__init__" /> - <keyword name="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" id="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__setProjectBrowsersCheckBoxes" /> - <keyword name="ProjectBrowserPage.__storeProjectBrowserFlags" id="ProjectBrowserPage.__storeProjectBrowserFlags" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.__storeProjectBrowserFlags" /> - <keyword name="ProjectBrowserPage.on_pbHighlightedButton_clicked" id="ProjectBrowserPage.on_pbHighlightedButton_clicked" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_pbHighlightedButton_clicked" /> - <keyword name="ProjectBrowserPage.on_projectTypeCombo_activated" id="ProjectBrowserPage.on_projectTypeCombo_activated" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.on_projectTypeCombo_activated" /> - <keyword name="ProjectBrowserPage.save" id="ProjectBrowserPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectBrowserPage.html#ProjectBrowserPage.save" /> - <keyword name="ConfigurationPageBase (Module)" id="ConfigurationPageBase (Module)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html" /> - <keyword name="ConfigurationPageBase" id="ConfigurationPageBase" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase" /> - <keyword name="ConfigurationPageBase (Constructor)" id="ConfigurationPageBase (Constructor)" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.__init__" /> - <keyword name="ConfigurationPageBase.initColour" id="ConfigurationPageBase.initColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.initColour" /> - <keyword name="ConfigurationPageBase.polishPage" id="ConfigurationPageBase.polishPage" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.polishPage" /> - <keyword name="ConfigurationPageBase.saveState" id="ConfigurationPageBase.saveState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.saveState" /> - <keyword name="ConfigurationPageBase.selectColour" id="ConfigurationPageBase.selectColour" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectColour" /> - <keyword name="ConfigurationPageBase.selectFont" id="ConfigurationPageBase.selectFont" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.selectFont" /> - <keyword name="ConfigurationPageBase.setState" id="ConfigurationPageBase.setState" ref="eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html#ConfigurationPageBase.setState" /> - <keyword name="EditorGeneralPage (Module)" id="EditorGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html" /> - <keyword name="EditorGeneralPage" id="EditorGeneralPage" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#create" /> - <keyword name="EditorGeneralPage (Constructor)" id="EditorGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__init__" /> - <keyword name="EditorGeneralPage.on_tabforindentationCheckBox_toggled" id="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_tabforindentationCheckBox_toggled" /> - <keyword name="EditorGeneralPage.save" id="EditorGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.save" /> - <keyword name="HelpVirusTotalPage (Module)" id="HelpVirusTotalPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html" /> - <keyword name="HelpVirusTotalPage" id="HelpVirusTotalPage" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#create" /> - <keyword name="HelpVirusTotalPage (Constructor)" id="HelpVirusTotalPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.__init__" /> - <keyword name="HelpVirusTotalPage.__checkServiceKeyFinished" id="HelpVirusTotalPage.__checkServiceKeyFinished" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.__checkServiceKeyFinished" /> - <keyword name="HelpVirusTotalPage.on_testButton_clicked" id="HelpVirusTotalPage.on_testButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.on_testButton_clicked" /> - <keyword name="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" id="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" /> - <keyword name="HelpVirusTotalPage.save" id="HelpVirusTotalPage.save" ref="eric5.Preferences.ConfigurationPages.HelpVirusTotalPage.html#HelpVirusTotalPage.save" /> - <keyword name="ViewmanagerPage (Module)" id="ViewmanagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html" /> - <keyword name="ViewmanagerPage" id="ViewmanagerPage" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#create" /> - <keyword name="ViewmanagerPage (Constructor)" id="ViewmanagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.__init__" /> - <keyword name="ViewmanagerPage.on_windowComboBox_activated" id="ViewmanagerPage.on_windowComboBox_activated" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.on_windowComboBox_activated" /> - <keyword name="ViewmanagerPage.save" id="ViewmanagerPage.save" ref="eric5.Preferences.ConfigurationPages.ViewmanagerPage.html#ViewmanagerPage.save" /> - <keyword name="Py3FlakesPage (Module)" id="Py3FlakesPage (Module)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html" /> - <keyword name="Py3FlakesPage" id="Py3FlakesPage" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#create" /> - <keyword name="Py3FlakesPage (Constructor)" id="Py3FlakesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.__init__" /> - <keyword name="Py3FlakesPage.save" id="Py3FlakesPage.save" ref="eric5.Preferences.ConfigurationPages.Py3FlakesPage.html#Py3FlakesPage.save" /> - <keyword name="EditorAPIsPage (Module)" id="EditorAPIsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html" /> - <keyword name="EditorAPIsPage" id="EditorAPIsPage" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#create" /> - <keyword name="EditorAPIsPage (Constructor)" id="EditorAPIsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__init__" /> - <keyword name="EditorAPIsPage.__apiPreparationCancelled" id="EditorAPIsPage.__apiPreparationCancelled" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationCancelled" /> - <keyword name="EditorAPIsPage.__apiPreparationFinished" id="EditorAPIsPage.__apiPreparationFinished" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationFinished" /> - <keyword name="EditorAPIsPage.__apiPreparationStarted" id="EditorAPIsPage.__apiPreparationStarted" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__apiPreparationStarted" /> - <keyword name="EditorAPIsPage.__editorGetApisFromApiList" id="EditorAPIsPage.__editorGetApisFromApiList" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.__editorGetApisFromApiList" /> - <keyword name="EditorAPIsPage.on_addApiFileButton_clicked" id="EditorAPIsPage.on_addApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addApiFileButton_clicked" /> - <keyword name="EditorAPIsPage.on_addInstalledApiFileButton_clicked" id="EditorAPIsPage.on_addInstalledApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addInstalledApiFileButton_clicked" /> - <keyword name="EditorAPIsPage.on_addPluginApiFileButton_clicked" id="EditorAPIsPage.on_addPluginApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_addPluginApiFileButton_clicked" /> - <keyword name="EditorAPIsPage.on_apiFileButton_clicked" id="EditorAPIsPage.on_apiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiFileButton_clicked" /> - <keyword name="EditorAPIsPage.on_apiLanguageComboBox_activated" id="EditorAPIsPage.on_apiLanguageComboBox_activated" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_apiLanguageComboBox_activated" /> - <keyword name="EditorAPIsPage.on_deleteApiFileButton_clicked" id="EditorAPIsPage.on_deleteApiFileButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_deleteApiFileButton_clicked" /> - <keyword name="EditorAPIsPage.on_prepareApiButton_clicked" id="EditorAPIsPage.on_prepareApiButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.on_prepareApiButton_clicked" /> - <keyword name="EditorAPIsPage.save" id="EditorAPIsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.save" /> - <keyword name="EditorAPIsPage.saveState" id="EditorAPIsPage.saveState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.saveState" /> - <keyword name="EditorAPIsPage.setState" id="EditorAPIsPage.setState" ref="eric5.Preferences.ConfigurationPages.EditorAPIsPage.html#EditorAPIsPage.setState" /> - <keyword name="MultiProjectPage (Module)" id="MultiProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html" /> - <keyword name="MultiProjectPage" id="MultiProjectPage" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#create" /> - <keyword name="MultiProjectPage (Constructor)" id="MultiProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.__init__" /> - <keyword name="MultiProjectPage.save" id="MultiProjectPage.save" ref="eric5.Preferences.ConfigurationPages.MultiProjectPage.html#MultiProjectPage.save" /> - <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" /> - <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" /> - <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" /> - <keyword name="TemplatesPage (Module)" id="TemplatesPage (Module)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html" /> - <keyword name="TemplatesPage" id="TemplatesPage" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#create" /> - <keyword name="TemplatesPage (Constructor)" id="TemplatesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.__init__" /> - <keyword name="TemplatesPage.save" id="TemplatesPage.save" ref="eric5.Preferences.ConfigurationPages.TemplatesPage.html#TemplatesPage.save" /> - <keyword name="CorbaPage (Module)" id="CorbaPage (Module)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html" /> - <keyword name="CorbaPage" id="CorbaPage" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#create" /> - <keyword name="CorbaPage (Constructor)" id="CorbaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.__init__" /> - <keyword name="CorbaPage.on_idlButton_clicked" id="CorbaPage.on_idlButton_clicked" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.on_idlButton_clicked" /> - <keyword name="CorbaPage.save" id="CorbaPage.save" ref="eric5.Preferences.ConfigurationPages.CorbaPage.html#CorbaPage.save" /> - <keyword name="PrinterPage (Module)" id="PrinterPage (Module)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html" /> - <keyword name="PrinterPage" id="PrinterPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#create" /> - <keyword name="PrinterPage (Constructor)" id="PrinterPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.__init__" /> - <keyword name="PrinterPage.on_printheaderFontButton_clicked" id="PrinterPage.on_printheaderFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.on_printheaderFontButton_clicked" /> - <keyword name="PrinterPage.polishPage" id="PrinterPage.polishPage" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.polishPage" /> - <keyword name="PrinterPage.save" id="PrinterPage.save" ref="eric5.Preferences.ConfigurationPages.PrinterPage.html#PrinterPage.save" /> - <keyword name="EditorSyntaxPage (Module)" id="EditorSyntaxPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html" /> - <keyword name="EditorSyntaxPage" id="EditorSyntaxPage" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#create" /> - <keyword name="EditorSyntaxPage (Constructor)" id="EditorSyntaxPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage.__init__" /> - <keyword name="EditorSyntaxPage.save" id="EditorSyntaxPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSyntaxPage.html#EditorSyntaxPage.save" /> - <keyword name="GraphicsPage (Module)" id="GraphicsPage (Module)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html" /> - <keyword name="GraphicsPage" id="GraphicsPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#create" /> - <keyword name="GraphicsPage (Constructor)" id="GraphicsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.__init__" /> - <keyword name="GraphicsPage.on_graphicsFontButton_clicked" id="GraphicsPage.on_graphicsFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.on_graphicsFontButton_clicked" /> - <keyword name="GraphicsPage.polishPage" id="GraphicsPage.polishPage" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.polishPage" /> - <keyword name="GraphicsPage.save" id="GraphicsPage.save" ref="eric5.Preferences.ConfigurationPages.GraphicsPage.html#GraphicsPage.save" /> - <keyword name="EditorStylesPage (Module)" id="EditorStylesPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html" /> - <keyword name="EditorStylesPage" id="EditorStylesPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#create" /> - <keyword name="EditorStylesPage (Constructor)" id="EditorStylesPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.__init__" /> - <keyword name="EditorStylesPage.on_annotationsErrorBgButton_clicked" id="EditorStylesPage.on_annotationsErrorBgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsErrorBgButton_clicked" /> - <keyword name="EditorStylesPage.on_annotationsErrorFgButton_clicked" id="EditorStylesPage.on_annotationsErrorFgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsErrorFgButton_clicked" /> - <keyword name="EditorStylesPage.on_annotationsWarningBgButton_clicked" id="EditorStylesPage.on_annotationsWarningBgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsWarningBgButton_clicked" /> - <keyword name="EditorStylesPage.on_annotationsWarningFgButton_clicked" id="EditorStylesPage.on_annotationsWarningFgButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_annotationsWarningFgButton_clicked" /> - <keyword name="EditorStylesPage.on_caretForegroundButton_clicked" id="EditorStylesPage.on_caretForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretForegroundButton_clicked" /> - <keyword name="EditorStylesPage.on_caretlineBackgroundButton_clicked" id="EditorStylesPage.on_caretlineBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_caretlineBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_currentLineMarkerButton_clicked" id="EditorStylesPage.on_currentLineMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_currentLineMarkerButton_clicked" /> - <keyword name="EditorStylesPage.on_defaultFontButton_clicked" id="EditorStylesPage.on_defaultFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_defaultFontButton_clicked" /> - <keyword name="EditorStylesPage.on_edgeBackgroundColorButton_clicked" id="EditorStylesPage.on_edgeBackgroundColorButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_edgeBackgroundColorButton_clicked" /> - <keyword name="EditorStylesPage.on_errorMarkerButton_clicked" id="EditorStylesPage.on_errorMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_errorMarkerButton_clicked" /> - <keyword name="EditorStylesPage.on_foldmarginBackgroundButton_clicked" id="EditorStylesPage.on_foldmarginBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarginBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" id="EditorStylesPage.on_foldmarkersBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_foldmarkersForegroundButton_clicked" id="EditorStylesPage.on_foldmarkersForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_foldmarkersForegroundButton_clicked" /> - <keyword name="EditorStylesPage.on_linenumbersFontButton_clicked" id="EditorStylesPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_linenumbersFontButton_clicked" /> - <keyword name="EditorStylesPage.on_marginsBackgroundButton_clicked" id="EditorStylesPage.on_marginsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_marginsForegroundButton_clicked" id="EditorStylesPage.on_marginsForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_marginsForegroundButton_clicked" /> - <keyword name="EditorStylesPage.on_matchingBracesBackButton_clicked" id="EditorStylesPage.on_matchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesBackButton_clicked" /> - <keyword name="EditorStylesPage.on_matchingBracesButton_clicked" id="EditorStylesPage.on_matchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_matchingBracesButton_clicked" /> - <keyword name="EditorStylesPage.on_monospacedFontButton_clicked" id="EditorStylesPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_monospacedFontButton_clicked" /> - <keyword name="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" id="EditorStylesPage.on_nonmatchingBracesBackButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesBackButton_clicked" /> - <keyword name="EditorStylesPage.on_nonmatchingBracesButton_clicked" id="EditorStylesPage.on_nonmatchingBracesButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_nonmatchingBracesButton_clicked" /> - <keyword name="EditorStylesPage.on_selectionBackgroundButton_clicked" id="EditorStylesPage.on_selectionBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_selectionForegroundButton_clicked" id="EditorStylesPage.on_selectionForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_selectionForegroundButton_clicked" /> - <keyword name="EditorStylesPage.on_whitespaceBackgroundButton_clicked" id="EditorStylesPage.on_whitespaceBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_whitespaceBackgroundButton_clicked" /> - <keyword name="EditorStylesPage.on_whitespaceForegroundButton_clicked" id="EditorStylesPage.on_whitespaceForegroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.on_whitespaceForegroundButton_clicked" /> - <keyword name="EditorStylesPage.polishPage" id="EditorStylesPage.polishPage" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.polishPage" /> - <keyword name="EditorStylesPage.save" id="EditorStylesPage.save" ref="eric5.Preferences.ConfigurationPages.EditorStylesPage.html#EditorStylesPage.save" /> - <keyword name="HelpDocumentationPage (Module)" id="HelpDocumentationPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html" /> - <keyword name="HelpDocumentationPage" id="HelpDocumentationPage" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#create" /> - <keyword name="HelpDocumentationPage (Constructor)" id="HelpDocumentationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.__init__" /> - <keyword name="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" id="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pyqt4DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_pysideDocDirButton_clicked" id="HelpDocumentationPage.on_pysideDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pysideDocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_python2DocDirButton_clicked" id="HelpDocumentationPage.on_python2DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_python2DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" /> - <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" /> - <keyword name="EditorCalltipsPage (Module)" id="EditorCalltipsPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html" /> - <keyword name="EditorCalltipsPage" id="EditorCalltipsPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#create" /> - <keyword name="EditorCalltipsPage (Constructor)" id="EditorCalltipsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.__init__" /> - <keyword name="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" id="EditorCalltipsPage.on_calltipsBackgroundButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.on_calltipsBackgroundButton_clicked" /> - <keyword name="EditorCalltipsPage.save" id="EditorCalltipsPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsPage.html#EditorCalltipsPage.save" /> - <keyword name="ProjectPage (Module)" id="ProjectPage (Module)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html" /> - <keyword name="ProjectPage" id="ProjectPage" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#create" /> - <keyword name="ProjectPage (Constructor)" id="ProjectPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.__init__" /> - <keyword name="ProjectPage.save" id="ProjectPage.save" ref="eric5.Preferences.ConfigurationPages.ProjectPage.html#ProjectPage.save" /> - <keyword name="EditorAutocompletionQScintillaPage (Module)" id="EditorAutocompletionQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html" /> - <keyword name="EditorAutocompletionQScintillaPage" id="EditorAutocompletionQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#create" /> - <keyword name="EditorAutocompletionQScintillaPage (Constructor)" id="EditorAutocompletionQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.__init__" /> - <keyword name="EditorAutocompletionQScintillaPage.save" id="EditorAutocompletionQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html#EditorAutocompletionQScintillaPage.save" /> - <keyword name="ShellPage (Module)" id="ShellPage (Module)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html" /> - <keyword name="ShellPage" id="ShellPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#create" /> - <keyword name="ShellPage (Constructor)" id="ShellPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.__init__" /> - <keyword name="ShellPage.on_linenumbersFontButton_clicked" id="ShellPage.on_linenumbersFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_linenumbersFontButton_clicked" /> - <keyword name="ShellPage.on_monospacedFontButton_clicked" id="ShellPage.on_monospacedFontButton_clicked" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.on_monospacedFontButton_clicked" /> - <keyword name="ShellPage.polishPage" id="ShellPage.polishPage" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.polishPage" /> - <keyword name="ShellPage.save" id="ShellPage.save" ref="eric5.Preferences.ConfigurationPages.ShellPage.html#ShellPage.save" /> - <keyword name="MasterPasswordEntryDialog (Module)" id="MasterPasswordEntryDialog (Module)" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html" /> - <keyword name="MasterPasswordEntryDialog" id="MasterPasswordEntryDialog" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog" /> - <keyword name="MasterPasswordEntryDialog (Constructor)" id="MasterPasswordEntryDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.__init__" /> - <keyword name="MasterPasswordEntryDialog.__updateUI" id="MasterPasswordEntryDialog.__updateUI" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.__updateUI" /> - <keyword name="MasterPasswordEntryDialog.getCurrentPassword" id="MasterPasswordEntryDialog.getCurrentPassword" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.getCurrentPassword" /> - <keyword name="MasterPasswordEntryDialog.getMasterPassword" id="MasterPasswordEntryDialog.getMasterPassword" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.getMasterPassword" /> - <keyword name="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" id="MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_currentPasswordEdit_textChanged" /> - <keyword name="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" id="MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_newPasswordAgainEdit_textChanged" /> - <keyword name="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" id="MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html#MasterPasswordEntryDialog.on_newPasswordEdit_textChanged" /> - <keyword name="DebuggerGeneralPage (Module)" id="DebuggerGeneralPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html" /> - <keyword name="DebuggerGeneralPage" id="DebuggerGeneralPage" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#create" /> - <keyword name="DebuggerGeneralPage (Constructor)" id="DebuggerGeneralPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.__init__" /> - <keyword name="DebuggerGeneralPage.on_addAllowedHostButton_clicked" id="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_addAllowedHostButton_clicked" /> - <keyword name="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" id="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" /> - <keyword name="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" id="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" /> - <keyword name="DebuggerGeneralPage.on_editAllowedHostButton_clicked" id="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.on_editAllowedHostButton_clicked" /> - <keyword name="DebuggerGeneralPage.save" id="DebuggerGeneralPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerGeneralPage.html#DebuggerGeneralPage.save" /> - <keyword name="VcsPage (Module)" id="VcsPage (Module)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html" /> - <keyword name="VcsPage" id="VcsPage" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#create" /> - <keyword name="VcsPage (Constructor)" id="VcsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.__init__" /> - <keyword name="VcsPage.on_pbVcsAddedButton_clicked" id="VcsPage.on_pbVcsAddedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsAddedButton_clicked" /> - <keyword name="VcsPage.on_pbVcsConflictButton_clicked" id="VcsPage.on_pbVcsConflictButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsConflictButton_clicked" /> - <keyword name="VcsPage.on_pbVcsModifiedButton_clicked" id="VcsPage.on_pbVcsModifiedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsModifiedButton_clicked" /> - <keyword name="VcsPage.on_pbVcsRemovedButton_clicked" id="VcsPage.on_pbVcsRemovedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsRemovedButton_clicked" /> - <keyword name="VcsPage.on_pbVcsReplacedButton_clicked" id="VcsPage.on_pbVcsReplacedButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsReplacedButton_clicked" /> - <keyword name="VcsPage.on_pbVcsUpdateButton_clicked" id="VcsPage.on_pbVcsUpdateButton_clicked" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.on_pbVcsUpdateButton_clicked" /> - <keyword name="VcsPage.save" id="VcsPage.save" ref="eric5.Preferences.ConfigurationPages.VcsPage.html#VcsPage.save" /> - <keyword name="CooperationPage (Module)" id="CooperationPage (Module)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html" /> - <keyword name="CooperationPage" id="CooperationPage" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#create" /> - <keyword name="CooperationPage (Constructor)" id="CooperationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.__init__" /> - <keyword name="CooperationPage.on_addBannedUserButton_clicked" id="CooperationPage.on_addBannedUserButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_addBannedUserButton_clicked" /> - <keyword name="CooperationPage.on_bannedUserEdit_textChanged" id="CooperationPage.on_bannedUserEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUserEdit_textChanged" /> - <keyword name="CooperationPage.on_bannedUsersList_itemSelectionChanged" id="CooperationPage.on_bannedUsersList_itemSelectionChanged" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_bannedUsersList_itemSelectionChanged" /> - <keyword name="CooperationPage.on_deleteBannedUsersButton_clicked" id="CooperationPage.on_deleteBannedUsersButton_clicked" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.on_deleteBannedUsersButton_clicked" /> - <keyword name="CooperationPage.save" id="CooperationPage.save" ref="eric5.Preferences.ConfigurationPages.CooperationPage.html#CooperationPage.save" /> - <keyword name="InterfacePage (Module)" id="InterfacePage (Module)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html" /> - <keyword name="InterfacePage" id="InterfacePage" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#create" /> - <keyword name="InterfacePage (Constructor)" id="InterfacePage (Constructor)" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__init__" /> - <keyword name="InterfacePage.__populateLanguageCombo" id="InterfacePage.__populateLanguageCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateLanguageCombo" /> - <keyword name="InterfacePage.__populateStyleCombo" id="InterfacePage.__populateStyleCombo" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.__populateStyleCombo" /> - <keyword name="InterfacePage.on_resetLayoutButton_clicked" id="InterfacePage.on_resetLayoutButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_resetLayoutButton_clicked" /> - <keyword name="InterfacePage.on_stderrTextColourButton_clicked" id="InterfacePage.on_stderrTextColourButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_stderrTextColourButton_clicked" /> - <keyword name="InterfacePage.on_styleSheetButton_clicked" id="InterfacePage.on_styleSheetButton_clicked" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.on_styleSheetButton_clicked" /> - <keyword name="InterfacePage.save" id="InterfacePage.save" ref="eric5.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage.save" /> - <keyword name="DebuggerRubyPage (Module)" id="DebuggerRubyPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html" /> - <keyword name="DebuggerRubyPage" id="DebuggerRubyPage" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#create" /> - <keyword name="DebuggerRubyPage (Constructor)" id="DebuggerRubyPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.__init__" /> - <keyword name="DebuggerRubyPage.on_rubyInterpreterButton_clicked" id="DebuggerRubyPage.on_rubyInterpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.on_rubyInterpreterButton_clicked" /> - <keyword name="DebuggerRubyPage.save" id="DebuggerRubyPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.save" /> - <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" /> - <keyword name="ApplicationPage" id="ApplicationPage" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#create" /> - <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" /> - <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" /> - <keyword name="SecurityPage (Module)" id="SecurityPage (Module)" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html" /> - <keyword name="SecurityPage" id="SecurityPage" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#create" /> - <keyword name="SecurityPage (Constructor)" id="SecurityPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.__init__" /> - <keyword name="SecurityPage.on_masterPasswordButton_clicked" id="SecurityPage.on_masterPasswordButton_clicked" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.on_masterPasswordButton_clicked" /> - <keyword name="SecurityPage.on_masterPasswordCheckBox_clicked" id="SecurityPage.on_masterPasswordCheckBox_clicked" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.on_masterPasswordCheckBox_clicked" /> - <keyword name="SecurityPage.save" id="SecurityPage.save" ref="eric5.Preferences.ConfigurationPages.SecurityPage.html#SecurityPage.save" /> - <keyword name="EditorSpellCheckingPage (Module)" id="EditorSpellCheckingPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html" /> - <keyword name="EditorSpellCheckingPage" id="EditorSpellCheckingPage" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#create" /> - <keyword name="EditorSpellCheckingPage (Constructor)" id="EditorSpellCheckingPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.__init__" /> - <keyword name="EditorSpellCheckingPage.on_pelButton_clicked" id="EditorSpellCheckingPage.on_pelButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pelButton_clicked" /> - <keyword name="EditorSpellCheckingPage.on_pwlButton_clicked" id="EditorSpellCheckingPage.on_pwlButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_pwlButton_clicked" /> - <keyword name="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" id="EditorSpellCheckingPage.on_spellingMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.on_spellingMarkerButton_clicked" /> - <keyword name="EditorSpellCheckingPage.save" id="EditorSpellCheckingPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSpellCheckingPage.html#EditorSpellCheckingPage.save" /> - <keyword name="DebuggerPythonPage (Module)" id="DebuggerPythonPage (Module)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html" /> - <keyword name="DebuggerPythonPage" id="DebuggerPythonPage" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#create" /> - <keyword name="DebuggerPythonPage (Constructor)" id="DebuggerPythonPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.__init__" /> - <keyword name="DebuggerPythonPage.on_debugClientButton_clicked" id="DebuggerPythonPage.on_debugClientButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_debugClientButton_clicked" /> - <keyword name="DebuggerPythonPage.on_interpreterButton_clicked" id="DebuggerPythonPage.on_interpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.on_interpreterButton_clicked" /> - <keyword name="DebuggerPythonPage.save" id="DebuggerPythonPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerPythonPage.html#DebuggerPythonPage.save" /> - <keyword name="EditorSearchPage (Module)" id="EditorSearchPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html" /> - <keyword name="EditorSearchPage" id="EditorSearchPage" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#create" /> - <keyword name="EditorSearchPage (Constructor)" id="EditorSearchPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.__init__" /> - <keyword name="EditorSearchPage.on_searchMarkerButton_clicked" id="EditorSearchPage.on_searchMarkerButton_clicked" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.on_searchMarkerButton_clicked" /> - <keyword name="EditorSearchPage.save" id="EditorSearchPage.save" ref="eric5.Preferences.ConfigurationPages.EditorSearchPage.html#EditorSearchPage.save" /> - <keyword name="PluginManagerPage (Module)" id="PluginManagerPage (Module)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html" /> - <keyword name="PluginManagerPage" id="PluginManagerPage" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#create" /> - <keyword name="PluginManagerPage (Constructor)" id="PluginManagerPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.__init__" /> - <keyword name="PluginManagerPage.on_downloadDirButton_clicked" id="PluginManagerPage.on_downloadDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.on_downloadDirButton_clicked" /> - <keyword name="PluginManagerPage.save" id="PluginManagerPage.save" ref="eric5.Preferences.ConfigurationPages.PluginManagerPage.html#PluginManagerPage.save" /> - <keyword name="EditorCalltipsQScintillaPage (Module)" id="EditorCalltipsQScintillaPage (Module)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html" /> - <keyword name="EditorCalltipsQScintillaPage" id="EditorCalltipsQScintillaPage" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#create" /> - <keyword name="EditorCalltipsQScintillaPage (Constructor)" id="EditorCalltipsQScintillaPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.__init__" /> - <keyword name="EditorCalltipsQScintillaPage.save" id="EditorCalltipsQScintillaPage.save" ref="eric5.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html#EditorCalltipsQScintillaPage.save" /> - <keyword name="HelpViewersPage (Module)" id="HelpViewersPage (Module)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html" /> - <keyword name="HelpViewersPage" id="HelpViewersPage" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#create" /> - <keyword name="HelpViewersPage (Constructor)" id="HelpViewersPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.__init__" /> - <keyword name="HelpViewersPage.on_chmviewerButton_clicked" id="HelpViewersPage.on_chmviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_chmviewerButton_clicked" /> - <keyword name="HelpViewersPage.on_customViewerSelectionButton_clicked" id="HelpViewersPage.on_customViewerSelectionButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_customViewerSelectionButton_clicked" /> - <keyword name="HelpViewersPage.on_pdfviewerButton_clicked" id="HelpViewersPage.on_pdfviewerButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_pdfviewerButton_clicked" /> - <keyword name="HelpViewersPage.on_webbrowserButton_clicked" id="HelpViewersPage.on_webbrowserButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.on_webbrowserButton_clicked" /> - <keyword name="HelpViewersPage.save" id="HelpViewersPage.save" ref="eric5.Preferences.ConfigurationPages.HelpViewersPage.html#HelpViewersPage.save" /> - <keyword name="IconsPage (Module)" id="IconsPage (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html" /> - <keyword name="IconsPage" id="IconsPage" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage" /> - <keyword name="create" id="create" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#create" /> - <keyword name="IconsPage (Constructor)" id="IconsPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.__init__" /> - <keyword name="IconsPage.on_addIconDirectoryButton_clicked" id="IconsPage.on_addIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_addIconDirectoryButton_clicked" /> - <keyword name="IconsPage.on_deleteIconDirectoryButton_clicked" id="IconsPage.on_deleteIconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_deleteIconDirectoryButton_clicked" /> - <keyword name="IconsPage.on_downButton_clicked" id="IconsPage.on_downButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_downButton_clicked" /> - <keyword name="IconsPage.on_iconDirectoryButton_clicked" id="IconsPage.on_iconDirectoryButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryButton_clicked" /> - <keyword name="IconsPage.on_iconDirectoryEdit_textChanged" id="IconsPage.on_iconDirectoryEdit_textChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryEdit_textChanged" /> - <keyword name="IconsPage.on_iconDirectoryList_currentRowChanged" id="IconsPage.on_iconDirectoryList_currentRowChanged" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_iconDirectoryList_currentRowChanged" /> - <keyword name="IconsPage.on_showIconsButton_clicked" id="IconsPage.on_showIconsButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_showIconsButton_clicked" /> - <keyword name="IconsPage.on_upButton_clicked" id="IconsPage.on_upButton_clicked" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.on_upButton_clicked" /> - <keyword name="IconsPage.save" id="IconsPage.save" ref="eric5.Preferences.ConfigurationPages.IconsPage.html#IconsPage.save" /> <keyword name="py2flakes (Package)" id="py2flakes (Package)" ref="index-eric5.UtilitiesPython2.py2flakes.html" /> <keyword name="checker (Module)" id="checker (Module)" ref="eric5.UtilitiesPython2.py2flakes.checker.html" /> <keyword name="Argument" id="Argument" ref="eric5.UtilitiesPython2.py2flakes.checker.html#Argument" /> @@ -8499,2615 +11155,6 @@ <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UndefinedName.__init__" /> <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedImport.__init__" /> <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.UtilitiesPython2.py2flakes.messages.html#UnusedVariable.__init__" /> - <keyword name="VcsPlugins (Package)" id="VcsPlugins (Package)" ref="index-eric5.Plugins.VcsPlugins.html" /> - <keyword name="AboutPlugin (Package)" id="AboutPlugin (Package)" ref="index-eric5.Plugins.AboutPlugin.html" /> - <keyword name="AboutDialog (Module)" id="AboutDialog (Module)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html" /> - <keyword name="AboutDialog" id="AboutDialog" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog" /> - <keyword name="AboutDialog (Constructor)" id="AboutDialog (Constructor)" ref="eric5.Plugins.AboutPlugin.AboutDialog.html#AboutDialog.__init__" /> - <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" /> - <keyword name="ViewManagerPlugins (Package)" id="ViewManagerPlugins (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.html" /> - <keyword name="WizardPlugins (Package)" id="WizardPlugins (Package)" ref="index-eric5.Plugins.WizardPlugins.html" /> - <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" /> - <keyword name="vcsMercurial (Package)" id="vcsMercurial (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.html" /> - <keyword name="HgCopyDialog (Module)" id="HgCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html" /> - <keyword name="HgCopyDialog" id="HgCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog" /> - <keyword name="HgCopyDialog (Constructor)" id="HgCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.__init__" /> - <keyword name="HgCopyDialog.getData" id="HgCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.getData" /> - <keyword name="HgCopyDialog.on_dirButton_clicked" id="HgCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html#HgCopyDialog.on_dirButton_clicked" /> - <keyword name="HgStatusMonitorThread (Module)" id="HgStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html" /> - <keyword name="HgStatusMonitorThread" id="HgStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread" /> - <keyword name="HgStatusMonitorThread (Constructor)" id="HgStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread.__init__" /> - <keyword name="HgStatusMonitorThread._performMonitor" id="HgStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._performMonitor" /> - <keyword name="HgStatusMonitorThread._shutdown" id="HgStatusMonitorThread._shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html#HgStatusMonitorThread._shutdown" /> - <keyword name="HgStatusDialog (Module)" id="HgStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html" /> - <keyword name="HgStatusDialog" id="HgStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog" /> - <keyword name="HgStatusDialog (Constructor)" id="HgStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__init__" /> - <keyword name="HgStatusDialog.__add" id="HgStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__add" /> - <keyword name="HgStatusDialog.__commit" id="HgStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commit" /> - <keyword name="HgStatusDialog.__commitDeselectAll" id="HgStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitDeselectAll" /> - <keyword name="HgStatusDialog.__commitSelect" id="HgStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitSelect" /> - <keyword name="HgStatusDialog.__commitSelectAll" id="HgStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__commitSelectAll" /> - <keyword name="HgStatusDialog.__committed" id="HgStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__committed" /> - <keyword name="HgStatusDialog.__diff" id="HgStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__diff" /> - <keyword name="HgStatusDialog.__finish" id="HgStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__finish" /> - <keyword name="HgStatusDialog.__forget" id="HgStatusDialog.__forget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__forget" /> - <keyword name="HgStatusDialog.__generateItem" id="HgStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__generateItem" /> - <keyword name="HgStatusDialog.__getCommitableItems" id="HgStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getCommitableItems" /> - <keyword name="HgStatusDialog.__getMissingItems" id="HgStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getMissingItems" /> - <keyword name="HgStatusDialog.__getModifiedItems" id="HgStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getModifiedItems" /> - <keyword name="HgStatusDialog.__getUnversionedItems" id="HgStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__getUnversionedItems" /> - <keyword name="HgStatusDialog.__procFinished" id="HgStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__procFinished" /> - <keyword name="HgStatusDialog.__processOutputLine" id="HgStatusDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__processOutputLine" /> - <keyword name="HgStatusDialog.__readStderr" id="HgStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStderr" /> - <keyword name="HgStatusDialog.__readStdout" id="HgStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__readStdout" /> - <keyword name="HgStatusDialog.__resizeColumns" id="HgStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resizeColumns" /> - <keyword name="HgStatusDialog.__resort" id="HgStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__resort" /> - <keyword name="HgStatusDialog.__restoreMissing" id="HgStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__restoreMissing" /> - <keyword name="HgStatusDialog.__revert" id="HgStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__revert" /> - <keyword name="HgStatusDialog.__showContextMenu" id="HgStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showContextMenu" /> - <keyword name="HgStatusDialog.__showError" id="HgStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__showError" /> - <keyword name="HgStatusDialog.__updateButtons" id="HgStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__updateButtons" /> - <keyword name="HgStatusDialog.__updateCommitButton" id="HgStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.__updateCommitButton" /> - <keyword name="HgStatusDialog.closeEvent" id="HgStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.closeEvent" /> - <keyword name="HgStatusDialog.keyPressEvent" id="HgStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.keyPressEvent" /> - <keyword name="HgStatusDialog.on_addButton_clicked" id="HgStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_addButton_clicked" /> - <keyword name="HgStatusDialog.on_buttonBox_clicked" id="HgStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_buttonBox_clicked" /> - <keyword name="HgStatusDialog.on_commitButton_clicked" id="HgStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_commitButton_clicked" /> - <keyword name="HgStatusDialog.on_diffButton_clicked" id="HgStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_diffButton_clicked" /> - <keyword name="HgStatusDialog.on_forgetButton_clicked" id="HgStatusDialog.on_forgetButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_forgetButton_clicked" /> - <keyword name="HgStatusDialog.on_input_returnPressed" id="HgStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_input_returnPressed" /> - <keyword name="HgStatusDialog.on_passwordCheckBox_toggled" id="HgStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgStatusDialog.on_refreshButton_clicked" id="HgStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_refreshButton_clicked" /> - <keyword name="HgStatusDialog.on_restoreButton_clicked" id="HgStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_restoreButton_clicked" /> - <keyword name="HgStatusDialog.on_revertButton_clicked" id="HgStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_revertButton_clicked" /> - <keyword name="HgStatusDialog.on_sendButton_clicked" id="HgStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_sendButton_clicked" /> - <keyword name="HgStatusDialog.on_statusFilterCombo_activated" id="HgStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusFilterCombo_activated" /> - <keyword name="HgStatusDialog.on_statusList_itemChanged" id="HgStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusList_itemChanged" /> - <keyword name="HgStatusDialog.on_statusList_itemSelectionChanged" id="HgStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.on_statusList_itemSelectionChanged" /> - <keyword name="HgStatusDialog.start" id="HgStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html#HgStatusDialog.start" /> - <keyword name="HgImportDialog (Module)" id="HgImportDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html" /> - <keyword name="HgImportDialog" id="HgImportDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog" /> - <keyword name="HgImportDialog (Constructor)" id="HgImportDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.__init__" /> - <keyword name="HgImportDialog.__updateOK" id="HgImportDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.__updateOK" /> - <keyword name="HgImportDialog.getParameters" id="HgImportDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.getParameters" /> - <keyword name="HgImportDialog.on_patchFileButton_clicked" id="HgImportDialog.on_patchFileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileButton_clicked" /> - <keyword name="HgImportDialog.on_patchFileEdit_textChanged" id="HgImportDialog.on_patchFileEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html#HgImportDialog.on_patchFileEdit_textChanged" /> - <keyword name="HgExportDialog (Module)" id="HgExportDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html" /> - <keyword name="HgExportDialog" id="HgExportDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog" /> - <keyword name="HgExportDialog (Constructor)" id="HgExportDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.__init__" /> - <keyword name="HgExportDialog.__updateOK" id="HgExportDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.__updateOK" /> - <keyword name="HgExportDialog.getParameters" id="HgExportDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.getParameters" /> - <keyword name="HgExportDialog.on_changesetsEdit_textChanged" id="HgExportDialog.on_changesetsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_changesetsEdit_textChanged" /> - <keyword name="HgExportDialog.on_directoryButton_clicked" id="HgExportDialog.on_directoryButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryButton_clicked" /> - <keyword name="HgExportDialog.on_directoryEdit_textChanged" id="HgExportDialog.on_directoryEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_directoryEdit_textChanged" /> - <keyword name="HgExportDialog.on_patternEdit_textChanged" id="HgExportDialog.on_patternEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html#HgExportDialog.on_patternEdit_textChanged" /> - <keyword name="hg (Module)" id="hg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html" /> - <keyword name="Hg" id="Hg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg" /> - <keyword name="Hg (Constructor)" id="Hg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__init__" /> - <keyword name="Hg.__getExtensionsInfo" id="Hg.__getExtensionsInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__getExtensionsInfo" /> - <keyword name="Hg.__hgURL" id="Hg.__hgURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__hgURL" /> - <keyword name="Hg.__iniFileChanged" id="Hg.__iniFileChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__iniFileChanged" /> - <keyword name="Hg.__monitorRepoIniFile" id="Hg.__monitorRepoIniFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__monitorRepoIniFile" /> - <keyword name="Hg.__vcsCommit_Step2" id="Hg.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.__vcsCommit_Step2" /> - <keyword name="Hg._createStatusMonitorThread" id="Hg._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg._createStatusMonitorThread" /> - <keyword name="Hg.clearStatusCache" id="Hg.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.clearStatusCache" /> - <keyword name="Hg.getClient" id="Hg.getClient" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getClient" /> - <keyword name="Hg.getExtensionObject" id="Hg.getExtensionObject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getExtensionObject" /> - <keyword name="Hg.getPlugin" id="Hg.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.getPlugin" /> - <keyword name="Hg.hgAnnotate" id="Hg.hgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgAnnotate" /> - <keyword name="Hg.hgBackout" id="Hg.hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBackout" /> - <keyword name="Hg.hgBisect" id="Hg.hgBisect" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBisect" /> - <keyword name="Hg.hgBranch" id="Hg.hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBranch" /> - <keyword name="Hg.hgBundle" id="Hg.hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgBundle" /> - <keyword name="Hg.hgCopy" id="Hg.hgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCopy" /> - <keyword name="Hg.hgCreateIgnoreFile" id="Hg.hgCreateIgnoreFile" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgCreateIgnoreFile" /> - <keyword name="Hg.hgEditConfig" id="Hg.hgEditConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditConfig" /> - <keyword name="Hg.hgEditUserConfig" id="Hg.hgEditUserConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgEditUserConfig" /> - <keyword name="Hg.hgExport" id="Hg.hgExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExport" /> - <keyword name="Hg.hgExtendedDiff" id="Hg.hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgExtendedDiff" /> - <keyword name="Hg.hgForget" id="Hg.hgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgForget" /> - <keyword name="Hg.hgGetBranchesList" id="Hg.hgGetBranchesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetBranchesList" /> - <keyword name="Hg.hgGetTagsList" id="Hg.hgGetTagsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgGetTagsList" /> - <keyword name="Hg.hgIdentify" id="Hg.hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentify" /> - <keyword name="Hg.hgIdentifyBundle" id="Hg.hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIdentifyBundle" /> - <keyword name="Hg.hgImport" id="Hg.hgImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgImport" /> - <keyword name="Hg.hgIncoming" id="Hg.hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgIncoming" /> - <keyword name="Hg.hgInfo" id="Hg.hgInfo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgInfo" /> - <keyword name="Hg.hgListTagBranch" id="Hg.hgListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgListTagBranch" /> - <keyword name="Hg.hgLogBrowser" id="Hg.hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgLogBrowser" /> - <keyword name="Hg.hgNormalizeURL" id="Hg.hgNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgNormalizeURL" /> - <keyword name="Hg.hgOutgoing" id="Hg.hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgOutgoing" /> - <keyword name="Hg.hgPreviewBundle" id="Hg.hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPreviewBundle" /> - <keyword name="Hg.hgPull" id="Hg.hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPull" /> - <keyword name="Hg.hgPush" id="Hg.hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgPush" /> - <keyword name="Hg.hgRecover" id="Hg.hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRecover" /> - <keyword name="Hg.hgResolve" id="Hg.hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgResolve" /> - <keyword name="Hg.hgRevert" id="Hg.hgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRevert" /> - <keyword name="Hg.hgRollback" id="Hg.hgRollback" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgRollback" /> - <keyword name="Hg.hgServe" id="Hg.hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgServe" /> - <keyword name="Hg.hgShowBranch" id="Hg.hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowBranch" /> - <keyword name="Hg.hgShowConfig" id="Hg.hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowConfig" /> - <keyword name="Hg.hgShowPaths" id="Hg.hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgShowPaths" /> - <keyword name="Hg.hgUnbundle" id="Hg.hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgUnbundle" /> - <keyword name="Hg.hgVerify" id="Hg.hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.hgVerify" /> - <keyword name="Hg.isExtensionActive" id="Hg.isExtensionActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.isExtensionActive" /> - <keyword name="Hg.vcsAdd" id="Hg.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAdd" /> - <keyword name="Hg.vcsAddBinary" id="Hg.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddBinary" /> - <keyword name="Hg.vcsAddTree" id="Hg.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddTree" /> - <keyword name="Hg.vcsAllRegisteredStates" id="Hg.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAllRegisteredStates" /> - <keyword name="Hg.vcsCheckout" id="Hg.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCheckout" /> - <keyword name="Hg.vcsCleanup" id="Hg.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCleanup" /> - <keyword name="Hg.vcsCommandLine" id="Hg.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommandLine" /> - <keyword name="Hg.vcsCommit" id="Hg.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommit" /> - <keyword name="Hg.vcsConvertProject" id="Hg.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsConvertProject" /> - <keyword name="Hg.vcsDiff" id="Hg.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsDiff" /> - <keyword name="Hg.vcsExists" id="Hg.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExists" /> - <keyword name="Hg.vcsExport" id="Hg.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExport" /> - <keyword name="Hg.vcsGetProjectBrowserHelper" id="Hg.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectBrowserHelper" /> - <keyword name="Hg.vcsGetProjectHelper" id="Hg.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsGetProjectHelper" /> - <keyword name="Hg.vcsImport" id="Hg.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsImport" /> - <keyword name="Hg.vcsInit" id="Hg.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsInit" /> - <keyword name="Hg.vcsLog" id="Hg.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsLog" /> - <keyword name="Hg.vcsMerge" id="Hg.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMerge" /> - <keyword name="Hg.vcsMove" id="Hg.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsMove" /> - <keyword name="Hg.vcsName" id="Hg.vcsName" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsName" /> - <keyword name="Hg.vcsNewProjectOptionsDialog" id="Hg.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsNewProjectOptionsDialog" /> - <keyword name="Hg.vcsOptionsDialog" id="Hg.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsOptionsDialog" /> - <keyword name="Hg.vcsRegisteredState" id="Hg.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRegisteredState" /> - <keyword name="Hg.vcsRemove" id="Hg.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRemove" /> - <keyword name="Hg.vcsRepositoryInfos" id="Hg.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsRepositoryInfos" /> - <keyword name="Hg.vcsShutdown" id="Hg.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsShutdown" /> - <keyword name="Hg.vcsStatus" id="Hg.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsStatus" /> - <keyword name="Hg.vcsSwitch" id="Hg.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsSwitch" /> - <keyword name="Hg.vcsTag" id="Hg.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsTag" /> - <keyword name="Hg.vcsUpdate" id="Hg.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsUpdate" /> - <keyword name="HgServeDialog (Module)" id="HgServeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html" /> - <keyword name="HgServeDialog" id="HgServeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog" /> - <keyword name="HgServeDialog (Constructor)" id="HgServeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__init__" /> - <keyword name="HgServeDialog.__appendText" id="HgServeDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__appendText" /> - <keyword name="HgServeDialog.__procFinished" id="HgServeDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__procFinished" /> - <keyword name="HgServeDialog.__readStderr" id="HgServeDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStderr" /> - <keyword name="HgServeDialog.__readStdout" id="HgServeDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__readStdout" /> - <keyword name="HgServeDialog.__startBrowser" id="HgServeDialog.__startBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startBrowser" /> - <keyword name="HgServeDialog.__startServer" id="HgServeDialog.__startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__startServer" /> - <keyword name="HgServeDialog.__stopServer" id="HgServeDialog.__stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.__stopServer" /> - <keyword name="HgServeDialog.closeEvent" id="HgServeDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html#HgServeDialog.closeEvent" /> - <keyword name="HgTagDialog (Module)" id="HgTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html" /> - <keyword name="HgTagDialog" id="HgTagDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog" /> - <keyword name="HgTagDialog (Constructor)" id="HgTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.__init__" /> - <keyword name="HgTagDialog.getParameters" id="HgTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.getParameters" /> - <keyword name="HgTagDialog.on_tagCombo_editTextChanged" id="HgTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgCommitDialog (Module)" id="HgCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html" /> - <keyword name="HgCommitDialog" id="HgCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog" /> - <keyword name="HgCommitDialog (Constructor)" id="HgCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.__init__" /> - <keyword name="HgCommitDialog.logMessage" id="HgCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.logMessage" /> - <keyword name="HgCommitDialog.on_buttonBox_accepted" id="HgCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_accepted" /> - <keyword name="HgCommitDialog.on_buttonBox_clicked" id="HgCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_clicked" /> - <keyword name="HgCommitDialog.on_buttonBox_rejected" id="HgCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_buttonBox_rejected" /> - <keyword name="HgCommitDialog.on_recentComboBox_activated" id="HgCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.on_recentComboBox_activated" /> - <keyword name="HgCommitDialog.showEvent" id="HgCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html#HgCommitDialog.showEvent" /> - <keyword name="HgNewProjectOptionsDialog (Module)" id="HgNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html" /> - <keyword name="HgNewProjectOptionsDialog" id="HgNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog" /> - <keyword name="HgNewProjectOptionsDialog (Constructor)" id="HgNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.__init__" /> - <keyword name="HgNewProjectOptionsDialog.getData" id="HgNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.getData" /> - <keyword name="HgNewProjectOptionsDialog.on_projectDirButton_clicked" id="HgNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_projectDirButton_clicked" /> - <keyword name="HgNewProjectOptionsDialog.on_protocolCombo_activated" id="HgNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_protocolCombo_activated" /> - <keyword name="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html#HgNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html" /> - <keyword name="HgProjectHelper" id="HgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper" /> - <keyword name="HgProjectHelper (Constructor)" id="HgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__init__" /> - <keyword name="HgProjectHelper.__hgBackout" id="HgProjectHelper.__hgBackout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBackout" /> - <keyword name="HgProjectHelper.__hgBisectBad" id="HgProjectHelper.__hgBisectBad" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectBad" /> - <keyword name="HgProjectHelper.__hgBisectGood" id="HgProjectHelper.__hgBisectGood" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectGood" /> - <keyword name="HgProjectHelper.__hgBisectReset" id="HgProjectHelper.__hgBisectReset" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectReset" /> - <keyword name="HgProjectHelper.__hgBisectSkip" id="HgProjectHelper.__hgBisectSkip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBisectSkip" /> - <keyword name="HgProjectHelper.__hgBranch" id="HgProjectHelper.__hgBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranch" /> - <keyword name="HgProjectHelper.__hgBranchList" id="HgProjectHelper.__hgBranchList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBranchList" /> - <keyword name="HgProjectHelper.__hgBundle" id="HgProjectHelper.__hgBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgBundle" /> - <keyword name="HgProjectHelper.__hgCloseBranch" id="HgProjectHelper.__hgCloseBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCloseBranch" /> - <keyword name="HgProjectHelper.__hgConfigure" id="HgProjectHelper.__hgConfigure" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgConfigure" /> - <keyword name="HgProjectHelper.__hgCreateIgnore" id="HgProjectHelper.__hgCreateIgnore" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgCreateIgnore" /> - <keyword name="HgProjectHelper.__hgEditRepoConfig" id="HgProjectHelper.__hgEditRepoConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditRepoConfig" /> - <keyword name="HgProjectHelper.__hgEditUserConfig" id="HgProjectHelper.__hgEditUserConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgEditUserConfig" /> - <keyword name="HgProjectHelper.__hgExport" id="HgProjectHelper.__hgExport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExport" /> - <keyword name="HgProjectHelper.__hgExtendedDiff" id="HgProjectHelper.__hgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgExtendedDiff" /> - <keyword name="HgProjectHelper.__hgHeads" id="HgProjectHelper.__hgHeads" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgHeads" /> - <keyword name="HgProjectHelper.__hgIdentify" id="HgProjectHelper.__hgIdentify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentify" /> - <keyword name="HgProjectHelper.__hgIdentifyBundle" id="HgProjectHelper.__hgIdentifyBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIdentifyBundle" /> - <keyword name="HgProjectHelper.__hgImport" id="HgProjectHelper.__hgImport" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgImport" /> - <keyword name="HgProjectHelper.__hgIncoming" id="HgProjectHelper.__hgIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgIncoming" /> - <keyword name="HgProjectHelper.__hgLogBrowser" id="HgProjectHelper.__hgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgLogBrowser" /> - <keyword name="HgProjectHelper.__hgOutgoing" id="HgProjectHelper.__hgOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgOutgoing" /> - <keyword name="HgProjectHelper.__hgParents" id="HgProjectHelper.__hgParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgParents" /> - <keyword name="HgProjectHelper.__hgPreviewBundle" id="HgProjectHelper.__hgPreviewBundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPreviewBundle" /> - <keyword name="HgProjectHelper.__hgPull" id="HgProjectHelper.__hgPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPull" /> - <keyword name="HgProjectHelper.__hgPush" id="HgProjectHelper.__hgPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPush" /> - <keyword name="HgProjectHelper.__hgPushForced" id="HgProjectHelper.__hgPushForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushForced" /> - <keyword name="HgProjectHelper.__hgPushNewBranch" id="HgProjectHelper.__hgPushNewBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgPushNewBranch" /> - <keyword name="HgProjectHelper.__hgRecover" id="HgProjectHelper.__hgRecover" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRecover" /> - <keyword name="HgProjectHelper.__hgResolve" id="HgProjectHelper.__hgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgResolve" /> - <keyword name="HgProjectHelper.__hgRevert" id="HgProjectHelper.__hgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRevert" /> - <keyword name="HgProjectHelper.__hgRollback" id="HgProjectHelper.__hgRollback" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgRollback" /> - <keyword name="HgProjectHelper.__hgServe" id="HgProjectHelper.__hgServe" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgServe" /> - <keyword name="HgProjectHelper.__hgShowBranch" id="HgProjectHelper.__hgShowBranch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowBranch" /> - <keyword name="HgProjectHelper.__hgShowConfig" id="HgProjectHelper.__hgShowConfig" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowConfig" /> - <keyword name="HgProjectHelper.__hgShowPaths" id="HgProjectHelper.__hgShowPaths" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgShowPaths" /> - <keyword name="HgProjectHelper.__hgTagList" id="HgProjectHelper.__hgTagList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTagList" /> - <keyword name="HgProjectHelper.__hgTip" id="HgProjectHelper.__hgTip" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgTip" /> - <keyword name="HgProjectHelper.__hgUnbundle" id="HgProjectHelper.__hgUnbundle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgUnbundle" /> - <keyword name="HgProjectHelper.__hgVerify" id="HgProjectHelper.__hgVerify" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__hgVerify" /> - <keyword name="HgProjectHelper.__showExtensionMenu" id="HgProjectHelper.__showExtensionMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.__showExtensionMenu" /> - <keyword name="HgProjectHelper.getActions" id="HgProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.getActions" /> - <keyword name="HgProjectHelper.initActions" id="HgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initActions" /> - <keyword name="HgProjectHelper.initMenu" id="HgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.initMenu" /> - <keyword name="HgProjectHelper.setObjects" id="HgProjectHelper.setObjects" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.setObjects" /> - <keyword name="HgProjectHelper.shutdown" id="HgProjectHelper.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html#HgProjectHelper.shutdown" /> - <keyword name="HgClient (Module)" id="HgClient (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html" /> - <keyword name="HgClient" id="HgClient" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient" /> - <keyword name="HgClient (Constructor)" id="HgClient (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__init__" /> - <keyword name="HgClient.__prompt" id="HgClient.__prompt" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__prompt" /> - <keyword name="HgClient.__readChannel" id="HgClient.__readChannel" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__readChannel" /> - <keyword name="HgClient.__readHello" id="HgClient.__readHello" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__readHello" /> - <keyword name="HgClient.__runcommand" id="HgClient.__runcommand" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__runcommand" /> - <keyword name="HgClient.__serverFinished" id="HgClient.__serverFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__serverFinished" /> - <keyword name="HgClient.__writeDataBlock" id="HgClient.__writeDataBlock" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.__writeDataBlock" /> - <keyword name="HgClient.cancel" id="HgClient.cancel" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.cancel" /> - <keyword name="HgClient.func" id="HgClient.func" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.func" /> - <keyword name="HgClient.isExecuting" id="HgClient.isExecuting" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.isExecuting" /> - <keyword name="HgClient.myprompt" id="HgClient.myprompt" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.myprompt" /> - <keyword name="HgClient.restartServer" id="HgClient.restartServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.restartServer" /> - <keyword name="HgClient.runcommand" id="HgClient.runcommand" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.runcommand" /> - <keyword name="HgClient.startServer" id="HgClient.startServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.startServer" /> - <keyword name="HgClient.stopServer" id="HgClient.stopServer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.stopServer" /> - <keyword name="HgClient.wasCanceled" id="HgClient.wasCanceled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html#HgClient.wasCanceled" /> - <keyword name="HgAnnotateDialog (Module)" id="HgAnnotateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html" /> - <keyword name="HgAnnotateDialog" id="HgAnnotateDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog" /> - <keyword name="HgAnnotateDialog (Constructor)" id="HgAnnotateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__init__" /> - <keyword name="HgAnnotateDialog.__finish" id="HgAnnotateDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__finish" /> - <keyword name="HgAnnotateDialog.__generateItem" id="HgAnnotateDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__generateItem" /> - <keyword name="HgAnnotateDialog.__procFinished" id="HgAnnotateDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__procFinished" /> - <keyword name="HgAnnotateDialog.__processOutputLine" id="HgAnnotateDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__processOutputLine" /> - <keyword name="HgAnnotateDialog.__readStderr" id="HgAnnotateDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStderr" /> - <keyword name="HgAnnotateDialog.__readStdout" id="HgAnnotateDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__readStdout" /> - <keyword name="HgAnnotateDialog.__resizeColumns" id="HgAnnotateDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__resizeColumns" /> - <keyword name="HgAnnotateDialog.__showError" id="HgAnnotateDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.__showError" /> - <keyword name="HgAnnotateDialog.closeEvent" id="HgAnnotateDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.closeEvent" /> - <keyword name="HgAnnotateDialog.keyPressEvent" id="HgAnnotateDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.keyPressEvent" /> - <keyword name="HgAnnotateDialog.on_buttonBox_clicked" id="HgAnnotateDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_buttonBox_clicked" /> - <keyword name="HgAnnotateDialog.on_input_returnPressed" id="HgAnnotateDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_input_returnPressed" /> - <keyword name="HgAnnotateDialog.on_passwordCheckBox_toggled" id="HgAnnotateDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgAnnotateDialog.on_sendButton_clicked" id="HgAnnotateDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.on_sendButton_clicked" /> - <keyword name="HgAnnotateDialog.start" id="HgAnnotateDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html#HgAnnotateDialog.start" /> - <keyword name="HgMergeDialog (Module)" id="HgMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html" /> - <keyword name="HgMergeDialog" id="HgMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog" /> - <keyword name="HgMergeDialog (Constructor)" id="HgMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__init__" /> - <keyword name="HgMergeDialog.__updateOK" id="HgMergeDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.__updateOK" /> - <keyword name="HgMergeDialog.getParameters" id="HgMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.getParameters" /> - <keyword name="HgMergeDialog.on_bookmarkButton_toggled" id="HgMergeDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_bookmarkButton_toggled" /> - <keyword name="HgMergeDialog.on_bookmarkCombo_editTextChanged" id="HgMergeDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgMergeDialog.on_branchButton_toggled" id="HgMergeDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_branchButton_toggled" /> - <keyword name="HgMergeDialog.on_branchCombo_editTextChanged" id="HgMergeDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgMergeDialog.on_idButton_toggled" id="HgMergeDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_idButton_toggled" /> - <keyword name="HgMergeDialog.on_idEdit_textChanged" id="HgMergeDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_idEdit_textChanged" /> - <keyword name="HgMergeDialog.on_tagButton_toggled" id="HgMergeDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_tagButton_toggled" /> - <keyword name="HgMergeDialog.on_tagCombo_editTextChanged" id="HgMergeDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html#HgMergeDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgMultiRevisionSelectionDialog (Module)" id="HgMultiRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html" /> - <keyword name="HgMultiRevisionSelectionDialog" id="HgMultiRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog" /> - <keyword name="HgMultiRevisionSelectionDialog (Constructor)" id="HgMultiRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.__init__" /> - <keyword name="HgMultiRevisionSelectionDialog.__updateOK" id="HgMultiRevisionSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.__updateOK" /> - <keyword name="HgMultiRevisionSelectionDialog.getRevisions" id="HgMultiRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.getRevisions" /> - <keyword name="HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" id="HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_bookmarkButton_toggled" /> - <keyword name="HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgMultiRevisionSelectionDialog.on_branchButton_toggled" id="HgMultiRevisionSelectionDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_branchButton_toggled" /> - <keyword name="HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" id="HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_changesetsButton_toggled" /> - <keyword name="HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" id="HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_changesetsEdit_textChanged" /> - <keyword name="HgMultiRevisionSelectionDialog.on_limitGroup_toggled" id="HgMultiRevisionSelectionDialog.on_limitGroup_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_limitGroup_toggled" /> - <keyword name="HgMultiRevisionSelectionDialog.on_tagButton_toggled" id="HgMultiRevisionSelectionDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_tagButton_toggled" /> - <keyword name="HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" id="HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html#HgMultiRevisionSelectionDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgCommandDialog (Module)" id="HgCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html" /> - <keyword name="HgCommandDialog" id="HgCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog" /> - <keyword name="HgCommandDialog (Constructor)" id="HgCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.__init__" /> - <keyword name="HgCommandDialog.getData" id="HgCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.getData" /> - <keyword name="HgCommandDialog.on_commandCombo_editTextChanged" id="HgCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html#HgCommandDialog.on_commandCombo_editTextChanged" /> - <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html" /> - <keyword name="HgProjectBrowserHelper" id="HgProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper" /> - <keyword name="HgProjectBrowserHelper (Constructor)" id="HgProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__init__" /> - <keyword name="HgProjectBrowserHelper.__HgAnnotate" id="HgProjectBrowserHelper.__HgAnnotate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgAnnotate" /> - <keyword name="HgProjectBrowserHelper.__HgCopy" id="HgProjectBrowserHelper.__HgCopy" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgCopy" /> - <keyword name="HgProjectBrowserHelper.__HgExtendedDiff" id="HgProjectBrowserHelper.__HgExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgExtendedDiff" /> - <keyword name="HgProjectBrowserHelper.__HgForget" id="HgProjectBrowserHelper.__HgForget" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgForget" /> - <keyword name="HgProjectBrowserHelper.__HgLogBrowser" id="HgProjectBrowserHelper.__HgLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgLogBrowser" /> - <keyword name="HgProjectBrowserHelper.__HgMove" id="HgProjectBrowserHelper.__HgMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgMove" /> - <keyword name="HgProjectBrowserHelper.__HgResolve" id="HgProjectBrowserHelper.__HgResolve" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgResolve" /> - <keyword name="HgProjectBrowserHelper.__HgRevert" id="HgProjectBrowserHelper.__HgRevert" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.__HgRevert" /> - <keyword name="HgProjectBrowserHelper._addVCSMenu" id="HgProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenu" /> - <keyword name="HgProjectBrowserHelper._addVCSMenuBack" id="HgProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuBack" /> - <keyword name="HgProjectBrowserHelper._addVCSMenuDir" id="HgProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDir" /> - <keyword name="HgProjectBrowserHelper._addVCSMenuDirMulti" id="HgProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuDirMulti" /> - <keyword name="HgProjectBrowserHelper._addVCSMenuMulti" id="HgProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper._addVCSMenuMulti" /> - <keyword name="HgProjectBrowserHelper.showContextMenu" id="HgProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenu" /> - <keyword name="HgProjectBrowserHelper.showContextMenuDir" id="HgProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDir" /> - <keyword name="HgProjectBrowserHelper.showContextMenuDirMulti" id="HgProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuDirMulti" /> - <keyword name="HgProjectBrowserHelper.showContextMenuMulti" id="HgProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html#HgProjectBrowserHelper.showContextMenuMulti" /> - <keyword name="HgExtensionProjectHelper (Module)" id="HgExtensionProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html" /> - <keyword name="HgExtensionProjectHelper" id="HgExtensionProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper" /> - <keyword name="HgExtensionProjectHelper (Constructor)" id="HgExtensionProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.__init__" /> - <keyword name="HgExtensionProjectHelper.getActions" id="HgExtensionProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.getActions" /> - <keyword name="HgExtensionProjectHelper.initActions" id="HgExtensionProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.initActions" /> - <keyword name="HgExtensionProjectHelper.initMenu" id="HgExtensionProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.initMenu" /> - <keyword name="HgExtensionProjectHelper.menuTitle" id="HgExtensionProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.menuTitle" /> - <keyword name="HgExtensionProjectHelper.setObjects" id="HgExtensionProjectHelper.setObjects" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html#HgExtensionProjectHelper.setObjects" /> - <keyword name="HgRevisionsSelectionDialog (Module)" id="HgRevisionsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html" /> - <keyword name="HgRevisionsSelectionDialog" id="HgRevisionsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog" /> - <keyword name="HgRevisionsSelectionDialog (Constructor)" id="HgRevisionsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__init__" /> - <keyword name="HgRevisionsSelectionDialog.__getRevision" id="HgRevisionsSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__getRevision" /> - <keyword name="HgRevisionsSelectionDialog.__updateOK" id="HgRevisionsSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.__updateOK" /> - <keyword name="HgRevisionsSelectionDialog.getRevisions" id="HgRevisionsSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.getRevisions" /> - <keyword name="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" id="HgRevisionsSelectionDialog.on_bookmark1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark1Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark1Combo_editTextChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" id="HgRevisionsSelectionDialog.on_bookmark2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark2Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_bookmark2Combo_editTextChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_branch1Button_toggled" id="HgRevisionsSelectionDialog.on_branch1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch1Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch1Combo_editTextChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_branch2Button_toggled" id="HgRevisionsSelectionDialog.on_branch2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch2Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_branch2Combo_editTextChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_id1Button_toggled" id="HgRevisionsSelectionDialog.on_id1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id1Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_id1Edit_textChanged" id="HgRevisionsSelectionDialog.on_id1Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id1Edit_textChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_id2Button_toggled" id="HgRevisionsSelectionDialog.on_id2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id2Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_id2Edit_textChanged" id="HgRevisionsSelectionDialog.on_id2Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_id2Edit_textChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_tag1Button_toggled" id="HgRevisionsSelectionDialog.on_tag1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag1Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag1Combo_editTextChanged" /> - <keyword name="HgRevisionsSelectionDialog.on_tag2Button_toggled" id="HgRevisionsSelectionDialog.on_tag2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag2Button_toggled" /> - <keyword name="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" id="HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html#HgRevisionsSelectionDialog.on_tag2Combo_editTextChanged" /> - <keyword name="HgUtilities (Module)" id="HgUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" /> - <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html#getConfigPath" /> - <keyword name="HgLogDialog (Module)" id="HgLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html" /> - <keyword name="HgLogDialog" id="HgLogDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog" /> - <keyword name="HgLogDialog (Constructor)" id="HgLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__init__" /> - <keyword name="HgLogDialog.__finish" id="HgLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__finish" /> - <keyword name="HgLogDialog.__getParents" id="HgLogDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__getParents" /> - <keyword name="HgLogDialog.__procFinished" id="HgLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__procFinished" /> - <keyword name="HgLogDialog.__processOutputLine" id="HgLogDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__processOutputLine" /> - <keyword name="HgLogDialog.__readStderr" id="HgLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStderr" /> - <keyword name="HgLogDialog.__readStdout" id="HgLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__readStdout" /> - <keyword name="HgLogDialog.__showError" id="HgLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__showError" /> - <keyword name="HgLogDialog.__sourceChanged" id="HgLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.__sourceChanged" /> - <keyword name="HgLogDialog.closeEvent" id="HgLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.closeEvent" /> - <keyword name="HgLogDialog.keyPressEvent" id="HgLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.keyPressEvent" /> - <keyword name="HgLogDialog.on_input_returnPressed" id="HgLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_input_returnPressed" /> - <keyword name="HgLogDialog.on_passwordCheckBox_toggled" id="HgLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgLogDialog.on_sendButton_clicked" id="HgLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.on_sendButton_clicked" /> - <keyword name="HgLogDialog.start" id="HgLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html#HgLogDialog.start" /> - <keyword name="HgClientPromptDialog (Module)" id="HgClientPromptDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html" /> - <keyword name="HgClientPromptDialog" id="HgClientPromptDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog" /> - <keyword name="HgClientPromptDialog (Constructor)" id="HgClientPromptDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.__init__" /> - <keyword name="HgClientPromptDialog.getInput" id="HgClientPromptDialog.getInput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.getInput" /> - <keyword name="HgClientPromptDialog.on_inputEdit_textChanged" id="HgClientPromptDialog.on_inputEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html#HgClientPromptDialog.on_inputEdit_textChanged" /> - <keyword name="HgOptionsDialog (Module)" id="HgOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html" /> - <keyword name="HgOptionsDialog" id="HgOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog" /> - <keyword name="HgOptionsDialog (Constructor)" id="HgOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.__init__" /> - <keyword name="HgOptionsDialog.getData" id="HgOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html#HgOptionsDialog.getData" /> - <keyword name="HgRevisionSelectionDialog (Module)" id="HgRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html" /> - <keyword name="HgRevisionSelectionDialog" id="HgRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog" /> - <keyword name="HgRevisionSelectionDialog (Constructor)" id="HgRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__init__" /> - <keyword name="HgRevisionSelectionDialog.__updateOK" id="HgRevisionSelectionDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.__updateOK" /> - <keyword name="HgRevisionSelectionDialog.getRevision" id="HgRevisionSelectionDialog.getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.getRevision" /> - <keyword name="HgRevisionSelectionDialog.on_bookmarkButton_toggled" id="HgRevisionSelectionDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_bookmarkButton_toggled" /> - <keyword name="HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" id="HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgRevisionSelectionDialog.on_branchButton_toggled" id="HgRevisionSelectionDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_branchButton_toggled" /> - <keyword name="HgRevisionSelectionDialog.on_branchCombo_editTextChanged" id="HgRevisionSelectionDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgRevisionSelectionDialog.on_idButton_toggled" id="HgRevisionSelectionDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_idButton_toggled" /> - <keyword name="HgRevisionSelectionDialog.on_idEdit_textChanged" id="HgRevisionSelectionDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_idEdit_textChanged" /> - <keyword name="HgRevisionSelectionDialog.on_tagButton_toggled" id="HgRevisionSelectionDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_tagButton_toggled" /> - <keyword name="HgRevisionSelectionDialog.on_tagCombo_editTextChanged" id="HgRevisionSelectionDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html#HgRevisionSelectionDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgExtension (Module)" id="HgExtension (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html" /> - <keyword name="HgExtension" id="HgExtension" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension" /> - <keyword name="HgExtension (Constructor)" id="HgExtension (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension.__init__" /> - <keyword name="HgExtension.shutdown" id="HgExtension.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgExtension.html#HgExtension.shutdown" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.Config.html" /> - <keyword name="HgDialog (Module)" id="HgDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html" /> - <keyword name="HgDialog" id="HgDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog" /> - <keyword name="HgDialog (Constructor)" id="HgDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__init__" /> - <keyword name="HgDialog.__finish" id="HgDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__finish" /> - <keyword name="HgDialog.__procFinished" id="HgDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__procFinished" /> - <keyword name="HgDialog.__readStderr" id="HgDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStderr" /> - <keyword name="HgDialog.__readStdout" id="HgDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__readStdout" /> - <keyword name="HgDialog.__showError" id="HgDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showError" /> - <keyword name="HgDialog.__showOutput" id="HgDialog.__showOutput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.__showOutput" /> - <keyword name="HgDialog.hasAddOrDelete" id="HgDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.hasAddOrDelete" /> - <keyword name="HgDialog.keyPressEvent" id="HgDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.keyPressEvent" /> - <keyword name="HgDialog.normalExit" id="HgDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExit" /> - <keyword name="HgDialog.normalExitWithoutErrors" id="HgDialog.normalExitWithoutErrors" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.normalExitWithoutErrors" /> - <keyword name="HgDialog.on_buttonBox_clicked" id="HgDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_buttonBox_clicked" /> - <keyword name="HgDialog.on_input_returnPressed" id="HgDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_input_returnPressed" /> - <keyword name="HgDialog.on_passwordCheckBox_toggled" id="HgDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgDialog.on_sendButton_clicked" id="HgDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.on_sendButton_clicked" /> - <keyword name="HgDialog.startProcess" id="HgDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDialog.html#HgDialog.startProcess" /> - <keyword name="HgBackoutDialog (Module)" id="HgBackoutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html" /> - <keyword name="HgBackoutDialog" id="HgBackoutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog" /> - <keyword name="HgBackoutDialog (Constructor)" id="HgBackoutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__init__" /> - <keyword name="HgBackoutDialog.__updateOK" id="HgBackoutDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__updateOK" /> - <keyword name="HgBackoutDialog.getParameters" id="HgBackoutDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.getParameters" /> - <keyword name="HgBackoutDialog.on_bookmarkButton_toggled" id="HgBackoutDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_bookmarkButton_toggled" /> - <keyword name="HgBackoutDialog.on_bookmarkCombo_editTextChanged" id="HgBackoutDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgBackoutDialog.on_branchButton_toggled" id="HgBackoutDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_branchButton_toggled" /> - <keyword name="HgBackoutDialog.on_branchCombo_editTextChanged" id="HgBackoutDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgBackoutDialog.on_idButton_toggled" id="HgBackoutDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_idButton_toggled" /> - <keyword name="HgBackoutDialog.on_idEdit_textChanged" id="HgBackoutDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_idEdit_textChanged" /> - <keyword name="HgBackoutDialog.on_noneButton_toggled" id="HgBackoutDialog.on_noneButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_noneButton_toggled" /> - <keyword name="HgBackoutDialog.on_tagButton_toggled" id="HgBackoutDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_tagButton_toggled" /> - <keyword name="HgBackoutDialog.on_tagCombo_editTextChanged" id="HgBackoutDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgLogBrowserDialog (Module)" id="HgLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html" /> - <keyword name="HgLogBrowserDialog" id="HgLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog" /> - <keyword name="HgLogBrowserDialog (Constructor)" id="HgLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__init__" /> - <keyword name="HgLogBrowserDialog.__branchColor" id="HgLogBrowserDialog.__branchColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__branchColor" /> - <keyword name="HgLogBrowserDialog.__diffRevisions" id="HgLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__diffRevisions" /> - <keyword name="HgLogBrowserDialog.__filterLogs" id="HgLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__filterLogs" /> - <keyword name="HgLogBrowserDialog.__finish" id="HgLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__finish" /> - <keyword name="HgLogBrowserDialog.__generateEdges" id="HgLogBrowserDialog.__generateEdges" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateEdges" /> - <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" /> - <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" /> - <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" /> - <keyword name="HgLogBrowserDialog.__getClosedBranches" id="HgLogBrowserDialog.__getClosedBranches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getClosedBranches" /> - <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" /> - <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" /> - <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" /> - <keyword name="HgLogBrowserDialog.__identifyProject" id="HgLogBrowserDialog.__identifyProject" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__identifyProject" /> - <keyword name="HgLogBrowserDialog.__initData" id="HgLogBrowserDialog.__initData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__initData" /> - <keyword name="HgLogBrowserDialog.__procFinished" id="HgLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__procFinished" /> - <keyword name="HgLogBrowserDialog.__processBuffer" id="HgLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__processBuffer" /> - <keyword name="HgLogBrowserDialog.__readStderr" id="HgLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStderr" /> - <keyword name="HgLogBrowserDialog.__readStdout" id="HgLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__readStdout" /> - <keyword name="HgLogBrowserDialog.__resizeColumnsFiles" id="HgLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsFiles" /> - <keyword name="HgLogBrowserDialog.__resizeColumnsLog" id="HgLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resizeColumnsLog" /> - <keyword name="HgLogBrowserDialog.__resortFiles" id="HgLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__resortFiles" /> - <keyword name="HgLogBrowserDialog.__showError" id="HgLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__showError" /> - <keyword name="HgLogBrowserDialog.__updateDiffButtons" id="HgLogBrowserDialog.__updateDiffButtons" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__updateDiffButtons" /> - <keyword name="HgLogBrowserDialog.closeEvent" id="HgLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.closeEvent" /> - <keyword name="HgLogBrowserDialog.col2x" id="HgLogBrowserDialog.col2x" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.col2x" /> - <keyword name="HgLogBrowserDialog.keyPressEvent" id="HgLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.keyPressEvent" /> - <keyword name="HgLogBrowserDialog.on_branchCombo_activated" id="HgLogBrowserDialog.on_branchCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_branchCombo_activated" /> - <keyword name="HgLogBrowserDialog.on_buttonBox_clicked" id="HgLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_buttonBox_clicked" /> - <keyword name="HgLogBrowserDialog.on_clearRxEditButton_clicked" id="HgLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_clearRxEditButton_clicked" /> - <keyword name="HgLogBrowserDialog.on_diffP1Button_clicked" id="HgLogBrowserDialog.on_diffP1Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP1Button_clicked" /> - <keyword name="HgLogBrowserDialog.on_diffP2Button_clicked" id="HgLogBrowserDialog.on_diffP2Button_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffP2Button_clicked" /> - <keyword name="HgLogBrowserDialog.on_diffRevisionsButton_clicked" id="HgLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_diffRevisionsButton_clicked" /> - <keyword name="HgLogBrowserDialog.on_fieldCombo_activated" id="HgLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fieldCombo_activated" /> - <keyword name="HgLogBrowserDialog.on_fromDate_dateChanged" id="HgLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_fromDate_dateChanged" /> - <keyword name="HgLogBrowserDialog.on_input_returnPressed" id="HgLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_input_returnPressed" /> - <keyword name="HgLogBrowserDialog.on_logTree_currentItemChanged" id="HgLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_currentItemChanged" /> - <keyword name="HgLogBrowserDialog.on_logTree_itemSelectionChanged" id="HgLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_logTree_itemSelectionChanged" /> - <keyword name="HgLogBrowserDialog.on_nextButton_clicked" id="HgLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_nextButton_clicked" /> - <keyword name="HgLogBrowserDialog.on_passwordCheckBox_toggled" id="HgLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgLogBrowserDialog.on_refreshButton_clicked" id="HgLogBrowserDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_refreshButton_clicked" /> - <keyword name="HgLogBrowserDialog.on_rxEdit_textChanged" id="HgLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_rxEdit_textChanged" /> - <keyword name="HgLogBrowserDialog.on_sendButton_clicked" id="HgLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_sendButton_clicked" /> - <keyword name="HgLogBrowserDialog.on_stopCheckBox_clicked" id="HgLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_stopCheckBox_clicked" /> - <keyword name="HgLogBrowserDialog.on_toDate_dateChanged" id="HgLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.on_toDate_dateChanged" /> - <keyword name="HgLogBrowserDialog.start" id="HgLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.start" /> - <keyword name="HgBundleDialog (Module)" id="HgBundleDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html" /> - <keyword name="HgBundleDialog" id="HgBundleDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog" /> - <keyword name="HgBundleDialog (Constructor)" id="HgBundleDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__init__" /> - <keyword name="HgBundleDialog.__updateOK" id="HgBundleDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.__updateOK" /> - <keyword name="HgBundleDialog.getParameters" id="HgBundleDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.getParameters" /> - <keyword name="HgBundleDialog.on_bookmarkButton_toggled" id="HgBundleDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_bookmarkButton_toggled" /> - <keyword name="HgBundleDialog.on_bookmarkCombo_editTextChanged" id="HgBundleDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgBundleDialog.on_branchButton_toggled" id="HgBundleDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_branchButton_toggled" /> - <keyword name="HgBundleDialog.on_branchCombo_editTextChanged" id="HgBundleDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgBundleDialog.on_multipleButton_toggled" id="HgBundleDialog.on_multipleButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_multipleButton_toggled" /> - <keyword name="HgBundleDialog.on_multipleEdit_textChanged" id="HgBundleDialog.on_multipleEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_multipleEdit_textChanged" /> - <keyword name="HgBundleDialog.on_tagButton_toggled" id="HgBundleDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_tagButton_toggled" /> - <keyword name="HgBundleDialog.on_tagCombo_editTextChanged" id="HgBundleDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html#HgBundleDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgTagBranchListDialog (Module)" id="HgTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" /> - <keyword name="HgTagBranchListDialog" id="HgTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog" /> - <keyword name="HgTagBranchListDialog (Constructor)" id="HgTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__init__" /> - <keyword name="HgTagBranchListDialog.__finish" id="HgTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__finish" /> - <keyword name="HgTagBranchListDialog.__generateItem" id="HgTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__generateItem" /> - <keyword name="HgTagBranchListDialog.__procFinished" id="HgTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__procFinished" /> - <keyword name="HgTagBranchListDialog.__processOutputLine" id="HgTagBranchListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__processOutputLine" /> - <keyword name="HgTagBranchListDialog.__readStderr" id="HgTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStderr" /> - <keyword name="HgTagBranchListDialog.__readStdout" id="HgTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__readStdout" /> - <keyword name="HgTagBranchListDialog.__resizeColumns" id="HgTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resizeColumns" /> - <keyword name="HgTagBranchListDialog.__resort" id="HgTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__resort" /> - <keyword name="HgTagBranchListDialog.__showError" id="HgTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.__showError" /> - <keyword name="HgTagBranchListDialog.closeEvent" id="HgTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.closeEvent" /> - <keyword name="HgTagBranchListDialog.keyPressEvent" id="HgTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.keyPressEvent" /> - <keyword name="HgTagBranchListDialog.on_buttonBox_clicked" id="HgTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_buttonBox_clicked" /> - <keyword name="HgTagBranchListDialog.on_input_returnPressed" id="HgTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_input_returnPressed" /> - <keyword name="HgTagBranchListDialog.on_passwordCheckBox_toggled" id="HgTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgTagBranchListDialog.on_sendButton_clicked" id="HgTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.on_sendButton_clicked" /> - <keyword name="HgTagBranchListDialog.start" id="HgTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html#HgTagBranchListDialog.start" /> - <keyword name="HgDiffDialog (Module)" id="HgDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html" /> - <keyword name="HgDiffDialog" id="HgDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog" /> - <keyword name="HgDiffDialog (Constructor)" id="HgDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__init__" /> - <keyword name="HgDiffDialog.__appendText" id="HgDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__appendText" /> - <keyword name="HgDiffDialog.__finish" id="HgDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__finish" /> - <keyword name="HgDiffDialog.__getVersionArg" id="HgDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__getVersionArg" /> - <keyword name="HgDiffDialog.__procFinished" id="HgDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__procFinished" /> - <keyword name="HgDiffDialog.__processOutputLine" id="HgDiffDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__processOutputLine" /> - <keyword name="HgDiffDialog.__readStderr" id="HgDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStderr" /> - <keyword name="HgDiffDialog.__readStdout" id="HgDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__readStdout" /> - <keyword name="HgDiffDialog.__showError" id="HgDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.__showError" /> - <keyword name="HgDiffDialog.closeEvent" id="HgDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.closeEvent" /> - <keyword name="HgDiffDialog.keyPressEvent" id="HgDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.keyPressEvent" /> - <keyword name="HgDiffDialog.on_buttonBox_clicked" id="HgDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_buttonBox_clicked" /> - <keyword name="HgDiffDialog.on_input_returnPressed" id="HgDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_input_returnPressed" /> - <keyword name="HgDiffDialog.on_passwordCheckBox_toggled" id="HgDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgDiffDialog.on_saveButton_clicked" id="HgDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_saveButton_clicked" /> - <keyword name="HgDiffDialog.on_sendButton_clicked" id="HgDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.on_sendButton_clicked" /> - <keyword name="HgDiffDialog.start" id="HgDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html#HgDiffDialog.start" /> - <keyword name="vcsSubversion (Package)" id="vcsSubversion (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.html" /> - <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html" /> - <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog" /> - <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.__init__" /> - <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html#SvnRelocateDialog.getData" /> - <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html" /> - <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" /> - <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" /> - <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" /> - <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" /> - <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html" /> - <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog" /> - <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__init__" /> - <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__finish" /> - <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__generateItem" /> - <keyword name="SvnPropListDialog.__procFinished" id="SvnPropListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__procFinished" /> - <keyword name="SvnPropListDialog.__readStderr" id="SvnPropListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStderr" /> - <keyword name="SvnPropListDialog.__readStdout" id="SvnPropListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__readStdout" /> - <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" /> - <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.__resort" /> - <keyword name="SvnPropListDialog.closeEvent" id="SvnPropListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.closeEvent" /> - <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> - <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.start" /> - <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html" /> - <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog" /> - <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__init__" /> - <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__finish" /> - <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__generateItem" /> - <keyword name="SvnBlameDialog.__procFinished" id="SvnBlameDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__procFinished" /> - <keyword name="SvnBlameDialog.__readStderr" id="SvnBlameDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStderr" /> - <keyword name="SvnBlameDialog.__readStdout" id="SvnBlameDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__readStdout" /> - <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" /> - <keyword name="SvnBlameDialog.closeEvent" id="SvnBlameDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.closeEvent" /> - <keyword name="SvnBlameDialog.keyPressEvent" id="SvnBlameDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.keyPressEvent" /> - <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" /> - <keyword name="SvnBlameDialog.on_input_returnPressed" id="SvnBlameDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_input_returnPressed" /> - <keyword name="SvnBlameDialog.on_passwordCheckBox_toggled" id="SvnBlameDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnBlameDialog.on_sendButton_clicked" id="SvnBlameDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.on_sendButton_clicked" /> - <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html#SvnBlameDialog.start" /> - <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html" /> - <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread" /> - <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" /> - <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" /> - <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html" /> - <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" /> - <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" /> - <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" /> - <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" /> - <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" /> - <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" /> - <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html" /> - <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog" /> - <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__init__" /> - <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__add" /> - <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" /> - <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__breakLock" /> - <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commit" /> - <keyword name="SvnStatusDialog.__commitDeselectAll" id="SvnStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitDeselectAll" /> - <keyword name="SvnStatusDialog.__commitSelect" id="SvnStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitSelect" /> - <keyword name="SvnStatusDialog.__commitSelectAll" id="SvnStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__commitSelectAll" /> - <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__committed" /> - <keyword name="SvnStatusDialog.__diff" id="SvnStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__diff" /> - <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__finish" /> - <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__generateItem" /> - <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" /> - <keyword name="SvnStatusDialog.__getCommitableItems" id="SvnStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getCommitableItems" /> - <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" /> - <keyword name="SvnStatusDialog.__getMissingItems" id="SvnStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getMissingItems" /> - <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" /> - <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" /> - <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" /> - <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__lock" /> - <keyword name="SvnStatusDialog.__procFinished" id="SvnStatusDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__procFinished" /> - <keyword name="SvnStatusDialog.__readStderr" id="SvnStatusDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStderr" /> - <keyword name="SvnStatusDialog.__readStdout" id="SvnStatusDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__readStdout" /> - <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" /> - <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" /> - <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__resort" /> - <keyword name="SvnStatusDialog.__restoreMissing" id="SvnStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__restoreMissing" /> - <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__revert" /> - <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" /> - <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__stealLock" /> - <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__unlock" /> - <keyword name="SvnStatusDialog.__updateButtons" id="SvnStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__updateButtons" /> - <keyword name="SvnStatusDialog.__updateCommitButton" id="SvnStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.__updateCommitButton" /> - <keyword name="SvnStatusDialog.closeEvent" id="SvnStatusDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.closeEvent" /> - <keyword name="SvnStatusDialog.keyPressEvent" id="SvnStatusDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.keyPressEvent" /> - <keyword name="SvnStatusDialog.on_addButton_clicked" id="SvnStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_addButton_clicked" /> - <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" /> - <keyword name="SvnStatusDialog.on_commitButton_clicked" id="SvnStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_commitButton_clicked" /> - <keyword name="SvnStatusDialog.on_diffButton_clicked" id="SvnStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_diffButton_clicked" /> - <keyword name="SvnStatusDialog.on_input_returnPressed" id="SvnStatusDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_input_returnPressed" /> - <keyword name="SvnStatusDialog.on_passwordCheckBox_toggled" id="SvnStatusDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" /> - <keyword name="SvnStatusDialog.on_restoreButton_clicked" id="SvnStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_restoreButton_clicked" /> - <keyword name="SvnStatusDialog.on_revertButton_clicked" id="SvnStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_revertButton_clicked" /> - <keyword name="SvnStatusDialog.on_sendButton_clicked" id="SvnStatusDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_sendButton_clicked" /> - <keyword name="SvnStatusDialog.on_statusFilterCombo_activated" id="SvnStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusFilterCombo_activated" /> - <keyword name="SvnStatusDialog.on_statusList_itemChanged" id="SvnStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemChanged" /> - <keyword name="SvnStatusDialog.on_statusList_itemSelectionChanged" id="SvnStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemSelectionChanged" /> - <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html#SvnStatusDialog.start" /> - <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html" /> - <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion" /> - <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__init__" /> - <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__svnURL" /> - <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.__vcsCommit_Step2" /> - <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion._createStatusMonitorThread" /> - <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.clearStatusCache" /> - <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.getPlugin" /> - <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnAddToChangelist" /> - <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnBlame" /> - <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnCopy" /> - <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnDelProp" /> - <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnExtendedDiff" /> - <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnGetReposName" /> - <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListProps" /> - <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnListTagBranch" /> - <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLock" /> - <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnLogBrowser" /> - <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnNormalizeURL" /> - <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRelocate" /> - <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRemoveFromChangelist" /> - <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnRepoBrowser" /> - <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnResolve" /> - <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnSetProp" /> - <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUnlock" /> - <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.svnUrlDiff" /> - <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAdd" /> - <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddBinary" /> - <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddTree" /> - <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAllRegisteredStates" /> - <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCheckout" /> - <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCleanup" /> - <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommandLine" /> - <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommit" /> - <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsConvertProject" /> - <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsDiff" /> - <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExists" /> - <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsExport" /> - <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectBrowserHelper" /> - <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsGetProjectHelper" /> - <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsImport" /> - <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsInit" /> - <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsLog" /> - <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMerge" /> - <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsMove" /> - <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsName" /> - <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsNewProjectOptionsDialog" /> - <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsOptionsDialog" /> - <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRegisteredState" /> - <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRemove" /> - <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRepositoryInfos" /> - <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsRevert" /> - <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsShutdown" /> - <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsStatus" /> - <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsSwitch" /> - <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsTag" /> - <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsUpdate" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html" /> - <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper" /> - <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__init__" /> - <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnBranchList" /> - <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnConfigure" /> - <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" /> - <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" /> - <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropDel" /> - <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropList" /> - <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnPropSet" /> - <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRelocate" /> - <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" /> - <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnResolve" /> - <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnTagList" /> - <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" /> - <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.getActions" /> - <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initActions" /> - <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html#SvnProjectHelper.initMenu" /> - <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html" /> - <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog" /> - <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.__init__" /> - <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.getParameters" /> - <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" /> - <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html" /> - <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getConfigPath" /> - <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getServersPath" /> - <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html" /> - <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" /> - <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" /> - <keyword name="SvnRepoBrowserDialog.__finish" id="SvnRepoBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__finish" /> - <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" /> - <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" /> - <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" /> - <keyword name="SvnRepoBrowserDialog.__procFinished" id="SvnRepoBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__procFinished" /> - <keyword name="SvnRepoBrowserDialog.__readStderr" id="SvnRepoBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStderr" /> - <keyword name="SvnRepoBrowserDialog.__readStdout" id="SvnRepoBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__readStdout" /> - <keyword name="SvnRepoBrowserDialog.__repoRoot" id="SvnRepoBrowserDialog.__repoRoot" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__repoRoot" /> - <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" /> - <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" /> - <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" /> - <keyword name="SvnRepoBrowserDialog.closeEvent" id="SvnRepoBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.closeEvent" /> - <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" /> - <keyword name="SvnRepoBrowserDialog.keyPressEvent" id="SvnRepoBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.keyPressEvent" /> - <keyword name="SvnRepoBrowserDialog.on_input_returnPressed" id="SvnRepoBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_input_returnPressed" /> - <keyword name="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" id="SvnRepoBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" /> - <keyword name="SvnRepoBrowserDialog.on_sendButton_clicked" id="SvnRepoBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_sendButton_clicked" /> - <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" /> - <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" /> - <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html" /> - <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog" /> - <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__init__" /> - <keyword name="SvnLogDialog.__procFinished" id="SvnLogDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__procFinished" /> - <keyword name="SvnLogDialog.__readStderr" id="SvnLogDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStderr" /> - <keyword name="SvnLogDialog.__readStdout" id="SvnLogDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__readStdout" /> - <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.__sourceChanged" /> - <keyword name="SvnLogDialog.closeEvent" id="SvnLogDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.closeEvent" /> - <keyword name="SvnLogDialog.keyPressEvent" id="SvnLogDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.keyPressEvent" /> - <keyword name="SvnLogDialog.on_input_returnPressed" id="SvnLogDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_input_returnPressed" /> - <keyword name="SvnLogDialog.on_passwordCheckBox_toggled" id="SvnLogDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnLogDialog.on_sendButton_clicked" id="SvnLogDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.on_sendButton_clicked" /> - <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogDialog.html#SvnLogDialog.start" /> - <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html" /> - <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog" /> - <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.__init__" /> - <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> - <keyword name="SvnPropSetDialog.on_fileButton_clicked" id="SvnPropSetDialog.on_fileButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html#SvnPropSetDialog.on_fileButton_clicked" /> - <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html" /> - <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> - <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" /> - <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" /> - <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" /> - <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" /> - <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" /> - <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" /> - <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" /> - <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" /> - <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" /> - <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" /> - <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" /> - <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" /> - <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" /> - <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" /> - <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" /> - <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" /> - <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" /> - <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html" /> - <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog" /> - <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__init__" /> - <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" /> - <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.getParameters" /> - <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" /> - <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" /> - <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html" /> - <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog" /> - <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.__init__" /> - <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.getData" /> - <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html" /> - <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" /> - <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" /> - <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" /> - <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> - <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html" /> - <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog" /> - <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__init__" /> - <keyword name="SvnDialog.__finish" id="SvnDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__finish" /> - <keyword name="SvnDialog.__procFinished" id="SvnDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__procFinished" /> - <keyword name="SvnDialog.__readStderr" id="SvnDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStderr" /> - <keyword name="SvnDialog.__readStdout" id="SvnDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.__readStdout" /> - <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.hasAddOrDelete" /> - <keyword name="SvnDialog.keyPressEvent" id="SvnDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.keyPressEvent" /> - <keyword name="SvnDialog.normalExit" id="SvnDialog.normalExit" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.normalExit" /> - <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_buttonBox_clicked" /> - <keyword name="SvnDialog.on_input_returnPressed" id="SvnDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_input_returnPressed" /> - <keyword name="SvnDialog.on_passwordCheckBox_toggled" id="SvnDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnDialog.on_sendButton_clicked" id="SvnDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.on_sendButton_clicked" /> - <keyword name="SvnDialog.startProcess" id="SvnDialog.startProcess" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html#SvnDialog.startProcess" /> - <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html" /> - <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog" /> - <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.__init__" /> - <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.changelistsData" /> - <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" /> - <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.logMessage" /> - <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" /> - <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" /> - <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" /> - <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" /> - <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html#SvnCommitDialog.showEvent" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.Config.html" /> - <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html" /> - <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog" /> - <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.__init__" /> - <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.getData" /> - <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html" /> - <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog" /> - <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" /> - <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" /> - <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" /> - <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" /> - <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" /> - <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" /> - <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" /> - <keyword name="SvnLogBrowserDialog.__procFinished" id="SvnLogBrowserDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__procFinished" /> - <keyword name="SvnLogBrowserDialog.__processBuffer" id="SvnLogBrowserDialog.__processBuffer" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__processBuffer" /> - <keyword name="SvnLogBrowserDialog.__readStderr" id="SvnLogBrowserDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStderr" /> - <keyword name="SvnLogBrowserDialog.__readStdout" id="SvnLogBrowserDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__readStdout" /> - <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" /> - <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" /> - <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" /> - <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" /> - <keyword name="SvnLogBrowserDialog.closeEvent" id="SvnLogBrowserDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.closeEvent" /> - <keyword name="SvnLogBrowserDialog.keyPressEvent" id="SvnLogBrowserDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.keyPressEvent" /> - <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" /> - <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" /> - <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" /> - <keyword name="SvnLogBrowserDialog.on_input_returnPressed" id="SvnLogBrowserDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_input_returnPressed" /> - <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" /> - <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" /> - <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_passwordCheckBox_toggled" id="SvnLogBrowserDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" /> - <keyword name="SvnLogBrowserDialog.on_sendButton_clicked" id="SvnLogBrowserDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_sendButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" /> - <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" /> - <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" /> - <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html" /> - <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog" /> - <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" /> - <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" /> - <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" /> - <keyword name="SvnTagBranchListDialog.__procFinished" id="SvnTagBranchListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__procFinished" /> - <keyword name="SvnTagBranchListDialog.__readStderr" id="SvnTagBranchListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStderr" /> - <keyword name="SvnTagBranchListDialog.__readStdout" id="SvnTagBranchListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__readStdout" /> - <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" /> - <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" /> - <keyword name="SvnTagBranchListDialog.closeEvent" id="SvnTagBranchListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.closeEvent" /> - <keyword name="SvnTagBranchListDialog.keyPressEvent" id="SvnTagBranchListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.keyPressEvent" /> - <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" /> - <keyword name="SvnTagBranchListDialog.on_input_returnPressed" id="SvnTagBranchListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_input_returnPressed" /> - <keyword name="SvnTagBranchListDialog.on_passwordCheckBox_toggled" id="SvnTagBranchListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnTagBranchListDialog.on_sendButton_clicked" id="SvnTagBranchListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_sendButton_clicked" /> - <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" /> - <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html" /> - <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog" /> - <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__init__" /> - <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__appendText" /> - <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" /> - <keyword name="SvnDiffDialog.__procFinished" id="SvnDiffDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__procFinished" /> - <keyword name="SvnDiffDialog.__readStderr" id="SvnDiffDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStderr" /> - <keyword name="SvnDiffDialog.__readStdout" id="SvnDiffDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.__readStdout" /> - <keyword name="SvnDiffDialog.closeEvent" id="SvnDiffDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.closeEvent" /> - <keyword name="SvnDiffDialog.keyPressEvent" id="SvnDiffDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.keyPressEvent" /> - <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" /> - <keyword name="SvnDiffDialog.on_input_returnPressed" id="SvnDiffDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_input_returnPressed" /> - <keyword name="SvnDiffDialog.on_passwordCheckBox_toggled" id="SvnDiffDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_passwordCheckBox_toggled" /> - <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" /> - <keyword name="SvnDiffDialog.on_sendButton_clicked" id="SvnDiffDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.on_sendButton_clicked" /> - <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html#SvnDiffDialog.start" /> - <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html" /> - <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog" /> - <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.__init__" /> - <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.getData" /> - <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> - <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> - <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html" /> - <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog" /> - <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.__init__" /> - <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" /> - <keyword name="vcsPySvn (Package)" id="vcsPySvn (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.html" /> - <keyword name="SvnRelocateDialog (Module)" id="SvnRelocateDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html" /> - <keyword name="SvnRelocateDialog" id="SvnRelocateDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog" /> - <keyword name="SvnRelocateDialog (Constructor)" id="SvnRelocateDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.__init__" /> - <keyword name="SvnRelocateDialog.getData" id="SvnRelocateDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html#SvnRelocateDialog.getData" /> - <keyword name="SvnRevisionSelectionDialog (Module)" id="SvnRevisionSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html" /> - <keyword name="SvnRevisionSelectionDialog" id="SvnRevisionSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog" /> - <keyword name="SvnRevisionSelectionDialog (Constructor)" id="SvnRevisionSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__init__" /> - <keyword name="SvnRevisionSelectionDialog.__getRevision" id="SvnRevisionSelectionDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.__getRevision" /> - <keyword name="SvnRevisionSelectionDialog.getRevisions" id="SvnRevisionSelectionDialog.getRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html#SvnRevisionSelectionDialog.getRevisions" /> - <keyword name="SvnPropListDialog (Module)" id="SvnPropListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html" /> - <keyword name="SvnPropListDialog" id="SvnPropListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog" /> - <keyword name="SvnPropListDialog (Constructor)" id="SvnPropListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__init__" /> - <keyword name="SvnPropListDialog.__finish" id="SvnPropListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__finish" /> - <keyword name="SvnPropListDialog.__generateItem" id="SvnPropListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__generateItem" /> - <keyword name="SvnPropListDialog.__resizeColumns" id="SvnPropListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resizeColumns" /> - <keyword name="SvnPropListDialog.__resort" id="SvnPropListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__resort" /> - <keyword name="SvnPropListDialog.__showError" id="SvnPropListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.__showError" /> - <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> - <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.start" /> - <keyword name="SvnBlameDialog (Module)" id="SvnBlameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html" /> - <keyword name="SvnBlameDialog" id="SvnBlameDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog" /> - <keyword name="SvnBlameDialog (Constructor)" id="SvnBlameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__init__" /> - <keyword name="SvnBlameDialog.__finish" id="SvnBlameDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__finish" /> - <keyword name="SvnBlameDialog.__generateItem" id="SvnBlameDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__generateItem" /> - <keyword name="SvnBlameDialog.__resizeColumns" id="SvnBlameDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__resizeColumns" /> - <keyword name="SvnBlameDialog.__showError" id="SvnBlameDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.__showError" /> - <keyword name="SvnBlameDialog.on_buttonBox_clicked" id="SvnBlameDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.on_buttonBox_clicked" /> - <keyword name="SvnBlameDialog.start" id="SvnBlameDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html#SvnBlameDialog.start" /> - <keyword name="SvnStatusMonitorThread (Module)" id="SvnStatusMonitorThread (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html" /> - <keyword name="SvnStatusMonitorThread" id="SvnStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread" /> - <keyword name="SvnStatusMonitorThread (Constructor)" id="SvnStatusMonitorThread (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__init__" /> - <keyword name="SvnStatusMonitorThread.__clientLoginCallback" id="SvnStatusMonitorThread.__clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientLoginCallback" /> - <keyword name="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" id="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" /> - <keyword name="SvnStatusMonitorThread._performMonitor" id="SvnStatusMonitorThread._performMonitor" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html#SvnStatusMonitorThread._performMonitor" /> - <keyword name="SvnUrlSelectionDialog (Module)" id="SvnUrlSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html" /> - <keyword name="SvnUrlSelectionDialog" id="SvnUrlSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog" /> - <keyword name="SvnUrlSelectionDialog (Constructor)" id="SvnUrlSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__init__" /> - <keyword name="SvnUrlSelectionDialog.__changeLabelCombo" id="SvnUrlSelectionDialog.__changeLabelCombo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.__changeLabelCombo" /> - <keyword name="SvnUrlSelectionDialog.getURLs" id="SvnUrlSelectionDialog.getURLs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.getURLs" /> - <keyword name="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" /> - <keyword name="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" id="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" /> - <keyword name="SvnStatusDialog (Module)" id="SvnStatusDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html" /> - <keyword name="SvnStatusDialog" id="SvnStatusDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog" /> - <keyword name="SvnStatusDialog (Constructor)" id="SvnStatusDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__init__" /> - <keyword name="SvnStatusDialog.__add" id="SvnStatusDialog.__add" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__add" /> - <keyword name="SvnStatusDialog.__addToChangelist" id="SvnStatusDialog.__addToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__addToChangelist" /> - <keyword name="SvnStatusDialog.__breakLock" id="SvnStatusDialog.__breakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__breakLock" /> - <keyword name="SvnStatusDialog.__commit" id="SvnStatusDialog.__commit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commit" /> - <keyword name="SvnStatusDialog.__commitDeselectAll" id="SvnStatusDialog.__commitDeselectAll" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitDeselectAll" /> - <keyword name="SvnStatusDialog.__commitSelect" id="SvnStatusDialog.__commitSelect" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitSelect" /> - <keyword name="SvnStatusDialog.__commitSelectAll" id="SvnStatusDialog.__commitSelectAll" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__commitSelectAll" /> - <keyword name="SvnStatusDialog.__committed" id="SvnStatusDialog.__committed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__committed" /> - <keyword name="SvnStatusDialog.__diff" id="SvnStatusDialog.__diff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__diff" /> - <keyword name="SvnStatusDialog.__finish" id="SvnStatusDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__finish" /> - <keyword name="SvnStatusDialog.__generateItem" id="SvnStatusDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__generateItem" /> - <keyword name="SvnStatusDialog.__getChangelistItems" id="SvnStatusDialog.__getChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getChangelistItems" /> - <keyword name="SvnStatusDialog.__getCommitableItems" id="SvnStatusDialog.__getCommitableItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getCommitableItems" /> - <keyword name="SvnStatusDialog.__getLockActionItems" id="SvnStatusDialog.__getLockActionItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getLockActionItems" /> - <keyword name="SvnStatusDialog.__getMissingItems" id="SvnStatusDialog.__getMissingItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getMissingItems" /> - <keyword name="SvnStatusDialog.__getModifiedItems" id="SvnStatusDialog.__getModifiedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getModifiedItems" /> - <keyword name="SvnStatusDialog.__getNonChangelistItems" id="SvnStatusDialog.__getNonChangelistItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getNonChangelistItems" /> - <keyword name="SvnStatusDialog.__getUnversionedItems" id="SvnStatusDialog.__getUnversionedItems" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__getUnversionedItems" /> - <keyword name="SvnStatusDialog.__lock" id="SvnStatusDialog.__lock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__lock" /> - <keyword name="SvnStatusDialog.__removeFromChangelist" id="SvnStatusDialog.__removeFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__removeFromChangelist" /> - <keyword name="SvnStatusDialog.__resizeColumns" id="SvnStatusDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resizeColumns" /> - <keyword name="SvnStatusDialog.__resort" id="SvnStatusDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__resort" /> - <keyword name="SvnStatusDialog.__restoreMissing" id="SvnStatusDialog.__restoreMissing" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__restoreMissing" /> - <keyword name="SvnStatusDialog.__revert" id="SvnStatusDialog.__revert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__revert" /> - <keyword name="SvnStatusDialog.__showContextMenu" id="SvnStatusDialog.__showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showContextMenu" /> - <keyword name="SvnStatusDialog.__showError" id="SvnStatusDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__showError" /> - <keyword name="SvnStatusDialog.__stealLock" id="SvnStatusDialog.__stealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__stealLock" /> - <keyword name="SvnStatusDialog.__unlock" id="SvnStatusDialog.__unlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__unlock" /> - <keyword name="SvnStatusDialog.__updateButtons" id="SvnStatusDialog.__updateButtons" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__updateButtons" /> - <keyword name="SvnStatusDialog.__updateCommitButton" id="SvnStatusDialog.__updateCommitButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.__updateCommitButton" /> - <keyword name="SvnStatusDialog.on_addButton_clicked" id="SvnStatusDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_addButton_clicked" /> - <keyword name="SvnStatusDialog.on_buttonBox_clicked" id="SvnStatusDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_buttonBox_clicked" /> - <keyword name="SvnStatusDialog.on_commitButton_clicked" id="SvnStatusDialog.on_commitButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_commitButton_clicked" /> - <keyword name="SvnStatusDialog.on_diffButton_clicked" id="SvnStatusDialog.on_diffButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_diffButton_clicked" /> - <keyword name="SvnStatusDialog.on_refreshButton_clicked" id="SvnStatusDialog.on_refreshButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_refreshButton_clicked" /> - <keyword name="SvnStatusDialog.on_restoreButton_clicked" id="SvnStatusDialog.on_restoreButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_restoreButton_clicked" /> - <keyword name="SvnStatusDialog.on_revertButton_clicked" id="SvnStatusDialog.on_revertButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_revertButton_clicked" /> - <keyword name="SvnStatusDialog.on_statusFilterCombo_activated" id="SvnStatusDialog.on_statusFilterCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusFilterCombo_activated" /> - <keyword name="SvnStatusDialog.on_statusList_itemChanged" id="SvnStatusDialog.on_statusList_itemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemChanged" /> - <keyword name="SvnStatusDialog.on_statusList_itemSelectionChanged" id="SvnStatusDialog.on_statusList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.on_statusList_itemSelectionChanged" /> - <keyword name="SvnStatusDialog.start" id="SvnStatusDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html#SvnStatusDialog.start" /> - <keyword name="SvnDialogMixin (Module)" id="SvnDialogMixin (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html" /> - <keyword name="SvnDialogMixin" id="SvnDialogMixin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin" /> - <keyword name="SvnDialogMixin (Constructor)" id="SvnDialogMixin (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin.__init__" /> - <keyword name="SvnDialogMixin._cancel" id="SvnDialogMixin._cancel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._cancel" /> - <keyword name="SvnDialogMixin._clientCancelCallback" id="SvnDialogMixin._clientCancelCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientCancelCallback" /> - <keyword name="SvnDialogMixin._clientLogCallback" id="SvnDialogMixin._clientLogCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLogCallback" /> - <keyword name="SvnDialogMixin._clientLoginCallback" id="SvnDialogMixin._clientLoginCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientLoginCallback" /> - <keyword name="SvnDialogMixin._clientSslServerTrustPromptCallback" id="SvnDialogMixin._clientSslServerTrustPromptCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._clientSslServerTrustPromptCallback" /> - <keyword name="SvnDialogMixin._reset" id="SvnDialogMixin._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html#SvnDialogMixin._reset" /> - <keyword name="subversion (Module)" id="subversion (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html" /> - <keyword name="Subversion" id="Subversion" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion" /> - <keyword name="Subversion (Constructor)" id="Subversion (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__init__" /> - <keyword name="Subversion.__svnURL" id="Subversion.__svnURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__svnURL" /> - <keyword name="Subversion.__vcsCommit_Step2" id="Subversion.__vcsCommit_Step2" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.__vcsCommit_Step2" /> - <keyword name="Subversion._createStatusMonitorThread" id="Subversion._createStatusMonitorThread" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion._createStatusMonitorThread" /> - <keyword name="Subversion.clearStatusCache" id="Subversion.clearStatusCache" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.clearStatusCache" /> - <keyword name="Subversion.getClient" id="Subversion.getClient" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getClient" /> - <keyword name="Subversion.getPlugin" id="Subversion.getPlugin" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.getPlugin" /> - <keyword name="Subversion.svnAddToChangelist" id="Subversion.svnAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnAddToChangelist" /> - <keyword name="Subversion.svnBlame" id="Subversion.svnBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnBlame" /> - <keyword name="Subversion.svnCopy" id="Subversion.svnCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnCopy" /> - <keyword name="Subversion.svnDelProp" id="Subversion.svnDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnDelProp" /> - <keyword name="Subversion.svnExtendedDiff" id="Subversion.svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnExtendedDiff" /> - <keyword name="Subversion.svnGetReposName" id="Subversion.svnGetReposName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnGetReposName" /> - <keyword name="Subversion.svnInfo" id="Subversion.svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnInfo" /> - <keyword name="Subversion.svnListProps" id="Subversion.svnListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListProps" /> - <keyword name="Subversion.svnListTagBranch" id="Subversion.svnListTagBranch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnListTagBranch" /> - <keyword name="Subversion.svnLock" id="Subversion.svnLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLock" /> - <keyword name="Subversion.svnLogBrowser" id="Subversion.svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnLogBrowser" /> - <keyword name="Subversion.svnNormalizeURL" id="Subversion.svnNormalizeURL" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnNormalizeURL" /> - <keyword name="Subversion.svnRelocate" id="Subversion.svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRelocate" /> - <keyword name="Subversion.svnRemoveFromChangelist" id="Subversion.svnRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRemoveFromChangelist" /> - <keyword name="Subversion.svnRepoBrowser" id="Subversion.svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnRepoBrowser" /> - <keyword name="Subversion.svnResolve" id="Subversion.svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnResolve" /> - <keyword name="Subversion.svnSetProp" id="Subversion.svnSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnSetProp" /> - <keyword name="Subversion.svnUnlock" id="Subversion.svnUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUnlock" /> - <keyword name="Subversion.svnUrlDiff" id="Subversion.svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.svnUrlDiff" /> - <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAdd" /> - <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddBinary" /> - <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddTree" /> - <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAllRegisteredStates" /> - <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCheckout" /> - <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCleanup" /> - <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommandLine" /> - <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommit" /> - <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsConvertProject" /> - <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsDiff" /> - <keyword name="Subversion.vcsExists" id="Subversion.vcsExists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExists" /> - <keyword name="Subversion.vcsExport" id="Subversion.vcsExport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsExport" /> - <keyword name="Subversion.vcsGetProjectBrowserHelper" id="Subversion.vcsGetProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectBrowserHelper" /> - <keyword name="Subversion.vcsGetProjectHelper" id="Subversion.vcsGetProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsGetProjectHelper" /> - <keyword name="Subversion.vcsImport" id="Subversion.vcsImport" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsImport" /> - <keyword name="Subversion.vcsInit" id="Subversion.vcsInit" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsInit" /> - <keyword name="Subversion.vcsLog" id="Subversion.vcsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsLog" /> - <keyword name="Subversion.vcsMerge" id="Subversion.vcsMerge" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMerge" /> - <keyword name="Subversion.vcsMove" id="Subversion.vcsMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsMove" /> - <keyword name="Subversion.vcsName" id="Subversion.vcsName" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsName" /> - <keyword name="Subversion.vcsNewProjectOptionsDialog" id="Subversion.vcsNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsNewProjectOptionsDialog" /> - <keyword name="Subversion.vcsOptionsDialog" id="Subversion.vcsOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsOptionsDialog" /> - <keyword name="Subversion.vcsRegisteredState" id="Subversion.vcsRegisteredState" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRegisteredState" /> - <keyword name="Subversion.vcsRemove" id="Subversion.vcsRemove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRemove" /> - <keyword name="Subversion.vcsRepositoryInfos" id="Subversion.vcsRepositoryInfos" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRepositoryInfos" /> - <keyword name="Subversion.vcsRevert" id="Subversion.vcsRevert" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsRevert" /> - <keyword name="Subversion.vcsShutdown" id="Subversion.vcsShutdown" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsShutdown" /> - <keyword name="Subversion.vcsStatus" id="Subversion.vcsStatus" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsStatus" /> - <keyword name="Subversion.vcsSwitch" id="Subversion.vcsSwitch" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsSwitch" /> - <keyword name="Subversion.vcsTag" id="Subversion.vcsTag" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsTag" /> - <keyword name="Subversion.vcsUpdate" id="Subversion.vcsUpdate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsUpdate" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html" /> - <keyword name="SvnProjectHelper" id="SvnProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper" /> - <keyword name="SvnProjectHelper (Constructor)" id="SvnProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__init__" /> - <keyword name="SvnProjectHelper.__svnBranchList" id="SvnProjectHelper.__svnBranchList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnBranchList" /> - <keyword name="SvnProjectHelper.__svnConfigure" id="SvnProjectHelper.__svnConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnConfigure" /> - <keyword name="SvnProjectHelper.__svnExtendedDiff" id="SvnProjectHelper.__svnExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnExtendedDiff" /> - <keyword name="SvnProjectHelper.__svnInfo" id="SvnProjectHelper.__svnInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnInfo" /> - <keyword name="SvnProjectHelper.__svnLogBrowser" id="SvnProjectHelper.__svnLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnLogBrowser" /> - <keyword name="SvnProjectHelper.__svnPropDel" id="SvnProjectHelper.__svnPropDel" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropDel" /> - <keyword name="SvnProjectHelper.__svnPropList" id="SvnProjectHelper.__svnPropList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropList" /> - <keyword name="SvnProjectHelper.__svnPropSet" id="SvnProjectHelper.__svnPropSet" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnPropSet" /> - <keyword name="SvnProjectHelper.__svnRelocate" id="SvnProjectHelper.__svnRelocate" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRelocate" /> - <keyword name="SvnProjectHelper.__svnRepoBrowser" id="SvnProjectHelper.__svnRepoBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnRepoBrowser" /> - <keyword name="SvnProjectHelper.__svnResolve" id="SvnProjectHelper.__svnResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnResolve" /> - <keyword name="SvnProjectHelper.__svnTagList" id="SvnProjectHelper.__svnTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnTagList" /> - <keyword name="SvnProjectHelper.__svnUrlDiff" id="SvnProjectHelper.__svnUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.__svnUrlDiff" /> - <keyword name="SvnProjectHelper.getActions" id="SvnProjectHelper.getActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.getActions" /> - <keyword name="SvnProjectHelper.initActions" id="SvnProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initActions" /> - <keyword name="SvnProjectHelper.initMenu" id="SvnProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html#SvnProjectHelper.initMenu" /> - <keyword name="SvnTagDialog (Module)" id="SvnTagDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html" /> - <keyword name="SvnTagDialog" id="SvnTagDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog" /> - <keyword name="SvnTagDialog (Constructor)" id="SvnTagDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.__init__" /> - <keyword name="SvnTagDialog.getParameters" id="SvnTagDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.getParameters" /> - <keyword name="SvnTagDialog.on_tagCombo_editTextChanged" id="SvnTagDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html#SvnTagDialog.on_tagCombo_editTextChanged" /> - <keyword name="SvnInfoDialog (Module)" id="SvnInfoDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html" /> - <keyword name="SvnInfoDialog" id="SvnInfoDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog" /> - <keyword name="SvnInfoDialog (Constructor)" id="SvnInfoDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__init__" /> - <keyword name="SvnInfoDialog.__showError" id="SvnInfoDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.__showError" /> - <keyword name="SvnInfoDialog.start" id="SvnInfoDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html#SvnInfoDialog.start" /> - <keyword name="SvnUtilities (Module)" id="SvnUtilities (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html" /> - <keyword name="dateFromTime_t" id="dateFromTime_t" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#dateFromTime_t" /> - <keyword name="formatTime" id="formatTime" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#formatTime" /> - <keyword name="getConfigPath" id="getConfigPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getConfigPath" /> - <keyword name="getServersPath" id="getServersPath" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getServersPath" /> - <keyword name="SvnRepoBrowserDialog (Module)" id="SvnRepoBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html" /> - <keyword name="SvnRepoBrowserDialog" id="SvnRepoBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog" /> - <keyword name="SvnRepoBrowserDialog (Constructor)" id="SvnRepoBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__init__" /> - <keyword name="SvnRepoBrowserDialog.__generateItem" id="SvnRepoBrowserDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__generateItem" /> - <keyword name="SvnRepoBrowserDialog.__listRepo" id="SvnRepoBrowserDialog.__listRepo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__listRepo" /> - <keyword name="SvnRepoBrowserDialog.__normalizeUrl" id="SvnRepoBrowserDialog.__normalizeUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__normalizeUrl" /> - <keyword name="SvnRepoBrowserDialog.__resizeColumns" id="SvnRepoBrowserDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resizeColumns" /> - <keyword name="SvnRepoBrowserDialog.__resort" id="SvnRepoBrowserDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__resort" /> - <keyword name="SvnRepoBrowserDialog.__showError" id="SvnRepoBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.__showError" /> - <keyword name="SvnRepoBrowserDialog.accept" id="SvnRepoBrowserDialog.accept" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.accept" /> - <keyword name="SvnRepoBrowserDialog.getSelectedUrl" id="SvnRepoBrowserDialog.getSelectedUrl" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.getSelectedUrl" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" id="SvnRepoBrowserDialog.on_repoTree_itemCollapsed" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemCollapsed" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemExpanded" id="SvnRepoBrowserDialog.on_repoTree_itemExpanded" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemExpanded" /> - <keyword name="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" id="SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_repoTree_itemSelectionChanged" /> - <keyword name="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" id="SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.on_urlCombo_currentIndexChanged" /> - <keyword name="SvnRepoBrowserDialog.start" id="SvnRepoBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html#SvnRepoBrowserDialog.start" /> - <keyword name="SvnLogDialog (Module)" id="SvnLogDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html" /> - <keyword name="SvnLogDialog" id="SvnLogDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog" /> - <keyword name="SvnLogDialog (Constructor)" id="SvnLogDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__init__" /> - <keyword name="SvnLogDialog.__finish" id="SvnLogDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__finish" /> - <keyword name="SvnLogDialog.__showError" id="SvnLogDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__showError" /> - <keyword name="SvnLogDialog.__sourceChanged" id="SvnLogDialog.__sourceChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.__sourceChanged" /> - <keyword name="SvnLogDialog.on_buttonBox_clicked" id="SvnLogDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.on_buttonBox_clicked" /> - <keyword name="SvnLogDialog.start" id="SvnLogDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogDialog.html#SvnLogDialog.start" /> - <keyword name="SvnPropSetDialog (Module)" id="SvnPropSetDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html" /> - <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog" /> - <keyword name="SvnPropSetDialog (Constructor)" id="SvnPropSetDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.__init__" /> - <keyword name="SvnPropSetDialog.getData" id="SvnPropSetDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog.getData" /> - <keyword name="ProjectBrowserHelper (Module)" id="ProjectBrowserHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html" /> - <keyword name="SvnProjectBrowserHelper" id="SvnProjectBrowserHelper" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper" /> - <keyword name="SvnProjectBrowserHelper (Constructor)" id="SvnProjectBrowserHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__init__" /> - <keyword name="SvnProjectBrowserHelper.__SVNAddToChangelist" id="SvnProjectBrowserHelper.__SVNAddToChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNAddToChangelist" /> - <keyword name="SvnProjectBrowserHelper.__SVNBlame" id="SvnProjectBrowserHelper.__SVNBlame" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBlame" /> - <keyword name="SvnProjectBrowserHelper.__SVNBreakLock" id="SvnProjectBrowserHelper.__SVNBreakLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNBreakLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNConfigure" id="SvnProjectBrowserHelper.__SVNConfigure" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNConfigure" /> - <keyword name="SvnProjectBrowserHelper.__SVNCopy" id="SvnProjectBrowserHelper.__SVNCopy" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNCopy" /> - <keyword name="SvnProjectBrowserHelper.__SVNDelProp" id="SvnProjectBrowserHelper.__SVNDelProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNDelProp" /> - <keyword name="SvnProjectBrowserHelper.__SVNExtendedDiff" id="SvnProjectBrowserHelper.__SVNExtendedDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNExtendedDiff" /> - <keyword name="SvnProjectBrowserHelper.__SVNInfo" id="SvnProjectBrowserHelper.__SVNInfo" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNInfo" /> - <keyword name="SvnProjectBrowserHelper.__SVNListProps" id="SvnProjectBrowserHelper.__SVNListProps" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNListProps" /> - <keyword name="SvnProjectBrowserHelper.__SVNLock" id="SvnProjectBrowserHelper.__SVNLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNLogBrowser" id="SvnProjectBrowserHelper.__SVNLogBrowser" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNLogBrowser" /> - <keyword name="SvnProjectBrowserHelper.__SVNMove" id="SvnProjectBrowserHelper.__SVNMove" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNMove" /> - <keyword name="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" id="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNRemoveFromChangelist" /> - <keyword name="SvnProjectBrowserHelper.__SVNResolve" id="SvnProjectBrowserHelper.__SVNResolve" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNResolve" /> - <keyword name="SvnProjectBrowserHelper.__SVNSetProp" id="SvnProjectBrowserHelper.__SVNSetProp" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNSetProp" /> - <keyword name="SvnProjectBrowserHelper.__SVNStealLock" id="SvnProjectBrowserHelper.__SVNStealLock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNStealLock" /> - <keyword name="SvnProjectBrowserHelper.__SVNUnlock" id="SvnProjectBrowserHelper.__SVNUnlock" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUnlock" /> - <keyword name="SvnProjectBrowserHelper.__SVNUrlDiff" id="SvnProjectBrowserHelper.__SVNUrlDiff" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__SVNUrlDiff" /> - <keyword name="SvnProjectBrowserHelper.__itemsHaveFiles" id="SvnProjectBrowserHelper.__itemsHaveFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.__itemsHaveFiles" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenu" id="SvnProjectBrowserHelper._addVCSMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenu" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuBack" id="SvnProjectBrowserHelper._addVCSMenuBack" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuBack" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuDir" id="SvnProjectBrowserHelper._addVCSMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDir" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuDirMulti" id="SvnProjectBrowserHelper._addVCSMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuDirMulti" /> - <keyword name="SvnProjectBrowserHelper._addVCSMenuMulti" id="SvnProjectBrowserHelper._addVCSMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper._addVCSMenuMulti" /> - <keyword name="SvnProjectBrowserHelper.showContextMenu" id="SvnProjectBrowserHelper.showContextMenu" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenu" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuDir" id="SvnProjectBrowserHelper.showContextMenuDir" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDir" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuDirMulti" id="SvnProjectBrowserHelper.showContextMenuDirMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuDirMulti" /> - <keyword name="SvnProjectBrowserHelper.showContextMenuMulti" id="SvnProjectBrowserHelper.showContextMenuMulti" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html#SvnProjectBrowserHelper.showContextMenuMulti" /> - <keyword name="SvnMergeDialog (Module)" id="SvnMergeDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html" /> - <keyword name="SvnMergeDialog" id="SvnMergeDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog" /> - <keyword name="SvnMergeDialog (Constructor)" id="SvnMergeDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__init__" /> - <keyword name="SvnMergeDialog.__enableOkButton" id="SvnMergeDialog.__enableOkButton" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.__enableOkButton" /> - <keyword name="SvnMergeDialog.getParameters" id="SvnMergeDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.getParameters" /> - <keyword name="SvnMergeDialog.on_tag1Combo_editTextChanged" id="SvnMergeDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag1Combo_editTextChanged" /> - <keyword name="SvnMergeDialog.on_tag2Combo_editTextChanged" id="SvnMergeDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html#SvnMergeDialog.on_tag2Combo_editTextChanged" /> - <keyword name="SvnCopyDialog (Module)" id="SvnCopyDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html" /> - <keyword name="SvnCopyDialog" id="SvnCopyDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog" /> - <keyword name="SvnCopyDialog (Constructor)" id="SvnCopyDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.__init__" /> - <keyword name="SvnCopyDialog.getData" id="SvnCopyDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.getData" /> - <keyword name="SvnCopyDialog.on_dirButton_clicked" id="SvnCopyDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html#SvnCopyDialog.on_dirButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog (Module)" id="SvnNewProjectOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html" /> - <keyword name="SvnNewProjectOptionsDialog" id="SvnNewProjectOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog" /> - <keyword name="SvnNewProjectOptionsDialog (Constructor)" id="SvnNewProjectOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.__init__" /> - <keyword name="SvnNewProjectOptionsDialog.getData" id="SvnNewProjectOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.getData" /> - <keyword name="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" id="SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_layoutCheckBox_toggled" /> - <keyword name="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" id="SvnNewProjectOptionsDialog.on_projectDirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_projectDirButton_clicked" /> - <keyword name="SvnNewProjectOptionsDialog.on_protocolCombo_activated" id="SvnNewProjectOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" id="SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html#SvnNewProjectOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnDialog (Module)" id="SvnDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html" /> - <keyword name="SvnDialog" id="SvnDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog" /> - <keyword name="SvnDialog (Constructor)" id="SvnDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.__init__" /> - <keyword name="SvnDialog._clientNotifyCallback" id="SvnDialog._clientNotifyCallback" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog._clientNotifyCallback" /> - <keyword name="SvnDialog.finish" id="SvnDialog.finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.finish" /> - <keyword name="SvnDialog.hasAddOrDelete" id="SvnDialog.hasAddOrDelete" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.hasAddOrDelete" /> - <keyword name="SvnDialog.on_buttonBox_clicked" id="SvnDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.on_buttonBox_clicked" /> - <keyword name="SvnDialog.showError" id="SvnDialog.showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showError" /> - <keyword name="SvnDialog.showMessage" id="SvnDialog.showMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html#SvnDialog.showMessage" /> - <keyword name="SvnPropDelDialog (Module)" id="SvnPropDelDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html" /> - <keyword name="SvnPropDelDialog" id="SvnPropDelDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog" /> - <keyword name="SvnPropDelDialog (Constructor)" id="SvnPropDelDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.__init__" /> - <keyword name="SvnPropDelDialog.getData" id="SvnPropDelDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.getData" /> - <keyword name="SvnPropDelDialog.on_propNameEdit_textChanged" id="SvnPropDelDialog.on_propNameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html#SvnPropDelDialog.on_propNameEdit_textChanged" /> - <keyword name="SvnCommitDialog (Module)" id="SvnCommitDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html" /> - <keyword name="SvnCommitDialog" id="SvnCommitDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog" /> - <keyword name="SvnCommitDialog (Constructor)" id="SvnCommitDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.__init__" /> - <keyword name="SvnCommitDialog.changelistsData" id="SvnCommitDialog.changelistsData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.changelistsData" /> - <keyword name="SvnCommitDialog.hasChangelists" id="SvnCommitDialog.hasChangelists" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.hasChangelists" /> - <keyword name="SvnCommitDialog.logMessage" id="SvnCommitDialog.logMessage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.logMessage" /> - <keyword name="SvnCommitDialog.on_buttonBox_accepted" id="SvnCommitDialog.on_buttonBox_accepted" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_accepted" /> - <keyword name="SvnCommitDialog.on_buttonBox_clicked" id="SvnCommitDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_clicked" /> - <keyword name="SvnCommitDialog.on_buttonBox_rejected" id="SvnCommitDialog.on_buttonBox_rejected" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_buttonBox_rejected" /> - <keyword name="SvnCommitDialog.on_recentComboBox_activated" id="SvnCommitDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.on_recentComboBox_activated" /> - <keyword name="SvnCommitDialog.showEvent" id="SvnCommitDialog.showEvent" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html#SvnCommitDialog.showEvent" /> - <keyword name="Config (Module)" id="Config (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.Config.html" /> - <keyword name="SvnLoginDialog (Module)" id="SvnLoginDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html" /> - <keyword name="SvnLoginDialog" id="SvnLoginDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog" /> - <keyword name="SvnLoginDialog (Constructor)" id="SvnLoginDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.__init__" /> - <keyword name="SvnLoginDialog.getData" id="SvnLoginDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html#SvnLoginDialog.getData" /> - <keyword name="SvnOptionsDialog (Module)" id="SvnOptionsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html" /> - <keyword name="SvnOptionsDialog" id="SvnOptionsDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog" /> - <keyword name="SvnOptionsDialog (Constructor)" id="SvnOptionsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.__init__" /> - <keyword name="SvnOptionsDialog.getData" id="SvnOptionsDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.getData" /> - <keyword name="SvnOptionsDialog.on_protocolCombo_activated" id="SvnOptionsDialog.on_protocolCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_protocolCombo_activated" /> - <keyword name="SvnOptionsDialog.on_vcsUrlButton_clicked" id="SvnOptionsDialog.on_vcsUrlButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html#SvnOptionsDialog.on_vcsUrlButton_clicked" /> - <keyword name="SvnLogBrowserDialog (Module)" id="SvnLogBrowserDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html" /> - <keyword name="SvnLogBrowserDialog" id="SvnLogBrowserDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog" /> - <keyword name="SvnLogBrowserDialog (Constructor)" id="SvnLogBrowserDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__init__" /> - <keyword name="SvnLogBrowserDialog.__diffRevisions" id="SvnLogBrowserDialog.__diffRevisions" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__diffRevisions" /> - <keyword name="SvnLogBrowserDialog.__filterLogs" id="SvnLogBrowserDialog.__filterLogs" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__filterLogs" /> - <keyword name="SvnLogBrowserDialog.__finish" id="SvnLogBrowserDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__finish" /> - <keyword name="SvnLogBrowserDialog.__generateFileItem" id="SvnLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateFileItem" /> - <keyword name="SvnLogBrowserDialog.__generateLogItem" id="SvnLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__generateLogItem" /> - <keyword name="SvnLogBrowserDialog.__getLogEntries" id="SvnLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__getLogEntries" /> - <keyword name="SvnLogBrowserDialog.__resizeColumnsFiles" id="SvnLogBrowserDialog.__resizeColumnsFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsFiles" /> - <keyword name="SvnLogBrowserDialog.__resizeColumnsLog" id="SvnLogBrowserDialog.__resizeColumnsLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resizeColumnsLog" /> - <keyword name="SvnLogBrowserDialog.__resortFiles" id="SvnLogBrowserDialog.__resortFiles" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortFiles" /> - <keyword name="SvnLogBrowserDialog.__resortLog" id="SvnLogBrowserDialog.__resortLog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__resortLog" /> - <keyword name="SvnLogBrowserDialog.__showError" id="SvnLogBrowserDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.__showError" /> - <keyword name="SvnLogBrowserDialog._reset" id="SvnLogBrowserDialog._reset" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog._reset" /> - <keyword name="SvnLogBrowserDialog.on_buttonBox_clicked" id="SvnLogBrowserDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_buttonBox_clicked" /> - <keyword name="SvnLogBrowserDialog.on_clearRxEditButton_clicked" id="SvnLogBrowserDialog.on_clearRxEditButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_clearRxEditButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_diffPreviousButton_clicked" id="SvnLogBrowserDialog.on_diffPreviousButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffPreviousButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" id="SvnLogBrowserDialog.on_diffRevisionsButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_diffRevisionsButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_fieldCombo_activated" id="SvnLogBrowserDialog.on_fieldCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fieldCombo_activated" /> - <keyword name="SvnLogBrowserDialog.on_fromDate_dateChanged" id="SvnLogBrowserDialog.on_fromDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_fromDate_dateChanged" /> - <keyword name="SvnLogBrowserDialog.on_logTree_currentItemChanged" id="SvnLogBrowserDialog.on_logTree_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_currentItemChanged" /> - <keyword name="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" id="SvnLogBrowserDialog.on_logTree_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_logTree_itemSelectionChanged" /> - <keyword name="SvnLogBrowserDialog.on_nextButton_clicked" id="SvnLogBrowserDialog.on_nextButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_nextButton_clicked" /> - <keyword name="SvnLogBrowserDialog.on_rxEdit_textChanged" id="SvnLogBrowserDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_rxEdit_textChanged" /> - <keyword name="SvnLogBrowserDialog.on_stopCheckBox_clicked" id="SvnLogBrowserDialog.on_stopCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_stopCheckBox_clicked" /> - <keyword name="SvnLogBrowserDialog.on_toDate_dateChanged" id="SvnLogBrowserDialog.on_toDate_dateChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.on_toDate_dateChanged" /> - <keyword name="SvnLogBrowserDialog.start" id="SvnLogBrowserDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html#SvnLogBrowserDialog.start" /> - <keyword name="SvnTagBranchListDialog (Module)" id="SvnTagBranchListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html" /> - <keyword name="SvnTagBranchListDialog" id="SvnTagBranchListDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog" /> - <keyword name="SvnTagBranchListDialog (Constructor)" id="SvnTagBranchListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__init__" /> - <keyword name="SvnTagBranchListDialog.__finish" id="SvnTagBranchListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__finish" /> - <keyword name="SvnTagBranchListDialog.__generateItem" id="SvnTagBranchListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__generateItem" /> - <keyword name="SvnTagBranchListDialog.__resizeColumns" id="SvnTagBranchListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resizeColumns" /> - <keyword name="SvnTagBranchListDialog.__resort" id="SvnTagBranchListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__resort" /> - <keyword name="SvnTagBranchListDialog.__showError" id="SvnTagBranchListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.__showError" /> - <keyword name="SvnTagBranchListDialog.getTagList" id="SvnTagBranchListDialog.getTagList" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.getTagList" /> - <keyword name="SvnTagBranchListDialog.on_buttonBox_clicked" id="SvnTagBranchListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.on_buttonBox_clicked" /> - <keyword name="SvnTagBranchListDialog.start" id="SvnTagBranchListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html#SvnTagBranchListDialog.start" /> - <keyword name="SvnDiffDialog (Module)" id="SvnDiffDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html" /> - <keyword name="SvnDiffDialog" id="SvnDiffDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog" /> - <keyword name="SvnDiffDialog (Constructor)" id="SvnDiffDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__init__" /> - <keyword name="SvnDiffDialog.__appendText" id="SvnDiffDialog.__appendText" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__appendText" /> - <keyword name="SvnDiffDialog.__finish" id="SvnDiffDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__finish" /> - <keyword name="SvnDiffDialog.__getDiffSummaryKind" id="SvnDiffDialog.__getDiffSummaryKind" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getDiffSummaryKind" /> - <keyword name="SvnDiffDialog.__getVersionArg" id="SvnDiffDialog.__getVersionArg" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__getVersionArg" /> - <keyword name="SvnDiffDialog.__showError" id="SvnDiffDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.__showError" /> - <keyword name="SvnDiffDialog.on_buttonBox_clicked" id="SvnDiffDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_buttonBox_clicked" /> - <keyword name="SvnDiffDialog.on_saveButton_clicked" id="SvnDiffDialog.on_saveButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.on_saveButton_clicked" /> - <keyword name="SvnDiffDialog.start" id="SvnDiffDialog.start" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html#SvnDiffDialog.start" /> - <keyword name="SvnCommandDialog (Module)" id="SvnCommandDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html" /> - <keyword name="SvnCommandDialog" id="SvnCommandDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog" /> - <keyword name="SvnCommandDialog (Constructor)" id="SvnCommandDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.__init__" /> - <keyword name="SvnCommandDialog.getData" id="SvnCommandDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.getData" /> - <keyword name="SvnCommandDialog.on_commandCombo_editTextChanged" id="SvnCommandDialog.on_commandCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_commandCombo_editTextChanged" /> - <keyword name="SvnCommandDialog.on_dirButton_clicked" id="SvnCommandDialog.on_dirButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html#SvnCommandDialog.on_dirButton_clicked" /> - <keyword name="SvnSwitchDialog (Module)" id="SvnSwitchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html" /> - <keyword name="SvnSwitchDialog" id="SvnSwitchDialog" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog" /> - <keyword name="SvnSwitchDialog (Constructor)" id="SvnSwitchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.__init__" /> - <keyword name="SvnSwitchDialog.getParameters" id="SvnSwitchDialog.getParameters" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html#SvnSwitchDialog.getParameters" /> - <keyword name="SvnConst (Module)" id="SvnConst (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.SvnConst.html" /> - <keyword name="TransplantExtension (Package)" id="TransplantExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.html" /> - <keyword name="TransplantDialog (Module)" id="TransplantDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html" /> - <keyword name="RevisionsValidator" id="RevisionsValidator" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator" /> - <keyword name="TransplantDialog" id="TransplantDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog" /> - <keyword name="RevisionsValidator (Constructor)" id="RevisionsValidator (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator.__init__" /> - <keyword name="RevisionsValidator.validate" id="RevisionsValidator.validate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#RevisionsValidator.validate" /> - <keyword name="TransplantDialog (Constructor)" id="TransplantDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.__init__" /> - <keyword name="TransplantDialog.__updateOk" id="TransplantDialog.__updateOk" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.__updateOk" /> - <keyword name="TransplantDialog.getData" id="TransplantDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.getData" /> - <keyword name="TransplantDialog.on_allCheckBox_clicked" id="TransplantDialog.on_allCheckBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_allCheckBox_clicked" /> - <keyword name="TransplantDialog.on_branchesCombo_editTextChanged" id="TransplantDialog.on_branchesCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_branchesCombo_editTextChanged" /> - <keyword name="TransplantDialog.on_revisionsEdit_textChanged" id="TransplantDialog.on_revisionsEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.TransplantDialog.html#TransplantDialog.on_revisionsEdit_textChanged" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html" /> - <keyword name="TransplantProjectHelper" id="TransplantProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper" /> - <keyword name="TransplantProjectHelper (Constructor)" id="TransplantProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__init__" /> - <keyword name="TransplantProjectHelper.__hgTransplant" id="TransplantProjectHelper.__hgTransplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__hgTransplant" /> - <keyword name="TransplantProjectHelper.__hgTransplantContinue" id="TransplantProjectHelper.__hgTransplantContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.__hgTransplantContinue" /> - <keyword name="TransplantProjectHelper.initActions" id="TransplantProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.initActions" /> - <keyword name="TransplantProjectHelper.initMenu" id="TransplantProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.initMenu" /> - <keyword name="TransplantProjectHelper.menuTitle" id="TransplantProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.ProjectHelper.html#TransplantProjectHelper.menuTitle" /> - <keyword name="transplant (Module)" id="transplant (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html" /> - <keyword name="Transplant" id="Transplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant" /> - <keyword name="Transplant (Constructor)" id="Transplant (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.__init__" /> - <keyword name="Transplant.hgTransplant" id="Transplant.hgTransplant" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.hgTransplant" /> - <keyword name="Transplant.hgTransplantContinue" id="Transplant.hgTransplantContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html#Transplant.hgTransplantContinue" /> - <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html" /> - <keyword name="MercurialPage (Module)" id="MercurialPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html" /> - <keyword name="MercurialPage" id="MercurialPage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage" /> - <keyword name="MercurialPage (Constructor)" id="MercurialPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.__init__" /> - <keyword name="MercurialPage.on_configButton_clicked" id="MercurialPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.on_configButton_clicked" /> - <keyword name="MercurialPage.save" id="MercurialPage.save" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.save" /> - <keyword name="RebaseExtension (Package)" id="RebaseExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.html" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html" /> - <keyword name="RebaseProjectHelper" id="RebaseProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper" /> - <keyword name="RebaseProjectHelper (Constructor)" id="RebaseProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__init__" /> - <keyword name="RebaseProjectHelper.__hgRebase" id="RebaseProjectHelper.__hgRebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebase" /> - <keyword name="RebaseProjectHelper.__hgRebaseAbort" id="RebaseProjectHelper.__hgRebaseAbort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebaseAbort" /> - <keyword name="RebaseProjectHelper.__hgRebaseContinue" id="RebaseProjectHelper.__hgRebaseContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.__hgRebaseContinue" /> - <keyword name="RebaseProjectHelper.initActions" id="RebaseProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initActions" /> - <keyword name="RebaseProjectHelper.initMenu" id="RebaseProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initMenu" /> - <keyword name="RebaseProjectHelper.menuTitle" id="RebaseProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.menuTitle" /> - <keyword name="rebase (Module)" id="rebase (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html" /> - <keyword name="Rebase" id="Rebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase" /> - <keyword name="Rebase (Constructor)" id="Rebase (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.__init__" /> - <keyword name="Rebase.hgRebase" id="Rebase.hgRebase" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebase" /> - <keyword name="Rebase.hgRebaseAbort" id="Rebase.hgRebaseAbort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebaseAbort" /> - <keyword name="Rebase.hgRebaseContinue" id="Rebase.hgRebaseContinue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html#Rebase.hgRebaseContinue" /> - <keyword name="HgRebaseDialog (Module)" id="HgRebaseDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html" /> - <keyword name="HgRebaseDialog" id="HgRebaseDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog" /> - <keyword name="HgRebaseDialog (Constructor)" id="HgRebaseDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__init__" /> - <keyword name="HgRebaseDialog.__getRevision" id="HgRebaseDialog.__getRevision" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__getRevision" /> - <keyword name="HgRebaseDialog.__updateOK" id="HgRebaseDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.__updateOK" /> - <keyword name="HgRebaseDialog.getData" id="HgRebaseDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.getData" /> - <keyword name="HgRebaseDialog.on_bookmark1Button_toggled" id="HgRebaseDialog.on_bookmark1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark1Button_toggled" /> - <keyword name="HgRebaseDialog.on_bookmark1Combo_editTextChanged" id="HgRebaseDialog.on_bookmark1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark1Combo_editTextChanged" /> - <keyword name="HgRebaseDialog.on_bookmark2Button_toggled" id="HgRebaseDialog.on_bookmark2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark2Button_toggled" /> - <keyword name="HgRebaseDialog.on_bookmark2Combo_editTextChanged" id="HgRebaseDialog.on_bookmark2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_bookmark2Combo_editTextChanged" /> - <keyword name="HgRebaseDialog.on_branch1Button_toggled" id="HgRebaseDialog.on_branch1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch1Button_toggled" /> - <keyword name="HgRebaseDialog.on_branch1Combo_editTextChanged" id="HgRebaseDialog.on_branch1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch1Combo_editTextChanged" /> - <keyword name="HgRebaseDialog.on_branch2Button_toggled" id="HgRebaseDialog.on_branch2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch2Button_toggled" /> - <keyword name="HgRebaseDialog.on_branch2Combo_editTextChanged" id="HgRebaseDialog.on_branch2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_branch2Combo_editTextChanged" /> - <keyword name="HgRebaseDialog.on_id1Button_toggled" id="HgRebaseDialog.on_id1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id1Button_toggled" /> - <keyword name="HgRebaseDialog.on_id1Edit_textChanged" id="HgRebaseDialog.on_id1Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id1Edit_textChanged" /> - <keyword name="HgRebaseDialog.on_id2Button_toggled" id="HgRebaseDialog.on_id2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id2Button_toggled" /> - <keyword name="HgRebaseDialog.on_id2Edit_textChanged" id="HgRebaseDialog.on_id2Edit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_id2Edit_textChanged" /> - <keyword name="HgRebaseDialog.on_tag1Button_toggled" id="HgRebaseDialog.on_tag1Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag1Button_toggled" /> - <keyword name="HgRebaseDialog.on_tag1Combo_editTextChanged" id="HgRebaseDialog.on_tag1Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag1Combo_editTextChanged" /> - <keyword name="HgRebaseDialog.on_tag2Button_toggled" id="HgRebaseDialog.on_tag2Button_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag2Button_toggled" /> - <keyword name="HgRebaseDialog.on_tag2Combo_editTextChanged" id="HgRebaseDialog.on_tag2Combo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html#HgRebaseDialog.on_tag2Combo_editTextChanged" /> - <keyword name="FetchExtension (Package)" id="FetchExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html" /> - <keyword name="HgFetchDialog (Module)" id="HgFetchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html" /> - <keyword name="HgFetchDialog" id="HgFetchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog" /> - <keyword name="HgFetchDialog (Constructor)" id="HgFetchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.__init__" /> - <keyword name="HgFetchDialog.getData" id="HgFetchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.getData" /> - <keyword name="HgFetchDialog.on_recentComboBox_activated" id="HgFetchDialog.on_recentComboBox_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html#HgFetchDialog.on_recentComboBox_activated" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html" /> - <keyword name="FetchProjectHelper" id="FetchProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper" /> - <keyword name="FetchProjectHelper (Constructor)" id="FetchProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.__init__" /> - <keyword name="FetchProjectHelper.__hgFetch" id="FetchProjectHelper.__hgFetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.__hgFetch" /> - <keyword name="FetchProjectHelper.initActions" id="FetchProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.initActions" /> - <keyword name="FetchProjectHelper.initMenu" id="FetchProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.initMenu" /> - <keyword name="FetchProjectHelper.menuTitle" id="FetchProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.ProjectHelper.html#FetchProjectHelper.menuTitle" /> - <keyword name="fetch (Module)" id="fetch (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html" /> - <keyword name="Fetch" id="Fetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch" /> - <keyword name="Fetch (Constructor)" id="Fetch (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch.__init__" /> - <keyword name="Fetch.hgFetch" id="Fetch.hgFetch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.FetchExtension.fetch.html#Fetch.hgFetch" /> - <keyword name="QueuesExtension (Package)" id="QueuesExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html" /> - <keyword name="HgQueuesListGuardsDialog (Module)" id="HgQueuesListGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html" /> - <keyword name="HgQueuesListGuardsDialog" id="HgQueuesListGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog" /> - <keyword name="HgQueuesListGuardsDialog (Constructor)" id="HgQueuesListGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.__init__" /> - <keyword name="HgQueuesListGuardsDialog.closeEvent" id="HgQueuesListGuardsDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.closeEvent" /> - <keyword name="HgQueuesListGuardsDialog.on_patchSelector_activated" id="HgQueuesListGuardsDialog.on_patchSelector_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.on_patchSelector_activated" /> - <keyword name="HgQueuesListGuardsDialog.start" id="HgQueuesListGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.html#HgQueuesListGuardsDialog.start" /> - <keyword name="HgQueuesFoldDialog (Module)" id="HgQueuesFoldDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html" /> - <keyword name="HgQueuesFoldDialog" id="HgQueuesFoldDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog" /> - <keyword name="HgQueuesFoldDialog (Constructor)" id="HgQueuesFoldDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.__init__" /> - <keyword name="HgQueuesFoldDialog.__updateOkButton" id="HgQueuesFoldDialog.__updateOkButton" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.__updateOkButton" /> - <keyword name="HgQueuesFoldDialog.getData" id="HgQueuesFoldDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.getData" /> - <keyword name="HgQueuesFoldDialog.on_addButton_clicked" id="HgQueuesFoldDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_addButton_clicked" /> - <keyword name="HgQueuesFoldDialog.on_downButton_clicked" id="HgQueuesFoldDialog.on_downButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_downButton_clicked" /> - <keyword name="HgQueuesFoldDialog.on_removeButton_clicked" id="HgQueuesFoldDialog.on_removeButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_removeButton_clicked" /> - <keyword name="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" id="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" /> - <keyword name="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" id="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" /> - <keyword name="HgQueuesFoldDialog.on_upButton_clicked" id="HgQueuesFoldDialog.on_upButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html#HgQueuesFoldDialog.on_upButton_clicked" /> - <keyword name="HgQueuesGuardsSelectionDialog (Module)" id="HgQueuesGuardsSelectionDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html" /> - <keyword name="HgQueuesGuardsSelectionDialog" id="HgQueuesGuardsSelectionDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog" /> - <keyword name="HgQueuesGuardsSelectionDialog (Constructor)" id="HgQueuesGuardsSelectionDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog.__init__" /> - <keyword name="HgQueuesGuardsSelectionDialog.getData" id="HgQueuesGuardsSelectionDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html#HgQueuesGuardsSelectionDialog.getData" /> - <keyword name="HgQueuesNewPatchDialog (Module)" id="HgQueuesNewPatchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html" /> - <keyword name="HgQueuesNewPatchDialog" id="HgQueuesNewPatchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog" /> - <keyword name="HgQueuesNewPatchDialog (Constructor)" id="HgQueuesNewPatchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.__init__" /> - <keyword name="HgQueuesNewPatchDialog.__updateUI" id="HgQueuesNewPatchDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.__updateUI" /> - <keyword name="HgQueuesNewPatchDialog.getData" id="HgQueuesNewPatchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.getData" /> - <keyword name="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" id="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" /> - <keyword name="HgQueuesNewPatchDialog.on_messageEdit_textChanged" id="HgQueuesNewPatchDialog.on_messageEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_messageEdit_textChanged" /> - <keyword name="HgQueuesNewPatchDialog.on_nameEdit_textChanged" id="HgQueuesNewPatchDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_nameEdit_textChanged" /> - <keyword name="HgQueuesNewPatchDialog.on_userEdit_textChanged" id="HgQueuesNewPatchDialog.on_userEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userEdit_textChanged" /> - <keyword name="HgQueuesNewPatchDialog.on_userGroup_toggled" id="HgQueuesNewPatchDialog.on_userGroup_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userGroup_toggled" /> - <keyword name="HgQueuesRenamePatchDialog (Module)" id="HgQueuesRenamePatchDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html" /> - <keyword name="HgQueuesRenamePatchDialog" id="HgQueuesRenamePatchDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog" /> - <keyword name="HgQueuesRenamePatchDialog (Constructor)" id="HgQueuesRenamePatchDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.__init__" /> - <keyword name="HgQueuesRenamePatchDialog.__updateUI" id="HgQueuesRenamePatchDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.__updateUI" /> - <keyword name="HgQueuesRenamePatchDialog.getData" id="HgQueuesRenamePatchDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.getData" /> - <keyword name="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" id="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" /> - <keyword name="HgQueuesRenamePatchDialog.on_nameEdit_textChanged" id="HgQueuesRenamePatchDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_nameEdit_textChanged" /> - <keyword name="HgQueuesRenamePatchDialog.on_namedButton_toggled" id="HgQueuesRenamePatchDialog.on_namedButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.on_namedButton_toggled" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html" /> - <keyword name="QueuesProjectHelper" id="QueuesProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper" /> - <keyword name="QueuesProjectHelper (Constructor)" id="QueuesProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__init__" /> - <keyword name="QueuesProjectHelper.__hgQueueActivateQueue" id="QueuesProjectHelper.__hgQueueActivateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueActivateQueue" /> - <keyword name="QueuesProjectHelper.__hgQueueCreateQueue" id="QueuesProjectHelper.__hgQueueCreateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueCreateQueue" /> - <keyword name="QueuesProjectHelper.__hgQueueDeletePatch" id="QueuesProjectHelper.__hgQueueDeletePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueDeletePatch" /> - <keyword name="QueuesProjectHelper.__hgQueueDeleteQueue" id="QueuesProjectHelper.__hgQueueDeleteQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueDeleteQueue" /> - <keyword name="QueuesProjectHelper.__hgQueueFinishAppliedPatches" id="QueuesProjectHelper.__hgQueueFinishAppliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueFinishAppliedPatches" /> - <keyword name="QueuesProjectHelper.__hgQueueFoldUnappliedPatches" id="QueuesProjectHelper.__hgQueueFoldUnappliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueFoldUnappliedPatches" /> - <keyword name="QueuesProjectHelper.__hgQueueGotoPatch" id="QueuesProjectHelper.__hgQueueGotoPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGotoPatch" /> - <keyword name="QueuesProjectHelper.__hgQueueGotoPatchForced" id="QueuesProjectHelper.__hgQueueGotoPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGotoPatchForced" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsDeactivate" id="QueuesProjectHelper.__hgQueueGuardsDeactivate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDeactivate" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsDefine" id="QueuesProjectHelper.__hgQueueGuardsDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDefine" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsDropAll" id="QueuesProjectHelper.__hgQueueGuardsDropAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsDropAll" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsIdentifyActive" id="QueuesProjectHelper.__hgQueueGuardsIdentifyActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsIdentifyActive" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsList" id="QueuesProjectHelper.__hgQueueGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsList" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsListAll" id="QueuesProjectHelper.__hgQueueGuardsListAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsListAll" /> - <keyword name="QueuesProjectHelper.__hgQueueGuardsSetActive" id="QueuesProjectHelper.__hgQueueGuardsSetActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueGuardsSetActive" /> - <keyword name="QueuesProjectHelper.__hgQueueListPatches" id="QueuesProjectHelper.__hgQueueListPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueListPatches" /> - <keyword name="QueuesProjectHelper.__hgQueueListQueues" id="QueuesProjectHelper.__hgQueueListQueues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueListQueues" /> - <keyword name="QueuesProjectHelper.__hgQueueNewPatch" id="QueuesProjectHelper.__hgQueueNewPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueNewPatch" /> - <keyword name="QueuesProjectHelper.__hgQueuePopAllPatches" id="QueuesProjectHelper.__hgQueuePopAllPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopAllPatches" /> - <keyword name="QueuesProjectHelper.__hgQueuePopAllPatchesForced" id="QueuesProjectHelper.__hgQueuePopAllPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopAllPatchesForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePopPatch" id="QueuesProjectHelper.__hgQueuePopPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatch" /> - <keyword name="QueuesProjectHelper.__hgQueuePopPatchForced" id="QueuesProjectHelper.__hgQueuePopPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatchForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePopPatches" id="QueuesProjectHelper.__hgQueuePopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatches" /> - <keyword name="QueuesProjectHelper.__hgQueuePopPatchesForced" id="QueuesProjectHelper.__hgQueuePopPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePopPatchesForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePurgeQueue" id="QueuesProjectHelper.__hgQueuePurgeQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePurgeQueue" /> - <keyword name="QueuesProjectHelper.__hgQueuePushAllPatches" id="QueuesProjectHelper.__hgQueuePushAllPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushAllPatches" /> - <keyword name="QueuesProjectHelper.__hgQueuePushAllPatchesForced" id="QueuesProjectHelper.__hgQueuePushAllPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushAllPatchesForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePushPatch" id="QueuesProjectHelper.__hgQueuePushPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatch" /> - <keyword name="QueuesProjectHelper.__hgQueuePushPatchForced" id="QueuesProjectHelper.__hgQueuePushPatchForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatchForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePushPatches" id="QueuesProjectHelper.__hgQueuePushPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatches" /> - <keyword name="QueuesProjectHelper.__hgQueuePushPatchesForced" id="QueuesProjectHelper.__hgQueuePushPatchesForced" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPatchesForced" /> - <keyword name="QueuesProjectHelper.__hgQueuePushPopPatches" id="QueuesProjectHelper.__hgQueuePushPopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueuePushPopPatches" /> - <keyword name="QueuesProjectHelper.__hgQueueRefreshPatch" id="QueuesProjectHelper.__hgQueueRefreshPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRefreshPatch" /> - <keyword name="QueuesProjectHelper.__hgQueueRefreshPatchMessage" id="QueuesProjectHelper.__hgQueueRefreshPatchMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRefreshPatchMessage" /> - <keyword name="QueuesProjectHelper.__hgQueueRenamePatch" id="QueuesProjectHelper.__hgQueueRenamePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRenamePatch" /> - <keyword name="QueuesProjectHelper.__hgQueueRenameQueue" id="QueuesProjectHelper.__hgQueueRenameQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueRenameQueue" /> - <keyword name="QueuesProjectHelper.__hgQueueShowHeader" id="QueuesProjectHelper.__hgQueueShowHeader" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueShowHeader" /> - <keyword name="QueuesProjectHelper.__hgQueueShowPatch" id="QueuesProjectHelper.__hgQueueShowPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__hgQueueShowPatch" /> - <keyword name="QueuesProjectHelper.__initGuardsActions" id="QueuesProjectHelper.__initGuardsActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initGuardsActions" /> - <keyword name="QueuesProjectHelper.__initPushPopActions" id="QueuesProjectHelper.__initPushPopActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initPushPopActions" /> - <keyword name="QueuesProjectHelper.__initPushPopForceActions" id="QueuesProjectHelper.__initPushPopForceActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initPushPopForceActions" /> - <keyword name="QueuesProjectHelper.__initQueuesMgmtActions" id="QueuesProjectHelper.__initQueuesMgmtActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.__initQueuesMgmtActions" /> - <keyword name="QueuesProjectHelper.initActions" id="QueuesProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.initActions" /> - <keyword name="QueuesProjectHelper.initMenu" id="QueuesProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.initMenu" /> - <keyword name="QueuesProjectHelper.menuTitle" id="QueuesProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html#QueuesProjectHelper.menuTitle" /> - <keyword name="HgQueuesQueueManagementDialog (Module)" id="HgQueuesQueueManagementDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html" /> - <keyword name="HgQueuesQueueManagementDialog" id="HgQueuesQueueManagementDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog" /> - <keyword name="HgQueuesQueueManagementDialog (Constructor)" id="HgQueuesQueueManagementDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.__init__" /> - <keyword name="HgQueuesQueueManagementDialog.__getQueuesList" id="HgQueuesQueueManagementDialog.__getQueuesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.__getQueuesList" /> - <keyword name="HgQueuesQueueManagementDialog.getData" id="HgQueuesQueueManagementDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.getData" /> - <keyword name="HgQueuesQueueManagementDialog.on_buttonBox_clicked" id="HgQueuesQueueManagementDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_buttonBox_clicked" /> - <keyword name="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" id="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_nameEdit_textChanged" /> - <keyword name="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" id="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" /> - <keyword name="HgQueuesQueueManagementDialog.refresh" id="HgQueuesQueueManagementDialog.refresh" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.refresh" /> - <keyword name="HgQueuesListAllGuardsDialog (Module)" id="HgQueuesListAllGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html" /> - <keyword name="HgQueuesListAllGuardsDialog" id="HgQueuesListAllGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog" /> - <keyword name="HgQueuesListAllGuardsDialog (Constructor)" id="HgQueuesListAllGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog.__init__" /> - <keyword name="HgQueuesListAllGuardsDialog.start" id="HgQueuesListAllGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListAllGuardsDialog.html#HgQueuesListAllGuardsDialog.start" /> - <keyword name="HgQueuesListDialog (Module)" id="HgQueuesListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html" /> - <keyword name="HgQueuesListDialog" id="HgQueuesListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog" /> - <keyword name="HgQueuesListDialog (Constructor)" id="HgQueuesListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__init__" /> - <keyword name="HgQueuesListDialog.__finish" id="HgQueuesListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__finish" /> - <keyword name="HgQueuesListDialog.__generateItem" id="HgQueuesListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__generateItem" /> - <keyword name="HgQueuesListDialog.__getSeries" id="HgQueuesListDialog.__getSeries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__getSeries" /> - <keyword name="HgQueuesListDialog.__getTop" id="HgQueuesListDialog.__getTop" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__getTop" /> - <keyword name="HgQueuesListDialog.__markTopItem" id="HgQueuesListDialog.__markTopItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__markTopItem" /> - <keyword name="HgQueuesListDialog.__procFinished" id="HgQueuesListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__procFinished" /> - <keyword name="HgQueuesListDialog.__processOutputLine" id="HgQueuesListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__processOutputLine" /> - <keyword name="HgQueuesListDialog.__readStderr" id="HgQueuesListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__readStderr" /> - <keyword name="HgQueuesListDialog.__readStdout" id="HgQueuesListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__readStdout" /> - <keyword name="HgQueuesListDialog.__resizeColumns" id="HgQueuesListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__resizeColumns" /> - <keyword name="HgQueuesListDialog.__resort" id="HgQueuesListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__resort" /> - <keyword name="HgQueuesListDialog.__showError" id="HgQueuesListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.__showError" /> - <keyword name="HgQueuesListDialog.closeEvent" id="HgQueuesListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.closeEvent" /> - <keyword name="HgQueuesListDialog.keyPressEvent" id="HgQueuesListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.keyPressEvent" /> - <keyword name="HgQueuesListDialog.on_buttonBox_clicked" id="HgQueuesListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_buttonBox_clicked" /> - <keyword name="HgQueuesListDialog.on_input_returnPressed" id="HgQueuesListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_input_returnPressed" /> - <keyword name="HgQueuesListDialog.on_passwordCheckBox_toggled" id="HgQueuesListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgQueuesListDialog.on_sendButton_clicked" id="HgQueuesListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.on_sendButton_clicked" /> - <keyword name="HgQueuesListDialog.start" id="HgQueuesListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListDialog.html#HgQueuesListDialog.start" /> - <keyword name="HgQueuesDefineGuardsDialog (Module)" id="HgQueuesDefineGuardsDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html" /> - <keyword name="HgQueuesDefineGuardsDialog" id="HgQueuesDefineGuardsDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog" /> - <keyword name="HgQueuesDefineGuardsDialog (Constructor)" id="HgQueuesDefineGuardsDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__init__" /> - <keyword name="HgQueuesDefineGuardsDialog.__applyGuards" id="HgQueuesDefineGuardsDialog.__applyGuards" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__applyGuards" /> - <keyword name="HgQueuesDefineGuardsDialog.__getGuard" id="HgQueuesDefineGuardsDialog.__getGuard" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.__getGuard" /> - <keyword name="HgQueuesDefineGuardsDialog.closeEvent" id="HgQueuesDefineGuardsDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.closeEvent" /> - <keyword name="HgQueuesDefineGuardsDialog.on_addButton_clicked" id="HgQueuesDefineGuardsDialog.on_addButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_addButton_clicked" /> - <keyword name="HgQueuesDefineGuardsDialog.on_buttonBox_clicked" id="HgQueuesDefineGuardsDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_buttonBox_clicked" /> - <keyword name="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" id="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" /> - <keyword name="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" id="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" /> - <keyword name="HgQueuesDefineGuardsDialog.on_patchSelector_activated" id="HgQueuesDefineGuardsDialog.on_patchSelector_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_patchSelector_activated" /> - <keyword name="HgQueuesDefineGuardsDialog.on_removeButton_clicked" id="HgQueuesDefineGuardsDialog.on_removeButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.on_removeButton_clicked" /> - <keyword name="HgQueuesDefineGuardsDialog.start" id="HgQueuesDefineGuardsDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html#HgQueuesDefineGuardsDialog.start" /> - <keyword name="queues (Module)" id="queues (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html" /> - <keyword name="Queues" id="Queues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues" /> - <keyword name="Queues (Constructor)" id="Queues (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__init__" /> - <keyword name="Queues.__getCommitMessage" id="Queues.__getCommitMessage" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getCommitMessage" /> - <keyword name="Queues.__getCurrentPatch" id="Queues.__getCurrentPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getCurrentPatch" /> - <keyword name="Queues.__getPatchesList" id="Queues.__getPatchesList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getPatchesList" /> - <keyword name="Queues.getGuardsList" id="Queues.getGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.getGuardsList" /> - <keyword name="Queues.hgQueueCreateRenameQueue" id="Queues.hgQueueCreateRenameQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueCreateRenameQueue" /> - <keyword name="Queues.hgQueueDeletePatch" id="Queues.hgQueueDeletePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueDeletePatch" /> - <keyword name="Queues.hgQueueDeletePurgeActivateQueue" id="Queues.hgQueueDeletePurgeActivateQueue" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueDeletePurgeActivateQueue" /> - <keyword name="Queues.hgQueueFinishAppliedPatches" id="Queues.hgQueueFinishAppliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueFinishAppliedPatches" /> - <keyword name="Queues.hgQueueFoldUnappliedPatches" id="Queues.hgQueueFoldUnappliedPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueFoldUnappliedPatches" /> - <keyword name="Queues.hgQueueGuardsDeactivate" id="Queues.hgQueueGuardsDeactivate" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDeactivate" /> - <keyword name="Queues.hgQueueGuardsDefine" id="Queues.hgQueueGuardsDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDefine" /> - <keyword name="Queues.hgQueueGuardsDropAll" id="Queues.hgQueueGuardsDropAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsDropAll" /> - <keyword name="Queues.hgQueueGuardsIdentifyActive" id="Queues.hgQueueGuardsIdentifyActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsIdentifyActive" /> - <keyword name="Queues.hgQueueGuardsList" id="Queues.hgQueueGuardsList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsList" /> - <keyword name="Queues.hgQueueGuardsListAll" id="Queues.hgQueueGuardsListAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsListAll" /> - <keyword name="Queues.hgQueueGuardsSetActive" id="Queues.hgQueueGuardsSetActive" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueGuardsSetActive" /> - <keyword name="Queues.hgQueueListPatches" id="Queues.hgQueueListPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueListPatches" /> - <keyword name="Queues.hgQueueListQueues" id="Queues.hgQueueListQueues" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueListQueues" /> - <keyword name="Queues.hgQueueNewPatch" id="Queues.hgQueueNewPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueNewPatch" /> - <keyword name="Queues.hgQueuePushPopPatches" id="Queues.hgQueuePushPopPatches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueuePushPopPatches" /> - <keyword name="Queues.hgQueueRefreshPatch" id="Queues.hgQueueRefreshPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueRefreshPatch" /> - <keyword name="Queues.hgQueueRenamePatch" id="Queues.hgQueueRenamePatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueRenamePatch" /> - <keyword name="Queues.hgQueueShowHeader" id="Queues.hgQueueShowHeader" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueShowHeader" /> - <keyword name="Queues.hgQueueShowPatch" id="Queues.hgQueueShowPatch" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.hgQueueShowPatch" /> - <keyword name="Queues.shutdown" id="Queues.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.shutdown" /> - <keyword name="HgQueuesHeaderDialog (Module)" id="HgQueuesHeaderDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html" /> - <keyword name="HgQueuesHeaderDialog" id="HgQueuesHeaderDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog" /> - <keyword name="HgQueuesHeaderDialog (Constructor)" id="HgQueuesHeaderDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__init__" /> - <keyword name="HgQueuesHeaderDialog.__finish" id="HgQueuesHeaderDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__finish" /> - <keyword name="HgQueuesHeaderDialog.__procFinished" id="HgQueuesHeaderDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__procFinished" /> - <keyword name="HgQueuesHeaderDialog.__readStderr" id="HgQueuesHeaderDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__readStderr" /> - <keyword name="HgQueuesHeaderDialog.__readStdout" id="HgQueuesHeaderDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__readStdout" /> - <keyword name="HgQueuesHeaderDialog.__showError" id="HgQueuesHeaderDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__showError" /> - <keyword name="HgQueuesHeaderDialog.__showOutput" id="HgQueuesHeaderDialog.__showOutput" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.__showOutput" /> - <keyword name="HgQueuesHeaderDialog.closeEvent" id="HgQueuesHeaderDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.closeEvent" /> - <keyword name="HgQueuesHeaderDialog.on_buttonBox_clicked" id="HgQueuesHeaderDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.on_buttonBox_clicked" /> - <keyword name="HgQueuesHeaderDialog.start" id="HgQueuesHeaderDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesHeaderDialog.html#HgQueuesHeaderDialog.start" /> - <keyword name="BookmarksExtension (Package)" id="BookmarksExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.html" /> - <keyword name="bookmarks (Module)" id="bookmarks (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html" /> - <keyword name="Bookmarks" id="Bookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks" /> - <keyword name="Bookmarks (Constructor)" id="Bookmarks (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.__init__" /> - <keyword name="Bookmarks.__getInOutBookmarks" id="Bookmarks.__getInOutBookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.__getInOutBookmarks" /> - <keyword name="Bookmarks.hgBookmarkDefine" id="Bookmarks.hgBookmarkDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkDefine" /> - <keyword name="Bookmarks.hgBookmarkDelete" id="Bookmarks.hgBookmarkDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkDelete" /> - <keyword name="Bookmarks.hgBookmarkIncoming" id="Bookmarks.hgBookmarkIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkIncoming" /> - <keyword name="Bookmarks.hgBookmarkMove" id="Bookmarks.hgBookmarkMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkMove" /> - <keyword name="Bookmarks.hgBookmarkOutgoing" id="Bookmarks.hgBookmarkOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkOutgoing" /> - <keyword name="Bookmarks.hgBookmarkPull" id="Bookmarks.hgBookmarkPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkPull" /> - <keyword name="Bookmarks.hgBookmarkPush" id="Bookmarks.hgBookmarkPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkPush" /> - <keyword name="Bookmarks.hgBookmarkRename" id="Bookmarks.hgBookmarkRename" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgBookmarkRename" /> - <keyword name="Bookmarks.hgGetBookmarksList" id="Bookmarks.hgGetBookmarksList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgGetBookmarksList" /> - <keyword name="Bookmarks.hgListBookmarks" id="Bookmarks.hgListBookmarks" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.hgListBookmarks" /> - <keyword name="Bookmarks.shutdown" id="Bookmarks.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.bookmarks.html#Bookmarks.shutdown" /> - <keyword name="HgBookmarksInOutDialog (Module)" id="HgBookmarksInOutDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html" /> - <keyword name="HgBookmarksInOutDialog" id="HgBookmarksInOutDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog" /> - <keyword name="HgBookmarksInOutDialog (Constructor)" id="HgBookmarksInOutDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__init__" /> - <keyword name="HgBookmarksInOutDialog.__finish" id="HgBookmarksInOutDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__finish" /> - <keyword name="HgBookmarksInOutDialog.__generateItem" id="HgBookmarksInOutDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__generateItem" /> - <keyword name="HgBookmarksInOutDialog.__procFinished" id="HgBookmarksInOutDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__procFinished" /> - <keyword name="HgBookmarksInOutDialog.__processOutputLine" id="HgBookmarksInOutDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__processOutputLine" /> - <keyword name="HgBookmarksInOutDialog.__readStderr" id="HgBookmarksInOutDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__readStderr" /> - <keyword name="HgBookmarksInOutDialog.__readStdout" id="HgBookmarksInOutDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__readStdout" /> - <keyword name="HgBookmarksInOutDialog.__resizeColumns" id="HgBookmarksInOutDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__resizeColumns" /> - <keyword name="HgBookmarksInOutDialog.__resort" id="HgBookmarksInOutDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__resort" /> - <keyword name="HgBookmarksInOutDialog.__showError" id="HgBookmarksInOutDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.__showError" /> - <keyword name="HgBookmarksInOutDialog.closeEvent" id="HgBookmarksInOutDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.closeEvent" /> - <keyword name="HgBookmarksInOutDialog.keyPressEvent" id="HgBookmarksInOutDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.keyPressEvent" /> - <keyword name="HgBookmarksInOutDialog.on_buttonBox_clicked" id="HgBookmarksInOutDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_buttonBox_clicked" /> - <keyword name="HgBookmarksInOutDialog.on_input_returnPressed" id="HgBookmarksInOutDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_input_returnPressed" /> - <keyword name="HgBookmarksInOutDialog.on_passwordCheckBox_toggled" id="HgBookmarksInOutDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgBookmarksInOutDialog.on_sendButton_clicked" id="HgBookmarksInOutDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_sendButton_clicked" /> - <keyword name="HgBookmarksInOutDialog.start" id="HgBookmarksInOutDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.start" /> - <keyword name="HgBookmarkDialog (Module)" id="HgBookmarkDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html" /> - <keyword name="HgBookmarkDialog" id="HgBookmarkDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog" /> - <keyword name="HgBookmarkDialog (Constructor)" id="HgBookmarkDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__init__" /> - <keyword name="HgBookmarkDialog.__updateBookmarksCombo" id="HgBookmarkDialog.__updateBookmarksCombo" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__updateBookmarksCombo" /> - <keyword name="HgBookmarkDialog.__updateOK" id="HgBookmarkDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.__updateOK" /> - <keyword name="HgBookmarkDialog.getData" id="HgBookmarkDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.getData" /> - <keyword name="HgBookmarkDialog.on_bookmarkButton_toggled" id="HgBookmarkDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_bookmarkButton_toggled" /> - <keyword name="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" id="HgBookmarkDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgBookmarkDialog.on_branchButton_toggled" id="HgBookmarkDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_branchButton_toggled" /> - <keyword name="HgBookmarkDialog.on_branchCombo_editTextChanged" id="HgBookmarkDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgBookmarkDialog.on_idButton_toggled" id="HgBookmarkDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_idButton_toggled" /> - <keyword name="HgBookmarkDialog.on_idEdit_textChanged" id="HgBookmarkDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_idEdit_textChanged" /> - <keyword name="HgBookmarkDialog.on_nameCombo_activated" id="HgBookmarkDialog.on_nameCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_nameCombo_activated" /> - <keyword name="HgBookmarkDialog.on_nameEdit_textChanged" id="HgBookmarkDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_nameEdit_textChanged" /> - <keyword name="HgBookmarkDialog.on_tagButton_toggled" id="HgBookmarkDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_tagButton_toggled" /> - <keyword name="HgBookmarkDialog.on_tagCombo_editTextChanged" id="HgBookmarkDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkDialog.html#HgBookmarkDialog.on_tagCombo_editTextChanged" /> - <keyword name="HgBookmarksListDialog (Module)" id="HgBookmarksListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html" /> - <keyword name="HgBookmarksListDialog" id="HgBookmarksListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog" /> - <keyword name="HgBookmarksListDialog (Constructor)" id="HgBookmarksListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__init__" /> - <keyword name="HgBookmarksListDialog.__finish" id="HgBookmarksListDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__finish" /> - <keyword name="HgBookmarksListDialog.__generateItem" id="HgBookmarksListDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__generateItem" /> - <keyword name="HgBookmarksListDialog.__procFinished" id="HgBookmarksListDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__procFinished" /> - <keyword name="HgBookmarksListDialog.__processOutputLine" id="HgBookmarksListDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__processOutputLine" /> - <keyword name="HgBookmarksListDialog.__readStderr" id="HgBookmarksListDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__readStderr" /> - <keyword name="HgBookmarksListDialog.__readStdout" id="HgBookmarksListDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__readStdout" /> - <keyword name="HgBookmarksListDialog.__resizeColumns" id="HgBookmarksListDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__resizeColumns" /> - <keyword name="HgBookmarksListDialog.__resort" id="HgBookmarksListDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__resort" /> - <keyword name="HgBookmarksListDialog.__showError" id="HgBookmarksListDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.__showError" /> - <keyword name="HgBookmarksListDialog.closeEvent" id="HgBookmarksListDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.closeEvent" /> - <keyword name="HgBookmarksListDialog.keyPressEvent" id="HgBookmarksListDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.keyPressEvent" /> - <keyword name="HgBookmarksListDialog.on_buttonBox_clicked" id="HgBookmarksListDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_buttonBox_clicked" /> - <keyword name="HgBookmarksListDialog.on_input_returnPressed" id="HgBookmarksListDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_input_returnPressed" /> - <keyword name="HgBookmarksListDialog.on_passwordCheckBox_toggled" id="HgBookmarksListDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgBookmarksListDialog.on_sendButton_clicked" id="HgBookmarksListDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.on_sendButton_clicked" /> - <keyword name="HgBookmarksListDialog.start" id="HgBookmarksListDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarksListDialog.html#HgBookmarksListDialog.start" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html" /> - <keyword name="BookmarksProjectHelper" id="BookmarksProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper" /> - <keyword name="BookmarksProjectHelper (Constructor)" id="BookmarksProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__init__" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkDefine" id="BookmarksProjectHelper.__hgBookmarkDefine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkDefine" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkDelete" id="BookmarksProjectHelper.__hgBookmarkDelete" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkDelete" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkIncoming" id="BookmarksProjectHelper.__hgBookmarkIncoming" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkIncoming" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkMove" id="BookmarksProjectHelper.__hgBookmarkMove" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkMove" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkOutgoing" id="BookmarksProjectHelper.__hgBookmarkOutgoing" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkOutgoing" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkPull" id="BookmarksProjectHelper.__hgBookmarkPull" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkPull" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkPush" id="BookmarksProjectHelper.__hgBookmarkPush" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkPush" /> - <keyword name="BookmarksProjectHelper.__hgBookmarkRename" id="BookmarksProjectHelper.__hgBookmarkRename" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarkRename" /> - <keyword name="BookmarksProjectHelper.__hgBookmarksList" id="BookmarksProjectHelper.__hgBookmarksList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.__hgBookmarksList" /> - <keyword name="BookmarksProjectHelper.initActions" id="BookmarksProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.initActions" /> - <keyword name="BookmarksProjectHelper.initMenu" id="BookmarksProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.initMenu" /> - <keyword name="BookmarksProjectHelper.menuTitle" id="BookmarksProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.ProjectHelper.html#BookmarksProjectHelper.menuTitle" /> - <keyword name="HgBookmarkRenameDialog (Module)" id="HgBookmarkRenameDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html" /> - <keyword name="HgBookmarkRenameDialog" id="HgBookmarkRenameDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog" /> - <keyword name="HgBookmarkRenameDialog (Constructor)" id="HgBookmarkRenameDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.__init__" /> - <keyword name="HgBookmarkRenameDialog.__updateUI" id="HgBookmarkRenameDialog.__updateUI" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.__updateUI" /> - <keyword name="HgBookmarkRenameDialog.getData" id="HgBookmarkRenameDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.getData" /> - <keyword name="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" id="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgBookmarkRenameDialog.on_nameEdit_textChanged" id="HgBookmarkRenameDialog.on_nameEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.BookmarksExtension.HgBookmarkRenameDialog.html#HgBookmarkRenameDialog.on_nameEdit_textChanged" /> - <keyword name="PurgeExtension (Package)" id="PurgeExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html" /> - <keyword name="HgPurgeListDialog (Module)" id="HgPurgeListDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html" /> - <keyword name="HgPurgeListDialog" id="HgPurgeListDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html#HgPurgeListDialog" /> - <keyword name="HgPurgeListDialog (Constructor)" id="HgPurgeListDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.HgPurgeListDialog.html#HgPurgeListDialog.__init__" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html" /> - <keyword name="PurgeProjectHelper" id="PurgeProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper" /> - <keyword name="PurgeProjectHelper (Constructor)" id="PurgeProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__init__" /> - <keyword name="PurgeProjectHelper.__hgPurge" id="PurgeProjectHelper.__hgPurge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurge" /> - <keyword name="PurgeProjectHelper.__hgPurgeAll" id="PurgeProjectHelper.__hgPurgeAll" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeAll" /> - <keyword name="PurgeProjectHelper.__hgPurgeAllList" id="PurgeProjectHelper.__hgPurgeAllList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeAllList" /> - <keyword name="PurgeProjectHelper.__hgPurgeList" id="PurgeProjectHelper.__hgPurgeList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.__hgPurgeList" /> - <keyword name="PurgeProjectHelper.initActions" id="PurgeProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.initActions" /> - <keyword name="PurgeProjectHelper.initMenu" id="PurgeProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.initMenu" /> - <keyword name="PurgeProjectHelper.menuTitle" id="PurgeProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html#PurgeProjectHelper.menuTitle" /> - <keyword name="purge (Module)" id="purge (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html" /> - <keyword name="Purge" id="Purge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge" /> - <keyword name="Purge (Constructor)" id="Purge (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.__init__" /> - <keyword name="Purge.__getEntries" id="Purge.__getEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.__getEntries" /> - <keyword name="Purge.hgPurge" id="Purge.hgPurge" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurge" /> - <keyword name="Purge.hgPurgeList" id="Purge.hgPurgeList" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.hgPurgeList" /> - <keyword name="Purge.shutdown" id="Purge.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html#Purge.shutdown" /> - <keyword name="GpgExtension (Package)" id="GpgExtension (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html" /> - <keyword name="HgGpgSignaturesDialog (Module)" id="HgGpgSignaturesDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html" /> - <keyword name="HgGpgSignaturesDialog" id="HgGpgSignaturesDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog" /> - <keyword name="HgGpgSignaturesDialog (Constructor)" id="HgGpgSignaturesDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__init__" /> - <keyword name="HgGpgSignaturesDialog.__filterSignatures" id="HgGpgSignaturesDialog.__filterSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__filterSignatures" /> - <keyword name="HgGpgSignaturesDialog.__finish" id="HgGpgSignaturesDialog.__finish" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__finish" /> - <keyword name="HgGpgSignaturesDialog.__generateItem" id="HgGpgSignaturesDialog.__generateItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__generateItem" /> - <keyword name="HgGpgSignaturesDialog.__procFinished" id="HgGpgSignaturesDialog.__procFinished" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__procFinished" /> - <keyword name="HgGpgSignaturesDialog.__processOutputLine" id="HgGpgSignaturesDialog.__processOutputLine" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__processOutputLine" /> - <keyword name="HgGpgSignaturesDialog.__readStderr" id="HgGpgSignaturesDialog.__readStderr" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStderr" /> - <keyword name="HgGpgSignaturesDialog.__readStdout" id="HgGpgSignaturesDialog.__readStdout" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__readStdout" /> - <keyword name="HgGpgSignaturesDialog.__resizeColumns" id="HgGpgSignaturesDialog.__resizeColumns" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resizeColumns" /> - <keyword name="HgGpgSignaturesDialog.__resort" id="HgGpgSignaturesDialog.__resort" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__resort" /> - <keyword name="HgGpgSignaturesDialog.__showError" id="HgGpgSignaturesDialog.__showError" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.__showError" /> - <keyword name="HgGpgSignaturesDialog.closeEvent" id="HgGpgSignaturesDialog.closeEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.closeEvent" /> - <keyword name="HgGpgSignaturesDialog.keyPressEvent" id="HgGpgSignaturesDialog.keyPressEvent" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.keyPressEvent" /> - <keyword name="HgGpgSignaturesDialog.on_buttonBox_clicked" id="HgGpgSignaturesDialog.on_buttonBox_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_buttonBox_clicked" /> - <keyword name="HgGpgSignaturesDialog.on_categoryCombo_activated" id="HgGpgSignaturesDialog.on_categoryCombo_activated" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_categoryCombo_activated" /> - <keyword name="HgGpgSignaturesDialog.on_input_returnPressed" id="HgGpgSignaturesDialog.on_input_returnPressed" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_input_returnPressed" /> - <keyword name="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" id="HgGpgSignaturesDialog.on_passwordCheckBox_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_passwordCheckBox_toggled" /> - <keyword name="HgGpgSignaturesDialog.on_rxEdit_textChanged" id="HgGpgSignaturesDialog.on_rxEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_rxEdit_textChanged" /> - <keyword name="HgGpgSignaturesDialog.on_sendButton_clicked" id="HgGpgSignaturesDialog.on_sendButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_sendButton_clicked" /> - <keyword name="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" id="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" /> - <keyword name="HgGpgSignaturesDialog.on_verifyButton_clicked" id="HgGpgSignaturesDialog.on_verifyButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.on_verifyButton_clicked" /> - <keyword name="HgGpgSignaturesDialog.start" id="HgGpgSignaturesDialog.start" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html#HgGpgSignaturesDialog.start" /> - <keyword name="gpg (Module)" id="gpg (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html" /> - <keyword name="Gpg" id="Gpg" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg" /> - <keyword name="Gpg (Constructor)" id="Gpg (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.__init__" /> - <keyword name="Gpg.hgGpgSign" id="Gpg.hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSign" /> - <keyword name="Gpg.hgGpgSignatures" id="Gpg.hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgSignatures" /> - <keyword name="Gpg.hgGpgVerifySignatures" id="Gpg.hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.hgGpgVerifySignatures" /> - <keyword name="Gpg.shutdown" id="Gpg.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html#Gpg.shutdown" /> - <keyword name="ProjectHelper (Module)" id="ProjectHelper (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html" /> - <keyword name="GpgProjectHelper" id="GpgProjectHelper" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper" /> - <keyword name="GpgProjectHelper (Constructor)" id="GpgProjectHelper (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__init__" /> - <keyword name="GpgProjectHelper.__hgGpgSign" id="GpgProjectHelper.__hgGpgSign" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSign" /> - <keyword name="GpgProjectHelper.__hgGpgSignatures" id="GpgProjectHelper.__hgGpgSignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgSignatures" /> - <keyword name="GpgProjectHelper.__hgGpgVerifySignatures" id="GpgProjectHelper.__hgGpgVerifySignatures" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.__hgGpgVerifySignatures" /> - <keyword name="GpgProjectHelper.initActions" id="GpgProjectHelper.initActions" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initActions" /> - <keyword name="GpgProjectHelper.initMenu" id="GpgProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.initMenu" /> - <keyword name="GpgProjectHelper.menuTitle" id="GpgProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html#GpgProjectHelper.menuTitle" /> - <keyword name="HgGpgSignDialog (Module)" id="HgGpgSignDialog (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html" /> - <keyword name="HgGpgSignDialog" id="HgGpgSignDialog" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog" /> - <keyword name="HgGpgSignDialog (Constructor)" id="HgGpgSignDialog (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__init__" /> - <keyword name="HgGpgSignDialog.__updateOK" id="HgGpgSignDialog.__updateOK" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.__updateOK" /> - <keyword name="HgGpgSignDialog.getData" id="HgGpgSignDialog.getData" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.getData" /> - <keyword name="HgGpgSignDialog.on_bookmarkButton_toggled" id="HgGpgSignDialog.on_bookmarkButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkButton_toggled" /> - <keyword name="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" id="HgGpgSignDialog.on_bookmarkCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_bookmarkCombo_editTextChanged" /> - <keyword name="HgGpgSignDialog.on_branchButton_toggled" id="HgGpgSignDialog.on_branchButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchButton_toggled" /> - <keyword name="HgGpgSignDialog.on_branchCombo_editTextChanged" id="HgGpgSignDialog.on_branchCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_branchCombo_editTextChanged" /> - <keyword name="HgGpgSignDialog.on_idButton_toggled" id="HgGpgSignDialog.on_idButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idButton_toggled" /> - <keyword name="HgGpgSignDialog.on_idEdit_textChanged" id="HgGpgSignDialog.on_idEdit_textChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_idEdit_textChanged" /> - <keyword name="HgGpgSignDialog.on_tagButton_toggled" id="HgGpgSignDialog.on_tagButton_toggled" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagButton_toggled" /> - <keyword name="HgGpgSignDialog.on_tagCombo_editTextChanged" id="HgGpgSignDialog.on_tagCombo_editTextChanged" ref="eric5.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html#HgGpgSignDialog.on_tagCombo_editTextChanged" /> - <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html" /> - <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html" /> - <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage" /> - <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" /> - <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" /> - <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" /> - <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage.html#SubversionPage.save" /> - <keyword name="ConfigurationPage (Package)" id="ConfigurationPage (Package)" ref="index-eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html" /> - <keyword name="SubversionPage (Module)" id="SubversionPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html" /> - <keyword name="SubversionPage" id="SubversionPage" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage" /> - <keyword name="SubversionPage (Constructor)" id="SubversionPage (Constructor)" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.__init__" /> - <keyword name="SubversionPage.on_configButton_clicked" id="SubversionPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_configButton_clicked" /> - <keyword name="SubversionPage.on_serversButton_clicked" id="SubversionPage.on_serversButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.on_serversButton_clicked" /> - <keyword name="SubversionPage.save" id="SubversionPage.save" ref="eric5.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.SubversionPage.html#SubversionPage.save" /> - <keyword name="SyntaxChecker (Package)" id="SyntaxChecker (Package)" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html" /> - <keyword name="SyntaxCheckerDialog (Module)" id="SyntaxCheckerDialog (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" /> - <keyword name="SyntaxCheckerDialog" id="SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog" /> - <keyword name="SyntaxCheckerDialog (Constructor)" id="SyntaxCheckerDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__init__" /> - <keyword name="SyntaxCheckerDialog.__clearErrors" id="SyntaxCheckerDialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__clearErrors" /> - <keyword name="SyntaxCheckerDialog.__createResultItem" id="SyntaxCheckerDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__createResultItem" /> - <keyword name="SyntaxCheckerDialog.__finish" id="SyntaxCheckerDialog.__finish" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__finish" /> - <keyword name="SyntaxCheckerDialog.__resort" id="SyntaxCheckerDialog.__resort" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.__resort" /> - <keyword name="SyntaxCheckerDialog.on_buttonBox_clicked" id="SyntaxCheckerDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_buttonBox_clicked" /> - <keyword name="SyntaxCheckerDialog.on_resultList_itemActivated" id="SyntaxCheckerDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_resultList_itemActivated" /> - <keyword name="SyntaxCheckerDialog.on_showButton_clicked" id="SyntaxCheckerDialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_showButton_clicked" /> - <keyword name="SyntaxCheckerDialog.on_startButton_clicked" id="SyntaxCheckerDialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.on_startButton_clicked" /> - <keyword name="SyntaxCheckerDialog.prepare" id="SyntaxCheckerDialog.prepare" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.prepare" /> - <keyword name="SyntaxCheckerDialog.start" id="SyntaxCheckerDialog.start" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html#SyntaxCheckerDialog.start" /> - <keyword name="Pep8 (Package)" id="Pep8 (Package)" ref="index-eric5.Plugins.CheckerPlugins.Pep8.html" /> - <keyword name="Pep8Checker (Module)" id="Pep8Checker (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html" /> - <keyword name="Pep8Checker" id="Pep8Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker" /> - <keyword name="Pep8Py2Checker" id="Pep8Py2Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker" /> - <keyword name="Pep8Checker (Constructor)" id="Pep8Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.__init__" /> - <keyword name="Pep8Checker.__ignore_code" id="Pep8Checker.__ignore_code" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.__ignore_code" /> - <keyword name="Pep8Checker.report_error_args" id="Pep8Checker.report_error_args" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Checker.report_error_args" /> - <keyword name="Pep8Py2Checker (Constructor)" id="Pep8Py2Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Checker.html#Pep8Py2Checker.__init__" /> - <keyword name="pep8 (Module)" id="pep8 (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html" /> - <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker" /> - <keyword name="_main" id="_main" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#_main" /> - <keyword name="blank_lines" id="blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#blank_lines" /> - <keyword name="compound_statements" id="compound_statements" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#compound_statements" /> - <keyword name="excluded" id="excluded" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#excluded" /> - <keyword name="expand_indent" id="expand_indent" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#expand_indent" /> - <keyword name="extraneous_whitespace" id="extraneous_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#extraneous_whitespace" /> - <keyword name="filename_match" id="filename_match" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#filename_match" /> - <keyword name="find_checks" id="find_checks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#find_checks" /> - <keyword name="getMessage" id="getMessage" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#getMessage" /> - <keyword name="get_count" id="get_count" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_count" /> - <keyword name="get_error_statistics" id="get_error_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_error_statistics" /> - <keyword name="get_statistics" id="get_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_statistics" /> - <keyword name="get_warning_statistics" id="get_warning_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#get_warning_statistics" /> - <keyword name="ignore_code" id="ignore_code" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#ignore_code" /> - <keyword name="imports_on_separate_lines" id="imports_on_separate_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#imports_on_separate_lines" /> - <keyword name="indentation" id="indentation" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#indentation" /> - <keyword name="input_dir" id="input_dir" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#input_dir" /> - <keyword name="input_file" id="input_file" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#input_file" /> - <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#maximum_line_length" /> - <keyword name="message" id="message" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#message" /> - <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_newline" /> - <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace" /> - <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#missing_whitespace_around_operator" /> - <keyword name="mute_string" id="mute_string" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#mute_string" /> - <keyword name="print_benchmark" id="print_benchmark" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#print_benchmark" /> - <keyword name="print_statistics" id="print_statistics" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#print_statistics" /> - <keyword name="process_options" id="process_options" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#process_options" /> - <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_backticks" /> - <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_has_key" /> - <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_not_equal" /> - <keyword name="python_3000_raise_comma" id="python_3000_raise_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#python_3000_raise_comma" /> - <keyword name="readlines" id="readlines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines" /> - <keyword name="readlines_1" id="readlines_1" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#readlines_1" /> - <keyword name="reset_counters" id="reset_counters" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#reset_counters" /> - <keyword name="run_tests" id="run_tests" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#run_tests" /> - <keyword name="selftest" id="selftest" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#selftest" /> - <keyword name="tabs_obsolete" id="tabs_obsolete" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_obsolete" /> - <keyword name="tabs_or_spaces" id="tabs_or_spaces" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#tabs_or_spaces" /> - <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_blank_lines" /> - <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#trailing_whitespace" /> - <keyword name="whitespace_around_comma" id="whitespace_around_comma" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_comma" /> - <keyword name="whitespace_around_named_parameter_equals" id="whitespace_around_named_parameter_equals" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_named_parameter_equals" /> - <keyword name="whitespace_around_operator" id="whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_around_operator" /> - <keyword name="whitespace_before_inline_comment" id="whitespace_before_inline_comment" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_inline_comment" /> - <keyword name="whitespace_before_parameters" id="whitespace_before_parameters" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#whitespace_before_parameters" /> - <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.__init__" /> - <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.build_tokens_line" /> - <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_all" /> - <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_logical" /> - <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.check_physical" /> - <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline" /> - <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.readline_check_physical" /> - <keyword name="Checker.report_error" id="Checker.report_error" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.report_error" /> - <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.Pep8.pep8.html#Checker.run_check" /> - <keyword name="Pep8CodeSelectionDialog (Module)" id="Pep8CodeSelectionDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html" /> - <keyword name="Pep8CodeSelectionDialog" id="Pep8CodeSelectionDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog" /> - <keyword name="Pep8CodeSelectionDialog (Constructor)" id="Pep8CodeSelectionDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.__init__" /> - <keyword name="Pep8CodeSelectionDialog.getSelectedCodes" id="Pep8CodeSelectionDialog.getSelectedCodes" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8CodeSelectionDialog.html#Pep8CodeSelectionDialog.getSelectedCodes" /> - <keyword name="Pep8Dialog (Module)" id="Pep8Dialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html" /> - <keyword name="Pep8Dialog" id="Pep8Dialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog" /> - <keyword name="Pep8Dialog (Constructor)" id="Pep8Dialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__init__" /> - <keyword name="Pep8Dialog.__clearErrors" id="Pep8Dialog.__clearErrors" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__clearErrors" /> - <keyword name="Pep8Dialog.__createResultItem" id="Pep8Dialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__createResultItem" /> - <keyword name="Pep8Dialog.__finish" id="Pep8Dialog.__finish" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__finish" /> - <keyword name="Pep8Dialog.__resetStatistics" id="Pep8Dialog.__resetStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resetStatistics" /> - <keyword name="Pep8Dialog.__resort" id="Pep8Dialog.__resort" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__resort" /> - <keyword name="Pep8Dialog.__updateStatistics" id="Pep8Dialog.__updateStatistics" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.__updateStatistics" /> - <keyword name="Pep8Dialog.on_buttonBox_clicked" id="Pep8Dialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_buttonBox_clicked" /> - <keyword name="Pep8Dialog.on_excludeMessagesSelectButton_clicked" id="Pep8Dialog.on_excludeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_excludeMessagesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_fixIssuesSelectButton_clicked" id="Pep8Dialog.on_fixIssuesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_fixIssuesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_includeMessagesSelectButton_clicked" id="Pep8Dialog.on_includeMessagesSelectButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_includeMessagesSelectButton_clicked" /> - <keyword name="Pep8Dialog.on_loadDefaultButton_clicked" id="Pep8Dialog.on_loadDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_loadDefaultButton_clicked" /> - <keyword name="Pep8Dialog.on_resultList_itemActivated" id="Pep8Dialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_resultList_itemActivated" /> - <keyword name="Pep8Dialog.on_showButton_clicked" id="Pep8Dialog.on_showButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_showButton_clicked" /> - <keyword name="Pep8Dialog.on_startButton_clicked" id="Pep8Dialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_startButton_clicked" /> - <keyword name="Pep8Dialog.on_statisticsButton_clicked" id="Pep8Dialog.on_statisticsButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_statisticsButton_clicked" /> - <keyword name="Pep8Dialog.on_storeDefaultButton_clicked" id="Pep8Dialog.on_storeDefaultButton_clicked" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.on_storeDefaultButton_clicked" /> - <keyword name="Pep8Dialog.prepare" id="Pep8Dialog.prepare" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.prepare" /> - <keyword name="Pep8Dialog.start" id="Pep8Dialog.start" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Dialog.html#Pep8Dialog.start" /> - <keyword name="Pep8StatisticsDialog (Module)" id="Pep8StatisticsDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html" /> - <keyword name="Pep8StatisticsDialog" id="Pep8StatisticsDialog" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog" /> - <keyword name="Pep8StatisticsDialog (Constructor)" id="Pep8StatisticsDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__init__" /> - <keyword name="Pep8StatisticsDialog.__createItem" id="Pep8StatisticsDialog.__createItem" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8StatisticsDialog.html#Pep8StatisticsDialog.__createItem" /> - <keyword name="Pep8Fixer (Module)" id="Pep8Fixer (Module)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html" /> - <keyword name="Pep8Fixer" id="Pep8Fixer" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer" /> - <keyword name="Pep8Fixer (Constructor)" id="Pep8Fixer (Constructor)" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__init__" /> - <keyword name="Pep8Fixer.__finalize" id="Pep8Fixer.__finalize" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__finalize" /> - <keyword name="Pep8Fixer.__fixBlankLinesAfterDecorator" id="Pep8Fixer.__fixBlankLinesAfterDecorator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixBlankLinesAfterDecorator" /> - <keyword name="Pep8Fixer.__fixMissingWhitespaceAfter" id="Pep8Fixer.__fixMissingWhitespaceAfter" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixMissingWhitespaceAfter" /> - <keyword name="Pep8Fixer.__fixMissingWhitespaceAroundOperator" id="Pep8Fixer.__fixMissingWhitespaceAroundOperator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixMissingWhitespaceAroundOperator" /> - <keyword name="Pep8Fixer.__fixNewline" id="Pep8Fixer.__fixNewline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixNewline" /> - <keyword name="Pep8Fixer.__fixNotEqual" id="Pep8Fixer.__fixNotEqual" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixNotEqual" /> - <keyword name="Pep8Fixer.__fixOneBlankLine" id="Pep8Fixer.__fixOneBlankLine" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixOneBlankLine" /> - <keyword name="Pep8Fixer.__fixTabs" id="Pep8Fixer.__fixTabs" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTabs" /> - <keyword name="Pep8Fixer.__fixTooManyBlankLines" id="Pep8Fixer.__fixTooManyBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTooManyBlankLines" /> - <keyword name="Pep8Fixer.__fixTrailingBlankLines" id="Pep8Fixer.__fixTrailingBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTrailingBlankLines" /> - <keyword name="Pep8Fixer.__fixTwoBlankLines" id="Pep8Fixer.__fixTwoBlankLines" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixTwoBlankLines" /> - <keyword name="Pep8Fixer.__fixWhitespace" id="Pep8Fixer.__fixWhitespace" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespace" /> - <keyword name="Pep8Fixer.__fixWhitespaceAfter" id="Pep8Fixer.__fixWhitespaceAfter" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAfter" /> - <keyword name="Pep8Fixer.__fixWhitespaceAfterInline" id="Pep8Fixer.__fixWhitespaceAfterInline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAfterInline" /> - <keyword name="Pep8Fixer.__fixWhitespaceAroundEquals" id="Pep8Fixer.__fixWhitespaceAroundEquals" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAroundEquals" /> - <keyword name="Pep8Fixer.__fixWhitespaceAroundOperator" id="Pep8Fixer.__fixWhitespaceAroundOperator" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceAroundOperator" /> - <keyword name="Pep8Fixer.__fixWhitespaceBefore" id="Pep8Fixer.__fixWhitespaceBefore" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceBefore" /> - <keyword name="Pep8Fixer.__fixWhitespaceBeforeInline" id="Pep8Fixer.__fixWhitespaceBeforeInline" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__fixWhitespaceBeforeInline" /> - <keyword name="Pep8Fixer.__getEol" id="Pep8Fixer.__getEol" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.__getEol" /> - <keyword name="Pep8Fixer.fixIssue" id="Pep8Fixer.fixIssue" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.fixIssue" /> - <keyword name="Pep8Fixer.saveFile" id="Pep8Fixer.saveFile" ref="eric5.Plugins.CheckerPlugins.Pep8.Pep8Fixer.html#Pep8Fixer.saveFile" /> - <keyword name="Tabnanny (Package)" id="Tabnanny (Package)" ref="index-eric5.Plugins.CheckerPlugins.Tabnanny.html" /> - <keyword name="TabnannyDialog (Module)" id="TabnannyDialog (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html" /> - <keyword name="TabnannyDialog" id="TabnannyDialog" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog" /> - <keyword name="TabnannyDialog (Constructor)" id="TabnannyDialog (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__init__" /> - <keyword name="TabnannyDialog.__createResultItem" id="TabnannyDialog.__createResultItem" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__createResultItem" /> - <keyword name="TabnannyDialog.__finish" id="TabnannyDialog.__finish" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__finish" /> - <keyword name="TabnannyDialog.__py2check" id="TabnannyDialog.__py2check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__py2check" /> - <keyword name="TabnannyDialog.__resort" id="TabnannyDialog.__resort" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.__resort" /> - <keyword name="TabnannyDialog.on_buttonBox_clicked" id="TabnannyDialog.on_buttonBox_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_buttonBox_clicked" /> - <keyword name="TabnannyDialog.on_resultList_itemActivated" id="TabnannyDialog.on_resultList_itemActivated" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_resultList_itemActivated" /> - <keyword name="TabnannyDialog.on_startButton_clicked" id="TabnannyDialog.on_startButton_clicked" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.on_startButton_clicked" /> - <keyword name="TabnannyDialog.prepare" id="TabnannyDialog.prepare" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.prepare" /> - <keyword name="TabnannyDialog.start" id="TabnannyDialog.start" ref="eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html#TabnannyDialog.start" /> - <keyword name="Tabnanny (Module)" id="Tabnanny (Module)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html" /> - <keyword name="NannyNag" id="NannyNag" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag" /> - <keyword name="Whitespace" id="Whitespace" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace" /> - <keyword name="check" id="check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#check" /> - <keyword name="format_witnesses" id="format_witnesses" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#format_witnesses" /> - <keyword name="process_tokens" id="process_tokens" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#process_tokens" /> - <keyword name="NannyNag (Constructor)" id="NannyNag (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.__init__" /> - <keyword name="NannyNag.get_line" id="NannyNag.get_line" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_line" /> - <keyword name="NannyNag.get_lineno" id="NannyNag.get_lineno" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_lineno" /> - <keyword name="NannyNag.get_msg" id="NannyNag.get_msg" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#NannyNag.get_msg" /> - <keyword name="Whitespace (Constructor)" id="Whitespace (Constructor)" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.__init__" /> - <keyword name="Whitespace.equal" id="Whitespace.equal" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.equal" /> - <keyword name="Whitespace.indent_level" id="Whitespace.indent_level" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.indent_level" /> - <keyword name="Whitespace.less" id="Whitespace.less" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.less" /> - <keyword name="Whitespace.longest_run_of_spaces" id="Whitespace.longest_run_of_spaces" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.longest_run_of_spaces" /> - <keyword name="Whitespace.not_equal_witness" id="Whitespace.not_equal_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_equal_witness" /> - <keyword name="Whitespace.not_less_witness" id="Whitespace.not_less_witness" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#Whitespace.not_less_witness" /> - <keyword name="Listspace (Package)" id="Listspace (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Listspace.html" /> - <keyword name="Listspace (Module)" id="Listspace (Module)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html" /> - <keyword name="Listspace" id="Listspace" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace" /> - <keyword name="StackedWidget" id="StackedWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget" /> - <keyword name="Listspace (Constructor)" id="Listspace (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__init__" /> - <keyword name="Listspace.__captionChange" id="Listspace.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__captionChange" /> - <keyword name="Listspace.__contextMenuClose" id="Listspace.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuClose" /> - <keyword name="Listspace.__contextMenuCloseAll" id="Listspace.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCloseAll" /> - <keyword name="Listspace.__contextMenuCopyPathToClipboard" id="Listspace.__contextMenuCopyPathToClipboard" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuCopyPathToClipboard" /> - <keyword name="Listspace.__contextMenuOpenRejections" id="Listspace.__contextMenuOpenRejections" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuOpenRejections" /> - <keyword name="Listspace.__contextMenuPrintFile" id="Listspace.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuPrintFile" /> - <keyword name="Listspace.__contextMenuSave" id="Listspace.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSave" /> - <keyword name="Listspace.__contextMenuSaveAll" id="Listspace.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAll" /> - <keyword name="Listspace.__contextMenuSaveAs" id="Listspace.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__contextMenuSaveAs" /> - <keyword name="Listspace.__currentChanged" id="Listspace.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__currentChanged" /> - <keyword name="Listspace.__initMenu" id="Listspace.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__initMenu" /> - <keyword name="Listspace.__showMenu" id="Listspace.__showMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showMenu" /> - <keyword name="Listspace.__showSelectedView" id="Listspace.__showSelectedView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.__showSelectedView" /> - <keyword name="Listspace._addView" id="Listspace._addView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._addView" /> - <keyword name="Listspace._initWindowActions" id="Listspace._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._initWindowActions" /> - <keyword name="Listspace._modificationStatusChanged" id="Listspace._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._modificationStatusChanged" /> - <keyword name="Listspace._removeAllViews" id="Listspace._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeAllViews" /> - <keyword name="Listspace._removeView" id="Listspace._removeView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._removeView" /> - <keyword name="Listspace._showView" id="Listspace._showView" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._showView" /> - <keyword name="Listspace._syntaxErrorToggled" id="Listspace._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace._syntaxErrorToggled" /> - <keyword name="Listspace.activeWindow" id="Listspace.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.activeWindow" /> - <keyword name="Listspace.addSplit" id="Listspace.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.addSplit" /> - <keyword name="Listspace.canCascade" id="Listspace.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canCascade" /> - <keyword name="Listspace.canSplit" id="Listspace.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canSplit" /> - <keyword name="Listspace.canTile" id="Listspace.canTile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.canTile" /> - <keyword name="Listspace.cascade" id="Listspace.cascade" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.cascade" /> - <keyword name="Listspace.eventFilter" id="Listspace.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.eventFilter" /> - <keyword name="Listspace.nextSplit" id="Listspace.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.nextSplit" /> - <keyword name="Listspace.prevSplit" id="Listspace.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.prevSplit" /> - <keyword name="Listspace.removeSplit" id="Listspace.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.removeSplit" /> - <keyword name="Listspace.setEditorName" id="Listspace.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setEditorName" /> - <keyword name="Listspace.setSplitOrientation" id="Listspace.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.setSplitOrientation" /> - <keyword name="Listspace.showWindowMenu" id="Listspace.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.showWindowMenu" /> - <keyword name="Listspace.tile" id="Listspace.tile" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#Listspace.tile" /> - <keyword name="StackedWidget (Constructor)" id="StackedWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.__init__" /> - <keyword name="StackedWidget.addWidget" id="StackedWidget.addWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.addWidget" /> - <keyword name="StackedWidget.currentWidget" id="StackedWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.currentWidget" /> - <keyword name="StackedWidget.firstEditor" id="StackedWidget.firstEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.firstEditor" /> - <keyword name="StackedWidget.hasEditor" id="StackedWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.hasEditor" /> - <keyword name="StackedWidget.nextTab" id="StackedWidget.nextTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.nextTab" /> - <keyword name="StackedWidget.prevTab" id="StackedWidget.prevTab" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.prevTab" /> - <keyword name="StackedWidget.removeWidget" id="StackedWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.removeWidget" /> - <keyword name="StackedWidget.setCurrentIndex" id="StackedWidget.setCurrentIndex" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentIndex" /> - <keyword name="StackedWidget.setCurrentWidget" id="StackedWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html#StackedWidget.setCurrentWidget" /> - <keyword name="Tabview (Package)" id="Tabview (Package)" ref="index-eric5.Plugins.ViewManagerPlugins.Tabview.html" /> - <keyword name="Tabview (Module)" id="Tabview (Module)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html" /> - <keyword name="TabBar" id="TabBar" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar" /> - <keyword name="TabWidget" id="TabWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget" /> - <keyword name="Tabview" id="Tabview" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview" /> - <keyword name="TabBar (Constructor)" id="TabBar (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.__init__" /> - <keyword name="TabBar.dragEnterEvent" id="TabBar.dragEnterEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dragEnterEvent" /> - <keyword name="TabBar.dropEvent" id="TabBar.dropEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dropEvent" /> - <keyword name="TabBar.mouseMoveEvent" id="TabBar.mouseMoveEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mouseMoveEvent" /> - <keyword name="TabBar.mousePressEvent" id="TabBar.mousePressEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mousePressEvent" /> - <keyword name="TabWidget (Constructor)" id="TabWidget (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__init__" /> - <keyword name="TabWidget.__captionChange" id="TabWidget.__captionChange" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__captionChange" /> - <keyword name="TabWidget.__closeButtonClicked" id="TabWidget.__closeButtonClicked" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeButtonClicked" /> - <keyword name="TabWidget.__closeRequested" id="TabWidget.__closeRequested" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__closeRequested" /> - <keyword name="TabWidget.__contextMenuClose" id="TabWidget.__contextMenuClose" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuClose" /> - <keyword name="TabWidget.__contextMenuCloseAll" id="TabWidget.__contextMenuCloseAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseAll" /> - <keyword name="TabWidget.__contextMenuCloseOthers" id="TabWidget.__contextMenuCloseOthers" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCloseOthers" /> - <keyword name="TabWidget.__contextMenuCopyPathToClipboard" id="TabWidget.__contextMenuCopyPathToClipboard" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuCopyPathToClipboard" /> - <keyword name="TabWidget.__contextMenuMoveFirst" id="TabWidget.__contextMenuMoveFirst" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveFirst" /> - <keyword name="TabWidget.__contextMenuMoveLast" id="TabWidget.__contextMenuMoveLast" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLast" /> - <keyword name="TabWidget.__contextMenuMoveLeft" id="TabWidget.__contextMenuMoveLeft" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveLeft" /> - <keyword name="TabWidget.__contextMenuMoveRight" id="TabWidget.__contextMenuMoveRight" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuMoveRight" /> - <keyword name="TabWidget.__contextMenuOpenRejections" id="TabWidget.__contextMenuOpenRejections" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuOpenRejections" /> - <keyword name="TabWidget.__contextMenuPrintFile" id="TabWidget.__contextMenuPrintFile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuPrintFile" /> - <keyword name="TabWidget.__contextMenuSave" id="TabWidget.__contextMenuSave" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSave" /> - <keyword name="TabWidget.__contextMenuSaveAll" id="TabWidget.__contextMenuSaveAll" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAll" /> - <keyword name="TabWidget.__contextMenuSaveAs" id="TabWidget.__contextMenuSaveAs" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__contextMenuSaveAs" /> - <keyword name="TabWidget.__initMenu" id="TabWidget.__initMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__initMenu" /> - <keyword name="TabWidget.__navigationMenuTriggered" id="TabWidget.__navigationMenuTriggered" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__navigationMenuTriggered" /> - <keyword name="TabWidget.__showContextMenu" id="TabWidget.__showContextMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showContextMenu" /> - <keyword name="TabWidget.__showNavigationMenu" id="TabWidget.__showNavigationMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.__showNavigationMenu" /> - <keyword name="TabWidget.addTab" id="TabWidget.addTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.addTab" /> - <keyword name="TabWidget.copyTab" id="TabWidget.copyTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTab" /> - <keyword name="TabWidget.copyTabOther" id="TabWidget.copyTabOther" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.copyTabOther" /> - <keyword name="TabWidget.currentWidget" id="TabWidget.currentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.currentWidget" /> - <keyword name="TabWidget.hasEditor" id="TabWidget.hasEditor" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditor" /> - <keyword name="TabWidget.hasEditors" id="TabWidget.hasEditors" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.hasEditors" /> - <keyword name="TabWidget.indexOf" id="TabWidget.indexOf" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.indexOf" /> - <keyword name="TabWidget.insertWidget" id="TabWidget.insertWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.insertWidget" /> - <keyword name="TabWidget.mouseDoubleClickEvent" id="TabWidget.mouseDoubleClickEvent" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.mouseDoubleClickEvent" /> - <keyword name="TabWidget.relocateTab" id="TabWidget.relocateTab" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.relocateTab" /> - <keyword name="TabWidget.removeWidget" id="TabWidget.removeWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.removeWidget" /> - <keyword name="TabWidget.setCurrentWidget" id="TabWidget.setCurrentWidget" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.setCurrentWidget" /> - <keyword name="TabWidget.showIndicator" id="TabWidget.showIndicator" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabWidget.showIndicator" /> - <keyword name="Tabview (Constructor)" id="Tabview (Constructor)" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__init__" /> - <keyword name="Tabview.__currentChanged" id="Tabview.__currentChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.__currentChanged" /> - <keyword name="Tabview._addView" id="Tabview._addView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._addView" /> - <keyword name="Tabview._initWindowActions" id="Tabview._initWindowActions" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._initWindowActions" /> - <keyword name="Tabview._modificationStatusChanged" id="Tabview._modificationStatusChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._modificationStatusChanged" /> - <keyword name="Tabview._removeAllViews" id="Tabview._removeAllViews" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeAllViews" /> - <keyword name="Tabview._removeView" id="Tabview._removeView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._removeView" /> - <keyword name="Tabview._showView" id="Tabview._showView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._showView" /> - <keyword name="Tabview._syntaxErrorToggled" id="Tabview._syntaxErrorToggled" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview._syntaxErrorToggled" /> - <keyword name="Tabview.activeWindow" id="Tabview.activeWindow" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.activeWindow" /> - <keyword name="Tabview.addSplit" id="Tabview.addSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.addSplit" /> - <keyword name="Tabview.canCascade" id="Tabview.canCascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canCascade" /> - <keyword name="Tabview.canSplit" id="Tabview.canSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canSplit" /> - <keyword name="Tabview.canTile" id="Tabview.canTile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.canTile" /> - <keyword name="Tabview.cascade" id="Tabview.cascade" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.cascade" /> - <keyword name="Tabview.eventFilter" id="Tabview.eventFilter" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.eventFilter" /> - <keyword name="Tabview.getTabWidgetById" id="Tabview.getTabWidgetById" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.getTabWidgetById" /> - <keyword name="Tabview.insertView" id="Tabview.insertView" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.insertView" /> - <keyword name="Tabview.nextSplit" id="Tabview.nextSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.nextSplit" /> - <keyword name="Tabview.preferencesChanged" id="Tabview.preferencesChanged" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.preferencesChanged" /> - <keyword name="Tabview.prevSplit" id="Tabview.prevSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.prevSplit" /> - <keyword name="Tabview.removeSplit" id="Tabview.removeSplit" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.removeSplit" /> - <keyword name="Tabview.setEditorName" id="Tabview.setEditorName" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setEditorName" /> - <keyword name="Tabview.setSplitOrientation" id="Tabview.setSplitOrientation" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.setSplitOrientation" /> - <keyword name="Tabview.showWindowMenu" id="Tabview.showWindowMenu" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.showWindowMenu" /> - <keyword name="Tabview.tile" id="Tabview.tile" ref="eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html#Tabview.tile" /> - <keyword name="QRegExpWizard (Package)" id="QRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.QRegExpWizard.html" /> - <keyword name="QRegExpWizardCharactersDialog (Module)" id="QRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html" /> - <keyword name="QRegExpWizardCharactersDialog" id="QRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog" /> - <keyword name="QRegExpWizardCharactersDialog (Constructor)" id="QRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__init__" /> - <keyword name="QRegExpWizardCharactersDialog.__addRangesLine" id="QRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addRangesLine" /> - <keyword name="QRegExpWizardCharactersDialog.__addSinglesLine" id="QRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__addSinglesLine" /> - <keyword name="QRegExpWizardCharactersDialog.__formatCharacter" id="QRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__formatCharacter" /> - <keyword name="QRegExpWizardCharactersDialog.__performSelectedAction" id="QRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__performSelectedAction" /> - <keyword name="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="QRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__rangesCharTypeSelected" /> - <keyword name="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="QRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.__singlesCharTypeSelected" /> - <keyword name="QRegExpWizardCharactersDialog.getCharacters" id="QRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardCharactersDialog.html#QRegExpWizardCharactersDialog.getCharacters" /> - <keyword name="QRegExpWizardDialog (Module)" id="QRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html" /> - <keyword name="QRegExpWizardDialog" id="QRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog" /> - <keyword name="QRegExpWizardWidget" id="QRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget" /> - <keyword name="QRegExpWizardWindow" id="QRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow" /> - <keyword name="QRegExpWizardDialog (Constructor)" id="QRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.__init__" /> - <keyword name="QRegExpWizardDialog.getCode" id="QRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardDialog.getCode" /> - <keyword name="QRegExpWizardWidget (Constructor)" id="QRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__init__" /> - <keyword name="QRegExpWizardWidget.__insertString" id="QRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.__insertString" /> - <keyword name="QRegExpWizardWidget.getCode" id="QRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.getCode" /> - <keyword name="QRegExpWizardWidget.on_altnButton_clicked" id="QRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_altnButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_anycharButton_clicked" id="QRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_anycharButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_beglineButton_clicked" id="QRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_beglineButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_buttonBox_clicked" id="QRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_buttonBox_clicked" /> - <keyword name="QRegExpWizardWidget.on_charButton_clicked" id="QRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_charButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_copyButton_clicked" id="QRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_copyButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_endlineButton_clicked" id="QRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_endlineButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_executeButton_clicked" id="QRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_executeButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_groupButton_clicked" id="QRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_groupButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_loadButton_clicked" id="QRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_loadButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_neglookaheadButton_clicked" id="QRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_neglookaheadButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_nextButton_clicked" id="QRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nextButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_nonGroupButton_clicked" id="QRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonGroupButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_nonwordboundButton_clicked" id="QRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_nonwordboundButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_poslookaheadButton_clicked" id="QRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_poslookaheadButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_regexpLineEdit_textChanged" id="QRegExpWizardWidget.on_regexpLineEdit_textChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_regexpLineEdit_textChanged" /> - <keyword name="QRegExpWizardWidget.on_repeatButton_clicked" id="QRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_repeatButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_saveButton_clicked" id="QRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_saveButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_validateButton_clicked" id="QRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_validateButton_clicked" /> - <keyword name="QRegExpWizardWidget.on_wordboundButton_clicked" id="QRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWidget.on_wordboundButton_clicked" /> - <keyword name="QRegExpWizardWindow (Constructor)" id="QRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardDialog.html#QRegExpWizardWindow.__init__" /> - <keyword name="QRegExpWizardRepeatDialog (Module)" id="QRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html" /> - <keyword name="QRegExpWizardRepeatDialog" id="QRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog" /> - <keyword name="QRegExpWizardRepeatDialog (Constructor)" id="QRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.__init__" /> - <keyword name="QRegExpWizardRepeatDialog.getRepeat" id="QRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.getRepeat" /> - <keyword name="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" /> - <keyword name="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.QRegExpWizard.QRegExpWizardRepeatDialog.html#QRegExpWizardRepeatDialog.on_upperSpin_valueChanged" /> - <keyword name="E5MessageBoxWizard (Package)" id="E5MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.E5MessageBoxWizard.html" /> - <keyword name="E5MessageBoxWizardDialog (Module)" id="E5MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html" /> - <keyword name="E5MessageBoxWizardDialog" id="E5MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog" /> - <keyword name="E5MessageBoxWizardDialog (Constructor)" id="E5MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__init__" /> - <keyword name="E5MessageBoxWizardDialog.__enabledGroups" id="E5MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__enabledGroups" /> - <keyword name="E5MessageBoxWizardDialog.__getDefaultButtonCode" id="E5MessageBoxWizardDialog.__getDefaultButtonCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__getDefaultButtonCode" /> - <keyword name="E5MessageBoxWizardDialog.__getStandardButtonCode" id="E5MessageBoxWizardDialog.__getStandardButtonCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.__getStandardButtonCode" /> - <keyword name="E5MessageBoxWizardDialog.getCode" id="E5MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.getCode" /> - <keyword name="E5MessageBoxWizardDialog.on_bTest_clicked" id="E5MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_bTest_clicked" /> - <keyword name="E5MessageBoxWizardDialog.on_buttonBox_clicked" id="E5MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_buttonBox_clicked" /> - <keyword name="E5MessageBoxWizardDialog.on_rAboutQt_toggled" id="E5MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rAboutQt_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rAbout_toggled" id="E5MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rAbout_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rCritical_toggled" id="E5MessageBoxWizardDialog.on_rCritical_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rCritical_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rInformation_toggled" id="E5MessageBoxWizardDialog.on_rInformation_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rInformation_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" id="E5MessageBoxWizardDialog.on_rOkToClearData_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rOkToClearData_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rQuestion_toggled" id="E5MessageBoxWizardDialog.on_rQuestion_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rQuestion_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" id="E5MessageBoxWizardDialog.on_rRetryAbort_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rRetryAbort_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rStandard_toggled" id="E5MessageBoxWizardDialog.on_rStandard_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rStandard_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rWarning_toggled" id="E5MessageBoxWizardDialog.on_rWarning_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rWarning_toggled" /> - <keyword name="E5MessageBoxWizardDialog.on_rYesNo_toggled" id="E5MessageBoxWizardDialog.on_rYesNo_toggled" ref="eric5.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html#E5MessageBoxWizardDialog.on_rYesNo_toggled" /> - <keyword name="ColorDialogWizard (Package)" id="ColorDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.ColorDialogWizard.html" /> - <keyword name="ColorDialogWizardDialog (Module)" id="ColorDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html" /> - <keyword name="ColorDialogWizardDialog" id="ColorDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog" /> - <keyword name="ColorDialogWizardDialog (Constructor)" id="ColorDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.__init__" /> - <keyword name="ColorDialogWizardDialog.getCode" id="ColorDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.getCode" /> - <keyword name="ColorDialogWizardDialog.on_bTest_clicked" id="ColorDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_bTest_clicked" /> - <keyword name="ColorDialogWizardDialog.on_buttonBox_clicked" id="ColorDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_buttonBox_clicked" /> - <keyword name="ColorDialogWizardDialog.on_eColor_editTextChanged" id="ColorDialogWizardDialog.on_eColor_editTextChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eColor_editTextChanged" /> - <keyword name="ColorDialogWizardDialog.on_eRGB_textChanged" id="ColorDialogWizardDialog.on_eRGB_textChanged" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_eRGB_textChanged" /> - <keyword name="ColorDialogWizardDialog.on_rQt45_toggled" id="ColorDialogWizardDialog.on_rQt45_toggled" ref="eric5.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html#ColorDialogWizardDialog.on_rQt45_toggled" /> - <keyword name="FileDialogWizard (Package)" id="FileDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FileDialogWizard.html" /> - <keyword name="FileDialogWizardDialog (Module)" id="FileDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html" /> - <keyword name="FileDialogWizardDialog" id="FileDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog" /> - <keyword name="FileDialogWizardDialog (Constructor)" id="FileDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__init__" /> - <keyword name="FileDialogWizardDialog.__adjustOptions" id="FileDialogWizardDialog.__adjustOptions" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__adjustOptions" /> - <keyword name="FileDialogWizardDialog.__getCode4" id="FileDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__getCode4" /> - <keyword name="FileDialogWizardDialog.__toggleConfirmCheckBox" id="FileDialogWizardDialog.__toggleConfirmCheckBox" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleConfirmCheckBox" /> - <keyword name="FileDialogWizardDialog.__toggleGroupsAndTest" id="FileDialogWizardDialog.__toggleGroupsAndTest" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.__toggleGroupsAndTest" /> - <keyword name="FileDialogWizardDialog.getCode" id="FileDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.getCode" /> - <keyword name="FileDialogWizardDialog.on_bTest_clicked" id="FileDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_bTest_clicked" /> - <keyword name="FileDialogWizardDialog.on_buttonBox_clicked" id="FileDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html#FileDialogWizardDialog.on_buttonBox_clicked" /> - <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" /> - <keyword name="MessageBoxWizardDialog (Module)" id="MessageBoxWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html" /> - <keyword name="MessageBoxWizardDialog" id="MessageBoxWizardDialog" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog" /> - <keyword name="MessageBoxWizardDialog (Constructor)" id="MessageBoxWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__init__" /> - <keyword name="MessageBoxWizardDialog.__enabledGroups" id="MessageBoxWizardDialog.__enabledGroups" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__enabledGroups" /> - <keyword name="MessageBoxWizardDialog.__getButtonCode" id="MessageBoxWizardDialog.__getButtonCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__getButtonCode" /> - <keyword name="MessageBoxWizardDialog.__testQt42" id="MessageBoxWizardDialog.__testQt42" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.__testQt42" /> - <keyword name="MessageBoxWizardDialog.getCode" id="MessageBoxWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.getCode" /> - <keyword name="MessageBoxWizardDialog.on_bTest_clicked" id="MessageBoxWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_bTest_clicked" /> - <keyword name="MessageBoxWizardDialog.on_buttonBox_clicked" id="MessageBoxWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_buttonBox_clicked" /> - <keyword name="MessageBoxWizardDialog.on_rAboutQt_toggled" id="MessageBoxWizardDialog.on_rAboutQt_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAboutQt_toggled" /> - <keyword name="MessageBoxWizardDialog.on_rAbout_toggled" id="MessageBoxWizardDialog.on_rAbout_toggled" ref="eric5.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html#MessageBoxWizardDialog.on_rAbout_toggled" /> - <keyword name="InputDialogWizard (Package)" id="InputDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.InputDialogWizard.html" /> - <keyword name="InputDialogWizardDialog (Module)" id="InputDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html" /> - <keyword name="InputDialogWizardDialog" id="InputDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog" /> - <keyword name="InputDialogWizardDialog (Constructor)" id="InputDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__init__" /> - <keyword name="InputDialogWizardDialog.__getCode4" id="InputDialogWizardDialog.__getCode4" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.__getCode4" /> - <keyword name="InputDialogWizardDialog.getCode" id="InputDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.getCode" /> - <keyword name="InputDialogWizardDialog.on_bTest_clicked" id="InputDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_bTest_clicked" /> - <keyword name="InputDialogWizardDialog.on_buttonBox_clicked" id="InputDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_buttonBox_clicked" /> - <keyword name="InputDialogWizardDialog.on_rItem_toggled" id="InputDialogWizardDialog.on_rItem_toggled" ref="eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html#InputDialogWizardDialog.on_rItem_toggled" /> - <keyword name="PyRegExpWizard (Package)" id="PyRegExpWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.PyRegExpWizard.html" /> - <keyword name="PyRegExpWizardRepeatDialog (Module)" id="PyRegExpWizardRepeatDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html" /> - <keyword name="PyRegExpWizardRepeatDialog" id="PyRegExpWizardRepeatDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog" /> - <keyword name="PyRegExpWizardRepeatDialog (Constructor)" id="PyRegExpWizardRepeatDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.__init__" /> - <keyword name="PyRegExpWizardRepeatDialog.getRepeat" id="PyRegExpWizardRepeatDialog.getRepeat" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.getRepeat" /> - <keyword name="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged" /> - <keyword name="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" id="PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html#PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged" /> - <keyword name="PyRegExpWizardCharactersDialog (Module)" id="PyRegExpWizardCharactersDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html" /> - <keyword name="PyRegExpWizardCharactersDialog" id="PyRegExpWizardCharactersDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog" /> - <keyword name="PyRegExpWizardCharactersDialog (Constructor)" id="PyRegExpWizardCharactersDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__init__" /> - <keyword name="PyRegExpWizardCharactersDialog.__addRangesLine" id="PyRegExpWizardCharactersDialog.__addRangesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addRangesLine" /> - <keyword name="PyRegExpWizardCharactersDialog.__addSinglesLine" id="PyRegExpWizardCharactersDialog.__addSinglesLine" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__addSinglesLine" /> - <keyword name="PyRegExpWizardCharactersDialog.__formatCharacter" id="PyRegExpWizardCharactersDialog.__formatCharacter" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__formatCharacter" /> - <keyword name="PyRegExpWizardCharactersDialog.__performSelectedAction" id="PyRegExpWizardCharactersDialog.__performSelectedAction" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__performSelectedAction" /> - <keyword name="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__rangesCharTypeSelected" /> - <keyword name="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" id="PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.__singlesCharTypeSelected" /> - <keyword name="PyRegExpWizardCharactersDialog.getCharacters" id="PyRegExpWizardCharactersDialog.getCharacters" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html#PyRegExpWizardCharactersDialog.getCharacters" /> - <keyword name="PyRegExpWizardDialog (Module)" id="PyRegExpWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html" /> - <keyword name="PyRegExpWizardDialog" id="PyRegExpWizardDialog" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog" /> - <keyword name="PyRegExpWizardWidget" id="PyRegExpWizardWidget" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget" /> - <keyword name="PyRegExpWizardWindow" id="PyRegExpWizardWindow" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow" /> - <keyword name="PyRegExpWizardDialog (Constructor)" id="PyRegExpWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.__init__" /> - <keyword name="PyRegExpWizardDialog.getCode" id="PyRegExpWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardDialog.getCode" /> - <keyword name="PyRegExpWizardWidget (Constructor)" id="PyRegExpWizardWidget (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__init__" /> - <keyword name="PyRegExpWizardWidget.__insertString" id="PyRegExpWizardWidget.__insertString" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.__insertString" /> - <keyword name="PyRegExpWizardWidget.getCode" id="PyRegExpWizardWidget.getCode" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.getCode" /> - <keyword name="PyRegExpWizardWidget.on_altnButton_clicked" id="PyRegExpWizardWidget.on_altnButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_altnButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_anycharButton_clicked" id="PyRegExpWizardWidget.on_anycharButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_anycharButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_beglineButton_clicked" id="PyRegExpWizardWidget.on_beglineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_beglineButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_buttonBox_clicked" id="PyRegExpWizardWidget.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_buttonBox_clicked" /> - <keyword name="PyRegExpWizardWidget.on_charButton_clicked" id="PyRegExpWizardWidget.on_charButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_charButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_commentButton_clicked" id="PyRegExpWizardWidget.on_commentButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_commentButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_copyButton_clicked" id="PyRegExpWizardWidget.on_copyButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_copyButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_endlineButton_clicked" id="PyRegExpWizardWidget.on_endlineButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_endlineButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_executeButton_clicked" id="PyRegExpWizardWidget.on_executeButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_executeButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_groupButton_clicked" id="PyRegExpWizardWidget.on_groupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_groupButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_loadButton_clicked" id="PyRegExpWizardWidget.on_loadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_loadButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_namedGroupButton_clicked" id="PyRegExpWizardWidget.on_namedGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedGroupButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_namedReferenceButton_clicked" id="PyRegExpWizardWidget.on_namedReferenceButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_namedReferenceButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_neglookaheadButton_clicked" id="PyRegExpWizardWidget.on_neglookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookaheadButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_neglookbehindButton_clicked" id="PyRegExpWizardWidget.on_neglookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_neglookbehindButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_nextButton_clicked" id="PyRegExpWizardWidget.on_nextButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nextButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_nonGroupButton_clicked" id="PyRegExpWizardWidget.on_nonGroupButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonGroupButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_nonwordboundButton_clicked" id="PyRegExpWizardWidget.on_nonwordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_nonwordboundButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_poslookaheadButton_clicked" id="PyRegExpWizardWidget.on_poslookaheadButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookaheadButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_poslookbehindButton_clicked" id="PyRegExpWizardWidget.on_poslookbehindButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_poslookbehindButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_py2Button_toggled" id="PyRegExpWizardWidget.on_py2Button_toggled" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_py2Button_toggled" /> - <keyword name="PyRegExpWizardWidget.on_redoButton_clicked" id="PyRegExpWizardWidget.on_redoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_redoButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" id="PyRegExpWizardWidget.on_regexpTextEdit_textChanged" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_regexpTextEdit_textChanged" /> - <keyword name="PyRegExpWizardWidget.on_repeatButton_clicked" id="PyRegExpWizardWidget.on_repeatButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_repeatButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_saveButton_clicked" id="PyRegExpWizardWidget.on_saveButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_saveButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_undoButton_clicked" id="PyRegExpWizardWidget.on_undoButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_undoButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_validateButton_clicked" id="PyRegExpWizardWidget.on_validateButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_validateButton_clicked" /> - <keyword name="PyRegExpWizardWidget.on_wordboundButton_clicked" id="PyRegExpWizardWidget.on_wordboundButton_clicked" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWidget.on_wordboundButton_clicked" /> - <keyword name="PyRegExpWizardWindow (Constructor)" id="PyRegExpWizardWindow (Constructor)" ref="eric5.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html#PyRegExpWizardWindow.__init__" /> - <keyword name="FontDialogWizard (Package)" id="FontDialogWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.FontDialogWizard.html" /> - <keyword name="FontDialogWizardDialog (Module)" id="FontDialogWizardDialog (Module)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html" /> - <keyword name="FontDialogWizardDialog" id="FontDialogWizardDialog" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog" /> - <keyword name="FontDialogWizardDialog (Constructor)" id="FontDialogWizardDialog (Constructor)" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.__init__" /> - <keyword name="FontDialogWizardDialog.getCode" id="FontDialogWizardDialog.getCode" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.getCode" /> - <keyword name="FontDialogWizardDialog.on_bTest_clicked" id="FontDialogWizardDialog.on_bTest_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_bTest_clicked" /> - <keyword name="FontDialogWizardDialog.on_buttonBox_clicked" id="FontDialogWizardDialog.on_buttonBox_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_buttonBox_clicked" /> - <keyword name="FontDialogWizardDialog.on_eVariable_textChanged" id="FontDialogWizardDialog.on_eVariable_textChanged" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_eVariable_textChanged" /> - <keyword name="FontDialogWizardDialog.on_fontButton_clicked" id="FontDialogWizardDialog.on_fontButton_clicked" ref="eric5.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html#FontDialogWizardDialog.on_fontButton_clicked" /> - <keyword name="Ericdoc (Package)" id="Ericdoc (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericdoc.html" /> - <keyword name="EricdocExecDialog (Module)" id="EricdocExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html" /> - <keyword name="EricdocExecDialog" id="EricdocExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog" /> - <keyword name="EricdocExecDialog (Constructor)" id="EricdocExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__init__" /> - <keyword name="EricdocExecDialog.__finish" id="EricdocExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__finish" /> - <keyword name="EricdocExecDialog.__readStderr" id="EricdocExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStderr" /> - <keyword name="EricdocExecDialog.__readStdout" id="EricdocExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.__readStdout" /> - <keyword name="EricdocExecDialog.on_buttonBox_clicked" id="EricdocExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.on_buttonBox_clicked" /> - <keyword name="EricdocExecDialog.start" id="EricdocExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html#EricdocExecDialog.start" /> - <keyword name="EricdocConfigDialog (Module)" id="EricdocConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html" /> - <keyword name="EricdocConfigDialog" id="EricdocConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog" /> - <keyword name="EricdocConfigDialog (Constructor)" id="EricdocConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__init__" /> - <keyword name="EricdocConfigDialog.__checkQtHelpOptions" id="EricdocConfigDialog.__checkQtHelpOptions" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__checkQtHelpOptions" /> - <keyword name="EricdocConfigDialog.__initializeDefaults" id="EricdocConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__initializeDefaults" /> - <keyword name="EricdocConfigDialog.__selectColor" id="EricdocConfigDialog.__selectColor" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.__selectColor" /> - <keyword name="EricdocConfigDialog.accept" id="EricdocConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.accept" /> - <keyword name="EricdocConfigDialog.generateParameters" id="EricdocConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.generateParameters" /> - <keyword name="EricdocConfigDialog.on_addButton_clicked" id="EricdocConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_addButton_clicked" /> - <keyword name="EricdocConfigDialog.on_bodyBgButton_clicked" id="EricdocConfigDialog.on_bodyBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyBgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_bodyFgButton_clicked" id="EricdocConfigDialog.on_bodyFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_bodyFgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_cfBgButton_clicked" id="EricdocConfigDialog.on_cfBgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfBgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_cfFgButton_clicked" id="EricdocConfigDialog.on_cfFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cfFgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_cssButton_clicked" id="EricdocConfigDialog.on_cssButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_cssButton_clicked" /> - <keyword name="EricdocConfigDialog.on_deleteButton_clicked" id="EricdocConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_deleteButton_clicked" /> - <keyword name="EricdocConfigDialog.on_ignoreDirButton_clicked" id="EricdocConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_ignoreDirButton_clicked" /> - <keyword name="EricdocConfigDialog.on_l1BgButton_clicked" id="EricdocConfigDialog.on_l1BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1BgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_l1FgButton_clicked" id="EricdocConfigDialog.on_l1FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l1FgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_l2BgButton_clicked" id="EricdocConfigDialog.on_l2BgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2BgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_l2FgButton_clicked" id="EricdocConfigDialog.on_l2FgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_l2FgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_linkFgButton_clicked" id="EricdocConfigDialog.on_linkFgButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_linkFgButton_clicked" /> - <keyword name="EricdocConfigDialog.on_outputDirButton_clicked" id="EricdocConfigDialog.on_outputDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_outputDirButton_clicked" /> - <keyword name="EricdocConfigDialog.on_qtHelpDirButton_clicked" id="EricdocConfigDialog.on_qtHelpDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpDirButton_clicked" /> - <keyword name="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" id="EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpFolderEdit_textChanged" /> - <keyword name="EricdocConfigDialog.on_qtHelpGroup_toggled" id="EricdocConfigDialog.on_qtHelpGroup_toggled" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpGroup_toggled" /> - <keyword name="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" id="EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpNamespaceEdit_textChanged" /> - <keyword name="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" id="EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html#EricdocConfigDialog.on_qtHelpTitleEdit_textChanged" /> - <keyword name="Ericapi (Package)" id="Ericapi (Package)" ref="index-eric5.Plugins.DocumentationPlugins.Ericapi.html" /> - <keyword name="EricapiExecDialog (Module)" id="EricapiExecDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html" /> - <keyword name="EricapiExecDialog" id="EricapiExecDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog" /> - <keyword name="EricapiExecDialog (Constructor)" id="EricapiExecDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__init__" /> - <keyword name="EricapiExecDialog.__finish" id="EricapiExecDialog.__finish" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__finish" /> - <keyword name="EricapiExecDialog.__readStderr" id="EricapiExecDialog.__readStderr" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStderr" /> - <keyword name="EricapiExecDialog.__readStdout" id="EricapiExecDialog.__readStdout" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.__readStdout" /> - <keyword name="EricapiExecDialog.on_buttonBox_clicked" id="EricapiExecDialog.on_buttonBox_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.on_buttonBox_clicked" /> - <keyword name="EricapiExecDialog.start" id="EricapiExecDialog.start" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html#EricapiExecDialog.start" /> - <keyword name="EricapiConfigDialog (Module)" id="EricapiConfigDialog (Module)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html" /> - <keyword name="EricapiConfigDialog" id="EricapiConfigDialog" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog" /> - <keyword name="EricapiConfigDialog (Constructor)" id="EricapiConfigDialog (Constructor)" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__init__" /> - <keyword name="EricapiConfigDialog.__initializeDefaults" id="EricapiConfigDialog.__initializeDefaults" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.__initializeDefaults" /> - <keyword name="EricapiConfigDialog.accept" id="EricapiConfigDialog.accept" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.accept" /> - <keyword name="EricapiConfigDialog.generateParameters" id="EricapiConfigDialog.generateParameters" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.generateParameters" /> - <keyword name="EricapiConfigDialog.on_addButton_clicked" id="EricapiConfigDialog.on_addButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_addButton_clicked" /> - <keyword name="EricapiConfigDialog.on_deleteButton_clicked" id="EricapiConfigDialog.on_deleteButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_deleteButton_clicked" /> - <keyword name="EricapiConfigDialog.on_ignoreDirButton_clicked" id="EricapiConfigDialog.on_ignoreDirButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_ignoreDirButton_clicked" /> - <keyword name="EricapiConfigDialog.on_outputFileButton_clicked" id="EricapiConfigDialog.on_outputFileButton_clicked" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileButton_clicked" /> - <keyword name="EricapiConfigDialog.on_outputFileEdit_textChanged" id="EricapiConfigDialog.on_outputFileEdit_textChanged" ref="eric5.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html#EricapiConfigDialog.on_outputFileEdit_textChanged" /> - <keyword name="TypingCompleters (Package)" id="TypingCompleters (Package)" ref="index-eric5.QScintilla.TypingCompleters.html" /> - <keyword name="getCompleter" id="getCompleter" ref="eric5.QScintilla.TypingCompleters.__init__.html#getCompleter" /> - <keyword name="CompleterPython (Module)" id="CompleterPython (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html" /> - <keyword name="CompleterPython" id="CompleterPython" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython" /> - <keyword name="CompleterPython (Constructor)" id="CompleterPython (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__init__" /> - <keyword name="CompleterPython.__dedentDefStatement" id="CompleterPython.__dedentDefStatement" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentDefStatement" /> - <keyword name="CompleterPython.__dedentElseToIfWhileForTry" id="CompleterPython.__dedentElseToIfWhileForTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentElseToIfWhileForTry" /> - <keyword name="CompleterPython.__dedentExceptToTry" id="CompleterPython.__dedentExceptToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentExceptToTry" /> - <keyword name="CompleterPython.__dedentFinallyToTry" id="CompleterPython.__dedentFinallyToTry" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentFinallyToTry" /> - <keyword name="CompleterPython.__dedentToIf" id="CompleterPython.__dedentToIf" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__dedentToIf" /> - <keyword name="CompleterPython.__inComment" id="CompleterPython.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inComment" /> - <keyword name="CompleterPython.__inDoubleQuotedString" id="CompleterPython.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inDoubleQuotedString" /> - <keyword name="CompleterPython.__inSingleQuotedString" id="CompleterPython.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inSingleQuotedString" /> - <keyword name="CompleterPython.__inTripleDoubleQuotedString" id="CompleterPython.__inTripleDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleDoubleQuotedString" /> - <keyword name="CompleterPython.__inTripleSingleQuotedString" id="CompleterPython.__inTripleSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__inTripleSingleQuotedString" /> - <keyword name="CompleterPython.__isClassMethod" id="CompleterPython.__isClassMethod" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethod" /> - <keyword name="CompleterPython.__isClassMethodDef" id="CompleterPython.__isClassMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isClassMethodDef" /> - <keyword name="CompleterPython.__isStaticMethodDef" id="CompleterPython.__isStaticMethodDef" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.__isStaticMethodDef" /> - <keyword name="CompleterPython.charAdded" id="CompleterPython.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.charAdded" /> - <keyword name="CompleterPython.readSettings" id="CompleterPython.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterPython.html#CompleterPython.readSettings" /> - <keyword name="CompleterRuby (Module)" id="CompleterRuby (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html" /> - <keyword name="CompleterRuby" id="CompleterRuby" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby" /> - <keyword name="CompleterRuby (Constructor)" id="CompleterRuby (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__init__" /> - <keyword name="CompleterRuby.__inComment" id="CompleterRuby.__inComment" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inComment" /> - <keyword name="CompleterRuby.__inDoubleQuotedString" id="CompleterRuby.__inDoubleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inDoubleQuotedString" /> - <keyword name="CompleterRuby.__inHereDocument" id="CompleterRuby.__inHereDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inHereDocument" /> - <keyword name="CompleterRuby.__inInlineDocument" id="CompleterRuby.__inInlineDocument" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inInlineDocument" /> - <keyword name="CompleterRuby.__inSingleQuotedString" id="CompleterRuby.__inSingleQuotedString" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.__inSingleQuotedString" /> - <keyword name="CompleterRuby.charAdded" id="CompleterRuby.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.charAdded" /> - <keyword name="CompleterRuby.readSettings" id="CompleterRuby.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterRuby.html#CompleterRuby.readSettings" /> - <keyword name="CompleterBase (Module)" id="CompleterBase (Module)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html" /> - <keyword name="CompleterBase" id="CompleterBase" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase" /> - <keyword name="CompleterBase (Constructor)" id="CompleterBase (Constructor)" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.__init__" /> - <keyword name="CompleterBase.charAdded" id="CompleterBase.charAdded" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.charAdded" /> - <keyword name="CompleterBase.isEnabled" id="CompleterBase.isEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.isEnabled" /> - <keyword name="CompleterBase.readSettings" id="CompleterBase.readSettings" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.readSettings" /> - <keyword name="CompleterBase.setEnabled" id="CompleterBase.setEnabled" ref="eric5.QScintilla.TypingCompleters.CompleterBase.html#CompleterBase.setEnabled" /> - <keyword name="Lexers (Package)" id="Lexers (Package)" ref="index-eric5.QScintilla.Lexers.html" /> - <keyword name="__getPygmentsLexer" id="__getPygmentsLexer" ref="eric5.QScintilla.Lexers.__init__.html#__getPygmentsLexer" /> - <keyword name="getDefaultLexerAssociations" id="getDefaultLexerAssociations" ref="eric5.QScintilla.Lexers.__init__.html#getDefaultLexerAssociations" /> - <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" /> - <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" /> - <keyword name="getSaveFileFiltersList" id="getSaveFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getSaveFileFiltersList" /> - <keyword name="getSupportedLanguages" id="getSupportedLanguages" ref="eric5.QScintilla.Lexers.__init__.html#getSupportedLanguages" /> - <keyword name="registerLexer" id="registerLexer" ref="eric5.QScintilla.Lexers.__init__.html#registerLexer" /> - <keyword name="unregisterLexer" id="unregisterLexer" ref="eric5.QScintilla.Lexers.__init__.html#unregisterLexer" /> - <keyword name="LexerContainer (Module)" id="LexerContainer (Module)" ref="eric5.QScintilla.Lexers.LexerContainer.html" /> - <keyword name="LexerContainer" id="LexerContainer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer" /> - <keyword name="LexerContainer (Constructor)" id="LexerContainer (Constructor)" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.__init__" /> - <keyword name="LexerContainer.description" id="LexerContainer.description" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.description" /> - <keyword name="LexerContainer.language" id="LexerContainer.language" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.language" /> - <keyword name="LexerContainer.lexer" id="LexerContainer.lexer" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.lexer" /> - <keyword name="LexerContainer.styleBitsNeeded" id="LexerContainer.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleBitsNeeded" /> - <keyword name="LexerContainer.styleText" id="LexerContainer.styleText" ref="eric5.QScintilla.Lexers.LexerContainer.html#LexerContainer.styleText" /> - <keyword name="LexerVHDL (Module)" id="LexerVHDL (Module)" ref="eric5.QScintilla.Lexers.LexerVHDL.html" /> - <keyword name="LexerVHDL" id="LexerVHDL" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL" /> - <keyword name="LexerVHDL (Constructor)" id="LexerVHDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.__init__" /> - <keyword name="LexerVHDL.defaultKeywords" id="LexerVHDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.defaultKeywords" /> - <keyword name="LexerVHDL.initProperties" id="LexerVHDL.initProperties" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.initProperties" /> - <keyword name="LexerVHDL.isCommentStyle" id="LexerVHDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isCommentStyle" /> - <keyword name="LexerVHDL.isStringStyle" id="LexerVHDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerVHDL.html#LexerVHDL.isStringStyle" /> - <keyword name="LexerPascal (Module)" id="LexerPascal (Module)" ref="eric5.QScintilla.Lexers.LexerPascal.html" /> - <keyword name="LexerPascal" id="LexerPascal" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal" /> - <keyword name="LexerPascal (Constructor)" id="LexerPascal (Constructor)" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.__init__" /> - <keyword name="LexerPascal.autoCompletionWordSeparators" id="LexerPascal.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.autoCompletionWordSeparators" /> - <keyword name="LexerPascal.defaultKeywords" id="LexerPascal.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.defaultKeywords" /> - <keyword name="LexerPascal.initProperties" id="LexerPascal.initProperties" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.initProperties" /> - <keyword name="LexerPascal.isCommentStyle" id="LexerPascal.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isCommentStyle" /> - <keyword name="LexerPascal.isStringStyle" id="LexerPascal.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPascal.html#LexerPascal.isStringStyle" /> - <keyword name="LexerBatch (Module)" id="LexerBatch (Module)" ref="eric5.QScintilla.Lexers.LexerBatch.html" /> - <keyword name="LexerBatch" id="LexerBatch" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch" /> - <keyword name="LexerBatch (Constructor)" id="LexerBatch (Constructor)" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.__init__" /> - <keyword name="LexerBatch.defaultKeywords" id="LexerBatch.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.defaultKeywords" /> - <keyword name="LexerBatch.isCommentStyle" id="LexerBatch.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isCommentStyle" /> - <keyword name="LexerBatch.isStringStyle" id="LexerBatch.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBatch.html#LexerBatch.isStringStyle" /> - <keyword name="LexerMatlab (Module)" id="LexerMatlab (Module)" ref="eric5.QScintilla.Lexers.LexerMatlab.html" /> - <keyword name="LexerMatlab" id="LexerMatlab" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab" /> - <keyword name="LexerMatlab (Constructor)" id="LexerMatlab (Constructor)" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.__init__" /> - <keyword name="LexerMatlab.defaultKeywords" id="LexerMatlab.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.defaultKeywords" /> - <keyword name="LexerMatlab.isCommentStyle" id="LexerMatlab.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.isCommentStyle" /> - <keyword name="LexerMatlab.isStringStyle" id="LexerMatlab.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMatlab.html#LexerMatlab.isStringStyle" /> - <keyword name="LexerSQL (Module)" id="LexerSQL (Module)" ref="eric5.QScintilla.Lexers.LexerSQL.html" /> - <keyword name="LexerSQL" id="LexerSQL" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL" /> - <keyword name="LexerSQL (Constructor)" id="LexerSQL (Constructor)" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.__init__" /> - <keyword name="LexerSQL.defaultKeywords" id="LexerSQL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.defaultKeywords" /> - <keyword name="LexerSQL.initProperties" id="LexerSQL.initProperties" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.initProperties" /> - <keyword name="LexerSQL.isCommentStyle" id="LexerSQL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isCommentStyle" /> - <keyword name="LexerSQL.isStringStyle" id="LexerSQL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerSQL.html#LexerSQL.isStringStyle" /> - <keyword name="LexerPOV (Module)" id="LexerPOV (Module)" ref="eric5.QScintilla.Lexers.LexerPOV.html" /> - <keyword name="LexerPOV" id="LexerPOV" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV" /> - <keyword name="LexerPOV (Constructor)" id="LexerPOV (Constructor)" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.__init__" /> - <keyword name="LexerPOV.defaultKeywords" id="LexerPOV.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.defaultKeywords" /> - <keyword name="LexerPOV.initProperties" id="LexerPOV.initProperties" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.initProperties" /> - <keyword name="LexerPOV.isCommentStyle" id="LexerPOV.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isCommentStyle" /> - <keyword name="LexerPOV.isStringStyle" id="LexerPOV.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPOV.html#LexerPOV.isStringStyle" /> - <keyword name="LexerCMake (Module)" id="LexerCMake (Module)" ref="eric5.QScintilla.Lexers.LexerCMake.html" /> - <keyword name="LexerCMake" id="LexerCMake" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake" /> - <keyword name="LexerCMake (Constructor)" id="LexerCMake (Constructor)" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.__init__" /> - <keyword name="LexerCMake.defaultKeywords" id="LexerCMake.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.defaultKeywords" /> - <keyword name="LexerCMake.initProperties" id="LexerCMake.initProperties" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.initProperties" /> - <keyword name="LexerCMake.isCommentStyle" id="LexerCMake.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isCommentStyle" /> - <keyword name="LexerCMake.isStringStyle" id="LexerCMake.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCMake.html#LexerCMake.isStringStyle" /> - <keyword name="LexerRuby (Module)" id="LexerRuby (Module)" ref="eric5.QScintilla.Lexers.LexerRuby.html" /> - <keyword name="LexerRuby" id="LexerRuby" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby" /> - <keyword name="LexerRuby (Constructor)" id="LexerRuby (Constructor)" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.__init__" /> - <keyword name="LexerRuby.autoCompletionWordSeparators" id="LexerRuby.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.autoCompletionWordSeparators" /> - <keyword name="LexerRuby.defaultKeywords" id="LexerRuby.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.defaultKeywords" /> - <keyword name="LexerRuby.initProperties" id="LexerRuby.initProperties" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.initProperties" /> - <keyword name="LexerRuby.isCommentStyle" id="LexerRuby.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isCommentStyle" /> - <keyword name="LexerRuby.isStringStyle" id="LexerRuby.isStringStyle" ref="eric5.QScintilla.Lexers.LexerRuby.html#LexerRuby.isStringStyle" /> - <keyword name="LexerPostScript (Module)" id="LexerPostScript (Module)" ref="eric5.QScintilla.Lexers.LexerPostScript.html" /> - <keyword name="LexerPostScript" id="LexerPostScript" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript" /> - <keyword name="LexerPostScript (Constructor)" id="LexerPostScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.__init__" /> - <keyword name="LexerPostScript.defaultKeywords" id="LexerPostScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.defaultKeywords" /> - <keyword name="LexerPostScript.initProperties" id="LexerPostScript.initProperties" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.initProperties" /> - <keyword name="LexerPostScript.isCommentStyle" id="LexerPostScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isCommentStyle" /> - <keyword name="LexerPostScript.isStringStyle" id="LexerPostScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPostScript.html#LexerPostScript.isStringStyle" /> - <keyword name="LexerDiff (Module)" id="LexerDiff (Module)" ref="eric5.QScintilla.Lexers.LexerDiff.html" /> - <keyword name="LexerDiff" id="LexerDiff" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff" /> - <keyword name="LexerDiff (Constructor)" id="LexerDiff (Constructor)" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.__init__" /> - <keyword name="LexerDiff.defaultKeywords" id="LexerDiff.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.defaultKeywords" /> - <keyword name="LexerDiff.isCommentStyle" id="LexerDiff.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isCommentStyle" /> - <keyword name="LexerDiff.isStringStyle" id="LexerDiff.isStringStyle" ref="eric5.QScintilla.Lexers.LexerDiff.html#LexerDiff.isStringStyle" /> - <keyword name="LexerPython (Module)" id="LexerPython (Module)" ref="eric5.QScintilla.Lexers.LexerPython.html" /> - <keyword name="LexerPython" id="LexerPython" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython" /> - <keyword name="LexerPython (Constructor)" id="LexerPython (Constructor)" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.__init__" /> - <keyword name="LexerPython.autoCompletionWordSeparators" id="LexerPython.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.autoCompletionWordSeparators" /> - <keyword name="LexerPython.defaultKeywords" id="LexerPython.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.defaultKeywords" /> - <keyword name="LexerPython.getIndentationDifference" id="LexerPython.getIndentationDifference" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.getIndentationDifference" /> - <keyword name="LexerPython.initProperties" id="LexerPython.initProperties" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.initProperties" /> - <keyword name="LexerPython.isCommentStyle" id="LexerPython.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isCommentStyle" /> - <keyword name="LexerPython.isStringStyle" id="LexerPython.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.isStringStyle" /> - <keyword name="LexerPython.language" id="LexerPython.language" ref="eric5.QScintilla.Lexers.LexerPython.html#LexerPython.language" /> - <keyword name="LexerProperties (Module)" id="LexerProperties (Module)" ref="eric5.QScintilla.Lexers.LexerProperties.html" /> - <keyword name="LexerProperties" id="LexerProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties" /> - <keyword name="LexerProperties (Constructor)" id="LexerProperties (Constructor)" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.__init__" /> - <keyword name="LexerProperties.defaultKeywords" id="LexerProperties.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.defaultKeywords" /> - <keyword name="LexerProperties.initProperties" id="LexerProperties.initProperties" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.initProperties" /> - <keyword name="LexerProperties.isCommentStyle" id="LexerProperties.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isCommentStyle" /> - <keyword name="LexerProperties.isStringStyle" id="LexerProperties.isStringStyle" ref="eric5.QScintilla.Lexers.LexerProperties.html#LexerProperties.isStringStyle" /> - <keyword name="LexerCSS (Module)" id="LexerCSS (Module)" ref="eric5.QScintilla.Lexers.LexerCSS.html" /> - <keyword name="LexerCSS" id="LexerCSS" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS" /> - <keyword name="LexerCSS (Constructor)" id="LexerCSS (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.__init__" /> - <keyword name="LexerCSS.defaultKeywords" id="LexerCSS.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.defaultKeywords" /> - <keyword name="LexerCSS.initProperties" id="LexerCSS.initProperties" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.initProperties" /> - <keyword name="LexerCSS.isCommentStyle" id="LexerCSS.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isCommentStyle" /> - <keyword name="LexerCSS.isStringStyle" id="LexerCSS.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSS.html#LexerCSS.isStringStyle" /> - <keyword name="LexerMakefile (Module)" id="LexerMakefile (Module)" ref="eric5.QScintilla.Lexers.LexerMakefile.html" /> - <keyword name="LexerMakefile" id="LexerMakefile" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile" /> - <keyword name="LexerMakefile (Constructor)" id="LexerMakefile (Constructor)" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.__init__" /> - <keyword name="LexerMakefile.defaultKeywords" id="LexerMakefile.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.defaultKeywords" /> - <keyword name="LexerMakefile.isCommentStyle" id="LexerMakefile.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isCommentStyle" /> - <keyword name="LexerMakefile.isStringStyle" id="LexerMakefile.isStringStyle" ref="eric5.QScintilla.Lexers.LexerMakefile.html#LexerMakefile.isStringStyle" /> - <keyword name="LexerBash (Module)" id="LexerBash (Module)" ref="eric5.QScintilla.Lexers.LexerBash.html" /> - <keyword name="LexerBash" id="LexerBash" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash" /> - <keyword name="LexerBash (Constructor)" id="LexerBash (Constructor)" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.__init__" /> - <keyword name="LexerBash.defaultKeywords" id="LexerBash.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.defaultKeywords" /> - <keyword name="LexerBash.initProperties" id="LexerBash.initProperties" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.initProperties" /> - <keyword name="LexerBash.isCommentStyle" id="LexerBash.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isCommentStyle" /> - <keyword name="LexerBash.isStringStyle" id="LexerBash.isStringStyle" ref="eric5.QScintilla.Lexers.LexerBash.html#LexerBash.isStringStyle" /> - <keyword name="LexerCPP (Module)" id="LexerCPP (Module)" ref="eric5.QScintilla.Lexers.LexerCPP.html" /> - <keyword name="LexerCPP" id="LexerCPP" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP" /> - <keyword name="LexerCPP (Constructor)" id="LexerCPP (Constructor)" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.__init__" /> - <keyword name="LexerCPP.autoCompletionWordSeparators" id="LexerCPP.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.autoCompletionWordSeparators" /> - <keyword name="LexerCPP.defaultKeywords" id="LexerCPP.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.defaultKeywords" /> - <keyword name="LexerCPP.initProperties" id="LexerCPP.initProperties" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.initProperties" /> - <keyword name="LexerCPP.isCommentStyle" id="LexerCPP.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isCommentStyle" /> - <keyword name="LexerCPP.isStringStyle" id="LexerCPP.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCPP.html#LexerCPP.isStringStyle" /> - <keyword name="LexerFortran77 (Module)" id="LexerFortran77 (Module)" ref="eric5.QScintilla.Lexers.LexerFortran77.html" /> - <keyword name="LexerFortran77" id="LexerFortran77" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77" /> - <keyword name="LexerFortran77 (Constructor)" id="LexerFortran77 (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.__init__" /> - <keyword name="LexerFortran77.autoCompletionWordSeparators" id="LexerFortran77.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.autoCompletionWordSeparators" /> - <keyword name="LexerFortran77.defaultKeywords" id="LexerFortran77.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.defaultKeywords" /> - <keyword name="LexerFortran77.initProperties" id="LexerFortran77.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.initProperties" /> - <keyword name="LexerFortran77.isCommentStyle" id="LexerFortran77.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isCommentStyle" /> - <keyword name="LexerFortran77.isStringStyle" id="LexerFortran77.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran77.html#LexerFortran77.isStringStyle" /> - <keyword name="LexerPygments (Module)" id="LexerPygments (Module)" ref="eric5.QScintilla.Lexers.LexerPygments.html" /> - <keyword name="LexerPygments" id="LexerPygments" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments" /> - <keyword name="LexerPygments (Constructor)" id="LexerPygments (Constructor)" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__init__" /> - <keyword name="LexerPygments.__guessLexer" id="LexerPygments.__guessLexer" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.__guessLexer" /> - <keyword name="LexerPygments.canStyle" id="LexerPygments.canStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.canStyle" /> - <keyword name="LexerPygments.defaultColor" id="LexerPygments.defaultColor" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultColor" /> - <keyword name="LexerPygments.defaultEolFill" id="LexerPygments.defaultEolFill" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultEolFill" /> - <keyword name="LexerPygments.defaultFont" id="LexerPygments.defaultFont" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultFont" /> - <keyword name="LexerPygments.defaultKeywords" id="LexerPygments.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultKeywords" /> - <keyword name="LexerPygments.defaultPaper" id="LexerPygments.defaultPaper" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.defaultPaper" /> - <keyword name="LexerPygments.description" id="LexerPygments.description" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.description" /> - <keyword name="LexerPygments.isCommentStyle" id="LexerPygments.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isCommentStyle" /> - <keyword name="LexerPygments.isStringStyle" id="LexerPygments.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.isStringStyle" /> - <keyword name="LexerPygments.language" id="LexerPygments.language" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.language" /> - <keyword name="LexerPygments.name" id="LexerPygments.name" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.name" /> - <keyword name="LexerPygments.styleBitsNeeded" id="LexerPygments.styleBitsNeeded" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleBitsNeeded" /> - <keyword name="LexerPygments.styleText" id="LexerPygments.styleText" ref="eric5.QScintilla.Lexers.LexerPygments.html#LexerPygments.styleText" /> - <keyword name="LexerYAML (Module)" id="LexerYAML (Module)" ref="eric5.QScintilla.Lexers.LexerYAML.html" /> - <keyword name="LexerYAML" id="LexerYAML" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML" /> - <keyword name="LexerYAML (Constructor)" id="LexerYAML (Constructor)" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.__init__" /> - <keyword name="LexerYAML.defaultKeywords" id="LexerYAML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.defaultKeywords" /> - <keyword name="LexerYAML.initProperties" id="LexerYAML.initProperties" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.initProperties" /> - <keyword name="LexerYAML.isCommentStyle" id="LexerYAML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isCommentStyle" /> - <keyword name="LexerYAML.isStringStyle" id="LexerYAML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerYAML.html#LexerYAML.isStringStyle" /> - <keyword name="LexerOctave (Module)" id="LexerOctave (Module)" ref="eric5.QScintilla.Lexers.LexerOctave.html" /> - <keyword name="LexerOctave" id="LexerOctave" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave" /> - <keyword name="LexerOctave (Constructor)" id="LexerOctave (Constructor)" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.__init__" /> - <keyword name="LexerOctave.defaultKeywords" id="LexerOctave.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.defaultKeywords" /> - <keyword name="LexerOctave.isCommentStyle" id="LexerOctave.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.isCommentStyle" /> - <keyword name="LexerOctave.isStringStyle" id="LexerOctave.isStringStyle" ref="eric5.QScintilla.Lexers.LexerOctave.html#LexerOctave.isStringStyle" /> - <keyword name="LexerJavaScript (Module)" id="LexerJavaScript (Module)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html" /> - <keyword name="LexerJavaScript" id="LexerJavaScript" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript" /> - <keyword name="LexerJavaScript (Constructor)" id="LexerJavaScript (Constructor)" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.__init__" /> - <keyword name="LexerJavaScript.defaultKeywords" id="LexerJavaScript.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.defaultKeywords" /> - <keyword name="LexerJavaScript.initProperties" id="LexerJavaScript.initProperties" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.initProperties" /> - <keyword name="LexerJavaScript.isCommentStyle" id="LexerJavaScript.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isCommentStyle" /> - <keyword name="LexerJavaScript.isStringStyle" id="LexerJavaScript.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJavaScript.html#LexerJavaScript.isStringStyle" /> - <keyword name="LexerPerl (Module)" id="LexerPerl (Module)" ref="eric5.QScintilla.Lexers.LexerPerl.html" /> - <keyword name="LexerPerl" id="LexerPerl" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl" /> - <keyword name="LexerPerl (Constructor)" id="LexerPerl (Constructor)" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.__init__" /> - <keyword name="LexerPerl.autoCompletionWordSeparators" id="LexerPerl.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.autoCompletionWordSeparators" /> - <keyword name="LexerPerl.defaultKeywords" id="LexerPerl.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.defaultKeywords" /> - <keyword name="LexerPerl.initProperties" id="LexerPerl.initProperties" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.initProperties" /> - <keyword name="LexerPerl.isCommentStyle" id="LexerPerl.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isCommentStyle" /> - <keyword name="LexerPerl.isStringStyle" id="LexerPerl.isStringStyle" ref="eric5.QScintilla.Lexers.LexerPerl.html#LexerPerl.isStringStyle" /> - <keyword name="LexerD (Module)" id="LexerD (Module)" ref="eric5.QScintilla.Lexers.LexerD.html" /> - <keyword name="LexerD" id="LexerD" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD" /> - <keyword name="LexerD (Constructor)" id="LexerD (Constructor)" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.__init__" /> - <keyword name="LexerD.autoCompletionWordSeparators" id="LexerD.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.autoCompletionWordSeparators" /> - <keyword name="LexerD.defaultKeywords" id="LexerD.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.defaultKeywords" /> - <keyword name="LexerD.initProperties" id="LexerD.initProperties" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.initProperties" /> - <keyword name="LexerD.isCommentStyle" id="LexerD.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isCommentStyle" /> - <keyword name="LexerD.isStringStyle" id="LexerD.isStringStyle" ref="eric5.QScintilla.Lexers.LexerD.html#LexerD.isStringStyle" /> - <keyword name="LexerTeX (Module)" id="LexerTeX (Module)" ref="eric5.QScintilla.Lexers.LexerTeX.html" /> - <keyword name="LexerTeX" id="LexerTeX" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX" /> - <keyword name="LexerTeX (Constructor)" id="LexerTeX (Constructor)" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.__init__" /> - <keyword name="LexerTeX.defaultKeywords" id="LexerTeX.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.defaultKeywords" /> - <keyword name="LexerTeX.initProperties" id="LexerTeX.initProperties" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.initProperties" /> - <keyword name="LexerTeX.isCommentStyle" id="LexerTeX.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isCommentStyle" /> - <keyword name="LexerTeX.isStringStyle" id="LexerTeX.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTeX.html#LexerTeX.isStringStyle" /> - <keyword name="LexerJava (Module)" id="LexerJava (Module)" ref="eric5.QScintilla.Lexers.LexerJava.html" /> - <keyword name="LexerJava" id="LexerJava" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava" /> - <keyword name="LexerJava (Constructor)" id="LexerJava (Constructor)" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.__init__" /> - <keyword name="LexerJava.defaultKeywords" id="LexerJava.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.defaultKeywords" /> - <keyword name="LexerJava.initProperties" id="LexerJava.initProperties" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.initProperties" /> - <keyword name="LexerJava.isCommentStyle" id="LexerJava.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isCommentStyle" /> - <keyword name="LexerJava.isStringStyle" id="LexerJava.isStringStyle" ref="eric5.QScintilla.Lexers.LexerJava.html#LexerJava.isStringStyle" /> - <keyword name="LexerXML (Module)" id="LexerXML (Module)" ref="eric5.QScintilla.Lexers.LexerXML.html" /> - <keyword name="LexerXML" id="LexerXML" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML" /> - <keyword name="LexerXML (Constructor)" id="LexerXML (Constructor)" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.__init__" /> - <keyword name="LexerXML.defaultKeywords" id="LexerXML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.defaultKeywords" /> - <keyword name="LexerXML.initProperties" id="LexerXML.initProperties" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.initProperties" /> - <keyword name="LexerXML.isCommentStyle" id="LexerXML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isCommentStyle" /> - <keyword name="LexerXML.isStringStyle" id="LexerXML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerXML.html#LexerXML.isStringStyle" /> - <keyword name="LexerLua (Module)" id="LexerLua (Module)" ref="eric5.QScintilla.Lexers.LexerLua.html" /> - <keyword name="LexerLua" id="LexerLua" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua" /> - <keyword name="LexerLua (Constructor)" id="LexerLua (Constructor)" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.__init__" /> - <keyword name="LexerLua.autoCompletionWordSeparators" id="LexerLua.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.autoCompletionWordSeparators" /> - <keyword name="LexerLua.defaultKeywords" id="LexerLua.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.defaultKeywords" /> - <keyword name="LexerLua.initProperties" id="LexerLua.initProperties" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.initProperties" /> - <keyword name="LexerLua.isCommentStyle" id="LexerLua.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isCommentStyle" /> - <keyword name="LexerLua.isStringStyle" id="LexerLua.isStringStyle" ref="eric5.QScintilla.Lexers.LexerLua.html#LexerLua.isStringStyle" /> - <keyword name="LexerCSharp (Module)" id="LexerCSharp (Module)" ref="eric5.QScintilla.Lexers.LexerCSharp.html" /> - <keyword name="LexerCSharp" id="LexerCSharp" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp" /> - <keyword name="LexerCSharp (Constructor)" id="LexerCSharp (Constructor)" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.__init__" /> - <keyword name="LexerCSharp.defaultKeywords" id="LexerCSharp.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.defaultKeywords" /> - <keyword name="LexerCSharp.initProperties" id="LexerCSharp.initProperties" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.initProperties" /> - <keyword name="LexerCSharp.isCommentStyle" id="LexerCSharp.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isCommentStyle" /> - <keyword name="LexerCSharp.isStringStyle" id="LexerCSharp.isStringStyle" ref="eric5.QScintilla.Lexers.LexerCSharp.html#LexerCSharp.isStringStyle" /> - <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" /> - <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" /> - <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" /> - <keyword name="Lexer.alwaysKeepTabs" id="Lexer.alwaysKeepTabs" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.alwaysKeepTabs" /> - <keyword name="Lexer.autoCompletionWordSeparators" id="Lexer.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.autoCompletionWordSeparators" /> - <keyword name="Lexer.boxCommentStr" id="Lexer.boxCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.boxCommentStr" /> - <keyword name="Lexer.canBlockComment" id="Lexer.canBlockComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBlockComment" /> - <keyword name="Lexer.canBoxComment" id="Lexer.canBoxComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canBoxComment" /> - <keyword name="Lexer.canStreamComment" id="Lexer.canStreamComment" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.canStreamComment" /> - <keyword name="Lexer.commentStr" id="Lexer.commentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.commentStr" /> - <keyword name="Lexer.hasSmartIndent" id="Lexer.hasSmartIndent" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.hasSmartIndent" /> - <keyword name="Lexer.initProperties" id="Lexer.initProperties" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.initProperties" /> - <keyword name="Lexer.isCommentStyle" id="Lexer.isCommentStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isCommentStyle" /> - <keyword name="Lexer.isStringStyle" id="Lexer.isStringStyle" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.isStringStyle" /> - <keyword name="Lexer.keywords" id="Lexer.keywords" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.keywords" /> - <keyword name="Lexer.smartIndentLine" id="Lexer.smartIndentLine" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentLine" /> - <keyword name="Lexer.smartIndentSelection" id="Lexer.smartIndentSelection" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.smartIndentSelection" /> - <keyword name="Lexer.streamCommentStr" id="Lexer.streamCommentStr" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.streamCommentStr" /> - <keyword name="LexerIDL (Module)" id="LexerIDL (Module)" ref="eric5.QScintilla.Lexers.LexerIDL.html" /> - <keyword name="LexerIDL" id="LexerIDL" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL" /> - <keyword name="LexerIDL (Constructor)" id="LexerIDL (Constructor)" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.__init__" /> - <keyword name="LexerIDL.defaultKeywords" id="LexerIDL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.defaultKeywords" /> - <keyword name="LexerIDL.initProperties" id="LexerIDL.initProperties" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.initProperties" /> - <keyword name="LexerIDL.isCommentStyle" id="LexerIDL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isCommentStyle" /> - <keyword name="LexerIDL.isStringStyle" id="LexerIDL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerIDL.html#LexerIDL.isStringStyle" /> - <keyword name="LexerFortran (Module)" id="LexerFortran (Module)" ref="eric5.QScintilla.Lexers.LexerFortran.html" /> - <keyword name="LexerFortran" id="LexerFortran" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran" /> - <keyword name="LexerFortran (Constructor)" id="LexerFortran (Constructor)" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.__init__" /> - <keyword name="LexerFortran.autoCompletionWordSeparators" id="LexerFortran.autoCompletionWordSeparators" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.autoCompletionWordSeparators" /> - <keyword name="LexerFortran.defaultKeywords" id="LexerFortran.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.defaultKeywords" /> - <keyword name="LexerFortran.initProperties" id="LexerFortran.initProperties" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.initProperties" /> - <keyword name="LexerFortran.isCommentStyle" id="LexerFortran.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isCommentStyle" /> - <keyword name="LexerFortran.isStringStyle" id="LexerFortran.isStringStyle" ref="eric5.QScintilla.Lexers.LexerFortran.html#LexerFortran.isStringStyle" /> - <keyword name="LexerTCL (Module)" id="LexerTCL (Module)" ref="eric5.QScintilla.Lexers.LexerTCL.html" /> - <keyword name="LexerTCL" id="LexerTCL" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL" /> - <keyword name="LexerTCL (Constructor)" id="LexerTCL (Constructor)" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.__init__" /> - <keyword name="LexerTCL.defaultKeywords" id="LexerTCL.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.defaultKeywords" /> - <keyword name="LexerTCL.initProperties" id="LexerTCL.initProperties" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.initProperties" /> - <keyword name="LexerTCL.isCommentStyle" id="LexerTCL.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isCommentStyle" /> - <keyword name="LexerTCL.isStringStyle" id="LexerTCL.isStringStyle" ref="eric5.QScintilla.Lexers.LexerTCL.html#LexerTCL.isStringStyle" /> - <keyword name="LexerHTML (Module)" id="LexerHTML (Module)" ref="eric5.QScintilla.Lexers.LexerHTML.html" /> - <keyword name="LexerHTML" id="LexerHTML" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML" /> - <keyword name="LexerHTML (Constructor)" id="LexerHTML (Constructor)" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.__init__" /> - <keyword name="LexerHTML.defaultKeywords" id="LexerHTML.defaultKeywords" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.defaultKeywords" /> - <keyword name="LexerHTML.initProperties" id="LexerHTML.initProperties" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.initProperties" /> - <keyword name="LexerHTML.isCommentStyle" id="LexerHTML.isCommentStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isCommentStyle" /> - <keyword name="LexerHTML.isStringStyle" id="LexerHTML.isStringStyle" ref="eric5.QScintilla.Lexers.LexerHTML.html#LexerHTML.isStringStyle" /> - <keyword name="Exporters (Package)" id="Exporters (Package)" ref="index-eric5.QScintilla.Exporters.html" /> - <keyword name="getExporter" id="getExporter" ref="eric5.QScintilla.Exporters.__init__.html#getExporter" /> - <keyword name="getSupportedFormats" id="getSupportedFormats" ref="eric5.QScintilla.Exporters.__init__.html#getSupportedFormats" /> - <keyword name="ExporterTEX (Module)" id="ExporterTEX (Module)" ref="eric5.QScintilla.Exporters.ExporterTEX.html" /> - <keyword name="ExporterTEX" id="ExporterTEX" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX" /> - <keyword name="ExporterTEX (Constructor)" id="ExporterTEX (Constructor)" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__init__" /> - <keyword name="ExporterTEX.__defineTexStyle" id="ExporterTEX.__defineTexStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__defineTexStyle" /> - <keyword name="ExporterTEX.__getTexRGB" id="ExporterTEX.__getTexRGB" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__getTexRGB" /> - <keyword name="ExporterTEX.__texStyle" id="ExporterTEX.__texStyle" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.__texStyle" /> - <keyword name="ExporterTEX.exportSource" id="ExporterTEX.exportSource" ref="eric5.QScintilla.Exporters.ExporterTEX.html#ExporterTEX.exportSource" /> - <keyword name="ExporterODT (Module)" id="ExporterODT (Module)" ref="eric5.QScintilla.Exporters.ExporterODT.html" /> - <keyword name="ExporterODT" id="ExporterODT" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT" /> - <keyword name="ExporterODT (Constructor)" id="ExporterODT (Constructor)" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT.__init__" /> - <keyword name="ExporterODT.exportSource" id="ExporterODT.exportSource" ref="eric5.QScintilla.Exporters.ExporterODT.html#ExporterODT.exportSource" /> - <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" /> - <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" /> - <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" /> - <keyword name="ExporterBase._getFileName" id="ExporterBase._getFileName" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase._getFileName" /> - <keyword name="ExporterBase.exportSource" id="ExporterBase.exportSource" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.exportSource" /> - <keyword name="ExporterRTF (Module)" id="ExporterRTF (Module)" ref="eric5.QScintilla.Exporters.ExporterRTF.html" /> - <keyword name="ExporterRTF" id="ExporterRTF" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF" /> - <keyword name="ExporterRTF (Constructor)" id="ExporterRTF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__init__" /> - <keyword name="ExporterRTF.__GetRTFNextControl" id="ExporterRTF.__GetRTFNextControl" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFNextControl" /> - <keyword name="ExporterRTF.__GetRTFStyleChange" id="ExporterRTF.__GetRTFStyleChange" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.__GetRTFStyleChange" /> - <keyword name="ExporterRTF.exportSource" id="ExporterRTF.exportSource" ref="eric5.QScintilla.Exporters.ExporterRTF.html#ExporterRTF.exportSource" /> - <keyword name="ExporterHTML (Module)" id="ExporterHTML (Module)" ref="eric5.QScintilla.Exporters.ExporterHTML.html" /> - <keyword name="ExporterHTML" id="ExporterHTML" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML" /> - <keyword name="HTMLGenerator" id="HTMLGenerator" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator" /> - <keyword name="ExporterHTML (Constructor)" id="ExporterHTML (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.__init__" /> - <keyword name="ExporterHTML.exportSource" id="ExporterHTML.exportSource" ref="eric5.QScintilla.Exporters.ExporterHTML.html#ExporterHTML.exportSource" /> - <keyword name="HTMLGenerator (Constructor)" id="HTMLGenerator (Constructor)" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator.__init__" /> - <keyword name="HTMLGenerator.generate" id="HTMLGenerator.generate" ref="eric5.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator.generate" /> - <keyword name="ExporterPDF (Module)" id="ExporterPDF (Module)" ref="eric5.QScintilla.Exporters.ExporterPDF.html" /> - <keyword name="ExporterPDF" id="ExporterPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF" /> - <keyword name="PDFObjectTracker" id="PDFObjectTracker" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker" /> - <keyword name="PDFRender" id="PDFRender" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender" /> - <keyword name="PDFStyle" id="PDFStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle" /> - <keyword name="ExporterPDF (Constructor)" id="ExporterPDF (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__init__" /> - <keyword name="ExporterPDF.__getPDFRGB" id="ExporterPDF.__getPDFRGB" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.__getPDFRGB" /> - <keyword name="ExporterPDF.exportSource" id="ExporterPDF.exportSource" ref="eric5.QScintilla.Exporters.ExporterPDF.html#ExporterPDF.exportSource" /> - <keyword name="PDFObjectTracker (Constructor)" id="PDFObjectTracker (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.__init__" /> - <keyword name="PDFObjectTracker.add" id="PDFObjectTracker.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.add" /> - <keyword name="PDFObjectTracker.write" id="PDFObjectTracker.write" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.write" /> - <keyword name="PDFObjectTracker.xref" id="PDFObjectTracker.xref" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFObjectTracker.xref" /> - <keyword name="PDFRender (Constructor)" id="PDFRender (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.__init__" /> - <keyword name="PDFRender.add" id="PDFRender.add" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.add" /> - <keyword name="PDFRender.endPDF" id="PDFRender.endPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPDF" /> - <keyword name="PDFRender.endPage" id="PDFRender.endPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.endPage" /> - <keyword name="PDFRender.flushSegment" id="PDFRender.flushSegment" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.flushSegment" /> - <keyword name="PDFRender.fontToPoints" id="PDFRender.fontToPoints" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.fontToPoints" /> - <keyword name="PDFRender.nextLine" id="PDFRender.nextLine" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.nextLine" /> - <keyword name="PDFRender.setStyle" id="PDFRender.setStyle" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.setStyle" /> - <keyword name="PDFRender.startPDF" id="PDFRender.startPDF" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPDF" /> - <keyword name="PDFRender.startPage" id="PDFRender.startPage" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFRender.startPage" /> - <keyword name="PDFStyle (Constructor)" id="PDFStyle (Constructor)" ref="eric5.QScintilla.Exporters.ExporterPDF.html#PDFStyle.__init__" /> </keywords> <files> <file>eric5.Cooperation.ChatWidget.html</file> @@ -11287,6 +11334,9 @@ <file>eric5.Helpviewer.Download.DownloadManager.html</file> <file>eric5.Helpviewer.Download.DownloadModel.html</file> <file>eric5.Helpviewer.Download.DownloadUtilities.html</file> + <file>eric5.Helpviewer.Feeds.FeedEditDialog.html</file> + <file>eric5.Helpviewer.Feeds.FeedsDialog.html</file> + <file>eric5.Helpviewer.Feeds.FeedsManager.html</file> <file>eric5.Helpviewer.HTMLResources.html</file> <file>eric5.Helpviewer.HelpBrowserWV.html</file> <file>eric5.Helpviewer.HelpClearPrivateDataDialog.html</file> @@ -11803,6 +11853,7 @@ <file>index-eric5.Helpviewer.Bookmarks.html</file> <file>index-eric5.Helpviewer.CookieJar.html</file> <file>index-eric5.Helpviewer.Download.html</file> + <file>index-eric5.Helpviewer.Feeds.html</file> <file>index-eric5.Helpviewer.History.html</file> <file>index-eric5.Helpviewer.Network.html</file> <file>index-eric5.Helpviewer.OfflineStorage.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.Feeds.FeedEditDialog.html Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.Feeds.FeedEditDialog</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.Feeds.FeedEditDialog</h1> +<p> +Module implementing a dialog to edit feed data. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FeedEditDialog">FeedEditDialog</a></td> +<td>Class implementing a dialog to edit feed data.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="FeedEditDialog" ID="FeedEditDialog"></a> +<h2>FeedEditDialog</h2> +<p> + Class implementing a dialog to edit feed data. +</p> +<h3>Derived from</h3> +QDialog, Ui_FeedEditDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#FeedEditDialog.__init__">FeedEditDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#FeedEditDialog.__setOkButton">__setOkButton</a></td> +<td>Private slot to enable or disable the OK button.</td> +</tr><tr> +<td><a href="#FeedEditDialog.getData">getData</a></td> +<td>Public method to get the entered feed data.</td> +</tr><tr> +<td><a href="#FeedEditDialog.on_titleEdit_textChanged">on_titleEdit_textChanged</a></td> +<td>Private slot to handle changes of the feed title.</td> +</tr><tr> +<td><a href="#FeedEditDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> +<td>Private slot to handle changes of the feed URL.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="FeedEditDialog.__init__" ID="FeedEditDialog.__init__"></a> +<h4>FeedEditDialog (Constructor)</h4> +<b>FeedEditDialog</b>(<i>urlString, title, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="FeedEditDialog.__setOkButton" ID="FeedEditDialog.__setOkButton"></a> +<h4>FeedEditDialog.__setOkButton</h4> +<b>__setOkButton</b>(<i></i>) +<p> + Private slot to enable or disable the OK button. +</p><a NAME="FeedEditDialog.getData" ID="FeedEditDialog.getData"></a> +<h4>FeedEditDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to get the entered feed data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple of two strings giving the feed URL and feed title + (string, string) +</dd> +</dl><a NAME="FeedEditDialog.on_titleEdit_textChanged" ID="FeedEditDialog.on_titleEdit_textChanged"></a> +<h4>FeedEditDialog.on_titleEdit_textChanged</h4> +<b>on_titleEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the feed title. +</p><dl> +<dt><i>txt</i></dt> +<dd> +new feed title (string) +</dd> +</dl><a NAME="FeedEditDialog.on_urlEdit_textChanged" ID="FeedEditDialog.on_urlEdit_textChanged"></a> +<h4>FeedEditDialog.on_urlEdit_textChanged</h4> +<b>on_urlEdit_textChanged</b>(<i>p0</i>) +<p> + Private slot to handle changes of the feed URL. +</p><dl> +<dt><i>txt</i></dt> +<dd> +new feed URL (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.Feeds.FeedsDialog.html Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.Feeds.FeedsDialog</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.Feeds.FeedsDialog</h1> +<p> +Module implementing a dialog to add RSS feeds. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FeedsDialog">FeedsDialog</a></td> +<td>Class documentation goes here.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="FeedsDialog" ID="FeedsDialog"></a> +<h2>FeedsDialog</h2> +<p> + Class documentation goes here. +</p> +<h3>Derived from</h3> +QDialog, Ui_FeedsDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#FeedsDialog.__init__">FeedsDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#FeedsDialog.__addFeed">__addFeed</a></td> +<td>Private slot to add a RSS feed.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="FeedsDialog.__init__" ID="FeedsDialog.__init__"></a> +<h4>FeedsDialog (Constructor)</h4> +<b>FeedsDialog</b>(<i>availableFeeds, browser, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>availableFeeds</i></dt> +<dd> +list of available RSS feeds (list of tuple of two strings) +</dd><dt><i>browser</i></dt> +<dd> +reference to the browser widget (HelpBrowser) +</dd><dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="FeedsDialog.__addFeed" ID="FeedsDialog.__addFeed"></a> +<h4>FeedsDialog.__addFeed</h4> +<b>__addFeed</b>(<i></i>) +<p> + Private slot to add a RSS feed. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.Feeds.FeedsManager.html Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,296 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.Feeds.FeedsManager</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.Feeds.FeedsManager</h1> +<p> +Module implementing a RSS feeds manager dialog. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FeedsManager">FeedsManager</a></td> +<td>Class implementing a RSS feeds manager dialog.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="FeedsManager" ID="FeedsManager"></a> +<h2>FeedsManager</h2> +<p> + Class implementing a RSS feeds manager dialog. +</p><h3>Signals</h3> +<dl> +<dt>newUrl(QUrl, str)</dt> +<dd> +emitted to open a URL in a new tab +</dd><dt>openUrl(QUrl, str)</dt> +<dd> +emitted to open a URL in the current tab +</dd> +</dl> +<h3>Derived from</h3> +QDialog, Ui_FeedsManager +<h3>Class Attributes</h3> +<table> +<tr><td>ErrorDataRole</td></tr><tr><td>UrlStringRole</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#FeedsManager.__init__">FeedsManager</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#FeedsManager.__addFeedItem">__addFeedItem</a></td> +<td>Private slot to add a top level feed item.</td> +</tr><tr> +<td><a href="#FeedsManager.__copyUrlToClipboard">__copyUrlToClipboard</a></td> +<td>Private slot to copy the URL of the selected item to the clipboard.</td> +</tr><tr> +<td><a href="#FeedsManager.__customContextMenuRequested">__customContextMenuRequested</a></td> +<td>Private slot to handle the context menu request for the bookmarks tree.</td> +</tr><tr> +<td><a href="#FeedsManager.__enableButtons">__enableButtons</a></td> +<td>Private slot to disable/enable various buttons.</td> +</tr><tr> +<td><a href="#FeedsManager.__feedLoaded">__feedLoaded</a></td> +<td>Private slot to extract the loaded feed data.</td> +</tr><tr> +<td><a href="#FeedsManager.__itemActivated">__itemActivated</a></td> +<td>Private slot to handle the activation of an item.</td> +</tr><tr> +<td><a href="#FeedsManager.__load">__load</a></td> +<td>Private method to load the feeds data.</td> +</tr><tr> +<td><a href="#FeedsManager.__openMessage">__openMessage</a></td> +<td>Private method to open a feed message.</td> +</tr><tr> +<td><a href="#FeedsManager.__openMessageInCurrentTab">__openMessageInCurrentTab</a></td> +<td>Private slot to open a feed message in the current browser tab.</td> +</tr><tr> +<td><a href="#FeedsManager.__openMessageInNewTab">__openMessageInNewTab</a></td> +<td>Private slot to open a feed message in a new browser tab.</td> +</tr><tr> +<td><a href="#FeedsManager.__reloadFeed">__reloadFeed</a></td> +<td>Private method to reload the given feed.</td> +</tr><tr> +<td><a href="#FeedsManager.__save">__save</a></td> +<td>Private method to store the feeds data.</td> +</tr><tr> +<td><a href="#FeedsManager.__showError">__showError</a></td> +<td>Private slot to show error info for a failed load operation.</td> +</tr><tr> +<td><a href="#FeedsManager.addFeed">addFeed</a></td> +<td>Public method to add a feed.</td> +</tr><tr> +<td><a href="#FeedsManager.on_deleteButton_clicked">on_deleteButton_clicked</a></td> +<td>Private slot to delete the selected feed.</td> +</tr><tr> +<td><a href="#FeedsManager.on_editButton_clicked">on_editButton_clicked</a></td> +<td>Private slot to edit the selected feed.</td> +</tr><tr> +<td><a href="#FeedsManager.on_feedsTree_itemSelectionChanged">on_feedsTree_itemSelectionChanged</a></td> +<td>Private slot to enable the various buttons depending on the selection.</td> +</tr><tr> +<td><a href="#FeedsManager.on_reloadAllButton_clicked">on_reloadAllButton_clicked</a></td> +<td>Private slot to reload all feeds.</td> +</tr><tr> +<td><a href="#FeedsManager.on_reloadButton_clicked">on_reloadButton_clicked</a></td> +<td>Private slot to reload the selected feed.</td> +</tr><tr> +<td><a href="#FeedsManager.show">show</a></td> +<td>Public slot to show the feeds manager dialog.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="FeedsManager.__init__" ID="FeedsManager.__init__"></a> +<h4>FeedsManager (Constructor)</h4> +<b>FeedsManager</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i></dt> +<dd> +reference to the parent widget (QWidget) +</dd> +</dl><a NAME="FeedsManager.__addFeedItem" ID="FeedsManager.__addFeedItem"></a> +<h4>FeedsManager.__addFeedItem</h4> +<b>__addFeedItem</b>(<i>feed</i>) +<p> + Private slot to add a top level feed item. +</p><dl> +<dt><i>feed</i></dt> +<dd> +tuple containing feed info (URL, title, icon) + (string, string, QIcon) +</dd> +</dl><a NAME="FeedsManager.__copyUrlToClipboard" ID="FeedsManager.__copyUrlToClipboard"></a> +<h4>FeedsManager.__copyUrlToClipboard</h4> +<b>__copyUrlToClipboard</b>(<i></i>) +<p> + Private slot to copy the URL of the selected item to the clipboard. +</p><a NAME="FeedsManager.__customContextMenuRequested" ID="FeedsManager.__customContextMenuRequested"></a> +<h4>FeedsManager.__customContextMenuRequested</h4> +<b>__customContextMenuRequested</b>(<i>pos</i>) +<p> + Private slot to handle the context menu request for the bookmarks tree. +</p><dl> +<dt><i>pos</i></dt> +<dd> +position the context menu was requested (QPoint) +</dd> +</dl><a NAME="FeedsManager.__enableButtons" ID="FeedsManager.__enableButtons"></a> +<h4>FeedsManager.__enableButtons</h4> +<b>__enableButtons</b>(<i></i>) +<p> + Private slot to disable/enable various buttons. +</p><a NAME="FeedsManager.__feedLoaded" ID="FeedsManager.__feedLoaded"></a> +<h4>FeedsManager.__feedLoaded</h4> +<b>__feedLoaded</b>(<i></i>) +<p> + Private slot to extract the loaded feed data. +</p><a NAME="FeedsManager.__itemActivated" ID="FeedsManager.__itemActivated"></a> +<h4>FeedsManager.__itemActivated</h4> +<b>__itemActivated</b>(<i>itm, column</i>) +<p> + Private slot to handle the activation of an item. +</p><dl> +<dt><i>itm</i></dt> +<dd> +reference to the activated item (QTreeWidgetItem) +</dd><dt><i>column</i></dt> +<dd> +column of the activation (integer) +</dd> +</dl><a NAME="FeedsManager.__load" ID="FeedsManager.__load"></a> +<h4>FeedsManager.__load</h4> +<b>__load</b>(<i></i>) +<p> + Private method to load the feeds data. +</p><a NAME="FeedsManager.__openMessage" ID="FeedsManager.__openMessage"></a> +<h4>FeedsManager.__openMessage</h4> +<b>__openMessage</b>(<i>newTab</i>) +<p> + Private method to open a feed message. +</p><dl> +<dt><i>newTab</i></dt> +<dd> +flag indicating to open the feed message in a new tab (boolean) +</dd> +</dl><a NAME="FeedsManager.__openMessageInCurrentTab" ID="FeedsManager.__openMessageInCurrentTab"></a> +<h4>FeedsManager.__openMessageInCurrentTab</h4> +<b>__openMessageInCurrentTab</b>(<i></i>) +<p> + Private slot to open a feed message in the current browser tab. +</p><a NAME="FeedsManager.__openMessageInNewTab" ID="FeedsManager.__openMessageInNewTab"></a> +<h4>FeedsManager.__openMessageInNewTab</h4> +<b>__openMessageInNewTab</b>(<i></i>) +<p> + Private slot to open a feed message in a new browser tab. +</p><a NAME="FeedsManager.__reloadFeed" ID="FeedsManager.__reloadFeed"></a> +<h4>FeedsManager.__reloadFeed</h4> +<b>__reloadFeed</b>(<i>itm</i>) +<p> + Private method to reload the given feed. +</p><dl> +<dt><i>itm</i></dt> +<dd> +feed item to be reloaded (QTreeWidgetItem) +</dd> +</dl><a NAME="FeedsManager.__save" ID="FeedsManager.__save"></a> +<h4>FeedsManager.__save</h4> +<b>__save</b>(<i></i>) +<p> + Private method to store the feeds data. +</p><a NAME="FeedsManager.__showError" ID="FeedsManager.__showError"></a> +<h4>FeedsManager.__showError</h4> +<b>__showError</b>(<i></i>) +<p> + Private slot to show error info for a failed load operation. +</p><a NAME="FeedsManager.addFeed" ID="FeedsManager.addFeed"></a> +<h4>FeedsManager.addFeed</h4> +<b>addFeed</b>(<i>urlString, title, icon</i>) +<p> + Public method to add a feed. +</p><dl> +<dt><i>urlString</i></dt> +<dd> +URL of the feed (string) +</dd><dt><i>title</i></dt> +<dd> +title of the feed (string) +</dd><dt><i>icon</i></dt> +<dd> +icon for the feed (QIcon) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a successful addition of the feed (boolean) +</dd> +</dl><a NAME="FeedsManager.on_deleteButton_clicked" ID="FeedsManager.on_deleteButton_clicked"></a> +<h4>FeedsManager.on_deleteButton_clicked</h4> +<b>on_deleteButton_clicked</b>(<i></i>) +<p> + Private slot to delete the selected feed. +</p><a NAME="FeedsManager.on_editButton_clicked" ID="FeedsManager.on_editButton_clicked"></a> +<h4>FeedsManager.on_editButton_clicked</h4> +<b>on_editButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected feed. +</p><a NAME="FeedsManager.on_feedsTree_itemSelectionChanged" ID="FeedsManager.on_feedsTree_itemSelectionChanged"></a> +<h4>FeedsManager.on_feedsTree_itemSelectionChanged</h4> +<b>on_feedsTree_itemSelectionChanged</b>(<i></i>) +<p> + Private slot to enable the various buttons depending on the selection. +</p><a NAME="FeedsManager.on_reloadAllButton_clicked" ID="FeedsManager.on_reloadAllButton_clicked"></a> +<h4>FeedsManager.on_reloadAllButton_clicked</h4> +<b>on_reloadAllButton_clicked</b>(<i></i>) +<p> + Private slot to reload all feeds. +</p><a NAME="FeedsManager.on_reloadButton_clicked" ID="FeedsManager.on_reloadButton_clicked"></a> +<h4>FeedsManager.on_reloadButton_clicked</h4> +<b>on_reloadButton_clicked</b>(<i></i>) +<p> + Private slot to reload the selected feed. +</p><a NAME="FeedsManager.show" ID="FeedsManager.show"></a> +<h4>FeedsManager.show</h4> +<b>show</b>(<i></i>) +<p> + Public slot to show the feeds manager dialog. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Tue Nov 01 15:46:11 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html Thu Nov 03 17:52:13 2011 +0100 @@ -196,6 +196,9 @@ <td><a href="#HelpBrowser.backward">backward</a></td> <td>Public slot to move backwards in history.</td> </tr><tr> +<td><a href="#HelpBrowser.checkRSS">checkRSS</a></td> +<td>Public method to check, if the loaded page contains feed links.</td> +</tr><tr> <td><a href="#HelpBrowser.clearHistory">clearHistory</a></td> <td>Public slot to clear the history.</td> </tr><tr> @@ -229,6 +232,12 @@ <td><a href="#HelpBrowser.forward">forward</a></td> <td>Public slot to move forward in history.</td> </tr><tr> +<td><a href="#HelpBrowser.getRSS">getRSS</a></td> +<td>Public method to get the extracted RSS feeds.</td> +</tr><tr> +<td><a href="#HelpBrowser.hasRSS">hasRSS</a></td> +<td>Public method to check, if the loaded page has RSS links.</td> +</tr><tr> <td><a href="#HelpBrowser.hasSelection">hasSelection</a></td> <td>Public method to determine, if there is some text selected.</td> </tr><tr> @@ -582,7 +591,17 @@ <b>backward</b>(<i></i>) <p> Public slot to move backwards in history. -</p><a NAME="HelpBrowser.clearHistory" ID="HelpBrowser.clearHistory"></a> +</p><a NAME="HelpBrowser.checkRSS" ID="HelpBrowser.checkRSS"></a> +<h4>HelpBrowser.checkRSS</h4> +<b>checkRSS</b>(<i></i>) +<p> + Public method to check, if the loaded page contains feed links. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the existence of feed links (boolean) +</dd> +</dl><a NAME="HelpBrowser.clearHistory" ID="HelpBrowser.clearHistory"></a> <h4>HelpBrowser.clearHistory</h4> <b>clearHistory</b>(<i></i>) <p> @@ -691,7 +710,27 @@ <b>forward</b>(<i></i>) <p> Public slot to move forward in history. -</p><a NAME="HelpBrowser.hasSelection" ID="HelpBrowser.hasSelection"></a> +</p><a NAME="HelpBrowser.getRSS" ID="HelpBrowser.getRSS"></a> +<h4>HelpBrowser.getRSS</h4> +<b>getRSS</b>(<i></i>) +<p> + Public method to get the extracted RSS feeds. +</p><dl> +<dt>Returns:</dt> +<dd> +list of RSS feeds (list of tuples of two strings) +</dd> +</dl><a NAME="HelpBrowser.hasRSS" ID="HelpBrowser.hasRSS"></a> +<h4>HelpBrowser.hasRSS</h4> +<b>hasRSS</b>(<i></i>) +<p> + Public method to check, if the loaded page has RSS links. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the presence of RSS links (boolean) +</dd> +</dl><a NAME="HelpBrowser.hasSelection" ID="HelpBrowser.hasSelection"></a> <h4>HelpBrowser.hasSelection</h4> <b>hasSelection</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html Tue Nov 01 15:46:11 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html Thu Nov 03 17:52:13 2011 +0100 @@ -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>_downloadManager</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>_downloadManager</td></tr><tr><td>_feedsManager</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> </table> <h3>Class Methods</h3> <table> @@ -76,6 +76,9 @@ <td><a href="#HelpWindow.downloadManager">downloadManager</a></td> <td>Class method to get a reference to the download manager.</td> </tr><tr> +<td><a href="#HelpWindow.feedsManager">feedsManager</a></td> +<td>Class method to get a reference to the RSS feeds manager.</td> +</tr><tr> <td><a href="#HelpWindow.helpEngine">helpEngine</a></td> <td>Class method to get a reference to the help engine.</td> </tr><tr> @@ -146,6 +149,9 @@ <td><a href="#HelpWindow.__docsInstalled">__docsInstalled</a></td> <td>Private slot handling the end of documentation installation.</td> </tr><tr> +<td><a href="#HelpWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> +<td></td> +</tr><tr> <td><a href="#HelpWindow.__filterQtHelpDocumentation">__filterQtHelpDocumentation</a></td> <td>Private slot to filter the QtHelp documentation.</td> </tr><tr> @@ -266,6 +272,9 @@ <td><a href="#HelpWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td> <td>Private slot to show the search engines configuration dialog.</td> </tr><tr> +<td><a href="#HelpWindow.__showFeedsManager">__showFeedsManager</a></td> +<td>Private slot to show the feeds manager dialog.</td> +</tr><tr> <td><a href="#HelpWindow.__showForwardMenu">__showForwardMenu</a></td> <td>Private slot showing the forwards navigation menu.</td> </tr><tr> @@ -479,6 +488,16 @@ <dd> reference to the password manager (DownloadManager) </dd> +</dl><a NAME="HelpWindow.feedsManager" ID="HelpWindow.feedsManager"></a> +<h4>HelpWindow.feedsManager (class method)</h4> +<b>feedsManager</b>(<i></i>) +<p> + Class method to get a reference to the RSS feeds manager. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the RSS feeds manager (FeedsManager) +</dd> </dl><a NAME="HelpWindow.helpEngine" ID="HelpWindow.helpEngine"></a> <h4>HelpWindow.helpEngine (class method)</h4> <b>helpEngine</b>(<i></i>) @@ -668,7 +687,10 @@ <dd> flag indicating that documents were installed (boolean) </dd> -</dl><a NAME="HelpWindow.__filterQtHelpDocumentation" ID="HelpWindow.__filterQtHelpDocumentation"></a> +</dl><a NAME="HelpWindow.__feedsManagerClosed" ID="HelpWindow.__feedsManagerClosed"></a> +<h4>HelpWindow.__feedsManagerClosed</h4> +<b>__feedsManagerClosed</b>(<i></i>) +<a NAME="HelpWindow.__filterQtHelpDocumentation" ID="HelpWindow.__filterQtHelpDocumentation"></a> <h4>HelpWindow.__filterQtHelpDocumentation</h4> <b>__filterQtHelpDocumentation</b>(<i>customFilter</i>) <p> @@ -912,6 +934,11 @@ <b>__showEnginesConfigurationDialog</b>(<i></i>) <p> Private slot to show the search engines configuration dialog. +</p><a NAME="HelpWindow.__showFeedsManager" ID="HelpWindow.__showFeedsManager"></a> +<h4>HelpWindow.__showFeedsManager</h4> +<b>__showFeedsManager</b>(<i></i>) +<p> + Private slot to show the feeds manager dialog. </p><a NAME="HelpWindow.__showForwardMenu" ID="HelpWindow.__showForwardMenu"></a> <h4>HelpWindow.__showForwardMenu</h4> <b>__showForwardMenu</b>(<i></i>)
--- a/Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html Tue Nov 01 15:46:11 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.UrlBar.UrlBar.html Thu Nov 03 17:52:13 2011 +0100 @@ -76,6 +76,9 @@ <td><a href="#UrlBar.__privacyClicked">__privacyClicked</a></td> <td>Private slot to handle the click of the private mode button.</td> </tr><tr> +<td><a href="#UrlBar.__rssClicked">__rssClicked</a></td> +<td>Private slot to handle clicking the RSS icon.</td> +</tr><tr> <td><a href="#UrlBar.__showBookmarkInfo">__showBookmarkInfo</a></td> <td>Private slot to show a dialog with some bookmark info.</td> </tr><tr> @@ -168,6 +171,11 @@ <b>__privacyClicked</b>(<i></i>) <p> Private slot to handle the click of the private mode button. +</p><a NAME="UrlBar.__rssClicked" ID="UrlBar.__rssClicked"></a> +<h4>UrlBar.__rssClicked</h4> +<b>__rssClicked</b>(<i></i>) +<p> + Private slot to handle clicking the RSS icon. </p><a NAME="UrlBar.__showBookmarkInfo" ID="UrlBar.__showBookmarkInfo"></a> <h4>UrlBar.__showBookmarkInfo</h4> <b>__showBookmarkInfo</b>(<i></i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/index-eric5.Helpviewer.Feeds.html Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.Feeds</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<h1>eric5.Helpviewer.Feeds</h1> +<p> +Package implementing all RSS feed related modules. +</p> + + +<h3>Modules</h3> +<table> +<tr> +<td><a href="eric5.Helpviewer.Feeds.FeedEditDialog.html">FeedEditDialog</a></td> +<td>Module implementing a dialog to edit feed data.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.Feeds.FeedsDialog.html">FeedsDialog</a></td> +<td>Module implementing a dialog to add RSS feeds.</td> +</tr><tr> +<td><a href="eric5.Helpviewer.Feeds.FeedsManager.html">FeedsManager</a></td> +<td>Module implementing a RSS feeds manager dialog.</td> +</tr> +</table> +</body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric5.Helpviewer.html Tue Nov 01 15:46:11 2011 +0100 +++ b/Documentation/Source/index-eric5.Helpviewer.html Thu Nov 03 17:52:13 2011 +0100 @@ -45,6 +45,9 @@ <td><a href="index-eric5.Helpviewer.Download.html">Download</a></td> <td>Package implementing all download related modules.</td> </tr><tr> +<td><a href="index-eric5.Helpviewer.Feeds.html">Feeds</a></td> +<td>Package implementing all RSS feed related modules.</td> +</tr><tr> <td><a href="index-eric5.Helpviewer.History.html">History</a></td> <td>Package implementing the history system.</td> </tr><tr>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedEditDialog.py Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,76 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to edit feed data. +""" + +from PyQt4.QtCore import pyqtSlot, QUrl +from PyQt4.QtGui import QDialog, QDialogButtonBox + +from .Ui_FeedEditDialog import Ui_FeedEditDialog + + +class FeedEditDialog(QDialog, Ui_FeedEditDialog): + """ + Class implementing a dialog to edit feed data. + """ + def __init__(self, urlString, title, parent=None): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + """ + super().__init__(parent) + self.setupUi(self) + + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) + + self.titleEdit.setText(title) + self.urlEdit.setText(urlString) + + def __setOkButton(self): + """ + Private slot to enable or disable the OK button. + """ + enable = True + + enable = enable and bool(self.titleEdit.text()) + + urlString = self.urlEdit.text() + enable = enable and bool(urlString) + if urlString: + url = QUrl(urlString) + enable = enable and bool(url.scheme()) + enable = enable and bool(url.host()) + + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) + + @pyqtSlot(str) + def on_titleEdit_textChanged(self, txt): + """ + Private slot to handle changes of the feed title. + + @param txt new feed title (string) + """ + self.__setOkButton() + + @pyqtSlot(str) + def on_urlEdit_textChanged(self, p0): + """ + Private slot to handle changes of the feed URL. + + @param txt new feed URL (string) + """ + self.__setOkButton() + + def getData(self): + """ + Public method to get the entered feed data. + + @return tuple of two strings giving the feed URL and feed title + (string, string) + """ + return (self.urlEdit.text(), self.titleEdit.text())
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedEditDialog.ui Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>FeedEditDialog</class> + <widget class="QDialog" name="FeedEditDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>475</width> + <height>144</height> + </rect> + </property> + <property name="windowTitle"> + <string>Edit Feed Data</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Fill title and URL of a feed:</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Feed title:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="titleEdit"> + <property name="toolTip"> + <string>Enter the title of the feed</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Feed URL:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="urlEdit"> + <property name="toolTip"> + <string>Enter the URL of the feed</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>titleEdit</tabstop> + <tabstop>urlEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>FeedEditDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>224</x> + <y>122</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>143</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>FeedEditDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>292</x> + <y>128</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>143</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedsDialog.py Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,88 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to add RSS feeds. +""" + +from PyQt4.QtCore import QUrl +from PyQt4.QtGui import QDialog, QPushButton, QLabel + +from E5Gui import E5MessageBox + +from .Ui_FeedsDialog import Ui_FeedsDialog + +import UI.PixmapCache + +import Helpviewer.HelpWindow + + +class FeedsDialog(QDialog, Ui_FeedsDialog): + """ + Class documentation goes here. + """ + def __init__(self, availableFeeds, browser, parent=None): + """ + Constructor + + @param availableFeeds list of available RSS feeds (list of tuple of two strings) + @param browser reference to the browser widget (HelpBrowser) + @param parent reference to the parent widget (QWidget) + """ + super().__init__(parent) + self.setupUi(self) + + self.iconLabel.setPixmap(UI.PixmapCache.getPixmap("rss48.png")) + + self.__browser = browser + + self.__availableFeeds = availableFeeds[:] + for row in range(len(self.__availableFeeds)): + feed = self.__availableFeeds[row] + button = QPushButton(self) + button.setText(self.trUtf8("Add")) + button.feed = feed + label = QLabel(self) + label.setText(feed[0]) + self.feedsLayout.addWidget(label, row, 0) + self.feedsLayout.addWidget(button, row, 1) + button.clicked[()].connect(self.__addFeed) + + def __addFeed(self): + """ + Private slot to add a RSS feed. + """ + button = self.sender() + urlString = button.feed[1] + url = QUrl(urlString) + if not url.host(): + if not urlString.startswith("/"): + urlString = "/" + urlString + urlString = self.__browser.url().host() + urlString + tmpUrl = QUrl(urlString) + if not tmpUrl.scheme(): + urlString = "http://" + urlString + tmpUrl = QUrl(urlString) + if not tmpUrl.scheme() or not tmpUrl.host(): + return + if not url.isValid(): + return + + if button.feed[0]: + title = button.feed[0] + else: + title = self.__browser.url().host() + + feedsManager = Helpviewer.HelpWindow.HelpWindow.feedsManager() + if feedsManager.addFeed(urlString, title, self.__browser.icon()): + E5MessageBox.information(self, + self.trUtf8("Add RSS Feed"), + self.trUtf8("""The feed was added successfully.""")) + else: + E5MessageBox.warning(self, + self.trUtf8("Add RSS Feed"), + self.trUtf8("""The feed was already added before.""")) + + self.close()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedsDialog.ui Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>FeedsDialog</class> + <widget class="QDialog" name="FeedsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>352</width> + <height>94</height> + </rect> + </property> + <property name="windowTitle"> + <string>Add Feed</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="iconLabel"> + <property name="text"> + <string notr="true"/> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Add Feeds from this site</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QGridLayout" name="feedsLayout"/> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>FeedsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>FeedsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedsManager.py Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,419 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a RSS feeds manager dialog. +""" + +from PyQt4.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QXmlStreamReader +from PyQt4.QtGui import QDialog, QIcon, QTreeWidgetItem, QMenu, QCursor, QApplication +from PyQt4.QtNetwork import QNetworkRequest, QNetworkReply +from PyQt4.QtWebKit import QWebSettings + +from E5Gui import E5MessageBox + +from .Ui_FeedsManager import Ui_FeedsManager + +from .FeedEditDialog import FeedEditDialog + +import Helpviewer.HelpWindow + +import Preferences +import UI.PixmapCache + + +class FeedsManager(QDialog, Ui_FeedsManager): + """ + Class implementing a RSS feeds manager dialog. + + @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) + + UrlStringRole = Qt.UserRole + ErrorDataRole = Qt.UserRole + 1 + + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + """ + super().__init__(parent) + self.setupUi(self) + + self.__wasShown = False + self.__loaded = False + self.__feeds = [] + self.__replies = {} # dict key is the id of the request object + # dict value is a tuple of request and tree item + + self.feedsTree.setContextMenuPolicy(Qt.CustomContextMenu) + self.feedsTree.customContextMenuRequested.connect( + self.__customContextMenuRequested) + self.feedsTree.itemActivated.connect(self.__itemActivated) + + def show(self): + """ + Public slot to show the feeds manager dialog. + """ + super().show() + + if not self.__wasShown: + self.__enableButtons() + self.on_reloadAllButton_clicked() + self.__wasShown = True + + def addFeed(self, urlString, title, icon): + """ + Public method to add a feed. + + @param urlString URL of the feed (string) + @param title title of the feed (string) + @param icon icon for the feed (QIcon) + @return flag indicating a successful addition of the feed (boolean) + """ + if urlString == "": + return False + + if not self.__loaded: + self.__load() + + # step 1: check, if feed was already added + for feed in self.__feeds: + if feed[0] == urlString: + return False + + # step 2: add the feed + if icon.isNull() or \ + icon == QIcon(QWebSettings.webGraphic(QWebSettings.DefaultFrameIconGraphic)): + icon = UI.PixmapCache.getIcon("rss16.png") + feed = (urlString, title, icon) + self.__feeds.append(feed) + self.__addFeedItem(feed) + self.__save() + + return True + + def __addFeedItem(self, feed): + """ + Private slot to add a top level feed item. + + @param feed tuple containing feed info (URL, title, icon) + (string, string, QIcon) + """ + itm = QTreeWidgetItem(self.feedsTree, [feed[1]]) + itm.setIcon(0, feed[2]) + itm.setData(0, FeedsManager.UrlStringRole, feed[0]) + + def __load(self): + """ + Private method to load the feeds data. + """ + self.__feeds = Preferences.getHelp("RssFeeds") + self.__loaded = True + + # populate the feeds tree top level with the feeds + self.feedsTree.clear() + for feed in self.__feeds: + self.__addFeedItem(feed) + + def __save(self): + """ + Private method to store the feeds data. + """ + if not self.__loaded: + self.__load() + + Preferences.setHelp("RssFeeds", self.__feeds) + + @pyqtSlot() + def on_reloadAllButton_clicked(self): + """ + Private slot to reload all feeds. + """ + if not self.__loaded: + self.__load() + + for index in range(self.feedsTree.topLevelItemCount()): + itm = self.feedsTree.topLevelItem(index) + self.__reloadFeed(itm) + + @pyqtSlot() + def on_reloadButton_clicked(self): + """ + Private slot to reload the selected feed. + """ + itm = self.feedsTree.selectedItems()[0] + self.__reloadFeed(itm) + + @pyqtSlot() + def on_editButton_clicked(self): + """ + Private slot to edit the selected feed. + """ + itm = self.feedsTree.selectedItems()[0] + origTitle = itm.text(0) + origUrlString = itm.data(0, FeedsManager.UrlStringRole) + + feedToChange = None + for feed in self.__feeds: + if feed[0] == origUrlString: + feedToChange = feed + break + if feedToChange: + feedIndex = self.__feeds.index(feedToChange) + + dlg = FeedEditDialog(origUrlString, origTitle) + if dlg.exec_() == QDialog.Accepted: + urlString, title = dlg.getData() + for feed in self.__feeds: + if feed[0] == urlString: + E5MessageBox.critical(self, + self.trUtf8("Duplicate Feed URL"), + self.trUtf8("""A feed with the URL {0} exists already.""" + """ Aborting...""".format(urlString))) + return + + self.__feeds[feedIndex] = (urlString, title, feedToChange[2]) + self.__save() + + itm.setText(0, title) + itm.setData(0, FeedsManager.UrlStringRole, urlString) + self.__reloadFeed(itm) + + @pyqtSlot() + def on_deleteButton_clicked(self): + """ + Private slot to delete the selected feed. + """ + itm = self.feedsTree.selectedItems()[0] + title = itm.text(0) + res = E5MessageBox.yesNo(self, + self.trUtf8("Delete Feed"), + self.trUtf8( + """<p>Do you really want to delete the feed <b>{0}</b>?</p>""".format( + title))) + if res: + urlString = itm.data(0, FeedsManager.UrlStringRole) + if urlString: + feedToDelete = None + for feed in self.__feeds: + if feed[0] == urlString: + feedToDelete = feed + break + if feedToDelete: + self.__feeds.remove(feedToDelete) + self.__save() + + index = self.feedsTree.indexOfTopLevelItem(itm) + if index != -1: + self.feedsTree.takeTopLevelItem(index) + del itm + + @pyqtSlot() + def on_feedsTree_itemSelectionChanged(self): + """ + Private slot to enable the various buttons depending on the selection. + """ + self.__enableButtons() + + def __enableButtons(self): + """ + Private slot to disable/enable various buttons. + """ + selItems = self.feedsTree.selectedItems() + if len(selItems) == 1 and \ + self.feedsTree.indexOfTopLevelItem(selItems[0]) != -1: + enable = True + else: + enable = False + + self.reloadButton.setEnabled(enable) + self.editButton.setEnabled(enable) + self.deleteButton.setEnabled(enable) + + def __reloadFeed(self, itm): + """ + Private method to reload the given feed. + + @param itm feed item to be reloaded (QTreeWidgetItem) + """ + urlString = itm.data(0, FeedsManager.UrlStringRole) + if urlString == "": + return + + for child in itm.takeChildren(): + del child + + request = QNetworkRequest(QUrl(urlString)) + reply = Helpviewer.HelpWindow.HelpWindow.networkAccessManager().get(request) + reply.finished[()].connect(self.__feedLoaded) + self.__replies[id(reply)] = (reply, itm) + + def __feedLoaded(self): + """ + Private slot to extract the loaded feed data. + """ + reply = self.sender() + if id(reply) not in self.__replies: + return + + topItem = self.__replies[id(reply)][1] + del self.__replies[id(reply)] + + if reply.error() == QNetworkReply.NoError: + linkString = "" + titleString = "" + + xml = QXmlStreamReader() + xmlData = reply.readAll() + xml.addData(xmlData) + + while not xml.atEnd(): + xml.readNext() + if xml.isStartElement(): + if xml.name() == "item": + linkString = xml.attributes().value("rss:about") + elif xml.name() == "link": + linkString = xml.attributes().value("href") + currentTag = xml.name() + elif xml.isEndElement(): + if xml.name() in ["item", "entry"]: + itm = QTreeWidgetItem(topItem) + itm.setText(0, titleString) + itm.setData(0, FeedsManager.UrlStringRole, linkString) + itm.setIcon(0, UI.PixmapCache.getIcon("rss16.png")) + + linkString = "" + titleString = "" + elif xml.isCharacters() and not xml.isWhitespace(): + if currentTag == "title": + titleString = xml.text() + elif currentTag == "link": + linkString += xml.text() + + if topItem.childCount() == 0: + itm = QTreeWidgetItem(topItem) + itm.setText(0, self.trUtf8("Error fetching feed")) + itm.setData(0, FeedsManager.UrlStringRole, "") + itm.setData(0, FeedsManager.ErrorDataRole, str(xmlData, encoding="utf-8")) + + topItem.setExpanded(True) + else: + linkString = "" + titleString = reply.errorString() + itm = QTreeWidgetItem(topItem) + itm.setText(0, titleString) + itm.setData(0, FeedsManager.UrlStringRole, linkString) + topItem.setExpanded(True) + + def __customContextMenuRequested(self, pos): + """ + Private slot to handle the context menu request for the bookmarks tree. + + @param pos position the context menu was requested (QPoint) + """ + itm = self.feedsTree.currentItem() + if itm is None: + return + + if self.feedsTree.indexOfTopLevelItem(itm) != -1: + return + + urlString = itm.data(0, FeedsManager.UrlStringRole) + if urlString: + menu = QMenu() + menu.addAction(self.trUtf8("&Open"), self.__openMessageInCurrentTab) + menu.addAction(self.trUtf8("Open in New &Tab"), self.__openMessageInNewTab) + menu.addSeparator() + menu.addAction(self.trUtf8("&Copy URL to Clipboard"), + self.__copyUrlToClipboard) + menu.exec_(QCursor.pos()) + else: + errorString = itm.data(0, FeedsManager.ErrorDataRole) + if errorString: + menu = QMenu() + menu.addAction(self.trUtf8("&Show error data"), self.__showError) + menu.exec_(QCursor.pos()) + + def __itemActivated(self, itm, column): + """ + Private slot to handle the activation of an item. + + @param itm reference to the activated item (QTreeWidgetItem) + @param column column of the activation (integer) + """ + if self.feedsTree.indexOfTopLevelItem(itm) != -1: + return + + self.__openMessage( + QApplication.keyboardModifiers() & Qt.ControlModifier == Qt.ControlModifier) + + def __openMessageInCurrentTab(self): + """ + Private slot to open a feed message in the current browser tab. + """ + self.__openMessage(False) + + def __openMessageInNewTab(self): + """ + Private slot to open a feed message in a new browser tab. + """ + self.__openMessage(True) + + def __openMessage(self, newTab): + """ + Private method to open a feed message. + + @param newTab flag indicating to open the feed message in a new tab (boolean) + """ + itm = self.feedsTree.currentItem() + if itm is None: + return + + urlString = itm.data(0, FeedsManager.UrlStringRole) + if urlString: + title = itm.text(0) + + if newTab: + self.newUrl.emit(QUrl(urlString), title) + else: + self.openUrl.emit(QUrl(urlString), title) + else: + errorString = itm.data(0, FeedsManager.ErrorDataRole) + if errorString: + self.__showError() + + def __copyUrlToClipboard(self): + """ + Private slot to copy the URL of the selected item to the clipboard. + """ + itm = self.feedsTree.currentItem() + if itm is None: + return + + if self.feedsTree.indexOfTopLevelItem(itm) != -1: + return + + urlString = itm.data(0, FeedsManager.UrlStringRole) + if urlString: + QApplication.clipboard().setText(urlString) + + def __showError(self): + """ + Private slot to show error info for a failed load operation. + """ + itm = self.feedsTree.currentItem() + if itm is None: + return + + errorStr = itm.data(0, FeedsManager.ErrorDataRole) + if errorStr: + E5MessageBox.critical(self, + self.trUtf8("Error loading feed"), + "{0}".format(errorStr))
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/FeedsManager.ui Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>FeedsManager</class> + <widget class="QDialog" name="FeedsManager"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>750</width> + <height>500</height> + </rect> + </property> + <property name="windowTitle"> + <string>Feeds Manager</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QTreeWidget" name="feedsTree"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + <attribute name="headerVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>News</string> + </property> + </column> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="reloadAllButton"> + <property name="toolTip"> + <string>Press to reload all feeds</string> + </property> + <property name="text"> + <string>Reload &All</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="reloadButton"> + <property name="toolTip"> + <string>Press to reload the selected feed</string> + </property> + <property name="text"> + <string>&Reload</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="editButton"> + <property name="toolTip"> + <string>Press to edit the selected feed</string> + </property> + <property name="text"> + <string>&Edit Feed</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="deleteButton"> + <property name="toolTip"> + <string>Press to delete the selected feed</string> + </property> + <property name="text"> + <string>&Delete Feed</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>feedsTree</tabstop> + <tabstop>reloadAllButton</tabstop> + <tabstop>reloadButton</tabstop> + <tabstop>editButton</tabstop> + <tabstop>deleteButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>FeedsManager</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>FeedsManager</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Helpviewer/Feeds/__init__.py Thu Nov 03 17:52:13 2011 +0100 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing all RSS feed related modules. +"""
--- a/Helpviewer/HelpBrowserWV.py Tue Nov 01 15:46:11 2011 +0100 +++ b/Helpviewer/HelpBrowserWV.py Thu Nov 03 17:52:13 2011 +0100 @@ -458,6 +458,8 @@ self.page().loadStarted.connect(self.__hideAccessKeys) self.page().scrollRequested.connect(self.__hideAccessKeys) + + self.__rss = [] def __addExternalBinding(self, frame=None): """ @@ -1615,6 +1617,52 @@ self.__hideAccessKeys() self.reload() + + ############################################################################ + ## RSS related methods below + ############################################################################ + + def checkRSS(self): + """ + Public method to check, if the loaded page contains feed links. + + @return flag indicating the existence of feed links (boolean) + """ + self.__rss = [] + + frame =self.page().mainFrame() + linkElementsList = frame.findAllElements("link").toList() + + for linkElement in linkElementsList: + # only atom+xml and rss+xml will be processed + if linkElement.attribute("rel") != "alternate" or \ + (linkElement.attribute("type") != "application/rss+xml" and \ + linkElement.attribute("type") != "application/atom+xml"): + continue + + title = linkElement.attribute("title") + href = linkElement.attribute("href") + if href == "" or title == "": + continue + self.__rss.append((title, href)) + + return len(self.__rss) > 0 + + def getRSS(self): + """ + Public method to get the extracted RSS feeds. + + @return list of RSS feeds (list of tuples of two strings) + """ + return self.__rss + + def hasRSS(self): + """ + Public method to check, if the loaded page has RSS links. + + @return flag indicating the presence of RSS links (boolean) + """ + return len(self.__rss) > 0 def contentSniff(data):
--- a/Helpviewer/HelpWindow.py Tue Nov 01 15:46:11 2011 +0100 +++ b/Helpviewer/HelpWindow.py Thu Nov 03 17:52:13 2011 +0100 @@ -47,6 +47,7 @@ from .HelpTabWidget import HelpTabWidget from .Download.DownloadManager import DownloadManager from .VirusTotalApi import VirusTotalAPI +from .Feeds.FeedsManager import FeedsManager from E5Gui.E5Action import E5Action from E5Gui import E5MessageBox, E5FileDialog @@ -87,6 +88,7 @@ _passwordManager = None _adblockManager = None _downloadManager = None + _feedsManager = None def __init__(self, home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None): @@ -1145,6 +1147,22 @@ self.showDownloadManagerAct.triggered[()].connect(self.__showDownloadsWindow) self.__actions.append(self.showDownloadManagerAct) + self.feedsManagerAct = E5Action(self.trUtf8('RSS Feeds Dialog'), + UI.PixmapCache.getIcon("rss22.png"), + self.trUtf8('&RSS Feeds Dialog...'), + QKeySequence(self.trUtf8("Ctrl+Shift+F", "Help|RSS Feeds Dialog")), + 0, self, 'help_rss_feeds') + self.feedsManagerAct.setStatusTip(self.trUtf8( + 'Open a dialog showing the configured RSS feeds.')) + self.feedsManagerAct.setWhatsThis(self.trUtf8( + """<b>RSS Feeds Dialog...</b>""" + """<p>Open a dialog to show the configured RSS feeds.""" + """ It can be used to mange the feeds and to show their contents.</p>""" + )) + if not self.initShortcutsOnly: + self.feedsManagerAct.triggered[()].connect(self.__showFeedsManager) + self.__actions.append(self.feedsManagerAct) + self.backAct.setEnabled(False) self.forwardAct.setEnabled(False) @@ -1271,6 +1289,8 @@ menu = mb.addMenu(self.trUtf8("&Tools")) menu.setTearOffEnabled(True) + menu.addAction(self.feedsManagerAct) + menu.addSeparator() menu.addAction(self.toolsMonitorAct) menu = mb.addMenu(self.trUtf8("&Window")) @@ -2740,6 +2760,34 @@ else: super().mousePressEvent(evt) + @classmethod + def feedsManager(cls): + """ + Class method to get a reference to the RSS feeds manager. + + @return reference to the RSS feeds manager (FeedsManager) + """ + if cls._feedsManager is None: + cls._feedsManager = FeedsManager() + + return cls._feedsManager + + def __showFeedsManager(self): + """ + Private slot to show the feeds manager dialog. + """ + feedsManager = self.feedsManager() + feedsManager.openUrl.connect(self.openUrl) + feedsManager.newUrl.connect(self.openUrlNewTab) + feedsManager.rejected.connect(self.__feedsManagerClosed) + feedsManager.show() + + def __feedsManagerClosed(self): + feedsManager = self.sender() + feedsManager.openUrl.disconnect(self.openUrl) + feedsManager.newUrl.disconnect(self.openUrlNewTab) + feedsManager.rejected.disconnect(self.__feedsManagerClosed) + ########################################################################### ## Interface to VirusTotal below ## ###########################################################################
--- a/Helpviewer/UrlBar/UrlBar.py Tue Nov 01 15:46:11 2011 +0100 +++ b/Helpviewer/UrlBar/UrlBar.py Thu Nov 03 17:52:13 2011 +0100 @@ -24,6 +24,8 @@ from .SslLabel import SslLabel from .BookmarkInfoDialog import BookmarkInfoDialog +from Helpviewer.Feeds.FeedsDialog import FeedsDialog + import UI.PixmapCache import Preferences import Utilities @@ -64,6 +66,11 @@ self.addWidget(self.__privacyButton, E5LineEdit.RightSide) self.__privacyButton.setVisible(self.__privateMode) + self.__rssButton = E5LineEditButton(self) + self.__rssButton.setIcon(UI.PixmapCache.getIcon("rss16.png")) + self.addWidget(self.__rssButton, E5LineEdit.RightSide) + self.__rssButton.setVisible(False) + self.__bookmarkButton = E5LineEditButton(self) self.addWidget(self.__bookmarkButton, E5LineEdit.RightSide) self.__bookmarkButton.setVisible(False) @@ -75,6 +82,7 @@ self.__bookmarkButton.clicked[()].connect(self.__showBookmarkInfo) self.__privacyButton.clicked[()].connect(self.__privacyClicked) + self.__rssButton.clicked[()].connect(self.__rssClicked) self.__clearButton.clicked[()].connect(self.clear) self.__mw.privacyChanged.connect(self.__privacyButton.setVisible) self.textChanged.connect(self.__textChanged) @@ -141,6 +149,9 @@ self.__bookmarkButton.setIcon(self.__bmActiveIcon) self.__bookmarkButton.setVisible(True) + if ok: + self.__rssButton.setVisible(self.__browser.checkRSS()) + if ok and \ self.__browser.url().scheme() == "https" and \ QSslCertificate is not None: @@ -364,3 +375,11 @@ self.selectAll() evt.acceptProposedAction() + + def __rssClicked(self): + """ + Private slot to handle clicking the RSS icon. + """ + feeds = self.__browser.getRSS() + dlg = FeedsDialog(feeds, self.__browser) + dlg.exec_()
--- a/Preferences/__init__.py Tue Nov 01 15:46:11 2011 +0100 +++ b/Preferences/__init__.py Thu Nov 03 17:52:13 2011 +0100 @@ -642,6 +642,7 @@ "VirusTotalSecure": False, "SearchLanguage": QLocale().language(), "DoNotTrack": False, + "RssFeeds": [], } websettings = QWebSettings.globalSettings() @@ -1972,7 +1973,7 @@ prefClass.settings.endArray() return keywords elif key in ["DownloadManagerDownloads"]: - # return a list of tuples of (URL, save location, done flag) + # return a list of tuples of (URL, save location, done flag, page url) downloads = [] length = prefClass.settings.beginReadArray("Help/" + key) for index in range(length): @@ -1986,6 +1987,18 @@ downloads.append((url, location, done, pageUrl)) prefClass.settings.endArray() return downloads + elif key == "RssFeeds": + # return a list of tuples of (URL, title, icon) + feeds = [] + length = prefClass.settings.beginReadArray("Help/" + key) + for index in range(length): + prefClass.settings.setArrayIndex(index) + url = prefClass.settings.value("URL") + title = prefClass.settings.value("Title") + icon = prefClass.settings.value("Icon") + feeds.append((url, title, icon)) + prefClass.settings.endArray() + return feeds elif key in ["HelpViewerType", "DiskCacheSize", "AcceptCookies", "KeepCookiesUntil", "StartupBehavior", "HistoryLimit", "OfflineStorageDatabaseQuota", "OfflineWebApplicationCacheQuota", @@ -2049,6 +2062,18 @@ prefClass.settings.setValue("PageURL", v[3]) index += 1 prefClass.settings.endArray() + elif key == "RssFeeds": + # value is list of tuples of (URL, title, icon) + prefClass.settings.remove("Help/" + key) + prefClass.settings.beginWriteArray("Help/" + key, len(value)) + index = 0 + for v in value: + prefClass.settings.setArrayIndex(index) + prefClass.settings.setValue("URL", v[0]) + prefClass.settings.setValue("Title", v[1]) + prefClass.settings.setValue("Icon", v[2]) + index += 1 + prefClass.settings.endArray() else: prefClass.settings.setValue("Help/" + key, value)
--- a/changelog Tue Nov 01 15:46:11 2011 +0100 +++ b/changelog Thu Nov 03 17:52:13 2011 +0100 @@ -39,6 +39,7 @@ -- added the "Do Not Track" feature -- added code to indicate invalid SSL certificates in the URL entry and the SSL info dialog + -- added a dialog to show RSS feeds - enhancements of the tools -- API files generator --- added code to write base class information to be used by the
--- a/eric5.e4p Tue Nov 01 15:46:11 2011 +0100 +++ b/eric5.e4p Thu Nov 03 17:52:13 2011 +0100 @@ -931,6 +931,10 @@ <Source>Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.py</Source> <Source>Preferences/ConfigurationPages/EditorSyntaxPage.py</Source> <Source>QScintilla/EditorAssembly.py</Source> + <Source>Helpviewer/Feeds/FeedsDialog.py</Source> + <Source>Helpviewer/Feeds/__init__.py</Source> + <Source>Helpviewer/Feeds/FeedsManager.py</Source> + <Source>Helpviewer/Feeds/FeedEditDialog.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1197,6 +1201,9 @@ <Form>Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui</Form> <Form>Preferences/ConfigurationPages/EditorSyntaxPage.ui</Form> + <Form>Helpviewer/Feeds/FeedsDialog.ui</Form> + <Form>Helpviewer/Feeds/FeedsManager.ui</Form> + <Form>Helpviewer/Feeds/FeedEditDialog.ui</Form> </Forms> <Translations> <Translation>i18n/eric5_cs.qm</Translation>
--- a/i18n/eric5_cs.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_cs.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7425,77 +7425,77 @@ <translation type="obsolete"><br><b>Pozor:</b> Ztratíte všechny změny pokud jej znovu otevřete.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Přidat soubor...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Přidat soubory...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Přidat zástupce souboru...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Přidat lokalizované resource...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> @@ -7515,12 +7515,12 @@ <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> @@ -7595,7 +7595,7 @@ <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> @@ -7605,12 +7605,12 @@ <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> @@ -7675,22 +7675,22 @@ <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> @@ -7745,7 +7745,7 @@ <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11820,6 +11820,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Přidat</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">&Obnovit</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished">&Otevřít</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished">Otevřít v novém &tabu</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="66"/> @@ -12856,7 +13025,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít odkaz v novém tab okně<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -12866,62 +13035,62 @@ <translation><b>Okno nápovědy</b><p>Toto okno zobrazí vybranou informaci nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Web inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Zkontrolujte adresu na chyby jako je <b>ww</b>.example.org místo <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Je-li adresa vpořádku, prověřte síťové spojení.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Je-li vaše šíť chráněna firewallem nebo proxy, ujistěte se, že váš prohlížeč má na tuto síť povolen přístup.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Záložka na tuto stranu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Uložit lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Záložka na tento link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Kopírovat link do schránky</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Otevřít obrázek v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Uložit obrázek</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Kopíroavt obrázek do schránky</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Uložit obrázek</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Kopíroavt obrázek do schránky</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Kopírovat cestu obrázku do schránky</translation> </message> @@ -12931,127 +13100,127 @@ <translation type="obsolete">Web prohlížeč</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Blokovat obrázek</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Hledat s...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Soubor <b>{}</b> neexistuje.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Nelze spustit prohlížeč se souborem <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Nelze spustit aplikaci pro URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Chyba při načítání strany: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>Při připojení na: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> @@ -14219,360 +14388,360 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Zavřít aktuální okno nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Otevřít nový tab nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>&Nový tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nový tab</b><p>Otevře nový tab v okně nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Otevřít nové okno nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nové okno</b><p>Otevře nové okno nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>&Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Otevřít soubor s nápovědou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor</b><p>Zobrazí nové okno s nápovědou. Otevře dialog pro výběr souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Otevřít soubor do nového &tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>Otevřít nápovědu do nového tabu</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>Otevřít nápovědu do nového tabu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Otevřít soubor do nového tabu</b><p>Zobrazí se nápověda a zobrazí se v novém tabu. Otevře dialog pro výběr souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>&Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Tisknout zobrazenou nápovědu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Tisk</b><p>Tisknout zobrazenou nápovědu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Zavřít</b><p>Zavře aktuální okno s nápovědou.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Z&avřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Zavřít vše</b><p>Zavřít všechna okna s nápovědou kromě prvního.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>Posun o jednu obrazovku nápovědy nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Nazpět</b><p>Posun o jednu obrazovku nazpět. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>&Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Posun o jednu obrazovku dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Dopředu</b><p>Posun o jednu obrazovku dopředu. Pokud není taková k dispozici, je tato akce vypnuta.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Hlavní strana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Posun na hlavní stranu nápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Hlavní strana</b><p>Posun na hlavní stranu nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>&Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Obsah aktuální nápovědy se obnoví</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Obnovit</b><p>Znovu načte aktuální obrazovku nápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Hledat text na stránce</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Hledat</b><p>Hledá se text na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>Hledat &následující</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>O &aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Zobrazit informace o Qt toolkitu</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>A Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Kopírovat vybraný text</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopírovat</b><p>Kopírovat vybraný text do schránky.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>S&oubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>&Jít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>H&istorie</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>&Nápověda</translation> </message> @@ -14587,42 +14756,42 @@ <translation type="obsolete">Posun doprava</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Editovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Jít</translation> </message> @@ -14632,12 +14801,12 @@ <translation type="obsolete"><p>Zadání souboru s nápovědou, který se zobrazí přímo do tohoto editačního okna. Výběr předchozí zobrazené nápovědy z drop down seznamu.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation> </message> @@ -14647,204 +14816,204 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Nový Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Otevřít soubor v novém tabu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Zavřít vše</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Nazpět</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Dopředu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Obnovit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Hledat...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Najít další</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Najít předchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>O aplikaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Hledat následující výskyt textu na straně</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Hledat následující</b><p>Vyhledá se následující výskyt textu na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Hledat předchozí výskyt textu na stránce</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Hledat předchozí výskyt textu na stránce</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Hledat předchozí</b><p>Vyhledá předchozí výskyt textu na aktuální straně.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Tisknout náhled zobrazené nápovědy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Tisknout náhled zobrazené nápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Vytisknout náhled</b><p>Tisknout náhled zobrazeného textu nápovědy.</p></translation> </message> @@ -14854,222 +15023,222 @@ <translation type="obsolete"><p>Tisk není dostupný kvůli bugu v PyQt4.Please upgrade.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Zobrazit následující tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Zobrazit předchozí tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Vyčistit ikony databáze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Vyčistit databázi favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Vyčistit databázi favicons</b><p>Vyčistit databázi favicons navštívených URL.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Předvolby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Nastavit preferovanou konfiguraci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Předvolby</b><p>Upravit položky konfigurace aplikace podle vašich předvoleb.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Zavřít všechna okna s nápovědou</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>Sync obsahu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Synchronizuje obsah s aktuální stranou</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Synchronizuje obsah s aktuální stranou</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sync obsah</b><p>Synchronizuje obsah s aktuální stranou.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>Obsah</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation>Zobrazit okno s obsahem</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation>Zobrazit okno s obsahem</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Obsah</b><p>Zobrazit okno s obsahem.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>Uspořádat dokumenty QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Zobrazit dialog pro uspořádání QtNápovědy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Zobrazit dialog pro uspořádání QtNápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Uspořádat dokumenty QtNápovědy</b><p>Zobrazit dialog pro uspořádání QtNápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Filtr</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Filtrováno: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>Asociovaný obsah nelze nalézt.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>Uspořádat filtry QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Zobrazit dialog pro uspořádání filtrů QtNápovědy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Uspořádat filtry QtNápovědy</b><p>Zobrazit dialog pro uspořádání filtrů QtNápovědy.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Zobrazit index okna</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Zobrazit index okna</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zobrazit index okna.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Hledat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Zobrazit okno hledání</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Zobrazit okno hledání</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Hledání</b><p>Zobrazit okno hledání.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Znovu indexovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation>Přeindexuje dokumentaci</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation>Přeindexuje dokumentaci</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Znovu indexovat dokumentaci</b><p>Přeindexuje dokumentaci.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Aktualizovat index pro hledání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Vyhledat dokumentaci...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Nefiltrováno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Engine nápovědy</translation> </message> @@ -15079,17 +15248,17 @@ <translation type="obsolete">Zobrazit menu navigace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Mód soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>Mód &soukromí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Mód soukromí</b><p>Zapne mód soukromí. V tomto módu není zaznamenávána historie stran.</p></translation> </message> @@ -15104,330 +15273,330 @@ <translation type="obsolete">Načteno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>&Celá obrazovka</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>Uspořádat QtHelp &dokumenty</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>Uspořádat QtHelp &filtry</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>Přeinde&xovat dokumentaci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Smazat soukromá data</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>Smazat &soukromá data</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Smazat soukromá data</b><p>Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>Smazat databázi &ikon</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Zobrazit monitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>Zobrazit mo&nitor sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Zobrazit dialog monitoru sítě</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Zobrazit monitor sítě</b><p>Zobrazit dialog monitoru sítě.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>Na&stavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Zobrazit zdroj strany</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Zobrazit zdroj strany v editoru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Zobrazit zdroj strany</b><p>Zobrazit zdroj strany v editoru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>&Jazyky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation>Nastavit polovené jazyky pro web strany</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation>Nastavit polovené jazyky pro web strany</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Jazyky</b><p>Nastavit polovené jazyky pro web strany.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation>Nastavit ovládání cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation>Nastavit ovládání cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Nastavit ovládání cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>&Resetovat lupu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Resetovat lupu textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Jen lupa textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Jen lupa &textu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Jen lupa textu; obrázky zůstávají beze změn</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Jen lupa textu; obrázky zůstávají beze změn</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Jen lupa textu</b><p>Jen lupa textu; Obrázky zůstávají beze změn.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>&Nové okno</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Importovat záložky</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>&Importovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation>Import záložek z jiných prohlížečů</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation>Import záložek z jiných prohlížečů</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Import záložek</b><p>Import záložek z jiných prohlížečů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>&Exportovat záložky...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation>Export záložek do souboru</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation>Export záložek do souboru</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Export záložek</b><p>Export záložek do souboru.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Správa záložek</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>&Správa záložek...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation>Otevřít dialog pro správu záložek.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation>Otevřít dialog pro správu záložek.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Správa záložek</b><p>Otevřít dialog pro správu záložek.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>Přid&at záložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Otevřít dialog pro přidání záložky.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Přidat záložku</b><p>Otevřít dialog pro přidání aktuální URL jako záložky.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Otevřít dialog pro přidání nové složky záložek.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Otevřít dialog pro přidání nové složky záložek.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Přidat složku...</b><p>Otevřít dialog pro přidání nové složky záložek.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Vytvořit záložky pro všechny taby</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Vytvořit záložky pro všechny taby...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Vytvořit záložky pro všechny otevřené taby.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Vytvořit záložky pro všechny otevřené taby.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Vytvořit záložky pro všechny taby...</b><p>Otevřít dialog pro přidání nové složky záložek pro všechny otevřené taby.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Uložkt taby</translation> </message> @@ -15437,40 +15606,40 @@ <translation type="obsolete">Zavřít ostatní</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Zastavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>Za&stavit</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Zastavit načítání</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Zastavit</b><p>Zastavit načítání aktuálního tabu.</p></translation> </message> @@ -15480,28 +15649,28 @@ <translation type="obsolete">Duplikovat stranu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Uložit jako </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> - <source>Save the current page to disk</source> - <translation>Uložit aktuální stranu na disk</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Save the current page to disk</source> + <translation>Uložit aktuální stranu na disk</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Uložit jako...</b><p>Uložit aktuální stranu na disk.</p></translation> </message> @@ -15526,62 +15695,62 @@ <translation type="obsolete"><b>Ukončit</b><p>Ukončit web prohlížeč.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Konfigurovat vyhledávací enginy</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation>Konfigurovat dostupné vyhledávací enginy</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation>Konfigurovat dostupné vyhledávací enginy</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Konfigurivat vyhledávací enginy...</b><p>Otevře dialog pro konfiguraci dostupných vyhledávacích enginů.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Spravovat uložená hesla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Spravovat uložená hesla...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Spravovat vaše uložená hesla</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Spravovat vaše uložená hesla</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Spravovat uložená hesla...</b><p>Otevře dialog pro spravování uložených hesel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Konfigurovat AdBlock odebírání a pravidla</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Konfigurovat AdBlock odebírání a pravidla</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Otevře dialog pro konfiguraci AdBlock odebírání a pravidel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>eric5 web prohlížeč</translation> </message> @@ -15591,52 +15760,52 @@ <translation type="obsolete">Načtení selhalo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -15646,126 +15815,152 @@ <translation type="obsolete">Výchozí</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15815,47 +16010,47 @@ <translation type="obsolete">Zapsání změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation>Synchronizovat s Mercurial úložištěm</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Přidat soubory/složky do Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Odebrat soubory/složky z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Přejmenování {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation>Otagovat Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> @@ -15870,112 +16065,112 @@ <translation type="obsolete">Vyberte počet položek, které se mají zobrazit.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Stažení (pull) z Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation>Odeslání (push) do Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation>Vyřešení souborů/složek</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Vytvořit větev</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Zadejte název větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation>Vytvoření větve v Mercurial repozitáři</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Ověřit integritu Mercurial repozitáře</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation>Zobrazení aliasů pro vzdálené úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation>Má být pracovní adresář aktualizován?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation>Odebrat soubory jen z Mercurial úložiště</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> @@ -15985,67 +16180,67 @@ <translation type="obsolete"><p>Soubor Mercurial skupiny změn<b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation>Rozpoznat soubor skupiny změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -27823,27 +28018,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -34451,42 +34646,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Editovat kláv.zkratky</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Stiskněte vaši klávesovou zkratku a vyberte OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Vybrat pro změnu alternativní klávesové zkratky</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Alternativní kláv. zkratka:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Stisknout pro vyčištění bufferu sekvence kláves.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Vybrat pro změnu primární klávesové zkratky</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Primární kláv.zkratka:</translation> </message> @@ -43997,12 +44192,12 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation type="unfinished">Neznámý</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -50104,30 +50299,30 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Rodič #{0}</b></td><td></td></tr><tr><td><b>Množina změn</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Větve</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -50138,23 +50333,23 @@ <translation><h3>Informace o repozitáře</h3><p><table><tr><td><b>Mercurial V.</b></td><td>{0}</td></tr><tr></tr><tr><td><b>URL</b></td><td>{1}</td></tr></table></p>{2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Množina změn</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Rodiče</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -50162,7 +50357,7 @@ <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_de.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_de.ts Thu Nov 03 17:52:13 2011 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1641,8 +1640,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1860,7 +1859,7 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab Ctrl+LMB</source> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>In neuem &Register öffnen\tStrg+LMK</translation> </message> </context> @@ -6911,7 +6910,7 @@ <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Datei geändert</translation> </message> @@ -7161,7 +7160,7 @@ <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> @@ -7241,7 +7240,7 @@ <translation><p>Die Makro Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -7286,77 +7285,77 @@ <translation>Keine Sprache</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Resourcen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Dateien hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Aliased Datei hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Lokalisierte Resource hinzufügen...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Dateiresource hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Dateiresourcen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Aliased Dateiresourcen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias für Datei <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Resource Rahmen hinzufügen</translation> </message> @@ -7416,12 +7415,12 @@ <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> @@ -7501,7 +7500,7 @@ <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> @@ -7511,12 +7510,12 @@ <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> @@ -7536,7 +7535,7 @@ <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric5 geöffnet war. Neu einlesen?</p></translation> </message> @@ -7591,7 +7590,7 @@ <translation>Fehler: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> </message> @@ -11604,6 +11603,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation>Feed Daten bearbeiten</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation>Gib Titel und URL des Feeds ein:</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation>Feed Titel:</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation>Gib den Feed Titel ein</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation>Feed URL:</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation>Gib die Feed URL ein</translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation>Feed hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation>Feeds von dieser Seite hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation>Hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation>RSS Feed hinzufügen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation>Der Feed wurde erfolgreich hinzugefügt.</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation>Der Feed wurde bereits früher hinzugefügt.</translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation>Feeds Manager</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation>Nachrichten</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation>Drücken, um alle Feeds neu zu laden</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation>&Alle neu laden</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation>Drücken, um den ausgewählten Feed neu zu laden</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation>E&rneut laden</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation>Drücken, um den ausgewählten Feed zu editieren</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation>Feed &editieren</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation>Drücken, um den ausgewählten Feed zu löschen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation>Feed &löschen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation>Doppelte Feed URL</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation>Ein Feed mit der URL {0} existiert bereits. Abbruch...</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation>Feed löschen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation><p>Soll der Feed <b>{0}</b> wirklich gelöscht werden?</p></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation>Fehler beim Laden des Feeds</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation>Ö&ffnen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation>In neuem &Register öffnen</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation>URL in die Zwischenablage &kopieren</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation>&Zeige Fehlerdaten</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation>Fehler beim Laden des Feeds</translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="60"/> @@ -12636,17 +12804,17 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Es konnte kein Betrachter für die Datei <b>{0}</b> gestartet werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht.</p></translation> </message> @@ -12656,177 +12824,177 @@ <translation><b>Hilfe Fenster</b><p>Dieses Fenster zeigt die ausgewählte Hilfe an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Web Inspektor...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Fehler beim Laden von: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>Beim Verbinden zu: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Überprüfen Sie die Adresse auf Fehler wie <b>ww</b>.example.org statt <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Falls die Adresse stimmt, versuchen Sie, die Netzwerkverbindung zu überprüfen.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Wenn Ihr Computer oder Ihr Netzwerk durch eine Firewall oder einen Proxy geschützt ist, stellen Sie sicher, dass der Browser auf das Netzwerk zugreifen darf.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Es konnte keine Anwendung für die URL <b>{0}</b> gestartet werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Lesezeichen für diese Seite hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Lin&k speichern</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Lesezeichen für diesen Link hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Link in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Bild in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Bild in die Zwischenablage kopieren</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Bild speichern</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Bild in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Bildadresse in die Zwischenablage kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Bild blockieren</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Suchen mit...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation>Webdatenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Das Datenbankquota von <strong>{0}</strong> wurde beim Zugriff auf die Datenbank <strong>{1}</strong> überschritten.</p><p>Soll es geändert werden?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation>Neues Datenbankquota</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation>Bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Gib das neue Quota in MB ein (aktuell = {0}, verbraucht = {1}; Schrittweite = 5 MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation>Zur Websuchleiste hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation>Methode nicht unterstützt</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation>{0} Methode wird nicht unterstützt.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation>Suchmaschine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation>Wähle die gewünschte Suchmaschine aus</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation>Suchmaschinenname</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation>Gib einen Namen für die Suchmaschine ein</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Wenn die Zwischenspeicher-Regelung auf Offline-Browsing steht, sind nur Seiten im lokalen Zwischenspeicher verfügbar.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation>Link mit VirusTotal überprüfen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation>Bild mit VirusTotal überprüfen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> @@ -13948,1474 +14116,1500 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>Datei &öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Öffnet eine Hilfedatei zur Anzeige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Datei öffnen</b><p>Dies öffnet eine neue Hilfedatei zur Anzeige. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Druckt die angezeigte Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Drucken</b><p>Druckt den angezeigten Hilfetext.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Schließt das aktuelle Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Zurück</b><p>Bewegt die Hilfeanzeige rückwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>&Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Eine Hilfeseite vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Vorwärts</b><p>Bewegt die Hilfeanzeige vorwärts. Falls keine Anzeige möglich ist, ist diese Aktion inaktiv.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Anfang</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Zur ersten Hilfeseite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Anfang</b><p>Zeigt die erste Hilfeseite an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im "Was ist das?" Mode (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>&Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Zeigt Informationen zu diesem Programm an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>Über &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Zeige Informationen über das Qt Toolkit an</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> - <source>&File</source> - <translation>&Datei</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> - <source>&Go</source> - <translation>&Gehe zu</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> - <source>&Bookmarks</source> - <translation>&Lesezeichen</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> - <source>&Help</source> - <translation>&Hilfe</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> - <source>Move one help screen backward</source> - <translation>Eine Hilfeseite zurück</translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Zeige Informationen über das Qt Toolkit an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> + <source>&Go</source> + <translation>&Gehe zu</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> + <source>&Bookmarks</source> + <translation>&Lesezeichen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> + <source>&Help</source> + <translation>&Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="555"/> + <source>Move one help screen backward</source> + <translation>Eine Hilfeseite zurück</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="760"/> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Über Qt</b><p>Zeige informationen über das Qt Toolkit an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Kopiert den ausgewählten Text</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopieren</b><p>Kopiert den ausgewählten Text in die Zwischenablage.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>&Chronik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Die aktuelle Hilfeseite ernaut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Erneut laden</b><p>Lädt die aktuelle Hilfeseite erneut.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Text in Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Suchen</b><p>Text in der angezeigten Seite suchen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Gehe zu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Hilfedateien (*.html *.htm);;PDF Dateien (*.pdf);;CHM Dateien (*.chm);;Alle Dateien (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>&Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Neues Register</b><p>Dies öffnet ein neues Hilfe Register.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet ein neues Hilfeanzeiger Fenster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Schließen</b><p>Schließt das aktuelle Hilfefenster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Alle &schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Alle schließen</b><p>Schließt alle Hilfefenster mit Ausnahme des ersten.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Öffne ein neues Hilferegister</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Öffne ein neues Hilfeanzeiger Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Datei in neuem &Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>Öffnet eine Hilfedatei zur Anzeige in einem neuen Register</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>Öffnet eine Hilfedatei zur Anzeige in einem neuen Register</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Datei in neuem Register öffnen</b><p>Dies öffnet eine Hilfedatei zur Anzeige in einem neuen Register. Es wird zunächst ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Neues Register</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Datei in neuem Register öffnen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Suchen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Weitersuchen</b><p>Suche das nächste Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Rückwärtssuchen</b><p>Suche das vorherige Vorkommen des Textes in der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Seitenansicht der angezeigten Hilfe</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Seitenansicht der angezeigten Hilfe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Seitenansicht</b><p>Zeigt eine Seitenansicht des angezeigten Hilfetextes.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Zeige nächste Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Zeige vorherige Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Iconsdatenbank löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Löscht die Datenbank mit den Favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Iconsdatenbank löschen</b><p>Löscht die Datenbank mit den Favicons besuchter URLs.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach ihren Wünschen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>Inhalt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Schließt alle Hilfefenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>Mit Inhalt synchronisieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Mit Inhalt synchronisieren</b><p>Synchronisiert das Inhaltsverzeichnis mit der aktuellen Seite.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>Inhaltsverzeichnis</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation>Zeigt das Fenster mit dem Inhaltsverzeichnis an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Inhaltsverzeichnis</b><p>Zeigt das Fenster mit dem Inhaltsverzeichnis an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>QtHelp Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>QtHelp Dokumente verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Dokumente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Filter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Filter: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>Konnte keinen zugehörigen Inhalt finden.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Filter</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Zeigt einen Dialog zur Verwaltung der QtHelp Filter</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>QtHelp Filter verwalten</b><p>Zeigt einen Dialog zur Verwaltung der QtHelp Filter.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Index</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Zeigt das Indexfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Zeigt das Indexfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Index</b><p>Zeigt das Indexfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Zeigt das Suchfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Zeigt das Suchfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Suchen</b><p>Zeigt das Suchfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Dokumentation reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation>Reindiziert die Dokumentation</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation>Reindiziert die Dokumentation</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Dokumentation reindizieren</b><p>Reindiziert die Dokumentation.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Aktualisiere Suchindex</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Suche nach Dokumentation...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Ungefiltert</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Hilfe</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Privates Browsen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>Privates &Browsen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Privates Browsen</b><p>Schaltet das private Browsen ein. In diesem Modus wird keine Chronik mehr aufgezeichnet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>&Vollbild</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>QtHelp &Dokumente verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>Dokumentation &reindizieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Private Daten löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>&Private Daten löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Web-Chronik, Such-Chronik oder die Icons-Datenbank.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>Iconsdatenbank &löschen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Netzwerkmonitor anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>&Netzwerkmonitor anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Zeigt den Netzwerkmonitordialog an</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Netzwerkmonitor anzeigen</b><p>Zeigt den Netzwerkmonitordialog an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Seitenquelltext anzeigen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Zeige den Seitenquelltext in einem Editor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Seitenquelltext anzeigen</b><p>Zeige den Seitenquelltext in einem Editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>&Sprachen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation>Konfigurieren der bevorzugten Sprachen für Websites</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Sprachen</b><p>Konfigurieren der bevorzugten Sprachen für Websites.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation>Cookieverwaltung konfigurieren</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation>Cookieverwaltung konfigurieren</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Cookieverwaltung konfigurieren</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Nur Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Nur &Text vergrößern</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Nur Text vergrößern; Bilder behalten ihre Größe</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Nur Text vergrößern; Bilder behalten ihre Größe</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Nur Text vergrößern</b><p>Nur Text vergrößern; Bilder behalten ihre Größe.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Vergrößerung zurücksetzen</b><p>Setzt die Vergrößerung auf den Wert 100% zurück.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>Lesezeichen &importieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation>Importiere Lesezeichen von anderen Browsern</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation>Importiere Lesezeichen von anderen Browsern</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Lesezeichen importieren</b><p>Importiere Lesezeichen von anderen Browsern.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Lesezeichen exportieren</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>Lesezeichen &exportieren...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation>Exportiert die Lesezeichen in eine Datei</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation>Exportiert die Lesezeichen in eine Datei</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Lesezeichen exportieren</b><p>Exportiert die Lesezeichen in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Lesezeichen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>Lesezeichen &verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Lesezeichen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>Lesezeichen &hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Lesezeichen hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen von Lesezeichen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>Ordner hinzufügen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>&Ordner hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Ordner hinzufügen...</b><p>Öffnet einen Dialog zum Hinzufügen eines Lesezeichenordners.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Lesezeichen für alle Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Lesezeichen für alle Tabs...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Fügt Lesezeichen für alle offenen Tabs hinzu.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Lesezeichen für alle Tabs...</b><p>Öffnet einen Dialog, um einen neuen Lesezeichenordner für alle offenen Tabs hinzuzufügen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Gesicherte Tabs</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Laden anhalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Anhalten</b><p>Hält das Laden der aktuellen Seite an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Speichern unter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>&Speichern unter...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation>Speichert die aktuelle Seite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Speichern unter</b><p>Dies speichert die aktuelle Seite in eine Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Suchmaschinen verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation>Verwalte die verfügbaren Suchmaschinen</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation>Verwalte die verfügbaren Suchmaschinen</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Suchmaschinen verwalten...</b><p>Öffnet einen Dialog zur Verwaltung der verfügbaren Suchmaschinen.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Gespeicherte Passwörter verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Gespeicherte Passwörter verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Verwalten gespeicherter Passwörter</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Verwalten gespeicherter Passwörter</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gespeicherte Passwörter verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Passwörter.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Konfiguriert AdBlock Abonnements und Regeln</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Öffnet einen Dialog zum konfigurieren von AdBlock Abonnements und Regeln</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation>Als PDF drucken</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation>Druckt die angezeigte Hilfe als PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Als PDF drucken</b><p>Druckt den angezeigten Hilfetext als PDF-Datei.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation>Offline Speicher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation>Offline &Speicher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation>Konfiguren des Offline Speicher</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation>Konfiguren des Offline Speicher</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Speicher</b><p>Öffnet einen Dialog zum Konfigurieren des Offline Speichers.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation>Such&maschinen verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sind sie sicher, dass sie privates Browsen einschalten möchten?</b><p>Wenn das private Browsen eingeschaltet ist, werden keine Web Seiten mehr zur Chronik hinzugefügt und Suchanfragen, Web Site Icons und Cookies werden nicht mehr gespeichert. HTML5 Offline Speicher wird deaktiviert. Bis das Fenster geschlossen wird, können sie jedoch weiterhin die Zurück und Vorwärts Knöpfe nutzen, um zu besuchten Web Seiten zurückzukehren.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation>Zeichenkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation>Sonstige</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation>Standardkodierung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation>Zeig das Downloadsfenster an</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation>Zeig das Downloadsfenster an</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Downloads</b><p>Zeig das Downloadsfenster an.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation>Zertifikate verwalten</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation>Zertifikate verwalten...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation>Verwalten der gespeicherten Zertifikate</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation>Verwalten der gespeicherten Zertifikate</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gespeicherte Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter Zertifikate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Dateisuche</h2><p>Um nach dem aktuellsten VirusTotal Bericht einer Datei zu suchen, geben sie den Hashwert ein. Momentan sind die Hashmethoden MD5, SHA1 und SHA256 zugelassen. Sie können auch nach einem Dateibericht suchen, indem sie die Permalink-ID eingeben.</p><h2>URL Suche</h2><p>URL Suchen sind einfach. Geben sie lediglich die URL ein. Die Anwendung normalisiert sie und vergleicht sie mit den Einträgen in der VirusTotal Datenbank. Alternativ könne sie den MD5 hashwert der URL mit vorangestelltem "url:" eingeben, z.B. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Nutzersuche:</h2><p>Wollen sie wissen, ob ein Freund ein VT Community Konto hat? Geben sie einfach seinen Spitznamen mit vorangestelltem "@"-Symbol ein, z.B. @EmilianoMartinez.</p><h2>Kommentare durchsuchen</h2><p>Die Kommentar in der VT Community können ihnen oft helfen, ihren PC zu desinfizieren, oder sind hilfreich bei der Untersuchung von Schadsoftware. Kommentartags erlauben es den Nutzern, die VT Community Reviews zu durchsuchen. Die standardisierten Datei Tags sind: {0} Die standardisierten URL Tags sind: {1}Von Nutzern definierte Tags werden mit einem "#"-symbol eingeleitet, z.B. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation>Suchen bei VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation>Aktuelle Seite prüfen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation>VirusTotal Prüfung</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>Die VirusTotal Prüfung konnte nicht beauftragt werden.<p> <p>Ursache: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation>Beendet den eric5 Web-Browser</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Beenden</b><p>Beendet den eric5 Web-Browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>Über eric5 Web-Browser</h3><p>Der eric5-Web-Browser ist eine kombinierte Anzeige für Hilfe- und HTML-Dateien.</p></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation>RSS Feeds Dialog</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation>&RSS Feeds Dialog...</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation>Ctrl+Shift+F</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation>Öffnet einen Dialog mit den konfigurierten RSS Feeds.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation><b>RSS Feeds Dialog...</b><p>Dies öffnet einen Dialog zur Anzeige der konfigurierten RSS Feeds. Er kann verwendet werden, um sie zu verwalten und ihren Inhalt anzuzeigen.</p></translation> + </message> </context> <context> <name>Hg</name> @@ -15460,222 +15654,222 @@ <translation>Klone das Projekt aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation>Gleiche mit dem Mercurial Repository ab</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Füge Dateien/Verzeichnisse dem Mercurial Repository hinzu</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Lösche Dateien/Verzeichnisse aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Benenne {0} um</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation>Marke im Mercurial Repository setzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Mache Änderungen rückgängig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Zusammenführen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Mercurial Befehl</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Kopiere {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Pull von einem entfernten Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation>Push in ein entferntes Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation>Löse Dateien/Verzeichnisse auf</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Gib den Zweignamen ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation>Erzeuge Zweig im Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifiziere die Integrität des Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation>Zeige Namen für entfernte Repositories</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation>Setze abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation>Soll das Arbeitsverzeichnis aktualisiert werden?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation>Projektverzeichnis identifizieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation>.hgignore Datei erstellen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation>Lösche Dateien nur aus dem Mercurial Repository</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Änderungsgruppendateien (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Änderungsgruppendateien (*.hg);;Alle Dateien (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation>Identifiziere Änderungsgruppendatei</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation>Änderungssatz umkehren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation>Keine Revision angegeben. Abbruch...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Mercurial Änderungsgruppendatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Wollen sie die letzte Transaktion wirklich zurücksetzen?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation>Pflege Änderungen in das Mercurial Repository ein</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation>Mercurial Befehlsserver</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial Befehlsserver konnte nicht wiedergestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial Befehlsserver konnte nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation>Patch importieren</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation>Patches exportieren</translation> </message> @@ -27049,27 +27243,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation>Wähle den Python2 Interpreter</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation>Wähle den zu verwendenden Python2 Interpreter aus:</translation> </message> @@ -33649,42 +33843,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Kurzbefehl bearbeiten</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Drücke die Kurzbefehl Tasten und wähle OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Auswählen, um den alternativen Kurzbefehl zu ändern</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Alternativer Kurzbefehl:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Drücken, um den Kurzbefehlpuffer zu löschen.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Löschen</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Auswählen, um den primären Kurzbefehl zu ändern</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Primärer Kurzbefehl:</translation> </message> @@ -43186,12 +43380,12 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation>Unbekannt</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation>Geben sie die URL hier ein.</translation> </message> @@ -49119,24 +49313,24 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Vorgänger #{0}</b></td><td></td></tr> <tr><td><b>Änderungssatz</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marken</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Zweige</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -49145,7 +49339,7 @@ <tr><td><b>Committed um</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -49162,24 +49356,24 @@ {2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Spitze</b></td><td></td></tr> </translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Änderungssatz</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Vorgänger</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -49190,7 +49384,7 @@ </table></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Lesezeichen</b></td><td>{0}</td></tr></translation> </message>
--- a/i18n/eric5_en.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_en.ts Thu Nov 03 17:52:13 2011 +0100 @@ -6820,7 +6820,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> @@ -7395,117 +7395,117 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> @@ -7520,7 +7520,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11522,6 +11522,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="60"/> @@ -12557,192 +12726,192 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -13861,1473 +14030,1499 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> - <source>Save the current page to disk</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Save the current page to disk</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> - <source>Text Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> - <source>&Go</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <source>Text Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> + <source>&Go</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15372,222 +15567,222 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -26895,27 +27090,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -33337,42 +33532,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation type="unfinished"></translation> </message> @@ -42745,12 +42940,12 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -48668,30 +48863,30 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -48702,23 +48897,23 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -48726,7 +48921,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_es.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_es.ts Thu Nov 03 17:52:13 2011 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="es"> +<!DOCTYPE TS><TS version="2.0" language="es" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1638,8 +1637,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="140"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="146"/> @@ -1857,8 +1856,8 @@ </message> <message> <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="76"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>Abrir en Nueva &Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Abrir en Nueva &Pestaña<byte value="x9"/>Ctrl+LMB (botón izquierdo del ratón)</translation> </message> </context> <context> @@ -2080,7 +2079,6 @@ <message> <location filename="UI/BrowserModel.py" line="613"/> <source>Class Attributes</source> - <translatorcomment>Atributos de Clase</translatorcomment> <translation></translation> </message> </context> @@ -7351,87 +7349,87 @@ <translation type="obsolete"><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Añadir archivo...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Añadir archivos...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Añadir archivo con un alias...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Añadir recursos localizados...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Añadir archivo de recursos con un alias</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> @@ -7506,7 +7504,7 @@ <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> @@ -7516,12 +7514,12 @@ <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> @@ -7576,22 +7574,22 @@ <translation><p>El archivo de macro <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric5. ¿Desea volver a cargarlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> @@ -7646,7 +7644,7 @@ <translation>Error: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> @@ -11717,6 +11715,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Añadir</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">&Recargar</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished">&Abrir</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished">Abrir en Nueva Pes&taña</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="66"/> @@ -12754,8 +12921,8 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> - <source>Open Link in New Tab Ctrl+LMB</source> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Abrir enlace en Nueva Pestaña Ctrl+LMB (botón izquierdo del ratón)</translation> </message> <message> @@ -12764,62 +12931,62 @@ <translation><b>Ventana de Ayuda</b><p>Esta ventana muestra la información de ayuda seleccionada.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Inspector Web...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Compruebe que la dirección no tenga errores como <b>ww</b>.ejemplo.org en lugar de <b>www</b>.ejemplo.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Si la dirección es correcta, intente comprobar la conexión de red.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Si el ordenador o la red están protegidos por un firewall o un proxy, asegúrese de que al navegador se le permite acceder a la red.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Marcador a esta Página</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Guardar &Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Marcador a este Enlace</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Copiar Enlace al Portapapeles</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Abrir Imagen en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Guardar imagen</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Copiar Imagen al Portapapeles</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Guardar imagen</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Copiar Imagen al Portapapeles</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Copiar Ubicación de la Imagen al Portapapeles</translation> </message> @@ -12829,127 +12996,127 @@ <translation type="obsolete">Navegador Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Bloquear Imagen</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Buscar con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>El archivo <b>{0}</b> no existe.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar un visor para el archivo <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>No se pudo ejecutar una aplicación para la URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Error al cargar la página: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>Al conectar con: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation>Cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La cuota de base de datos de <strong>{0}</strong> se ha superado mientras se accedía a la base de datos <strong>{1}</strong>.</p><p>¿Debe ser cambiada?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation>Nueva cuota de base de datos web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Introducir la nueva cuota en MB (actual = {0}, usados = {1}; tamaño de paso = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation>Añadir a la barra de búsqueda web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation>Método no soportado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation>El método {0} no está soportado.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation>Motor de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation>Elegir el motor de búsqueda deseado</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation>Nombre de motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation>Introducir el nombre para el motor</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Si la política de caché está establecida a navegación offline, solamente estarán disponibles las páginas en caché local.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation>Analizar enlace con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation>Analizar Imagen con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> @@ -14106,1239 +14273,1239 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Cierra la ventana actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Abre una nueva pestaña con la ventana de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>Nueva pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nueva pestaña</b><p>Abre una nueva pestaña con la ventana de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Abre una nueva ventana del navegador de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva ventana del navegador de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>&Abrir archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Abre un archivo de ayuda para mostrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo</b><p>Abre un nuevo archivo de ayuda para mostrar. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Abrir Archivo en Nueva Pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Abrir Archivo en Nueva Pes&taña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Open a help file for display in a new tab</source> <translation>Abre un fichero de ayuda para mostrar en una nueva pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="395"/> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Abrir Archivo en Nueva Pestaña</b><p>Abre un nuevo archivo de ayuda para mostrar en una nueva pestaña. Abre un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>Im&primir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Imprimir la ayuda que se está mostrando</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimir</b><p>Imprimir el texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Cerrar</b><p>Cierra la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Cerrar todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Cerrar &Todo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Cerrar Todo</b><p>Cierra todas las ventanas de ayuda excepto la primera.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>Mover la ayuda una pantalla hacia atrás</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Retroceso</b><p>Mueve la ayuda una pantalla hacia atrás. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>A&delante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Mover la ayuda una pantalla hacia adelante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Adelante</b><p>Mueve la ayuda una pantalla hacia adelante. Si no hay ninguna disponible, esta acción no tiene efecto.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Inicio</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Mover a la pantalla inicial de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inicio</b><p>Mueve a la pantalla inicial de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>&Recargar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Recarga la pantalla de ayuda actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recargar</b><p>Recarga la ventana actual de ayuda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Copiar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Copiar el texto seleccionado</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copiar</b><p>Copiar el texto seleccionado al portapapeles.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Buscar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Buscar texto en página</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Buscar</b><p>Buscar texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Buscar siguiente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>Buscar sigui&ente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Buscar anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Buscar a&nterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Añadir Marcador</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>&Acerca de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Muestra información acerca de este software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Acerca de</b><p>Muestra información acerca de este software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>Acerca de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>Acerca de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Muestra información sobre las herramientas Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Muestra información sobre las herramientas Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Acerca de Qt</b><p>Muestra información sobre las herramientas Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Aumentar zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aumentar Zoom</b><p>Aumenta el zoom sobre el texto. Esto provoca que el texto sea mayor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Disminuir Zoom</b><p>Disminuir el zoom en el texto. Esto provoca que el texto sea menor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>&Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>&Ir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>&Historial</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>&Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>A&yuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Archivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Edición</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Ir a</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Archivos de Ayuda (*.html *.htm);;Archivos PDF (*.pdf);;Archivos CHM (*.chm);;Todos los Archivos (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Busca la próxima aparición del texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Buscar siguiente</b><p>Buscar la siguiente aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Busca la anterior aparición del texto</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Busca la anterior aparición del texto</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Buscar anterior</b><p>Buscar la anterior aparición del texto en la página actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Presentación preliminar de la ayuda mostrada</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Presentación preliminar de la ayuda mostrada</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Presentación Preliminar</b><p>Presentación preliminar del texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Mostrar siguiente pestaña</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Mostrar pestaña anterior</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Limpiar base de datos de iconos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Limpiar base de datos de favicons</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Limpiar base de datos de iconos</b><p>Limpia la base de datos de favicons de URLs previamente visitadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>Contenido</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Cerrar todas las ventanas de ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>Sincronizar con la Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Sincroniza la tabla de contenidos con la página actual</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Sincroniza la tabla de contenidos con la página actual</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizar con la Tabla de Contenidos</b>Sincroniza la tabla de contenidos con la página actual<p></p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>Tabla de Contenidos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation>Muestra la ventana de la tabla de contenidos</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation>Muestra la ventana de la tabla de contenidos</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Tabla de Contenidos</b><p>Muestra la ventana de la tabla de contenidos.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>Gestionar Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestionar Documentos de QtHelp</b><p>Muestra un diálogo para gestionar el conjunto de documentación de QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>&Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Filtrado por:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>No se ha podido encontrar un contenido asociado.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>Gestionar Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Muestra un diálogo para gestionar los filtros deQtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Muestra un diálogo para gestionar los filtros deQtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestionar Filtros de QtHelp</b><p>Muestra un diálogo para gestionar los filtros de QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Índice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Muestra la ventana del índice</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Muestra la ventana del índice</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Índice</b><p>Muestra la ventana del índice.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Buscar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Muestra la ventana de búsqueda</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Muestra la ventana de búsqueda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Buscar</b><p>Muestra la ventana de búsqueda.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation>Reindexa el conjunto de documentación</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation>Reindexa el conjunto de documentación</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindexar Documentación</b><p>Reindexa el conjunto de documentación.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Actualizando índice de búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Buscando Documentación...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Sin filtrar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Motor de Ayuda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Navegación Privada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>&Navegación Privada</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navegación Privada</b><p>Habilita navegación privada. En este modo, el historial no queda registrado.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>&Pantalla Completa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>Gestionar &Documentos de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>Gestionar &Filtros de QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>&Reindexar Documentación</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Limpiar Datos Privados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>Li&mpiar Datos Privados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Limpiar datos privados</b><p>Limpia los datos privados como historial de navegación, de búsqueda o base de datos de favicons.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>Limpiar base de datos de &iconos</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Mostrar monitor de red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>Mostrar mo&nitor de red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Muestra el diálogo de monitor de red</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Mostrar Monitor de Red</b><p>Muestra el diálogo de monitor de red.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Mostrar código fuente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Muestra el código fuente en un editor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostrar codigo fuente</b><p>Muestra el código fuente en un editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>&Lenguajes...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation>Configurar los lenguajes aceptados para páginas web</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation>Configurar los lenguajes aceptados para páginas web</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lenguagjes</b><p>Configurar los lenguajes aceptados para páginas web..</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation>Configurar manejo de cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation>Configurar manejo de cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configurar manejo de cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Configuración</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>&Restablecer zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Restablecer el zoom aplicado al texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Aplicar zoom al texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Aplicar zoom al &texto solamente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>El zoom se aplica al texto solamente; las imágenes permanecen constantes</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>El zoom se aplica al texto solamente; las imágenes permanecen constantes</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Aplicar zoom al texto solamente</b><p>El zoom se aplica al texto solamente; las imágenes permanecen constantes.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Restablecer zoom</b><p>Restablece el zoom aplicado al texto. Establece el factor de zoom a 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Importar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>&Importar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation>Importar marcadores desde otros navegadores</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation>Importar marcadores desde otros navegadores</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importar Marcadores</b><p>Importar marcadores desde otros navegadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Exportar Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>&Exportar Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation>Exportar marcadores a un archivo</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation>Exportar marcadores a un archivo</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Exportar Marcadores</b><p>Exportar los marcadores a un archivo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Gestionar marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>&Gestionar marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Abrir un diálogo para gestionar los marcadores.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="686"/> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestionar Bookmarks...</b><p>Abrir un diálogo para gestionar los marcadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>Añadir &Marcador...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Abrir un diálogo para añadir un marcador.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Añadir Marcador</b><p>Abre un diálogo para añadir la URL actual como un marcador.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>Añadir Carpeta</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>Añadir &Carpeta...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Abre un diálogo para añadir una nueva carpeta de marcadores.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Abre un diálogo para añadir una nueva carpeta de marcadores.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Añadir Carpeta...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Todas las Pestañas a Marcadores</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Todas las Pestañas a Marcadores...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Todas las pestañas abiertas a marcadores.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Todas las pestañas abiertas a marcadores.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Todas las Pestañas a Marcadores...</b><p>Abrir un diálogo para añadir una nueva carpeta de marcadores para todas las pestañas abiertas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Pestañas Guardadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>&Detener</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Detener carga</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Detener</b><p>Detiene la carga de la pestaña actual.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Guardar como</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation>Guardar página actual en disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Guardar Como...</b><p>Guarda la página actual en disco.</p></translation> </message> @@ -15363,237 +15530,263 @@ <translation type="obsolete"><b>Salir</b><p>Salir del navegador web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Configurar Motores de Búsqueda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation>Configurar los motores de búsqueda disponibles</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation>Configurar los motores de búsqueda disponibles</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configurar Motores de Búsqueda...</b><p>Abre un diálogo para configurar los motores de búsqueda disponibles.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Gestionar Contraseñas Almacenadas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Gestionar Contraseñas Almacenadas...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Gestionar las contraseñas almacenadas</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Gestionar las contraseñas almacenadas</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestionar Contraseñas Almacenadas</b><p>Abre un diálogo para gestionar las contraseñas almacenadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Configurar las suscripciones y reglas de AdBlock</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Configurar las suscripciones y reglas de AdBlock</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Abre un diálogo para configurar las suscripciones y reglas de AdBlock</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation>Imprimir como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation>Imprimir la ayuda mostrada como PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Imprimir como PDF</b><p>Imprimir la ayuda mostrada como un archivo PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation>Almacenamiento Offline</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation>Almacenamiento &Offline...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation>Configurar el almacenamiento offline</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation>Configurar el almacenamiento offline</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Almacenamiento Offline</b><p>Abre un diálogo para configurar el almacenamiento offline (sin conexión).</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation>Configurar Motor&es de Búsqueda...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>¿Está seguro de que desea activar la navegación privada?</b><p>Cuando la navegación privada ha sido activada, las páginas web no se añaden al historial, las búsquedas no se añaden a la lista de búsquedas recientes, y los iconos de website y las cookies no son almacenados. El almacenamiento offline de HTML5 tambien es desactivado. Hasta que la ventana sea cerrada, todavía se pueden utilizar los botones de Atrás y Adelante para retornar a las páginas web que hayan sido navegadas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation>Codificación de Texto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation>Agente de Usuario</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation>Codificación por Defecto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation>Descargas</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation>Muestra la ventana de descargas</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation>Muestra la ventana de descargas</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Descargas</b><p>Muestra la ventana de descargas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation>Gestionar Certificados</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation>Gestionar Certificados...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation>Gestionar los certificados almacenados</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation>Gestionar los certificados almacenados</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestionar Certificados Almacenados</b><p>Abre un diálogo para gestionar los certificados almacenados.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation>VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation><h2>Búsqueda de archivo</h2><p>Para buscar el último informe de VirusTotal en un archivo dado, solamente introduzca su hash. Los hashes permitidos actualmente son MD5, SHA1 y SHA256. Tambien puede buscar un informe para un archivo concreto introduciendo su permalink id.</p><h2>Búsqueda de URL</h2><p>Las búsquedas de URL son sencillas, simplemente introduzca la URL concreta, la aplicación la normalizará y comparará contra las entradas en la base de datos de VirusTotal. Alternativamente se puede introducir el hash MD5 de una URL precedido por "url:", por ejemplo url:7f911bbcf618f052ac6b9928600d2820.</p><h2>Búsqueda de Usuario</h2><p>¿Desea saber si un amigo tiene cuenta Community de VT? Simplemente teclee su nick precedido por el símbolo "@",por ejemplo. @EmilianoMartinez.</p><h2>Búsqueda a través de comentarios</h2><p>Los comentarios en la Comunidad de VT pueden a menudo ser útiles en la desinfección de su PC, o bien pueden demostrar su utilidad al analizar una muestra en particular de malware, las etiquetas de comentario habilitan a los usuarios a través de las revisiones de la Comunidad de VT. Las etiquetas estándar de archivo son: {0} Las etiquetas estándar de URL son: {1} Las etiquetas generadas por los usuarios se preceden del símbolo "#", por ejemplo. #disinfect.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation>Buscar VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation>Analizar sitio actual</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation>Análisis con VirusTotal</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation><p>El análisis con VirusTotal no se ha podido programar.<p> <p>Razón: {0}</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation>Salir del Navegador Web de eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation><b>Salir</b><p>Salir del Navegador Web de eric5.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation><h3>Acerca del Navegador Web de eric5</h3><p>El Navegador Web de eric5 es una combinación de navegador Web y navegador de archivos de ayuda.</p></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15643,32 +15836,32 @@ <translation type="obsolete">Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation>Sincronizando con el repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Añadiendo archivos/directorios al repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Eliminando archivos/directorios del repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Renombrando {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Haciendo un merge</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Copiando {0}</translation> </message> @@ -15683,192 +15876,192 @@ <translation type="obsolete">Seleccionar número de entradas a mostrar.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Haciendo pull de un repositorio remoto Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation>Haciendo push a un repositorio remoto Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation>Resolviendo archivos/directorios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation>Haciendo tag en el repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Revirtiendo cambios</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Comando de Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Crear Branch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Introducir nombre de branch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation>Creando branch en el repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verificando la integridad del repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation>Mostrando los ajustes de configuración combinados</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation>Mostrando alias para repositorios remotos</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation>Recuperando de transacción interrumpida</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation>¿Debe ser actualizado el directorio de trabajo?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation>Mostrando la branch actual</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Crear changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation>Aplicar changegroups</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Subcomando bisect ({0}) inválido.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Previsualizar changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation>Identificando directorio de proyecto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation>Crear archivo .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation>Eliminando archivos unicamente del repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Archivos Changegroup de Mercurial (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Archivos Changegroup de Mercurial (*.hg);;Todos los Archivos (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation>Identificando archivo de changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation>Haciendo respaldo de changeset</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation>No se ha proporcionado revisión. Abortando...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo changegroup de Mercurial <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation>Hacer Rollback de la última transacción</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>¿Está seguro de que quiere aplicar un rollback a la última transacción?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation>Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation>Servidor de Comandos de Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido reiniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido iniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation>Importar Patch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation>Exportar Patches</translation> </message> @@ -27518,27 +27711,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation>Seleccionar Intérprete de Python2</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation>Seleccionar el intérprete de Python2 a utilizar:</translation> </message> @@ -34104,42 +34297,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Editar Atajo de Teclado</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Pulse las teclas para el atajo de teclado y seleccione OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Seleccionar para cambiar el atajo de teclado alternativo</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Atajo de teclado Alternativo:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Pulse para limpiar el buffer de secuencia de teclas.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Limpiar</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Seleccionar para cambiar el atajo de teclado primario</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Atajo de teclado Primario:</translation> </message> @@ -43684,12 +43877,12 @@ <translation type="obsolete">Introducir aquí la ubicación.</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation>Desconocido</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation>Introducir aquí la URL.</translation> </message> @@ -49652,17 +49845,17 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -49673,31 +49866,31 @@ </table></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Pista</b></td><td></td></tr> </translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Changeset</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Padres</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Padre #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -49706,7 +49899,7 @@ <tr><td><b>Hora de commit</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -49723,7 +49916,7 @@ {2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marcadores</b></td><td>{0}</td></tr></translation> </message>
--- a/i18n/eric5_fr.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_fr.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7902,7 +7902,7 @@ <translation type="obsolete"><br><b>Warning:</b> Toutes les modifications seront écrasées en réouvrant le fichier.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Fichier modifié</translation> </message> @@ -7942,7 +7942,7 @@ <translation type="obsolete">Prière de sélectionner un rapport Cyclops à supprimer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -8097,42 +8097,42 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Ajouter un fichier...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Ajouter des fichiers...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Ajouter un fichier alias...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Ajouter une ressource localisée...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Ajoute un fichier ressource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Ajoute des fichiers ressources</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Ajoute un alias de fichier ressource</translation> </message> @@ -8142,27 +8142,27 @@ <translation type="obsolete">Alias pour le fichier <b>%1</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Diagramme de package</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> @@ -8222,12 +8222,12 @@ <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> @@ -8307,7 +8307,7 @@ <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> @@ -8317,12 +8317,12 @@ <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> @@ -8377,22 +8377,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> @@ -8447,7 +8447,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -12700,6 +12700,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Ajouter</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">&Recharger</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="60"/> @@ -13781,7 +13950,7 @@ <translation type="obsolete"><p>Le fichier d'aide <b>%1</b> n'existe pas.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Ouvrir le lien dans un nouvel onglet<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -13791,7 +13960,7 @@ <translation><b>Fenêtre d'aide</b><p>Cette fenêtre affiche l'aide sélectionnée</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Inspecteur Web...</translation> </message> @@ -13801,57 +13970,57 @@ <translation type="obsolete"><html><head><title>Fenêtre d'aide</title></head><body><p>Impossible de charger l'URL demandée <b>%1</b></p><p>Raison: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation type="unfinished">Enregistrer l'image</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation type="unfinished">Enregistrer l'image</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -13861,127 +14030,127 @@ <translation type="obsolete">Navigateur Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation type="unfinished">octets</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation type="unfinished">kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15296,152 +15465,152 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Nouvelle fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>&Ouvrir Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Ouvrir un fichier d'aide à afficher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir Fichier</b><p>Ouvre une nouvelle fenêtre d'aide.Affiche une boite de sélection pour choisir un fichier.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>&Imprimer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Imprimer le fichier d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Imprimer</b><p>Imprime le fichier d'aide affiché.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Ferme la fenêtre d'aide en cours</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>Retourne à la page d'aide précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Précédent</b><p>Retourne à la page d'aide précédente. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>&Suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Avance à la page d'aide suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Suivant</b><p>Avance à la page d'aide suivante. S'il n'y en a pas, le bouton est désactivé.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>URL de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&URL de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Va à la page d'aide de démarrage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>URL de démarrage</b><p>Va à la page d'aide initiale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>&Recharger</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Recharge la page d'aide courante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Recharger</b><p>Recharge la page d'aide courante.</p></translation> </message> @@ -15461,7 +15630,7 @@ <translation type="obsolete"><b>Effacer l'historique</b><p>Efface l'historique des pages parcourues.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Ajouter un signet</translation> </message> @@ -15496,157 +15665,157 @@ <translation type="obsolete"><b>Modifier les signets</b><p>Cette action ouvre une fenêtre où vous pourrez changer le nom des signets ainsi que leur ordre d'apparition dans le menu Signets.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>À propos de</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>&À propos de </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>À propos de Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>À propos de &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Affiche les informations concernant Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Affiche les informations concernant Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Zoom sur le texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Zoom avant</b><p>Zoom sur le texte. Affiche le texte en plus gros.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Zoom arrière du texte</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Zoom arrière</b><p>Zoom arrière du texte. Affiche le texte en plus petit.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Copier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Copie le texte sélectionné</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copier</b><p>Copie le texte sélectionné dans le presse-papier.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>&Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Edition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>A&ller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>&Historique</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>A&ide</translation> </message> @@ -15666,83 +15835,83 @@ <translation type="obsolete"><h3> À propos du Visionneur d'aide </h3><p>Le visualiseur d'aide est un petit navigateur permettant d'afficher des fichiers HTML d'aide comme la documentation de Qt</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Trouver le texte dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Chercher</b><p>Recherche le texte dans la page courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>Chercher &suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Chercher &précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Fichier</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Édition</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Recherche</translation> </message> @@ -15752,17 +15921,17 @@ <translation type="obsolete">Signets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Aller à</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Fichiers d'aide (*.html *.htm);;Fichiers PDF (*.pdf);;Fichiers CHM (*.chm);;Tous les fichiers (*)</translation> </message> @@ -15772,23 +15941,23 @@ <translation type="obsolete">Visionneurs d'aide eric4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>&Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Ouvrir un nouvel onglet d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nouvel onglet</b><p>Ouvre un nouvel onglet d'aide.</p></translation> </message> @@ -15798,22 +15967,22 @@ <translation type="obsolete">Nouvelle &fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Ouvre une nouvelle fenêtre d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nouvelle fenêtre</b><p>Ouvre une nouvelle fenêtre d'aide.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Fermer</b><p>Ferme la fenêtre d'aide courante.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>&Tout fermer</translation> </message> @@ -15823,7 +15992,7 @@ <translation type="obsolete">Ferme toutes les fenêtres d'aide</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Tout fermer</b><p>Ferme toutes les fenêtres d'aide sauf la première.</p></translation> </message> @@ -15853,106 +16022,106 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Ouvrir unfichier dans un nouvel &onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>Ouvre un fichier d'aide dans un nouvel onglet</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>Ouvre un fichier d'aide dans un nouvel onglet</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Ouvrir un fichier dans un nouvel onglet</b><p>Ouvre un nouveau fichier d'aide avec une boite de dialogue.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Ouvrir le fichier dans un nouvel onglet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Tout fermer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Gauche</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>RetArr (BackSpace)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Droite</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Orig</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Rechercher...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Chercher suivant</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Chercher précédent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> @@ -15968,55 +16137,55 @@ <translation type="obsolete">Éditer les signets...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Recherche de la prochaine occurence du texte dans la page</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Chercher suivant</b><p>Recherche la prochaine occurence du texte dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Recherche de l' occurence précédente dans la page</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Recherche de l' occurence précédente dans la page</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Chercher précédent</b><p>Recherche l'occurence précédente dans la page.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Affiche un aperçu de l'aide avant impression</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Affiche un aperçu de l'aide avant impression</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Aperçu avant impression</b><p>Aperçu avant impression de l'aide affichée.</p></translation> </message> @@ -16051,37 +16220,37 @@ <translation type="obsolete"><p>Erreurs SSL:</p><p>%1</p><p>Voulez-vous ignorer ces erreurs ?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Afficher la tabulation suivante</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Afficher la tabulation précédente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Effacer la base d'icônes</translation> </message> @@ -16091,12 +16260,12 @@ <translation type="obsolete">&Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Effacer la base d'icônes</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Effacer la base d'icônes</b><p>Efface la base d'icônes de l'URL visitée précédemment.</p></translation> </message> @@ -16106,694 +16275,694 @@ <translation type="obsolete">&Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation type="unfinished">&Fenêtre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation type="unfinished">Langages</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation type="unfinished">&Arrêt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -16803,126 +16972,152 @@ <translation type="obsolete">Défaut</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation type="unfinished">Autre</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16967,47 +17162,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> @@ -17017,177 +17212,177 @@ <translation type="obsolete">Sélectionner plusieurs entrées à afficher.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -29444,27 +29639,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -37050,42 +37245,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Éditer un raccourci clavier</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Taper les touches du raccourci puis cliquer OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Sélectionner pour modifier le raccourci clavier secondaire</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Raccourci secondaire:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Cliquer pour effacer la séquence de touches du buffer.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Effacer</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Sélectionner pour modifier le raccourci clavier principal</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Raccourci principal:</translation> </message> @@ -47390,12 +47585,12 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation type="unfinished">Inconnu</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -54036,30 +54231,30 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -54070,23 +54265,23 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -54094,7 +54289,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_it.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_it.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7170,7 +7170,7 @@ <translation>Inserisci un nome per la macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>File modificato</translation> </message> @@ -7190,7 +7190,7 @@ <translation>Elimina errori di sintassi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -7285,67 +7285,67 @@ <translation>Nessun linguaggio</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Risorse</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Aggiungi file...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Aggiungi files...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Aggiungi file sinonimo...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Aggiungi una risorsa localizzata...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Aggiungi un file risorse</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Aggiundi dei file risorse</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Aggiungi file sinonimo delle risorse</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Diagrammi del package</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Includi gli attributi della classe ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> @@ -7400,12 +7400,12 @@ <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> @@ -7480,7 +7480,7 @@ <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> @@ -7490,12 +7490,12 @@ <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> @@ -7550,22 +7550,22 @@ <translation><p>Il file macro <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Il file <b>{0}</b> è stato modificato mentre era aperto in eric5. Rileggerlo ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias per il file <b>{0}</b>:</translation> </message> @@ -7620,7 +7620,7 @@ <translation>Errore: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Attenzione:</b> con la riapertura le modifiche andranno perse.</translation> </message> @@ -11654,6 +11654,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Aggiungi</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">&Ricarica</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished">&Apri</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished">Apri in una nuova linguet&ta</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="66"/> @@ -12691,7 +12860,7 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Apri link in una Nuova Scheda<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -12701,62 +12870,62 @@ <translation><b>Finestra di help</b><p>Questa finestra mostra le informazioni di aiuto selezionate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Web Inspector...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Controlla l'indirizzo per errori tipo <b>ww</b>.example.org invece di <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Se l'indirizzo è corretto, prova a controllare la connessione di rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Se il tuo computer o la rete sono protetti da un firewall o un proxy, assicurati che il browser possa accedere alla rete.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Inserisci nei segnalibri questa pagina</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Salva lin&k</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Insersci nei bookmark questo link</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Copia il link nella Clipboard</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Apri immagine in una nuova linguetta</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Salva immagine</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Copia immagine nella Clipboard</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Salva immagine</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Copia immagine nella Clipboard</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Copia la posizione dell'immagine nella Clipboard</translation> </message> @@ -12766,127 +12935,127 @@ <translation type="obsolete">Browser Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Blocca immagine</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Cerca con...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Il file <b>{0}</b> non esiste.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Non posso avviare un visualizzatore per il file <b>{0}</b>.<p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Non posso lanciare un'applicazione per l'URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Errore nel caricamento della pagina: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>Nella connessione a: {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation>Quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>La quota per il database <strong>{0}</strong> è stata superata durante l'accesso al database <strong>{1}</strong>.</p><p>Deve essere cambiata?</P></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation>Nuova quota Web Database</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Inserisci la nuova quota in MB (corrente = {0}, usata = {1}; incremento = 5MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation>bytes</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation>Aggiungi alla toolbar delle ricerche web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation>Metodo non supportato</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation>il metodo {0} non è supportato.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation>Motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation>Scegli il motore di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation>Nome motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation>Inserisci un nome per il motore</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Se la tua politica di chaching è impostata su navigazione offline, saranno disponibili solo le pagine nella cache locale.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished">Web Browser di eric5</translation> </message> @@ -14040,1239 +14209,1239 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Nuova finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>&Apri File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Apri un file di help per la visualizzazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Apri file</b><p>Questo apre un nuovo file di help per la visualizzazione. Fa apparire un dialogo sdi selezione.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>Stam&pa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Stampa l'help mostrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Stampa</b><p>Stampa il testo di help visualizzato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Chiudi l'attuale finestra di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Indietro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>vai alla schermata di help precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Indietro</b><p>Muove allo schermo di help precedente. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Avanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>A&vanti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Vai alla schermata di help successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Avanti</b><p>Muove allo schermo di help successivo. Se non è disponibile, questa azione è disabilitata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Vai alla schermata di help iniziale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Inizio</b><p>Va allo schemo iniziale di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>&Ricarica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Ricarica la schermata di help attuale</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Ricarica</b><p>Ricarica la schermata di help corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Aggiungi segnalibro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>&About</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Mostra informazioni su questo software</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>About</b><p>Mostra alcune informazioni su questo software.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>About Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>About &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Mostra informazioni sulle librerie Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Mostra informazioni sulle librerie Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>About Qt</b><p>Mostra delle informazioni sulle librerie Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Ingrandisci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>Ingrand&isci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Ingrandisci nel testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Ingrandisci</b><p>Ingrandisci nel testo. Questo aumenta le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>&Riduci</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Riduci il testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Riduci</b><p>Riduci nel testo. Questo diminuisce le dimensioni del testo.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Copia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Copia il testo selezionato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Copia</b><p>Copia il testo selezionato nella clipboard.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>&File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Edita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>&Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>Cronolog&ia</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Trova testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Trova</b><p>Trova il testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>Trova &successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Trova &precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>File</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Modifica</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Trova</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Vai</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>File di help (*.html *.htm);;File PDF (*.pdf);;File CHM (*.chm);;Tutti i file (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>&Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Apri una nuova scheda di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Nuova scheda</b><p>Apre una nuova scheda di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Apre una nuova finestra del browser per l'help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Nuova finestra</b><p>Apre una nuova finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale finestra di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Chiudi &tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Chiudi tutti</b><p>Chiude tutte le finestre di help.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Apri file in una nuova &scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Ctrl+Shift+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>Apri il file di help per mostrarlo in una nuova scheda</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>Apri il file di help per mostrarlo in una nuova scheda</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Apri file in una nuova scheda</b><p>Apre un nuovo file di help per visualizzarlo in una nuova scheda. Mostra un dialogo di selezione.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Apri il file in una nuova scheda</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Chiudi tutti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Sinistra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Destra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Trova...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Trova successivo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Trova precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Trova la prossima ricorrenza del testo nella pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Trova prossimo</b><p>Trova la prossima ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Trova la precedente ricorrenza del testo nella pagina</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Trova la precedente ricorrenza del testo nella pagina</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Trova precedente</b><p>Trova la precedente ricorrenza del testo nella pagina corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Stampa il preview dell'help mostrato</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Stampa il preview dell'help mostrato</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Stampa Preview</b><p>Stampa la preview del testo di help mostrato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Mostra linguetta successiva</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Mostra la linguetta precedente</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Pulisci il database delle icone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Pulisci il database delle favicone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Pulisci il database delle icone</b><p>Pulisci il databse delle favicons dei siti visitati precedentemente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>Contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Chiudi tutte le finestre di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>Sincronizza con l'indice</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Sincronizza l'indice con il contenuto della pagina attuale</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Sincronizza l'indice con il contenuto della pagina attuale</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Sincronizza con l'indice</b><p>Sincronizza l'indice con il contenuto della pagina attuale.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>Indice dei contenuti</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation>Mostra la finestra dell'indice dei contenuti</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation>Mostra la finestra dell'indice dei contenuti</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Indice dei contenuti</b><p>Mostra la finestra dell'indice dei contenuti.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Mostra la finestra dell'indice</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Mostra la finestra dell'indice</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Indice</b><p>Mostra la finestra dell'indice.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Mostra la finestra di ricerca</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Mostra la finestra di ricerca</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Cerca</b><p>Mostra la finestra di ricerca</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>Gestisci i documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Mostra un dialogo per gestire i documenti QtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Mostra un dialogo per gestire i documenti QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Gestisci i documenti QtHelp</b><p>Mostra un dialogo per gestire i documenti QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>Gestisci i filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Mostra un dialogo per gestire i filtri QtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Mostra un dialogo per gestire i filtri QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Gestisci i filtri QtHelp</b><p>Mostra un dialogo per gestire i filtri QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation>Reindicizza l'insieme della documentazione</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation>Reindicizza l'insieme della documentazione</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Reindicizza la documentazione</b><p>Reindicizza l'insieme della documentazione</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>&Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Filtro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Filtrato per:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>Non posso trovare un contenuto associato.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Aggiornamento indice di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Ricerca documentazione...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Non filtrato</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Motore di help</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Navigazione anonima</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>Navigazione &Anonima</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Navigazione anonima</b><p>Attiva la navigazione anonima. In questa modalità la cronologia non è più registrata.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>&Tutto schermo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>Gestisci i &Documenti QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>Gestisci &Filtri QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>&Reindicizza la documentazione</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Pulisci dati privati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>Pulis&ci dati privati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Pulisci dati privati</b><p>Pulische i dati privati come la cronologia di navigazione, cronologia ricerche o il database delle favicon.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>Pulisci database delle &icone</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Mostra il Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>Mostra il &Network Monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Mostra il dialogo del network monitor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Mostra il Network Monitor</b><p>Mostra il dialogo del network monitor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>Impo&stazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Tools</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Mostra sorgente pagina</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Mostra il sorgente della pagina in un editor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Mostra sorgente pagina</b><p>Mostra il sorgente della pagina nell'editor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>&Lingue...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation>Configura le lingue accettare per le pagine web</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation>Configura le lingue accettare per le pagine web</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Lingue</b><p>Configura le lingue accettare per le pagine web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Lingue</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>C&ookie...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation>Configura la gestione dei cookie</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation>Configura la gestione dei cookie</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Configura la gestione dei cookie.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Reset dello zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>&Reset zoom</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Resetta lo zoom del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Zoom solo del testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Zoom solo del &testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Zoom solo del testo; le immagini rimangono costanti</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Zoom solo del testo; le immagini rimangono costanti</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Zoom solo testo</b><p>Zoom solo del testo; le immagini rimangono costanti.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Reset zoom</b><p>Reset dello zoom del testo. Imposta il fattore di zoom al 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>Nuova &Finestra</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Importa Segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>&Importa Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation>Importa segnalibri da altri browser</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation>Importa segnalibri da altri browser</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Importa segnalibri</b><p>Importa segnalibri da un altro browser.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Esporta segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>&Esporta Segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation>Esporta i segnalibri in un file</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation>Esporta i segnalibri in un file</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Esporta segnalibri</b><p>Esporta segnalibri in un file.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Gestisci segnalibri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>&Gestisci segnalibri...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Apri un dialogo per gestire i segnalibri.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="686"/> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Gestisci segnalibri...</b><p>Apri un dialogo per gestire i segnalibri.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Apri un dialogo per aggiungere un segnalibro.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Aggiungi segnalibro</b><p>Apri un dialogo per aggiungere l'URL corrente come segnalibro.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>Aggiungi cartella</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>Aggiungi &Cartella...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Aggiungi cartella...</b><p>Apri un dialogo per aggiungere una nuova cartella di segnalibri.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Aggiungi ai segnalibri tutte le linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Aggiungi ai segnalibri tutte le linguette...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Aggiungi ai segnalibri tutte lelinguette aperte.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Aggiungi ai segnalibri tutte le linguette...</b><p>Apri un dialogo per aggiungere ai segnalibri tutte le linguette aperte.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Salva Linguette</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Ferma</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Ferma caricamento</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Stop</b><p>Ferma il caricamento della linguetta corrente.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Salva come</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>&Salva come...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Ctrl+Shift+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation>Salva la pagina corrente su disco</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Salva come...</b><p>Salva la pagina corrente su disco.</p></translation> </message> @@ -15297,236 +15466,262 @@ <translation type="obsolete"><b>Esci</b><p>Esci dal browser web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Configura motori di ricerca</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation>Configura i motori di ricerca disponibili</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation>Configura i motori di ricerca disponibili</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Configura motori di ricerca...</b><p>Apri un dialogo per configurare i motori di ricerca disponibi.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Gestisci password salvate</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Gestisci password salvate...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Gestisci le password salvate</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Gestisci le password salvate</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Gestisci password salvate...</b><p>Apre un dialogo per gestire le password salvate.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Configura le regole di sottoscrizione di AdBlock</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Configura le regole di sottoscrizione di AdBlock</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Apre un dialogo per configurare le regole di sottoscrizione di AdBlock.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>Web Browser di eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation>Stampa come pdf</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation>Stampa l'help visualizzato come PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Stampa come PDF</b><p>Stampa il testo di aiuto visualizzato come file PDF.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation>Offline Storage</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation>Offline &Storage...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation>Configura offline storage</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation>Configura offline storage</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation><b>Offline Storage</b><p>Apre un dialogo per configurare lo storage offline.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation>Configura motori di &ricerca...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Sei sicuro di voler attivare la navigazione riservata?</b><p>Quando la navigazione riservata è attivata, le pagine web non sono aggiunte alla cronologia, le ricerche non sono aggiunte alla lista delle ultime ricerche e le icone dei siti e i cookie non sono salvati, l'offline storage di HTML5 viene disattivato. Fino alla chiusura della finestra, puoi premere sui pulsanti Precedente e Successivo per tornare alle pagine web che hai visitato.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation>Codifica testo</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation>User Agent</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation>ISO</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation>ISCII</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation>Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation>IBM</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation>Encoding di default</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation>Mostra la finestra dei download</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation>Mostra la finestra dei download</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Download</b><p>Mostra la finestra dei download.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation>Gestisci certificati</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation>Gestisci certificati...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation>Gestisci i certificati salvati</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation>Gestisci i certificati salvati</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Gestisci i certificati salvati...</b><p>Apre un dialogo per gestire i certificati salvati.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15576,47 +15771,47 @@ <translation type="obsolete">Commit delle modifiche nel repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation>Sincronizzazione con il repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Aggiunta di file/directory al repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Rimozione di file/directory dal repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Rinomino {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation>Creazione tag nel repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Annullamento modifiche</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Merge</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Comando Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Copia di {0}</translation> </message> @@ -15631,177 +15826,177 @@ <translation type="obsolete">Mostra il numero di elementi da mostrare.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Pulling da un repository Mercurial remoto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation>Pushing in un repository Mercurial remoto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation>Risoluzione di file/directory</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Creazione Branch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Inserisci il nome del Branch</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation>Creazione Branch nel repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifica dell'integrità del repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation>Visualizzazione combinata della impostazioni di configurazione</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation>Visualizzazione degli alias per i repository remoti</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation>Recupero da una transazione interrotta</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation>Le directory di lavoro devono essere aggiornate ?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation>Visualizzazione branch corrente</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Crea changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation>Applica changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Sottocomando Bisect ({0}) non valido.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Anteprima changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation>Identificazione directory del progetto</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation>Crea il file .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation>Rimozione di file dal solo repository Mercurial</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Changegroup Files (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Changegroup Files (*.hg);;All Files (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation>Identifica i file changegroup</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation>Ritiro changeset</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation>Nessuna revisione fornita. Termino...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file changegroup di Mercurial<b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -27417,27 +27612,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -33953,42 +34148,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Modifica scorciatoie</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Premi la tua scorciatoia e seleziona OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Seleziona per cambiare le scorciatoie alternative da tastiera</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Scorciatoie Alternative:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Premi per pulire il buffer della sequenza di tasti.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Pulisci</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Seleziona per modificare la scorciatoia da tastiera principale</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Scorciatoia principale:</translation> </message> @@ -43532,12 +43727,12 @@ <translation type="obsolete">Inserisci l'indirizzo qui.</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation>Sconosciuto</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -49501,24 +49696,24 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Origine #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tags</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -49527,7 +49722,7 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -49544,24 +49739,24 @@ {2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr> </translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Changeset</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Origini</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -49571,7 +49766,7 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_ru.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_ru.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7040,7 +7040,7 @@ <translation type="obsolete"><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Файл изменён</translation> </message> @@ -7240,7 +7240,7 @@ <translation>Автосохранение разрешено</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> @@ -7320,7 +7320,7 @@ <translation><p>Невозможно сохранить файл с макросами: <b>{0}</b></p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> @@ -7365,77 +7365,77 @@ <translation>Нет языка</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Ресурсы</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Добавить файл...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Добавить файлы...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Добавить файл под другим именем...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Добавить локализованный ресурс...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Добавить файл ресурсов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Добавить файлы ресурсов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Добавить файл ресурсов под другим именем</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation>Другое имя для файла <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Диаграмма пакетов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Включать атрибуты класса?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Добавить фрагмент ресурсов</translation> </message> @@ -7495,12 +7495,12 @@ <translation>Не задан формат экспорта. Отмена...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Диаграмма импортов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Включать импорты из внешних модулей?</translation> </message> @@ -7580,7 +7580,7 @@ <translation>Задайте язык лексического анализатора.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Проверка орфографии...</translation> </message> @@ -7590,12 +7590,12 @@ <translation>Проверка орфографии подсвеченного участка...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Добавить в слварь</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Игнорировать всё</translation> </message> @@ -7615,7 +7615,7 @@ <translation><p>Невозможно сохранить файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в eric5. Обновить?</p></translation> </message> @@ -7670,7 +7670,7 @@ <translation>Ошибка: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11750,6 +11750,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Добавить</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished">&Открыть</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="66"/> @@ -12789,17 +12958,17 @@ <context> <name>HelpBrowser</name> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Открыть ссылку в новой закладке<byte value="x9"/>Shift+Левая кнопка мыши</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p>Файл <b>{0}</b> не существует.</p></translation> </message> @@ -12809,77 +12978,77 @@ <translation><b>Окно помощи</b><p>В этом окне отображается имеющаяся помощь.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>WEB проводник...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Ошибка при загрузке страницы: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>При соединении с {0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Проверьте адрес на ошибки типа <b>ww</b>.example.org вместо <b>www</b>.example.org</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Если адрес правильный, проверьте сетевое соединение.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Если ваш компьютер или локальная сеть находятся за firewall или proxy, убедитесь что браузеру разрешено подсоединяться к сети.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p>Невозможно запустить приложение для URL <b>{0}</b>.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Создать закладку для этой страницы</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Сохранить &ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Сохранить ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Скопировать ссылку</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Открыть изображение в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Сохранить изображение</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Скопировать изображение</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Сохранить изображение</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Скопировать изображение</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Скопировать адрес изображения</translation> </message> @@ -12889,102 +13058,102 @@ <translation type="obsolete">Просмотрщик Web</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Заблокировать изображение</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Искать с...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation>Квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation><p>Квота Web базы данных <strong>{0}</strong> была превышена при доступе к базе <strong>{1}</strong>.</p><p>Изменить квоту?</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation>Новая квота Web базы данных</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation>байт</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation>Введите новую квоту в MB (текущая = {0}, использовано = {1}; шаг изменения = 5 MB):</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation>Добавить к панели инструментов Web поиска</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation>Метод не поддерживается</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation>{0} метод не поддерживается.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation>Поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation>Выберите поисковик</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation>Имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation>Введите имя поисковика</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation>Если режим кэша установлен в offline, то доступны только страницы из локального кзша.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished">WEB просмотрщик встроенный в Eric5</translation> </message> @@ -14140,1246 +14309,1246 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>&Открыть файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Открыть файл помощи для дисплея</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Открыть файл</b><p>Открыть новый файл помощи. Вызывает файловый диалог</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>&Печать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Печатать текущий раздел помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Печать</b><p>Печатать текущий раздел помощи</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Закрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>&Назад</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>Назад на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Назад</b><p>Сместиться на один экран назад. Если это возможно.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>&Вперёд</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Вперёд на один экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>Вперёд</b><p>Сместиться на один экран вперёд, если это возможно.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Домой</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Домой</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>Вернуться на первоначальную страницу</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Домой</b><p>Вернуться на первоначальную страницу.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Контекстная помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показать контекстную помощь</b> <p>В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>&О</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Информация о ПО</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>О...</b><p>Информация об этом программном продукте.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>О Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>О &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Информация о библиотеке Qt</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Информация о библиотеке Qt</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>О Qt</b><p>Информация о библиотеке Qt.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>Увеличить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Увеличить масштаб</b><p>Увеличить масштаб. Размер букв увеличится.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Уменьшить масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Уменьшить масштаб</b><p>Уменьшить масштаб. Размер букв уменьшится.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Копировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Копировать выбранный текст</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Копировать</b><p>Копировать выбранный текст в буфер обмена.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>&Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>&Правка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>&Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>И&стория</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Переоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>П&ереоткрыть</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Переоткрыть это окно помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Переоткрыть</b><p>Переоткрыть это окно помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>Поиск</b><p>Искать текст на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>Найти &далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Найти п&редыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Редактировать</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Найти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Перейти</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Файлы помощи (*.html *.htm);;Файлы PDF (*.pdf);;Файлы CHM (*.chm);;Все файлы (*)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>&Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Новая закладка</b> <p>Открывает новую закладку с помощью.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Новое окно</b> <p>Открывает новое окно просмотрщика.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Закрыть</b> <p>Закрывает текущее окно просмотрщика помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Закрыть &всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Закрыть все</b> <p>Закрывает все окна просмотрщиков помощи, кроме первого.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Открыть новую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Открыть новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Открыть файл в новой &закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>Открыть файл для отображения в новой закладке</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>Открыть файл для отображения в новой закладке</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>Открыть файл в новой закладке</b> <p>Открывает файл в новой закладке. Запускает диалог выбора файла</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Новая закладка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Открыть файл в новой закладке</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Закрыть всё</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Найти...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Найти далее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Найти предыдущее</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Искать далее на странице</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Искать далее</b><p>Искать далее на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Искать на странице назад</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Искать на странице назад</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Искать назад</b><p>Искать назад на текущей странице.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Предварительный просмотр печати помощи</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Предварительный просмотр печати помощи</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Предварительный просмотр печати</b><p>Предварительный просмотр печати помощи.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Показать следующую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Показать предыдущую закладку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Переключиться между закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>Очистить базу данных иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>Очистить базу данных иконок</b><p>Очистить базу данных иконок ранее посещённых WEB сайтов.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>Содержимое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Закрыть все окна просмотрщиков помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>Синхронизировать с содержанием</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation>Синхронизировать содержание с текущей страницей</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation>Синхронизировать содержание с текущей страницей</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation><b>Синхронизировать с содержанием</b><p>Синхронизировать содержание с текущей страницей.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>Содержание</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation>Показывает окно с содержанием</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation>Показывает окно с содержанием</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation><b>Содержание</b><p>Показывает окно с содержанием.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>Управлять документацией Qt4</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation>Показывает диалог управления документацией Qt4</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation>Показывает диалог управления документацией Qt4</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation><b>Управлять документацией Qt4</b><p>Показывает диалог управления документацией Qt4.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Фильтр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Фильтровать по:</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>Невозможно найти соответствующее содержание.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>Управлять фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>Показывает диалог управления фильтрами документации QtHelp</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>Показывает диалог управления фильтрами документации QtHelp</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation><b>Управлять фильтрами документации QtHelp</b><p>Показывает диалог управления фильтрами документации QtHelp.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Индекс</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Показать окно индексов</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Показать окно индексов</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Индекс</b><p>Показать окно индексов.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Поиск</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Показать окно поиска</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Показать окно поиска</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Поиск</b><p>Показать окно поиска.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation>Переиндексировать документацию</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation>Переиндексировать документацию</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation><b>Переиндексировать документацию</b><p>Переиндексировать документацию.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Обновление поискового индекса</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Идёт поиск помощи...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Нефильтрованное</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Просмотрщик помощи</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Личный просмотр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>Личный &просмотр</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation><b>Личный просмотр</b><p>Разрешает режим личного просмотра. В этом режиме история не сохраняется.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Полный экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>Полный &экран</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>Управлять &документацией QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>Управлять &фильтрами документации QtHelp</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>&Переиндексировать документацию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Очистить личные данные</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>&Очистить личные данные</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Очистить личные данные</b><p>Очистить личные данные: удалить историю просмотров, историю поиска или базу данных иконок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>Очистить базу данных &иконок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Показать монитор сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>Показать монитор &сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Показать диалог монитора сети</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Показать монитор сети</b><p>Показать диалог монитора сети.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>&Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Инструменты</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Показать исходный текст страницы</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Показать исходный текст страницы в редакторе</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Показать исходный текст страницы</b><p>Показать исходный текст страницы в редакторе.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>&Языки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation>Настроить допустимые языки для WEB страниц</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation>Настроить допустимые языки для WEB страниц</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation><b>Языки</b><p>Настроить допустимые языки для WEB страниц.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation>Cookies</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>C&ookies...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation>Настройка cookies</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation>Настройка cookies</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation><b>Cookies</b><p>Настройка cookies.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>&Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Сбросить масштаб</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Масштаб текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Масштаб &текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Масштаб текста; Изображения остаются неизменными</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Масштаб текста; Изображения остаются неизменными</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Масштаб текста</b><p>Масштаб текста; Изображения остаются неизменными.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Сбросить масштаб</b><p>Сбросить масштаб текста, т.е. установить масштаб в 100%.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Импортировать закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>&Импортировать закладки...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation>Импортировать закладки из других браузеров</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation>Импортировать закладки из других браузеров</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation><b>Импортировать закладки</b><p>Импортировать закладки из других браузеров.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Экспорт закладок</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>&Экспорт закладок...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation>Экспортировать закладки в файл</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation>Экспортировать закладки в файл</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation><b>Экспорт закладок</b><p>Экспортировать закладки в файл.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Управлять закладками</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>&Управлять закладками...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Показать диалог управления закладками.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="686"/> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Управлять закладками...</b><p>Показать диалог управления закладками.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>Добавить &закладку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Показать диалог добавления закладки.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Добавить закладку</b><p>Показать диалог добавления текущей страницы в закладки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>Добавить папку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>Добавить &папку...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Показать диалог добавления новой папки закладок.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Показать диалог добавления новой папки закладок.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Добавить папку</b><p>Показать диалог добавления новой папки закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Создать закладки для всех открытых страниц</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Создать закладки для всех открытых страниц...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Создать закладки для всех открытых страниц.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Создать закладки для всех открытых страниц.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation><b>Создать закладки для всех открытых страниц...</b><p>Показать диалог добавления папки для закладок.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Сохраненные закладки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Остановить загрузку</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation><b>Стоп</b><p>Остановить загрузку.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Сохранить как</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation>Сохранить текущую страницу в файл</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Сохранить как...</b><p>Сохранить текущую страницу в файл.</p></translation> </message> @@ -15404,236 +15573,262 @@ <translation type="obsolete"><b>Выход</b><p>Закрыть просмотрщик Web.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Настройка поисковиков</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation>Настроить все поисковики</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation>Настроить все поисковики</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Настроить все поисковики...</b><p>Открыть диалог для настройки поисковиков.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Менеджировать сохранённые пароли</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Менеджировать сохранённые пароли...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Менеджировать сохранённые пароли</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Менеджировать сохранённые пароли</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Менеджировать сохранённые пароли...</b>Открыть диалог для менеджирования сохранённых паролей<p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation>Ad Block</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Ad Block...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation>Настроить AdBlock подписки и правила</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation>Настроить AdBlock подписки и правила</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation><b>Ad Block...</b><p>Показать диалог для настройки AdBlock подписок и правил.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation>Печать как PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation>Печатать текущий раздел помощи как PDF</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation><b>Печать как PDF</b><p>Печатать текущий раздел помощи как PDF</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation>Автономное хранилище</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation>Автономное &хранилище...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation>Настройка автономного хранилища</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation>Настройка автономного хранилища</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation>Offline Storage<b></b><p>Настройка автономного хранилища.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation>Настройка &поисковиков...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation><b>Подтвердите включение закрытого режима.</b><p>В закрытом режиме посещённые WEB страницы не сохраняются в истории, поиски не сохраняються в списке последних поисков, иконки сайтов и cookies так же не сохраняются. HTML5 автономное хранилище будет выключено. Пока текущее окно не закрыто, переход вперёд и назад на просмотренные уже страницы всё же будет работать.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation>Кодировка текста</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation>Юникод</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation>Кодировка по умолчанию</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation>Загрузки</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation>Показать окно загрузки</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation>Показать окно загрузки</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation><b>Загрузки</b><p>Показать окно загрузки.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation>Управлять сертификатами</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation>Управлять сертификатами...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation>Управлять сохранёнными сертификатами</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation>Управлять сохранёнными сертификатами</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation><b>Управлять сохранёнными сертификатами</b><p>Показывает диалог управления сохранёнными сертификатами.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15683,32 +15878,32 @@ <translation type="obsolete">Подача изменений в репозиторий</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation>Синхронизация с репозиторием</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Добавление файлов/каталогов в репозиторий</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Удаление файлов/каталогов из репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Переименование {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Слияние</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Копирование {0}</translation> </message> @@ -15723,192 +15918,192 @@ <translation type="obsolete">Задайте количество элементов для отображения.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Загрузка изменений из удалённого репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation>Загрузка изменений в удалённый репозиторий</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation>Разрешение конфликтов</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation>Создание меток в репозитории</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Mercurial команда</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Создать ветвь</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Введите имя ветви</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation>Создание ветвив репозитории</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Проверка целостности репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation>Показ комбинированных настроек</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation>Алиасы для удалённых репозиториев</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation>Восстановление после прерванной транзакции</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation>Обновить рабочий каталог?</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation>Текущая ветвь</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Создать группу изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation>Применить группу изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Неправильная подкоманда ({0}) для Bisect.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Предпросмотр группы изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation>Каталог проекта</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation>Создать файл .hgignore</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation>Удаление файлов только из репозитория</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial файлы изменений (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial файлы изменений (*.hg);;Все файлы (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation>Файлы изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation>Не задана ревизия. Отмена...</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл группы изменений<b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -27557,27 +27752,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы свойств (*.ini);;Все файлы (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -34103,42 +34298,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Редактировать ярлык</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Нажмите клавишу для ярлыка и щёлкните по кнопке OK</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Задать альтернативную горячую клавишу</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Альтернативная горячая клавиша:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Нажмите для очистки буфера последовательности клавиш.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Очистить</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Задать основную горячую клавишу</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Основная горячая клавиша:</translation> </message> @@ -43707,12 +43902,12 @@ <translation type="obsolete">Задайте адрес.</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation>Неизвестный</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -49750,17 +49945,17 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Метки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ветви</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -49771,30 +49966,30 @@ </table></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Изменения</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Предки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Предок #{0}</b></td><td></td></tr> <tr><td><b>Изменения</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -49804,7 +49999,7 @@ </table></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -49821,7 +50016,7 @@ {2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_tr.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_tr.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7038,7 +7038,7 @@ <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>Yazım Kontrolü...</translation> </message> @@ -7613,7 +7613,7 @@ <translation>Makronun ismini gir:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Eric5 ile açıldıktan sonra <b>{0}</b> dosyasında değişiklik olmuş. Yeniden açılsın mı?</p></translation> </message> @@ -7623,112 +7623,112 @@ <translation type="obsolete"><br><b>Uyarı:</b> Yapılan değişiklikleri yeniden açarken kaybedebilirsiniz.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>Dosya değiştirilmiş</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>Kaynaklar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>Dosya ekle...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>Dosyaları ekle...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>Kısaltmalar dosyasına ekle...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>Yaral kaynak ekle...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>Çerçeve kaynağı ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>Dosya kaynağını ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>Dosya kaynaklarını ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>Kısaltmalar dosyası kaynağını ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation><b>{0} dosyası için takma ad</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>Paket Şeması</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>Sınıf nitelikleri dahil edilsin mi?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>Şemayı İçe Aktar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>Harici modüllerdan içe aktarım dahil edilsin mi?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>Sözlüğe ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>Hepsini Yoksay</translation> </message> @@ -7753,7 +7753,7 @@ <translation><p>Makro dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -11832,6 +11832,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">Ekle</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">&Yeniden Yükle</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished">&Aç</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished">Yeni Se&kmede Aç</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="66"/> @@ -12878,192 +13047,192 @@ <translation type="obsolete">Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation><p><b>{0}</b> dosyası yok.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation><p><b>{0}</b>dosyası için görüntüleyici çalışmıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation><p> URL <b>{0}</b>adresindeki uygulama başlatılamıyor.</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Yeni sekmede bir bağlantı açar<byte value="x9"/>Ctrl+LMB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation>Bağlantıyı &Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation>Bu linki yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation>Bağlantıyı Panoya Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation>Görüntüyü yeni sekmede aç</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation>Görüntüyü Kaydet</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation>Görüntüyü Panoya kopyala</translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation>Görüntüyü Kaydet</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation>Görüntüyü Panoya kopyala</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation>Görüntünün Yerini Panoya kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation>Görüntüleri Engelle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation>Bu sayfayı yerimine ekle</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation>Bununla Ara...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>Web Denetleyicisi...</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation>Sayfa yüklenirken hata: {0}</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation>Bağlantı:{0}.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation>Adresi kontrol ediniz Örneğin <b>www</b>.example.org yerine <b>ww</b>.example.org yazmış olabilirsiniz</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation>Eğer adres doğru ise, ağ bağlantınızı kontrol ediniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation>Eğer bilgisayarınız veya ağınız bir güvenlik duvarı yada proxy ile korunuyorsa, gözatıcınıza ağa giriş izni veriniz.</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation>bitler</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation>kB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation>MB</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı</translation> </message> @@ -14225,22 +14394,22 @@ <context> <name>HelpWindow</name> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation>Eric5 Web Gözatıcısı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation>İçerik</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation>Dizin</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation>Ara</translation> </message> @@ -14250,289 +14419,289 @@ <translation type="obsolete">Yönlendirme Menüsünü Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>Geçerli yardım penceresini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>Yeni bir yardım penceresi sekmesi aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>Yeni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>Ye&ni Sekme</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>Yeni Sekme</b><p>Bu yeni bin yardım penceresi sekmesi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>Yeni Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation>Yeni &Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>Yeni bir yardım gözatıcı penceresi aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>Yeni Pencere</b><p>Bu yeni bir yardım gözatıcı penceresi açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>D&osya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>Göstermek için bir yardım dosyası aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>Dosya Aç</b><p>Bu göstermek için yeni bir yardım dosyası açar. Dosya seçme diyaloğu görünür.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>Yeni Sekmede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>Yeni Sek&mede Dosya Aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> + <location filename="Helpviewer/HelpWindow.py" line="395"/> <source>Open a help file for display in a new tab</source> <translation>Yeni bir sekmede göstermek için bir yardım dosyası aç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="395"/> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation>Farklı Kaydet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation>Farklı K&aydet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> - <source>Save the current page to disk</source> - <translation>Geçerli sayfayı harddiske kaydet</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="411"/> + <source>Save the current page to disk</source> + <translation>Geçerli sayfayı harddiske kaydet</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation><b>Farklı Kaydet...</b><p>Geçerli sayfayı harddiske kaydet.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation>Yerimlerini İçeaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation>Yerimlerini &İçeaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation>Yerimlerini Dışaaktar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation>Y&erimlerini Dışaaktar...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>&Yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>Görüntülenen yardımı yazdır</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>Yazdır</b><p>Görüntülenen yardım metnini yazdır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>Görüntülenen yardımının baskıöngörünümünü göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>Görüntülenen yardımının baskıöngörünümünü göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>Yazıcı Öngörünümü</b><p>Görüntülenen yardım metninin yazıcı öngörünümü.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>Kapat</b><p>Geçerli yardım penceresini kapat.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>Hepsini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>Hepsini K&apat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation>Tüm yardım pencerelerini kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>Hepisini Kapat</b><p>İlk açılan hariç tüm yardım pencerelerini kapat.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation>Özel Gözatım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation>Özel &Gözatım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -14548,791 +14717,791 @@ <translation type="obsolete"><b>Çık</b><p>Web gözatıcısından çık.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>Geriye Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>Geriye &Doğru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>Önceki yardım ekranına götür</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>Geriye Doğru</b><p>Bir yardım ekranın geriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>İleriye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>İleri&ye</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>Bir yardım görüntüsü ileri taşı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>İleriye Doğru</b><p>Yardım ekranın bir ileriye taşı. Eğer hazırda bir tane yoksa ,bu işlem iptal edilir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>&Ev</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>İlk yardım sayfasına taşı</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>Giriş</b><p>Yardım ekranını ilk baştakine taşı.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>&Yeniden Yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation>F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>Geçerli yardım ekranını yeniden yükle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>Yeniden Yükle</b><p>Geçerli yardım görüntüsünü yeniden yükle.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation>Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation>Yüklemeyi durdur</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>&Kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>Seçilen metni kopyala</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>Kopya</b><p>Seçilen metni clipboard kopyala.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>&Bul...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>Metni sayfa içinde bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>BUl</b><p>Metni geçerli sayfada bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>Sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>So&nrakini Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>Geçerli sayfadaki metinde bir sonrakini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>Bir sonrakini bul</b><p>Geçerli sayfadaki metinde bir sonrakini bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>Öncekini bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>Öncekini b&ul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> - <source>Find previous occurrence of text in page</source> - <translation>Geçerli sayfadaki metinde bir öncekini bul</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="672"/> + <source>Find previous occurrence of text in page</source> + <translation>Geçerli sayfadaki metinde bir öncekini bul</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>Bir öncekini bul</b><p>Geçerli sayfadaki metinde bir öncekini bul.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation>Yerimleri Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation>Yerimleri Yöneti&mi...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation>Ctrl+Shift+B</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> + <location filename="Helpviewer/HelpWindow.py" line="686"/> <source>Open a dialog to manage the bookmarks.</source> <translation>Yerimlerini yönetmek için diyalog aç.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="686"/> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation><b>Yerimlerini Yönet...</b><p>Yerimlerini düzenlemek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>Yerimi Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation>Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation>Yerimlerine eklemek için bir diyalog aç.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation><b>Yerimi Ekle</b><p>Geçerli URL yi yerimi olarak eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation>,Dizin Ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation>Dizin &Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation>Yeni yerimi dizini eklemek için bir diyalog açar.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation>Yeni yerimi dizini eklemek için bir diyalog açar.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation><b>Kalsör Ekle...</b><p>Yeni yerimi klasörü eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation>Tüm Sekmeleri Yerimi yap</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation>Tüm Sekmeleri Yerimi yap...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation>Tüm Açık Sekmeleri Yerimi yap.</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>H&akkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>Bu yazılım hakkında bilgi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Hakkında</b><p>Bu yazılım hakkındaki çeşitli bilgileri gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>&Qt Hakkında</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>Qt araçkiti hakkında bilgi göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>Qt araçkiti hakkında bilgi göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Qt Hakkında</b><p>Qt Araçkiti hakkında bazı bilgiler gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>MEtni Büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Büyüt</b><p>Metin içinde büyüt. Bu metni daha büyük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>Metin üzerinde küçült</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Küçült</b><p>Metin üzerinde küçült. Bu metni daha küçük yapar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation>Büyütmeyi sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation>Büyütmeyi sıfı&rla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation>Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation>Metin büyütme durumunu sıfırla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Büyütmeyi başa döndür</b><p>Metin büyütmesini sıfırla. Bu büyütme katsayısını 100% e ayarlar.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation>Yalnızca metni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation>Yalnızca me&tni büyüt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation>Yalnıza metni yaklaştır; resimler sabit kalsın</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation>Yalnıza metni yaklaştır; resimler sabit kalsın</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation><b>Yanız metni yaklaştır</b><p>Yalnızca metni yaklaştır; resimler sabit kalsın.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation>Sayfa kaynağını göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation>Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation>Sayfa kaynağını bir düzenleyici sayfasinda göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation><b>Sayfa kaynağını göster</b><p>Sayfa kaynağını bir düzenleyicide göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation>Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation>&Tam Ekran</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation>F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>Sonraki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>Önceki sekmeyi göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>&Seçenekler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation>Di&ller...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation>Çerezler</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation>&Çerezler...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation>İçindekiler Tablosu ile senkronize et</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation>İçindekiler Tablosu</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation>Dizin penceresini göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation>Dizin penceresini göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation><b>Dizin</b><p>Dizin penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation>Arama pencerelerini göster</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation>Arama pencerelerini göster</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation><b>Arama</b><p>Arama penceresini gösterir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation>OtHelp Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation>OtHelp &Dökümanlları Yönetimi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation>QtHelp Süzgeçlerini Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation>QtHelp &Filtre Yöneticisi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation>QtHelp filtrelerini yönetmek için bir diyalog gösterir</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation>QtHelp filtrelerini yönetmek için bir diyalog gösterir</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation>Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation>&Belgeyi Yeniden İindexle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation>Özel verileri temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation>&Özel verileri temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>İkon veritabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation>İkon ver&itabanını temizle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation>Arama Motoru Ayarları</translation> </message> @@ -15342,122 +15511,122 @@ <translation type="obsolete">Arama Motoru Ayarlanı&yor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> + <location filename="Helpviewer/HelpWindow.py" line="1070"/> <source>Configure the available search engines</source> <translation>Ulaşılabilen Arama motorunu ayarla</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation><b>Arama Motoru Ayarlanıyor...</b><p>Ulaşılabilen arama motorunu ayarlamak için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation>Kaydedilmiş Parolaları Yönet</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation>Kaydedilmiş Parolaları Yönet...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation>Kaydedilmiş parolaları yönet</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation>Kaydedilmiş parolaları yönet</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation><b>Kaydadilmiş Parolaların Yönetimi...</b><p>Kaydedilmiş parolalları yönetmek için bir diyalog açılır.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation>Engel ekle</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation>&Engel Ekle...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation>Ağ Gözleyicisini Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation>Ağ Gözleyicisi&ni Göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation>Ağ Gözleyicisi diyaloğunu göster</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation><b>Ağ Gözleyicisini Göster</b><p>Ağ gözleyicisi diyaloğunu göster.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>&Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>Düz&en</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>&Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>&Git</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>Geçmi&ş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>&Yerimleri</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>&Yardım</translation> </message> @@ -15482,47 +15651,47 @@ <translation type="obsolete">Diğerlerini Kapat</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>Dosya</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>Düzen</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>Bul</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation>Süzgeç</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation>Süzülen: </translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>Git</translation> </message> @@ -15532,7 +15701,7 @@ <translation type="obsolete"><p>Görüntülenen bu düzenleme alanından direkt yardım dosyasını gir. Aşağı kayan listededen öncelikle görünmesini istediğiniz yardım dosyasını seçiniz.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>Yardım Dosyaları (*.html *.htm);;PDF Dosyaları (*.pdf);;CHM Dosyaları (*.chm);;Tüm Dosyalar (*)</translation> </message> @@ -15552,7 +15721,7 @@ <translation type="obsolete"><h3>Eric Web Gözatıcısı Hakkındar</h3><p>Eric Web Gözatıcısı Yardım dosyası ve HTML gözatıcısının birleştirilmiş halidir.</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation>Sekmeleri Kaydet</translation> </message> @@ -15572,201 +15741,227 @@ <translation type="obsolete">Yükleme bitirildi</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation>Birleştirilmiş bir içerek bulunamadı.</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation>Arama index yenileniyor</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation>Dökümanlara bakılıyor...</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation>Süzülmemiş</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation>Yardım Motoru</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation>Evrensel kod</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation>Diğer</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation>Varsayılan Kodlama</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -15811,47 +16006,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation>Yenşden adlandırılıyor {0}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation>Değişiklikler eski haline alınıyor</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation>Birleştiriliyor</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation>Mercurial komut</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation>Kopyalanıyor {0}</translation> </message> @@ -15866,177 +16061,177 @@ <translation type="obsolete">Gösterilecek giriş sayısını seçiniz.</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation>Uzak Mercurial kaynak havuzundan çekiliyor</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation>Sınıf(Branş) Oluştur</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation>Sınıf(Branş) adını gir</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halihazırda bulunuyor. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation>Değişimgrubu oluştur</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Değiştirme grubu Dosyaları (*.hg)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation>Değişimgrubu öngörünümü</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Değişimgrubu Dosyaları (*.hg);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -27722,27 +27917,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -34257,42 +34452,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>Kısayol Düzenle</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>Kendi kısayol tuşuna basınız ve OK seçiniz</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>Alternatif klavye kısayolunu değiştirmek için seçiniz</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>Alternatif Kısayol:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>Tuş hafızasını silmek için basınız.</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>Temizle</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>Birincil klavye kısayolunu değiştirmek için seçiniz</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>Birincil Kısayol:</translation> </message> @@ -43770,12 +43965,12 @@ <translation type="obsolete">Konumunuzu buraya giriniz.</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation>Bilinmeyen</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -49813,24 +50008,24 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Esas #{0}</b></td><td></td></tr> <tr><td><b>Değişiklik seti</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiketler</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branşlar</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -49839,7 +50034,7 @@ <tr><td><b>Teslim zamnanı</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -49856,23 +50051,23 @@ {2}</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>İp ucu</b></td><td></td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>DEğişiklik seti</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Esas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -49883,7 +50078,7 @@ </table></p></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric5_zh_CN.GB2312.ts Tue Nov 01 15:46:11 2011 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Thu Nov 03 17:52:13 2011 +0100 @@ -7604,7 +7604,7 @@ <translation>全部取消选择</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5913"/> + <location filename="QScintilla/Editor.py" line="5914"/> <source>Check spelling...</source> <translation>正在进行拼写检查……</translation> </message> @@ -8184,7 +8184,7 @@ <translation type="obsolete"><br><b>警告:</b> 重新打开将导致更改丢失。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5299"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>File changed</source> <translation>文件已改变</translation> </message> @@ -8194,7 +8194,7 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source>Drop Error</source> <translation>降落误差</translation> </message> @@ -8204,47 +8204,47 @@ <translation type="obsolete"><p><b>%1</b> 不是一个文件。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5513"/> + <location filename="QScintilla/Editor.py" line="5514"/> <source>Resources</source> <translation>资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5515"/> + <location filename="QScintilla/Editor.py" line="5516"/> <source>Add file...</source> <translation>添加文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5517"/> + <location filename="QScintilla/Editor.py" line="5518"/> <source>Add files...</source> <translation>添加文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5519"/> + <location filename="QScintilla/Editor.py" line="5520"/> <source>Add aliased file...</source> <translation>添加别名文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5521"/> + <location filename="QScintilla/Editor.py" line="5522"/> <source>Add localized resource...</source> <translation>添加本地资源……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5524"/> + <location filename="QScintilla/Editor.py" line="5525"/> <source>Add resource frame</source> <translation>添加资源结构</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5542"/> + <location filename="QScintilla/Editor.py" line="5543"/> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5558"/> + <location filename="QScintilla/Editor.py" line="5559"/> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> @@ -8254,42 +8254,42 @@ <translation type="obsolete">重命名文件 <b>%1</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5646"/> + <location filename="QScintilla/Editor.py" line="5647"/> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5663"/> + <location filename="QScintilla/Editor.py" line="5664"/> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5675"/> + <location filename="QScintilla/Editor.py" line="5676"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5915"/> + <location filename="QScintilla/Editor.py" line="5916"/> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5917"/> + <location filename="QScintilla/Editor.py" line="5918"/> <source>Ignore All</source> <translation>全部忽略</translation> </message> @@ -8344,22 +8344,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5290"/> + <location filename="QScintilla/Editor.py" line="5291"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5378"/> + <location filename="QScintilla/Editor.py" line="5379"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5496"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5585"/> + <location filename="QScintilla/Editor.py" line="5586"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> @@ -8414,7 +8414,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5295"/> + <location filename="QScintilla/Editor.py" line="5296"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> @@ -12652,6 +12652,175 @@ </message> </context> <context> + <name>FeedEditDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="14"/> + <source>Edit Feed Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="25"/> + <source>Fill title and URL of a feed:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="32"/> + <source>Feed title:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="39"/> + <source>Enter the title of the feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="46"/> + <source>Feed URL:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedEditDialog.ui" line="53"/> + <source>Enter the URL of the feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsDialog</name> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="14"/> + <source>Add Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.ui" line="38"/> + <source>Add Feeds from this site</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="45"/> + <source>Add</source> + <translation type="unfinished">添加</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>Add RSS Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="80"/> + <source>The feed was added successfully.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsDialog.py" line="84"/> + <source>The feed was already added before.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FeedsManager</name> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="14"/> + <source>Feeds Manager</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="36"/> + <source>News</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="46"/> + <source>Press to reload all feeds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="49"/> + <source>Reload &All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="59"/> + <source>Press to reload the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="62"/> + <source>&Reload</source> + <translation type="unfinished">重新载入(&R)</translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="72"/> + <source>Press to edit the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="75"/> + <source>&Edit Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="85"/> + <source>Press to delete the selected feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.ui" line="88"/> + <source>&Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>Duplicate Feed URL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="176"/> + <source>A feed with the URL {0} exists already. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source>Delete Feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="196"/> + <source><p>Do you really want to delete the feed <b>{0}</b>?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="302"/> + <source>Error fetching feed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="331"/> + <source>&Open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="332"/> + <source>Open in New &Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="334"/> + <source>&Copy URL to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="341"/> + <source>&Show error data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/Feeds/FeedsManager.py" line="417"/> + <source>Error loading feed</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>Fetch</name> <message> <location filename="Plugins/VcsPlugins/vcsMercurial/FetchExtension/fetch.py" line="60"/> @@ -13743,7 +13912,7 @@ <translation type="obsolete"><p>无法为文件 <b>%1</b> 开启浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="802"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="804"/> <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> <translation>在新选项卡中打开链接<byte value="x9"/>Ctrl+LMB</translation> </message> @@ -13753,7 +13922,7 @@ <translation><b>帮助窗口</b><p>该窗口显示已选的帮助信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="881"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="883"/> <source>Web Inspector...</source> <translation>网络检查器……</translation> </message> @@ -13763,57 +13932,57 @@ <translation type="obsolete"><html><head><title>帮助窗口</title></head><body><p>请求的 URL <b>%1</b> 无法载入。</p><p>原因: %2</p></body></html></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>Check the address for errors such as <b>ww</b>.example.org instead of <b>www</b>.example.org</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If the address is correct, try checking the network connection.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the network.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="845"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="847"/> <source>Bookmark this Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="806"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="808"/> <source>Save Lin&k</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="807"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="809"/> <source>Bookmark this Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="810"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="812"/> <source>Copy Link to Clipboard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="820"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="822"/> <source>Open Image in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="824"/> - <source>Save Image</source> - <translation type="unfinished">保存图像</translation> - </message> - <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="825"/> - <source>Copy Image to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpBrowserWV.py" line="826"/> + <source>Save Image</source> + <translation type="unfinished">保存图像</translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="827"/> + <source>Copy Image to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpBrowserWV.py" line="828"/> <source>Copy Image Location to Clipboard</source> <translation type="unfinished"></translation> </message> @@ -13823,127 +13992,127 @@ <translation type="obsolete">网络浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="830"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="832"/> <source>Block Image</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="859"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="861"/> <source>Search with...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="581"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="583"/> <source><p>The file <b>{0}</b> does not exist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source><p>Could not start a viewer for file <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="601"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="603"/> <source><p>Could not start an application for URL <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1352"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1354"/> <source>Error loading page: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>When connecting to: {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source>Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1401"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1403"/> <source><p>The database quota of <strong>{0}</strong> has been exceeded while accessing database <strong>{1}</strong>.</p><p>Shall it be changed?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>New Web Database Quota</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1429"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1431"/> <source>bytes</source> <translation type="unfinished">字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1432"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1434"/> <source>kB</source> <translation type="unfinished">千字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1435"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1437"/> <source>MB</source> <translation type="unfinished">兆字节</translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1409"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1411"/> <source>Enter the new quota in MB (current = {0}, used = {1}; step size = 5 MB):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="876"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="878"/> <source>Add to web search toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>Method not supported</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="996"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="998"/> <source>{0} method is not supported.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1038"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1040"/> <source>Choose the desired search engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Engine name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1055"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1057"/> <source>Enter a name for the engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="1361"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="1363"/> <source>If your cache policy is set to offline browsing,only pages in the local cache are available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="813"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="815"/> <source>Scan Link with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="834"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="836"/> <source>Scan Image with VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpBrowserWV.py" line="618"/> + <location filename="Helpviewer/HelpBrowserWV.py" line="620"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> @@ -15267,38 +15436,38 @@ <translation type="obsolete">Eric4 帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="494"/> + <location filename="Helpviewer/HelpWindow.py" line="496"/> <source>Close the current help window</source> <translation>关闭当前帮助浏览器</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="350"/> + <location filename="Helpviewer/HelpWindow.py" line="352"/> <source>Open a new help window tab</source> <translation>打开新帮助窗口选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>New Tab</source> <translation>新建选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>&New Tab</source> <translation>新建选项卡(&N)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="345"/> + <location filename="Helpviewer/HelpWindow.py" line="347"/> <source>Ctrl+T</source> <comment>File|New Tab</comment> <translation>Ctrl+T</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="351"/> + <location filename="Helpviewer/HelpWindow.py" line="353"/> <source><b>New Tab</b><p>This opens a new help window tab.</p></source> <translation><b>新建选项卡</b><p>打开新帮助窗口选项卡。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New Window</source> <translation>新建窗口</translation> </message> @@ -15308,142 +15477,142 @@ <translation type="obsolete">新建窗口(&e)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>Ctrl+N</source> <comment>File|New Window</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="364"/> + <location filename="Helpviewer/HelpWindow.py" line="366"/> <source>Open a new help browser window</source> <translation>打开一个新的帮助浏览器窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="365"/> + <location filename="Helpviewer/HelpWindow.py" line="367"/> <source><b>New Window</b><p>This opens a new help browser window.</p></source> <translation><b>新建窗口</b><p>打开一个新的帮助浏览窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>&Open File</source> <translation>打开文件(&O)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="373"/> + <location filename="Helpviewer/HelpWindow.py" line="375"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="378"/> + <location filename="Helpviewer/HelpWindow.py" line="380"/> <source>Open a help file for display</source> <translation>打开显示一个帮助文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="379"/> + <location filename="Helpviewer/HelpWindow.py" line="381"/> <source><b>Open File</b><p>This opens a new help file for display. It pops up a file selection dialog.</p></source> <translation><b>打开文件</b><p>打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Open File in New &Tab</source> <translation>在新选项卡中打开文件(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="388"/> + <location filename="Helpviewer/HelpWindow.py" line="390"/> <source>Shift+Ctrl+O</source> <comment>File|Open in new tab</comment> <translation>Shift+Ctrl+O</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="393"/> - <source>Open a help file for display in a new tab</source> - <translation>在新选项卡中打开显示帮助文件</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="395"/> + <source>Open a help file for display in a new tab</source> + <translation>在新选项卡中打开显示帮助文件</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="397"/> <source><b>Open File in New Tab</b><p>This opens a new help file for display in a new tab. It pops up a file selection dialog.</p></source> <translation><b>在新选项卡中打开文件</b><p>在新选项卡中打开显示一个新帮助文件。将会弹出一个文件选择对话框。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>&Print</source> <translation>打印(&P)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="448"/> + <location filename="Helpviewer/HelpWindow.py" line="450"/> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="453"/> + <location filename="Helpviewer/HelpWindow.py" line="455"/> <source>Print the displayed help</source> <translation>打印显示的帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="454"/> + <location filename="Helpviewer/HelpWindow.py" line="456"/> <source><b>Print</b><p>Print the displayed help text.</p></source> <translation><b>打印</b><p>打印显示的帮助文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="475"/> + <location filename="Helpviewer/HelpWindow.py" line="477"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="479"/> - <source>Print preview of the displayed help</source> - <translation>显示的帮助的打印预览</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="481"/> + <source>Print preview of the displayed help</source> + <translation>显示的帮助的打印预览</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="483"/> <source><b>Print Preview</b><p>Print preview of the displayed help text.</p></source> <translation><b>打印预览</b><p>显示的帮助文件的打印预览。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="489"/> + <location filename="Helpviewer/HelpWindow.py" line="491"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="495"/> + <location filename="Helpviewer/HelpWindow.py" line="497"/> <source><b>Close</b><p>Closes the current help window.</p></source> <translation><b>关闭</b><p>关闭当前帮助窗口。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close All</source> <translation>全部关闭</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="503"/> + <location filename="Helpviewer/HelpWindow.py" line="505"/> <source>Close &All</source> <translation>全部关闭(&A)</translation> </message> @@ -15453,22 +15622,22 @@ <translation type="obsolete">关闭所有帮助窗口</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="507"/> + <location filename="Helpviewer/HelpWindow.py" line="509"/> <source><b>Close All</b><p>Closes all help windows except the first one.</p></source> <translation><b>全部关闭</b><p>关闭所有帮助窗口除了第一个。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="530"/> + <location filename="Helpviewer/HelpWindow.py" line="532"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> @@ -15484,222 +15653,222 @@ <translation type="obsolete"><b>退出</b><p>退出帮助浏览器。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backward</source> <translation>后退</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>&Backward</source> <translation>后退(&B)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Alt+Left</source> <comment>Go|Backward</comment> <translation>Alt+Left</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="547"/> + <location filename="Helpviewer/HelpWindow.py" line="549"/> <source>Backspace</source> <comment>Go|Backward</comment> <translation>Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="553"/> + <location filename="Helpviewer/HelpWindow.py" line="555"/> <source>Move one help screen backward</source> <translation>向后移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="554"/> + <location filename="Helpviewer/HelpWindow.py" line="556"/> <source><b>Backward</b><p>Moves one help screen backward. If none is available, this action is disabled.</p></source> <translation><b>后移</b><p>向后移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Forward</source> <translation>前移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>&Forward</source> <translation>前移(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Alt+Right</source> <comment>Go|Forward</comment> <translation>Alt+Right</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="563"/> + <location filename="Helpviewer/HelpWindow.py" line="565"/> <source>Shift+Backspace</source> <comment>Go|Forward</comment> <translation>Shift+Backspace</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="569"/> + <location filename="Helpviewer/HelpWindow.py" line="571"/> <source>Move one help screen forward</source> <translation>向前移动一个帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="570"/> + <location filename="Helpviewer/HelpWindow.py" line="572"/> <source><b>Forward</b><p>Moves one help screen forward. If none is available, this action is disabled.</p></source> <translation><b>前移</b><p>向前移动一个帮助屏幕。如果没有有效的帮助屏幕,则该行为被禁用。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>&Home</source> <translation>首页(&H)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="579"/> + <location filename="Helpviewer/HelpWindow.py" line="581"/> <source>Ctrl+Home</source> <comment>Go|Home</comment> <translation>Ctrl+Home</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="584"/> + <location filename="Helpviewer/HelpWindow.py" line="586"/> <source>Move to the initial help screen</source> <translation>移动到初始帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="585"/> + <location filename="Helpviewer/HelpWindow.py" line="587"/> <source><b>Home</b><p>Moves to the initial help screen.</p></source> <translation><b>返回</b><p>移动到初始帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Reload</source> <translation>重新载入</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>&Reload</source> <translation>重新载入(&R)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>Ctrl+R</source> <comment>Go|Reload</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="599"/> + <location filename="Helpviewer/HelpWindow.py" line="601"/> <source>Reload the current help screen</source> <translation>重新载入当前帮助屏幕</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="600"/> + <location filename="Helpviewer/HelpWindow.py" line="602"/> <source><b>Reload</b><p>Reloads the current help screen.</p></source> <translation><b>重新载入</b><p>重新载入当前帮助屏幕。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>&Copy</source> <translation>复制(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="623"/> + <location filename="Helpviewer/HelpWindow.py" line="625"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="628"/> + <location filename="Helpviewer/HelpWindow.py" line="630"/> <source>Copy the selected text</source> <translation>复制已选文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="629"/> + <location filename="Helpviewer/HelpWindow.py" line="631"/> <source><b>Copy</b><p>Copy the selected text to the clipboard.</p></source> <translation><b>复制</b><p>将已选文件复制到剪贴板中。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Find...</source> <translation>查找……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>&Find...</source> <translation>查找(&F)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="637"/> + <location filename="Helpviewer/HelpWindow.py" line="639"/> <source>Ctrl+F</source> <comment>Edit|Find</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="642"/> + <location filename="Helpviewer/HelpWindow.py" line="644"/> <source>Find text in page</source> <translation>在页面中查找文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="643"/> + <location filename="Helpviewer/HelpWindow.py" line="645"/> <source><b>Find</b><p>Find text in the current page.</p></source> <translation><b>查找</b><p>在页面中查找文本。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find next</source> <translation>查找下一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>Find &next</source> <translation>查找下一个(&n)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="651"/> + <location filename="Helpviewer/HelpWindow.py" line="653"/> <source>F3</source> <comment>Edit|Find next</comment> <translation>F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="656"/> + <location filename="Helpviewer/HelpWindow.py" line="658"/> <source>Find next occurrence of text in page</source> <translation>在页面中查找文本的下一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="657"/> + <location filename="Helpviewer/HelpWindow.py" line="659"/> <source><b>Find next</b><p>Find the next occurrence of text in the current page.</p></source> <translation><b>查找下一个</b><p>在页面中查找文本的下一个出现位置。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find previous</source> <translation>查找上一个</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Find &previous</source> <translation>查找上一个(&p)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="665"/> + <location filename="Helpviewer/HelpWindow.py" line="667"/> <source>Shift+F3</source> <comment>Edit|Find previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="670"/> + <location filename="Helpviewer/HelpWindow.py" line="672"/> <source>Find previous occurrence of text in page</source> <translation>在页面中查找文本的上一个出现位置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="672"/> + <location filename="Helpviewer/HelpWindow.py" line="674"/> <source><b>Find previous</b><p>Find the previous occurrence of text in the current page.</p></source> <translation><b>查找上一个</b><p>在页面中查找文本的上一个出现位置。</p></translation> </message> @@ -15724,7 +15893,7 @@ <translation type="obsolete"><b>清除历史</b><p>清除历史信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add Bookmark</source> <translation>添加书签</translation> </message> @@ -15764,175 +15933,175 @@ <translation type="obsolete"><b>编辑书签</b><p>该行为显示一个对话框,可以改变书签的名称和文件以及在菜单中书签的顺序。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="736"/> + <location filename="Helpviewer/HelpWindow.py" line="738"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="741"/> + <location filename="Helpviewer/HelpWindow.py" line="743"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="742"/> + <location filename="Helpviewer/HelpWindow.py" line="744"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>About</source> <translation>关于</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="754"/> + <location filename="Helpviewer/HelpWindow.py" line="756"/> <source>&About</source> <translation>关于(&A)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="757"/> + <location filename="Helpviewer/HelpWindow.py" line="759"/> <source>Display information about this software</source> <translation>显示软件信息</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="758"/> + <location filename="Helpviewer/HelpWindow.py" line="760"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>关于</b><p>显示与本软件有关的部分信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About Qt</source> <translation>关于 Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="766"/> + <location filename="Helpviewer/HelpWindow.py" line="768"/> <source>About &Qt</source> <translation>关于 &Qt</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="769"/> - <source>Display information about the Qt toolkit</source> - <translation>显示Qt工具包信息</translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="771"/> + <source>Display information about the Qt toolkit</source> + <translation>显示Qt工具包信息</translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="773"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>关于 Qt</b><p>显示Qt工具包的部分相关信息。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="779"/> + <location filename="Helpviewer/HelpWindow.py" line="781"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="784"/> + <location filename="Helpviewer/HelpWindow.py" line="786"/> <source>Zoom in on the text</source> <translation>放大显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="785"/> + <location filename="Helpviewer/HelpWindow.py" line="787"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>放大</b><p>放大显示文本。将使文本变大。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="793"/> + <location filename="Helpviewer/HelpWindow.py" line="795"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="798"/> + <location filename="Helpviewer/HelpWindow.py" line="800"/> <source>Zoom out on the text</source> <translation>缩小显示文本</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="799"/> + <location filename="Helpviewer/HelpWindow.py" line="801"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>缩小</b><p>缩小显示文本。将使文本变小。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Show next tab</source> <translation>显示下一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="863"/> + <location filename="Helpviewer/HelpWindow.py" line="865"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Show previous tab</source> <translation>显示上一个选项卡</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="872"/> + <location filename="Helpviewer/HelpWindow.py" line="874"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="881"/> + <location filename="Helpviewer/HelpWindow.py" line="883"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="890"/> + <location filename="Helpviewer/HelpWindow.py" line="892"/> <source>&Preferences...</source> <translation>参数选择(&P)……</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="893"/> + <location filename="Helpviewer/HelpWindow.py" line="895"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="894"/> + <location filename="Helpviewer/HelpWindow.py" line="896"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear icons database</source> <translation>清除图标数据库</translation> </message> @@ -15942,42 +16111,42 @@ <translation type="obsolete">清除图标数据库(&C)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1055"/> + <location filename="Helpviewer/HelpWindow.py" line="1057"/> <source>Clear the database of favicons</source> <translation>清除喜好图标数据库</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1056"/> + <location filename="Helpviewer/HelpWindow.py" line="1058"/> <source><b>Clear icons database</b><p>Clears the database of favicons of previously visited URLs.</p></source> <translation><b>清除图标数据库</b><p>清除以前访问过的 URL 的喜好图标的数据库。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1168"/> + <location filename="Helpviewer/HelpWindow.py" line="1186"/> <source>&File</source> <translation>文件(&F)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1191"/> + <location filename="Helpviewer/HelpWindow.py" line="1209"/> <source>&Edit</source> <translation>编辑(&E)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1199"/> + <location filename="Helpviewer/HelpWindow.py" line="1217"/> <source>&View</source> <translation>视图(&V)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1215"/> + <location filename="Helpviewer/HelpWindow.py" line="1233"/> <source>&Go</source> <translation>跳转(&G)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1228"/> + <location filename="Helpviewer/HelpWindow.py" line="1246"/> <source>H&istory</source> <translation>历史(&i)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1235"/> + <location filename="Helpviewer/HelpWindow.py" line="1253"/> <source>&Bookmarks</source> <translation>书签(&B)</translation> </message> @@ -15987,7 +16156,7 @@ <translation type="obsolete">设置(&t)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1286"/> + <location filename="Helpviewer/HelpWindow.py" line="1306"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> @@ -16002,22 +16171,22 @@ <translation type="obsolete">右移</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1297"/> + <location filename="Helpviewer/HelpWindow.py" line="1317"/> <source>File</source> <translation>文件</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1314"/> + <location filename="Helpviewer/HelpWindow.py" line="1334"/> <source>Edit</source> <translation>编辑</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1319"/> + <location filename="Helpviewer/HelpWindow.py" line="1339"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1328"/> + <location filename="Helpviewer/HelpWindow.py" line="1348"/> <source>Find</source> <translation>查找</translation> </message> @@ -16027,12 +16196,12 @@ <translation type="obsolete">书签</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1354"/> + <location filename="Helpviewer/HelpWindow.py" line="1374"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1361"/> + <location filename="Helpviewer/HelpWindow.py" line="1381"/> <source>Go</source> <translation>跳转</translation> </message> @@ -16042,7 +16211,7 @@ <translation type="obsolete"><p>输入要直接显示到该编辑区域的帮助文件。从下拉列表中选择一个以前显示过的帮助文件。</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1610"/> + <location filename="Helpviewer/HelpWindow.py" line="1630"/> <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> <translation>帮助文件 (*.html *.htm);;PDF 文件 (*.pdf);;CHM 文件 (*.chm);;所有文件 (*)</translation> </message> @@ -16092,674 +16261,674 @@ <translation type="obsolete"><p>SSL 错误为 <br /><b>%1</b></p><p>%2</p><p>要忽略这些错误吗?</p></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="149"/> + <location filename="Helpviewer/HelpWindow.py" line="151"/> <source>Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="506"/> + <location filename="Helpviewer/HelpWindow.py" line="508"/> <source>Close all help windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="943"/> + <location filename="Helpviewer/HelpWindow.py" line="945"/> <source>Sync with Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="947"/> - <source>Synchronizes the table of contents with current page</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="949"/> + <source>Synchronizes the table of contents with current page</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="951"/> <source><b>Sync with Table of Contents</b><p>Synchronizes the table of contents with current page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="957"/> + <location filename="Helpviewer/HelpWindow.py" line="959"/> <source>Table of Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="960"/> - <source>Shows the table of contents window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="962"/> + <source>Shows the table of contents window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="964"/> <source><b>Table of Contents</b><p>Shows the table of contents window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="999"/> - <source>Shows a dialog to manage the QtHelp documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1001"/> + <source>Shows a dialog to manage the QtHelp documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1003"/> <source><b>Manage QtHelp Documents</b><p>Shows a dialog to manage the QtHelp documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1276"/> + <location filename="Helpviewer/HelpWindow.py" line="1296"/> <source>&Window</source> <translation type="unfinished">窗口(&W)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1335"/> + <location filename="Helpviewer/HelpWindow.py" line="1355"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1340"/> + <location filename="Helpviewer/HelpWindow.py" line="1360"/> <source>Filtered by: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2122"/> + <location filename="Helpviewer/HelpWindow.py" line="2142"/> <source>Could not find an associated content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1013"/> - <source>Shows a dialog to manage the QtHelp filters</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1015"/> + <source>Shows a dialog to manage the QtHelp filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1017"/> <source><b>Manage QtHelp Filters</b><p>Shows a dialog to manage the QtHelp filters.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="970"/> + <location filename="Helpviewer/HelpWindow.py" line="972"/> <source>Index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="973"/> - <source>Shows the index window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="975"/> + <source>Shows the index window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="977"/> <source><b>Index</b><p>Shows the index window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="983"/> + <location filename="Helpviewer/HelpWindow.py" line="985"/> <source>Search</source> <translation type="unfinished">搜索</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="986"/> - <source>Shows the search window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="988"/> + <source>Shows the search window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="990"/> <source><b>Search</b><p>Shows the search window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1026"/> - <source>Reindexes the documentation set</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1028"/> + <source>Reindexes the documentation set</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1030"/> <source><b>Reindex Documentation</b><p>Reindexes the documentation set.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2231"/> + <location filename="Helpviewer/HelpWindow.py" line="2251"/> <source>Updating search index</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2283"/> + <location filename="Helpviewer/HelpWindow.py" line="2303"/> <source>Looking for Documentation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2313"/> + <location filename="Helpviewer/HelpWindow.py" line="2333"/> <source>Unfiltered</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2332"/> + <location filename="Helpviewer/HelpWindow.py" line="2352"/> <source>Help Engine</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="519"/> + <location filename="Helpviewer/HelpWindow.py" line="521"/> <source>Private Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="515"/> + <location filename="Helpviewer/HelpWindow.py" line="517"/> <source>Private &Browsing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="520"/> + <location filename="Helpviewer/HelpWindow.py" line="522"/> <source><b>Private Browsing</b><p>Enables private browsing. In this mode no history is recorded anymore.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>&Full Screen</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="853"/> + <location filename="Helpviewer/HelpWindow.py" line="855"/> <source>F11</source> <translation type="unfinished">F11</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="996"/> + <location filename="Helpviewer/HelpWindow.py" line="998"/> <source>Manage QtHelp &Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1010"/> + <location filename="Helpviewer/HelpWindow.py" line="1012"/> <source>Manage QtHelp &Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1023"/> + <location filename="Helpviewer/HelpWindow.py" line="1025"/> <source>&Reindex Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1041"/> + <location filename="Helpviewer/HelpWindow.py" line="1043"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1037"/> + <location filename="Helpviewer/HelpWindow.py" line="1039"/> <source>&Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1042"/> + <location filename="Helpviewer/HelpWindow.py" line="1044"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1051"/> + <location filename="Helpviewer/HelpWindow.py" line="1053"/> <source>Clear &icons database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1122"/> + <location filename="Helpviewer/HelpWindow.py" line="1124"/> <source>Show &Network Monitor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1126"/> + <location filename="Helpviewer/HelpWindow.py" line="1128"/> <source>Show the network monitor dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1127"/> + <location filename="Helpviewer/HelpWindow.py" line="1129"/> <source><b>Show Network Monitor</b><p>Shows the network monitor dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1247"/> + <location filename="Helpviewer/HelpWindow.py" line="1265"/> <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1272"/> + <location filename="Helpviewer/HelpWindow.py" line="1290"/> <source>&Tools</source> <translation type="unfinished">工具(&T)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Show page source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="839"/> + <location filename="Helpviewer/HelpWindow.py" line="841"/> <source>Ctrl+U</source> <translation type="unfinished">Ctrl+U</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="843"/> + <location filename="Helpviewer/HelpWindow.py" line="845"/> <source>Show the page source in an editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="844"/> + <location filename="Helpviewer/HelpWindow.py" line="846"/> <source><b>Show page source</b><p>Show the page source in an editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>&Languages...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="906"/> - <source>Configure the accepted languages for web pages</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="908"/> + <source>Configure the accepted languages for web pages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="910"/> <source><b>Languages</b><p>Configure the accepted languages for web pages.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="903"/> + <location filename="Helpviewer/HelpWindow.py" line="905"/> <source>Languages</source> <translation type="unfinished">语言</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>Cookies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="916"/> + <location filename="Helpviewer/HelpWindow.py" line="918"/> <source>C&ookies...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="919"/> - <source>Configure cookies handling</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="921"/> + <source>Configure cookies handling</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="923"/> <source><b>Cookies</b><p>Configure cookies handling.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1346"/> + <location filename="Helpviewer/HelpWindow.py" line="1366"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom reset</source> <translation type="unfinished">重置缩放</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Zoom &reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="807"/> + <location filename="Helpviewer/HelpWindow.py" line="809"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished">Ctrl+0</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="812"/> + <location filename="Helpviewer/HelpWindow.py" line="814"/> <source>Reset the zoom of the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="823"/> + <location filename="Helpviewer/HelpWindow.py" line="825"/> <source>Zoom &text only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="827"/> - <source>Zoom text only; pictures remain constant</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="829"/> + <source>Zoom text only; pictures remain constant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="831"/> <source><b>Zoom text only</b><p>Zoom text only; pictures remain constant.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="813"/> + <location filename="Helpviewer/HelpWindow.py" line="815"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="359"/> + <location filename="Helpviewer/HelpWindow.py" line="361"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>Import Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="420"/> + <location filename="Helpviewer/HelpWindow.py" line="422"/> <source>&Import Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="423"/> - <source>Import bookmarks from other browsers</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="425"/> + <source>Import bookmarks from other browsers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="427"/> <source><b>Import Bookmarks</b><p>Import bookmarks from other browsers.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>Export Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="434"/> + <location filename="Helpviewer/HelpWindow.py" line="436"/> <source>&Export Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="437"/> - <source>Export the bookmarks into a file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="439"/> + <source>Export the bookmarks into a file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="441"/> <source><b>Export Bookmarks</b><p>Export the bookmarks into a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Manage Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>&Manage Bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="680"/> + <location filename="Helpviewer/HelpWindow.py" line="682"/> <source>Ctrl+Shift+B</source> <comment>Help|Manage bookmarks</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="684"/> - <source>Open a dialog to manage the bookmarks.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="686"/> + <source>Open a dialog to manage the bookmarks.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="688"/> <source><b>Manage Bookmarks...</b><p>Open a dialog to manage the bookmarks.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Add &Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="694"/> + <location filename="Helpviewer/HelpWindow.py" line="696"/> <source>Ctrl+D</source> <comment>Help|Add bookmark</comment> <translation type="unfinished">Ctrl+D</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="700"/> + <location filename="Helpviewer/HelpWindow.py" line="702"/> <source>Open a dialog to add a bookmark.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="701"/> + <location filename="Helpviewer/HelpWindow.py" line="703"/> <source><b>Add Bookmark</b><p>Open a dialog to add the current URL as a bookmark.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="709"/> + <location filename="Helpviewer/HelpWindow.py" line="711"/> <source>Add &Folder...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="712"/> - <source>Open a dialog to add a new bookmarks folder.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="714"/> + <source>Open a dialog to add a new bookmarks folder.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="716"/> <source><b>Add Folder...</b><p>Open a dialog to add a new bookmarks folder.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="722"/> + <location filename="Helpviewer/HelpWindow.py" line="724"/> <source>Bookmark All Tabs...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="725"/> - <source>Bookmark all open tabs.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="727"/> + <source>Bookmark all open tabs.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="729"/> <source><b>Bookmark All Tabs...</b><p>Open a dialog to add a new bookmarks folder for all open tabs.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1717"/> + <location filename="Helpviewer/HelpWindow.py" line="1737"/> <source>Saved Tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="593"/> + <location filename="Helpviewer/HelpWindow.py" line="595"/> <source>F5</source> <comment>Go|Reload</comment> <translation type="unfinished">F5</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Stop</source> <translation type="unfinished">中止</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>&Stop</source> <translation type="unfinished">中止(&S)</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Ctrl+.</source> <comment>Go|Stop</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="608"/> + <location filename="Helpviewer/HelpWindow.py" line="610"/> <source>Esc</source> <comment>Go|Stop</comment> <translation type="unfinished">Esc</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="614"/> + <location filename="Helpviewer/HelpWindow.py" line="616"/> <source>Stop loading</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="615"/> + <location filename="Helpviewer/HelpWindow.py" line="617"/> <source><b>Stop</b><p>Stops loading of the current tab.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Save As </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>&Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="404"/> + <location filename="Helpviewer/HelpWindow.py" line="406"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="409"/> + <location filename="Helpviewer/HelpWindow.py" line="411"/> <source>Save the current page to disk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="411"/> + <location filename="Helpviewer/HelpWindow.py" line="413"/> <source><b>Save As...</b><p>Saves the current page to disk.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search Engines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1068"/> - <source>Configure the available search engines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1070"/> + <source>Configure the available search engines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1072"/> <source><b>Configure Search Engines...</b><p>Opens a dialog to configure the available search engines.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1079"/> + <location filename="Helpviewer/HelpWindow.py" line="1081"/> <source>Manage Saved Passwords...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1083"/> - <source>Manage the saved passwords</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1085"/> + <source>Manage the saved passwords</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1087"/> <source><b>Manage Saved Passwords...</b><p>Opens a dialog to manage the saved passwords.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>Ad Block</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1093"/> + <location filename="Helpviewer/HelpWindow.py" line="1095"/> <source>&Ad Block...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1097"/> - <source>Configure AdBlock subscriptions and rules</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1099"/> + <source>Configure AdBlock subscriptions and rules</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1101"/> <source><b>Ad Block...</b><p>Opens a dialog to configure AdBlock subscriptions and rules.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2292"/> + <location filename="Helpviewer/HelpWindow.py" line="2312"/> <source>eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="462"/> + <location filename="Helpviewer/HelpWindow.py" line="464"/> <source>Print as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="466"/> + <location filename="Helpviewer/HelpWindow.py" line="468"/> <source>Print the displayed help as PDF</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="467"/> + <location filename="Helpviewer/HelpWindow.py" line="469"/> <source><b>Print as PDF</b><p>Print the displayed help text as a PDF file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline Storage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="929"/> + <location filename="Helpviewer/HelpWindow.py" line="931"/> <source>Offline &Storage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="932"/> - <source>Configure offline storage</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="934"/> + <source>Configure offline storage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="936"/> <source><b>Offline Storage</b><p>Opens a dialog to configure offline storage.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1064"/> + <location filename="Helpviewer/HelpWindow.py" line="1066"/> <source>Configure Search &Engines...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1893"/> + <location filename="Helpviewer/HelpWindow.py" line="1913"/> <source><b>Are you sure you want to turn on private browsing?</b><p>When private browsing is turned on, web pages are not added to the history, searches are not added to the list of recent searches and web site icons and cookies are not stored. HTML5 offline storage will be deactivated. Until you close the window, you can still click the Back and Forward buttons to return to the web pages you have opened.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1210"/> + <location filename="Helpviewer/HelpWindow.py" line="1228"/> <source>Text Encoding</source> <translation type="unfinished"></translation> </message> @@ -16769,126 +16938,152 @@ <translation type="obsolete">默认</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1262"/> + <location filename="Helpviewer/HelpWindow.py" line="1280"/> <source>User Agent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2647"/> + <location filename="Helpviewer/HelpWindow.py" line="2667"/> <source>ISO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2648"/> + <location filename="Helpviewer/HelpWindow.py" line="2668"/> <source>Windows</source> <translation type="unfinished">Windows</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2649"/> + <location filename="Helpviewer/HelpWindow.py" line="2669"/> <source>ISCII</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2650"/> + <location filename="Helpviewer/HelpWindow.py" line="2670"/> <source>Unicode</source> <translation type="unfinished">Unicode</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2651"/> + <location filename="Helpviewer/HelpWindow.py" line="2671"/> <source>Other</source> <translation type="unfinished">其它</translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2652"/> + <location filename="Helpviewer/HelpWindow.py" line="2672"/> <source>IBM</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2674"/> + <location filename="Helpviewer/HelpWindow.py" line="2694"/> <source>Default Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1135"/> + <location filename="Helpviewer/HelpWindow.py" line="1137"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1138"/> - <source>Shows the downloads window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1140"/> + <source>Shows the downloads window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1142"/> <source><b>Downloads</b><p>Shows the downloads window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1108"/> + <location filename="Helpviewer/HelpWindow.py" line="1110"/> <source>Manage Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1112"/> - <source>Manage the saved certificates</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Helpviewer/HelpWindow.py" line="1114"/> + <source>Manage the saved certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1116"/> <source><b>Manage Saved Certificates...</b><p>Opens a dialog to manage the saved certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1411"/> + <location filename="Helpviewer/HelpWindow.py" line="1431"/> <source>VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1417"/> + <location filename="Helpviewer/HelpWindow.py" line="1437"/> <source><h2>File search</h2><p>In order to search for the last VirusTotal report on a given file just enter its hash. Currently the allowed hashes are MD5, SHA1 and SHA256. You can also search for a particular file report by typing in its permalink id.</p><h2>URL search</h2><p>URL searches are simple, just type in the given URL, the application will normalize it and compare it with the entries in VirusTotal's database. Alternatively you may enter the MD5 hash of an URL preceded by "url:", e.g. url:7f911bbcf618f052ac6b9928600d2820.</p><h2>User search</h2><p>Do you want to know whether a friend has a VT Community account? Simply type in his nick preceded by the symbol "@", e.g. @EmilianoMartinez.</p><h2>Search through comments</h2><p>The comments in VT Community may often help in disinfecting your PC or may proof themselves useful when analysing a particular malware sample, comment tags enable users to search through the VT Community reviews. The standard file tags are: {0} The standard URL tags are: {1}User generated tags are preceded by the symbol "#", e.g. #disinfect.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1461"/> + <location filename="Helpviewer/HelpWindow.py" line="1481"/> <source>Search VirusTotal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1467"/> + <location filename="Helpviewer/HelpWindow.py" line="1487"/> <source>Scan current site</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="2790"/> + <location filename="Helpviewer/HelpWindow.py" line="2838"/> <source><p>The VirusTotal scan could not be scheduled.<p> <p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="535"/> + <location filename="Helpviewer/HelpWindow.py" line="537"/> <source>Quit the eric5 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="536"/> + <location filename="Helpviewer/HelpWindow.py" line="538"/> <source><b>Quit</b><p>Quit the eric5 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/HelpWindow.py" line="1638"/> + <location filename="Helpviewer/HelpWindow.py" line="1658"/> <source><h3>About eric5 Web Browser</h3><p>The eric5 Web Browser is a combined help file and HTML browser.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>RSS Feeds Dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>&RSS Feeds Dialog...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1150"/> + <source>Ctrl+Shift+F</source> + <comment>Help|RSS Feeds Dialog</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1155"/> + <source>Open a dialog showing the configured RSS feeds.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Helpviewer/HelpWindow.py" line="1157"/> + <source><b>RSS Feeds Dialog...</b><p>Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Hg</name> @@ -16933,47 +17128,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="520"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="521"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="636"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="637"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="700"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="701"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="829"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="830"/> <source>Taging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="862"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="863"/> <source>Reverting changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="912"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="913"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1152"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1341"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1342"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> @@ -16983,177 +17178,177 @@ <translation type="obsolete">选择要显示的条目数。</translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1586"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1587"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1639"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1640"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1758"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1759"/> <source>Resolving files/directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1779"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1780"/> <source>Enter branch name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1791"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1896"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1897"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1919"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1920"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2180"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2181"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1815"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2089"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2090"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2193"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2209"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2210"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2243"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2244"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2142"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1965"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1966"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1997"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2275"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2276"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2047"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2048"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2175"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2152"/> <source>Identifying changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2331"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2332"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2311"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2312"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2064"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2065"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2356"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2357"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2351"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2352"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2490"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2491"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2423"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2424"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2470"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> @@ -29410,27 +29605,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="967"/> + <location filename="Preferences/__init__.py" line="968"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="Preferences/__init__.py" line="994"/> + <location filename="Preferences/__init__.py" line="995"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1087"/> + <location filename="Preferences/__init__.py" line="1088"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -37015,42 +37210,42 @@ <context> <name>ShortcutDialog</name> <message> - <location filename="Preferences/ShortcutDialog.ui" line="13"/> + <location filename="Preferences/ShortcutDialog.ui" line="14"/> <source>Edit Shortcut</source> <translation>编辑快捷键</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="16"/> + <location filename="Preferences/ShortcutDialog.ui" line="17"/> <source>Press your shortcut keys and select OK</source> <translation>点击你想要的快捷键并选择确定</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="31"/> + <location filename="Preferences/ShortcutDialog.ui" line="68"/> <source>Select to change the alternative keyboard shortcut</source> <translation>选择改变为另一个键盘快捷键</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="34"/> + <location filename="Preferences/ShortcutDialog.ui" line="71"/> <source>Alternative Shortcut:</source> <translation>另一个快捷键:</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="120"/> + <location filename="Preferences/ShortcutDialog.ui" line="84"/> <source>Press to clear the key sequence buffer.</source> <translation>点击清除按键序列缓冲区。</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="123"/> + <location filename="Preferences/ShortcutDialog.ui" line="87"/> <source>Clear</source> <translation>清除</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="101"/> + <location filename="Preferences/ShortcutDialog.ui" line="32"/> <source>Select to change the primary keyboard shortcut</source> <translation>选择改变为主要的键盘快捷键</translation> </message> <message> - <location filename="Preferences/ShortcutDialog.ui" line="104"/> + <location filename="Preferences/ShortcutDialog.ui" line="35"/> <source>Primary Shortcut:</source> <translation>主要的快捷键:</translation> </message> @@ -47360,12 +47555,12 @@ <context> <name>UrlBar</name> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="157"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="168"/> <source>Unknown</source> <translation type="unfinished">未知</translation> </message> <message> - <location filename="Helpviewer/UrlBar/UrlBar.py" line="45"/> + <location filename="Helpviewer/UrlBar/UrlBar.py" line="47"/> <source>Enter the URL here.</source> <translation type="unfinished"></translation> </message> @@ -53995,30 +54190,30 @@ <context> <name>mercurial</name> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1211"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1212"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1708"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1709"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1716"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1717"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1227"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1228"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1257"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1258"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -54029,23 +54224,23 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1702"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1703"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1704"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1705"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1720"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1721"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1723"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1724"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -54053,7 +54248,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1712"/> + <location filename="Plugins/VcsPlugins/vcsMercurial/hg.py" line="1713"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message>