Wed, 10 Jan 2024 09:44:42 +0100
Regenerated the source code documentation.
--- a/src/eric7/APIs/Python3/eric7.api Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Wed Jan 10 09:44:42 2024 +0100 @@ -3603,9 +3603,9 @@ eric7.Network.IRC.IrcUtilities.getChannelModesDict?4() eric7.Network.IRC.IrcUtilities.ircFilter?4(msg) eric7.Network.IRC.IrcUtilities.ircTimestamp?4() -eric7.Network.IRC.IrcWidget.IrcWidget.ServerConnected?7 -eric7.Network.IRC.IrcWidget.IrcWidget.ServerConnecting?7 -eric7.Network.IRC.IrcWidget.IrcWidget.ServerDisconnected?7 +eric7.Network.IRC.IrcWidget.IrcConnectionState.Connected?7 +eric7.Network.IRC.IrcWidget.IrcConnectionState.Connecting?7 +eric7.Network.IRC.IrcWidget.IrcConnectionState.Disconnected?7 eric7.Network.IRC.IrcWidget.IrcWidget.autoConnect?4() eric7.Network.IRC.IrcWidget.IrcWidget.autoConnected?7 eric7.Network.IRC.IrcWidget.IrcWidget.isChannelName?4(name) @@ -3773,6 +3773,11 @@ eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog.getData?4() eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog.on_packagesEdit_textChanged?4(txt) eric7.PipInterface.PipPackagesInputDialog.PipPackagesInputDialog?1(pip, title, install=True, parent=None) +eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.Classifiers?7 +eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.EntryPoints?7 +eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.FilesList?7 +eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.General?7 +eric7.PipInterface.PipPackagesWidget.PipPackageInformationMode.UrlsList?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.AvailableVersionColumn?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.DepInstalledVersionColumn?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.DepPackageColumn?7 @@ -3780,11 +3785,6 @@ eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.InstalledVersionColumn?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.PackageColumn?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.SearchVersionRole?7 -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.ShowProcessClassifiersMode?7 -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.ShowProcessEntryPointsMode?7 -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.ShowProcessFilesListMode?7 -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.ShowProcessGeneralMode?7 -eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.ShowProcessUrlsListMode?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.VulnerabilityColumn?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.VulnerabilityRole?7 eric7.PipInterface.PipPackagesWidget.PipPackagesWidget.executeInstallPackages?4(packages, userSite=False) @@ -5567,11 +5567,11 @@ eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.show?4() eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog.start?4(projectDir) eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.GitStashBrowserDialog?1(vcs, parent=None) -eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashDataDialog.NoUntracked?7 -eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashDataDialog.UntrackedAndIgnored?7 -eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashDataDialog.UntrackedOnly?7 eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashDataDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashDataDialog?1(parent=None) +eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashKind.NoUntracked?7 +eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashKind.UntrackedAndIgnored?7 +eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.GitStashKind.UntrackedOnly?7 eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.GitStatusDialog.ConflictRole?7 eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.GitStatusDialog.ConflictStates?7 eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.GitStatusDialog.closeEvent?4(e) @@ -5622,15 +5622,15 @@ eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.GitTagBranchListDialog.on_sendButton_clicked?4() eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.GitTagBranchListDialog.start?4(path, tags, listAll=True, merged=True) eric7.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.GitTagBranchListDialog?1(vcs, parent=None) -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.AnnotatedTag?7 -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.CreateTag?7 -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.DeleteTag?7 -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.LocalTag?7 -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.SignedTag?7 -eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.VerifyTag?7 eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.getParameters?4() eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog.on_tagCombo_editTextChanged?4(text) eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagDialog?1(taglist, revision=None, tagName=None, parent=None) +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagOperation.Create?7 +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagOperation.Delete?7 +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagOperation.Verify?7 +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagType.Annotated?7 +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagType.Local?7 +eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.GitTagType.Signed?7 eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.GitUserConfigDataDialog.getData?4() eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.GitUserConfigDataDialog?1(version=(0, 0), parent=None) eric7.Plugins.VcsPlugins.vcsGit.GitUtilities.getConfigPath?4() @@ -5848,20 +5848,20 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.HgArchiveDialog?1(vcs, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.HgBackoutDialog.getParameters?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.HgBackoutDialog?1(tagsList, branchesList, bookmarksList=None, parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog.DEFINE_MODE?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog.MOVE_MODE?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkAction.DEFINE?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkAction.MOVE?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog.getData?4() -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog?1(mode, tagsList, branchesList, bookmarksList, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.HgBookmarkDialog?1(action, tagsList, branchesList, bookmarksList, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog.on_nameEdit_textChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.HgBookmarkRenameDialog?1(bookmarksList, parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.INCOMING?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.OUTGOING?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.on_buttonBox_clicked?4(button) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog.start?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialog?1(vcs, mode, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialogMode.INCOMING?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.HgBookmarksInOutDialogMode.OUTGOING?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.closeEvent?4(e) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_bookmarksList_customContextMenuRequested?4(pos) eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_buttonBox_clicked?4(button) @@ -6073,14 +6073,14 @@ eric7.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.on_tagList_customContextMenuRequested?4(pos) eric7.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog.start?4(tags, tagsList, allTagsList) eric7.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.HgTagBranchListDialog?1(vcs, parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.CreateGlobalTag?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.CreateLocalTag?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.DeleteGlobalTag?7 -eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.DeleteLocalTag?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.getParameters?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.on_tagCombo_currentIndexChanged?4(index) eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.on_tagCombo_editTextChanged?4(text) eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog?1(taglist, revision=None, tagName=None, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagOperation.CreateGlobal?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagOperation.CreateLocal?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagOperation.DeleteGlobal?7 +eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagOperation.DeleteLocal?7 eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.accept?4() eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.eventFilter?4(watched, event) eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_editorButton_clicked?4() @@ -6220,8 +6220,6 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.HgQueuesListGuardsDialog.on_patchSelector_activated?4(index) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.HgQueuesListGuardsDialog.start?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog.HgQueuesListGuardsDialog?1(vcs, patchesList, parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.NEW_MODE?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.REFRESH_MODE?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled?4(checked) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_messageEdit_textChanged?4() @@ -6229,15 +6227,17 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userEdit_textChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog.on_userGroup_toggled?4(checked) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialog?1(mode, message="", parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.NAME_INPUT?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.NO_INPUT?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.QUEUE_INPUT?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialogMode.NEW?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.HgQueuesNewPatchDialogMode.REFRESH?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.on_buttonBox_clicked?4(button) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.on_nameEdit_textChanged?4(txt) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog.refresh?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialog?1(mode, title, suppressActive, vcs, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialogMode.NAME_INPUT?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialogMode.NO_INPUT?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.HgQueuesQueueManagementDialogMode.QUEUE_INPUT?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.getData?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged?4(index) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.HgQueuesRenamePatchDialog.on_nameEdit_textChanged?4(txt) @@ -6247,15 +6247,15 @@ eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.QueuesProjectHelper.initMenu?4(mainMenu) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.QueuesProjectHelper.menuTitle?4() eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.QueuesProjectHelper?1() -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.APPLIED_LIST?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.GOTO?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.POP?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.PUSH?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.QUEUE_ACTIVATE?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.QUEUE_DELETE?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.QUEUE_PURGE?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.SERIES_LIST?7 -eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.UNAPPLIED_LIST?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.ACTIVATE?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.DELETE?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.GOTO?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.POP?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.PURGE?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueueOperation.PUSH?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueuePatchesListType.APPLIED?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueuePatchesListType.SERIES?7 +eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.QueuePatchesListType.UNAPPLIED?7 eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.getGuardsList?4(allGuards=True) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.hgQueueCreateRenameQueue?4(isCreate) eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.Queues.hgQueueDeletePatch?4() @@ -7392,10 +7392,6 @@ eric7.Preferences.ConfigurationPages.EditorHighlightersPage.EditorHighlightersPage.save?4() eric7.Preferences.ConfigurationPages.EditorHighlightersPage.EditorHighlightersPage?1(lexers) eric7.Preferences.ConfigurationPages.EditorHighlightersPage.create?4(dlg) -eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYANDSIZE?7 -eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FAMILYONLY?7 -eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.FONT?7 -eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SIZEONLY?7 eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.StyleRole?7 eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.SubstyleRole?7 eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.on_addSubstyleButton_clicked?4() @@ -7423,6 +7419,10 @@ eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setSampleFont?4(familyOnly, sizeOnly) eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage.setState?4(state) eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.EditorHighlightingStylesPage?1(lexers) +eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.FontChangeMode.FAMILYANDSIZE?7 +eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.FontChangeMode.FAMILYONLY?7 +eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.FontChangeMode.FONT?7 +eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.FontChangeMode.SIZEONLY?7 eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.create?4(dlg) eric7.Preferences.ConfigurationPages.EditorHighlightingStylesSelectionDialog.EditorHighlightingStylesSelectionDialog.getLexerNames?4() eric7.Preferences.ConfigurationPages.EditorHighlightingStylesSelectionDialog.EditorHighlightingStylesSelectionDialog.on_buttonBox_clicked?4(button) @@ -9236,9 +9236,6 @@ eric7.QScintilla.MarkupProviders.HyperlinkMarkupDialog.HyperlinkMarkupDialog.on_targetEdit_textChanged?4(txt) eric7.QScintilla.MarkupProviders.HyperlinkMarkupDialog.HyperlinkMarkupDialog.on_textEdit_textChanged?4(txt) eric7.QScintilla.MarkupProviders.HyperlinkMarkupDialog.HyperlinkMarkupDialog?1(textMayBeEmpty, targetMayBeEmpty, noTitle=False, parent=None) -eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.HtmlMode?7 -eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.MarkDownMode?7 -eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.RestMode?7 eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.getData?4() eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.on_altTextEdit_textChanged?4(txt) eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.on_aspectRatioCheckBox_toggled?4(checked) @@ -9247,6 +9244,9 @@ eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.on_sizeCheckBox_toggled?4(checked) eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog.on_widthSpinBox_valueChanged?4(width) eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupDialog?1(mode, parent=None) +eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupMode.Html?7 +eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupMode.MarkDown?7 +eric7.QScintilla.MarkupProviders.ImageMarkupDialog.ImageMarkupMode.Rest?7 eric7.QScintilla.MarkupProviders.MarkdownProvider.MarkdownProvider.bold?4(editor) eric7.QScintilla.MarkupProviders.MarkdownProvider.MarkdownProvider.bulletedList?4(editor) eric7.QScintilla.MarkupProviders.MarkdownProvider.MarkdownProvider.code?4(editor) @@ -10548,6 +10548,17 @@ eric7.UI.ErrorLogDialog.ErrorLogDialog.on_emailButton_clicked?4() eric7.UI.ErrorLogDialog.ErrorLogDialog.on_keepButton_clicked?4() eric7.UI.ErrorLogDialog.ErrorLogDialog?1(logFile, showMode, parent=None) +eric7.UI.FindFileFilterPropertiesDialog.FindFileFilterPropertiesDialog.getProperties?4() +eric7.UI.FindFileFilterPropertiesDialog.FindFileFilterPropertiesDialog?1(currentFilters, properties=None, parent=None) +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.FilterPatternRole?7 +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.FilterTextRole?7 +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.getFilters?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.on_addFileFilterButton_clicked?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.on_defaultFiltersButton_clicked?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.on_editFileFilterButton_clicked?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged?4() +eric7.UI.FindFileFiltersEditDialog.FindFileFiltersEditDialog?1(filters, parent=None) eric7.UI.FindFileWidget.FindFileDialog.activate?4(replaceMode=False, txt="", searchDir="", openFiles=False) eric7.UI.FindFileWidget.FindFileDialog.designerFile?7 eric7.UI.FindFileWidget.FindFileDialog.linguistFile?7 @@ -10568,7 +10579,8 @@ eric7.UI.FindFileWidget.FindFileWidget.on_dirPicker_editTextChanged?4(text) eric7.UI.FindFileWidget.FindFileWidget.on_escapeToolButton_toggled?4(checked) eric7.UI.FindFileWidget.FindFileWidget.on_filterCheckBox_clicked?4() -eric7.UI.FindFileWidget.FindFileWidget.on_filterEdit_textEdited?4(text) +eric7.UI.FindFileWidget.FindFileWidget.on_filterComboBox_currentIndexChanged?4(index) +eric7.UI.FindFileWidget.FindFileWidget.on_filtersConfigButton_clicked?4() eric7.UI.FindFileWidget.FindFileWidget.on_findList_itemDoubleClicked?4(itm, column) eric7.UI.FindFileWidget.FindFileWidget.on_findtextCombo_editTextChanged?4(text) eric7.UI.FindFileWidget.FindFileWidget.on_openFilesButton_clicked?4() @@ -10775,10 +10787,7 @@ eric7.UI.UserInterface.Redirector.write?4(s) eric7.UI.UserInterface.Redirector?1(stderr, parent=None) eric7.UI.UserInterface.SSL_AVAILABLE?7 -eric7.UI.UserInterface.UserInterface.BottomSide?7 eric7.UI.UserInterface.UserInterface.ErrorLogFileName?7 -eric7.UI.UserInterface.UserInterface.LeftSide?7 -eric7.UI.UserInterface.UserInterface.RightSide?7 eric7.UI.UserInterface.UserInterface.activateCodeDocumentationViewer?4(switchFocus=True) eric7.UI.UserInterface.UserInterface.activateCooperationViewer?4() eric7.UI.UserInterface.UserInterface.activateDebugViewer?4() @@ -10847,6 +10856,9 @@ eric7.UI.UserInterface.UserInterface.upgradePyQt?4() eric7.UI.UserInterface.UserInterface.versionIsNewer?4(required, snapshot=None) eric7.UI.UserInterface.UserInterface?1(app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString, ) +eric7.UI.UserInterface.UserInterfaceSide.Bottom?7 +eric7.UI.UserInterface.UserInterfaceSide.Left?7 +eric7.UI.UserInterface.UserInterfaceSide.Right?7 eric7.UI.VersionsDialog.VersionsDialog?1(parent, title, text) eric7.UI.upgrader._ericPackages?8 eric7.UI.upgrader._pyqtPackages?8 @@ -11008,16 +11020,16 @@ eric7.Utilities.ModuleParser.resetParsedModule?4(module, basename="") eric7.Utilities.ModuleParser.resetParsedModules?4() eric7.Utilities.MouseUtilities.MouseButtonModifier2String?4(modifiers, button) -eric7.Utilities.PasswordChecker.PasswordChecker.Complexity_Good?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Complexity_Strong?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Complexity_VeryStrong?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Complexity_VeryWeak?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Complexity_Weak?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Status_Exceeded?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Status_Failed?7 -eric7.Utilities.PasswordChecker.PasswordChecker.Status_Passed?7 +eric7.Utilities.PasswordChecker.PasswordCheckStatus.Exceeded?7 +eric7.Utilities.PasswordChecker.PasswordCheckStatus.Failed?7 +eric7.Utilities.PasswordChecker.PasswordCheckStatus.Passed?7 eric7.Utilities.PasswordChecker.PasswordChecker.checkPassword?4(password) eric7.Utilities.PasswordChecker.PasswordChecker?1() +eric7.Utilities.PasswordChecker.PasswordStrength.Good?7 +eric7.Utilities.PasswordChecker.PasswordStrength.Strong?7 +eric7.Utilities.PasswordChecker.PasswordStrength.VeryStrong?7 +eric7.Utilities.PasswordChecker.PasswordStrength.VeryWeak?7 +eric7.Utilities.PasswordChecker.PasswordStrength.Weak?7 eric7.Utilities._escape?8 eric7.Utilities._escape_map?8 eric7.Utilities._percentReplacementFunc?5(matchobj) @@ -11176,8 +11188,6 @@ eric7.VCS.VersionControl.VersionControl._vcsClearProjectCommitMessages?5() eric7.VCS.VersionControl.VersionControl._vcsProjectCommitMessages?5() eric7.VCS.VersionControl.VersionControl.addArguments?4(args, argslist) -eric7.VCS.VersionControl.VersionControl.canBeAdded?7 -eric7.VCS.VersionControl.VersionControl.canBeCommitted?7 eric7.VCS.VersionControl.VersionControl.checkVCSStatus?4() eric7.VCS.VersionControl.VersionControl.clearStatusCache?4() eric7.VCS.VersionControl.VersionControl.clearStatusMonitorCachedState?4(name) @@ -11244,6 +11254,8 @@ eric7.VCS.VersionControl.VersionControl.vcsTag?4(name) eric7.VCS.VersionControl.VersionControl.vcsUpdate?4(name, noDialog=False) eric7.VCS.VersionControl.VersionControl?1(parent=None, name=None) +eric7.VCS.VersionControl.VersionControlState.Controlled?7 +eric7.VCS.VersionControl.VersionControlState.Uncontrolled?7 eric7.VCS.factory?4(vcs) eric7.VCS.getBasicHelper?4(project) eric7.ViewManager.BookmarkedFilesDialog.BookmarkedFilesDialog.getBookmarkedFiles?4() @@ -11703,20 +11715,20 @@ eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.filterAcceptsRow?4(sourceRow, sourceParent) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.hasChildren?4(parent=None) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel?1(parent=None) -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.Bookmark?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.Folder?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.Root?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.Separator?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.TsAdded?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.TsModified?7 -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.TsVisited?7 eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.add?4(child, offset=-1) eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.children?4() eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.parent?4() eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.remove?4(child) eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.setType?4(type_) eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode.type?4() -eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode?1(type_=Root, parent=None) +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNode?1(type_=BookmarkNodeType.Root, parent=None) +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNodeType.Bookmark?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNodeType.Folder?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNodeType.Root?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkNodeType.Separator?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkTimestampType.Added?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkTimestampType.Modified?7 +eric7.WebBrowser.Bookmarks.BookmarkNode.BookmarkTimestampType.Visited?7 eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.BookmarkPropertiesDialog.accept?4() eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.BookmarkPropertiesDialog?1(node, parent=None) eric7.WebBrowser.Bookmarks.BookmarksDialog.BookmarksDialog.closeEvent?4(evt) @@ -11787,10 +11799,13 @@ eric7.WebBrowser.Bookmarks.BookmarksImporters.getImporters?4() eric7.WebBrowser.Bookmarks.BookmarksManager.BOOKMARKBAR?7 eric7.WebBrowser.Bookmarks.BookmarksManager.BOOKMARKMENU?7 +eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarkSearchStart.Menu?7 +eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarkSearchStart.Root?7 +eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarkSearchStart.ToolBar?7 eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.addBookmark?4(parent, node, row=-1) -eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarkForUrl?4(url, start=StartRoot) +eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarkForUrl?4(url, start=BookmarkSearchStart.Root) eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarks?4() -eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarksForUrl?4(url, start=StartRoot) +eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarksForUrl?4(url, start=BookmarkSearchStart.Root) eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarksModel?4() eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarksReloaded?7 eric7.WebBrowser.Bookmarks.BookmarksManager.BookmarksManager.bookmarksSaved?7 @@ -11826,9 +11841,6 @@ eric7.WebBrowser.Bookmarks.BookmarksManager.RemoveBookmarksCommand.redo?4() eric7.WebBrowser.Bookmarks.BookmarksManager.RemoveBookmarksCommand.undo?4() eric7.WebBrowser.Bookmarks.BookmarksManager.RemoveBookmarksCommand?1(bookmarksManager, parent, row) -eric7.WebBrowser.Bookmarks.BookmarksManager.StartMenu?7 -eric7.WebBrowser.Bookmarks.BookmarksManager.StartRoot?7 -eric7.WebBrowser.Bookmarks.BookmarksManager.StartToolBar?7 eric7.WebBrowser.Bookmarks.BookmarksMenu.BookmarksMenu.createBaseMenu?4() eric7.WebBrowser.Bookmarks.BookmarksMenu.BookmarksMenu.newTab?7 eric7.WebBrowser.Bookmarks.BookmarksMenu.BookmarksMenu.newWindow?7 @@ -11901,16 +11913,12 @@ eric7.WebBrowser.CookieJar.CookieExceptionsModel.CookieExceptionsModel.removeRows?4(row, count, parent=None) eric7.WebBrowser.CookieJar.CookieExceptionsModel.CookieExceptionsModel.rowCount?4(parent=None) eric7.WebBrowser.CookieJar.CookieExceptionsModel.CookieExceptionsModel?1(cookieJar, parent=None) -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.AcceptAlways?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.AcceptMax?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.AcceptNever?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.AcceptOnlyFromSitesNavigatedTo?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.Allow?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.AllowForSession?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.Block?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.KeepMax?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.KeepUntilExit?7 -eric7.WebBrowser.CookieJar.CookieJar.CookieJar.KeepUntilExpire?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieAcceptPolicy.Always?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieAcceptPolicy.Never?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieAcceptPolicy.OnlyFromSitesNavigatedTo?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieExceptionRuleType.Allow?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieExceptionRuleType.AllowForSession?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieExceptionRuleType.Block?7 eric7.WebBrowser.CookieJar.CookieJar.CookieJar.acceptPolicy?4() eric7.WebBrowser.CookieJar.CookieJar.CookieJar.allowForSessionCookies?4() eric7.WebBrowser.CookieJar.CookieJar.CookieJar.allowedCookies?4() @@ -11931,6 +11939,8 @@ eric7.WebBrowser.CookieJar.CookieJar.CookieJar.setFilterTrackingCookies?4(filterTrackingCookies) eric7.WebBrowser.CookieJar.CookieJar.CookieJar.setKeepPolicy?4(policy) eric7.WebBrowser.CookieJar.CookieJar.CookieJar?1(parent=None) +eric7.WebBrowser.CookieJar.CookieJar.CookieKeepPolicy.UntilExit?7 +eric7.WebBrowser.CookieJar.CookieJar.CookieKeepPolicy.UntilExpire?7 eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.CookiesConfigurationDialog.accept?4() eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.CookiesConfigurationDialog.on_cookiesButton_clicked?4() eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.CookiesConfigurationDialog.on_exceptionsButton_clicked?4() @@ -11982,9 +11992,6 @@ eric7.WebBrowser.Download.DownloadItem.DownloadState.Cancelled?7 eric7.WebBrowser.Download.DownloadItem.DownloadState.Downloading?7 eric7.WebBrowser.Download.DownloadItem.DownloadState.Successful?7 -eric7.WebBrowser.Download.DownloadManager.DownloadManager.RemoveExit?7 -eric7.WebBrowser.Download.DownloadManager.DownloadManager.RemoveNever?7 -eric7.WebBrowser.Download.DownloadManager.DownloadManager.RemoveSuccessFullDownload?7 eric7.WebBrowser.Download.DownloadManager.DownloadManager.UpdateTimerTimeout?7 eric7.WebBrowser.Download.DownloadManager.DownloadManager.activeDownloadsCount?4() eric7.WebBrowser.Download.DownloadManager.DownloadManager.allowQuit?4() @@ -12005,6 +12012,10 @@ eric7.WebBrowser.Download.DownloadManager.DownloadManager.shutdown?4() eric7.WebBrowser.Download.DownloadManager.DownloadManager.timerEvent?4(evt) eric7.WebBrowser.Download.DownloadManager.DownloadManager?1(parent=None) +eric7.WebBrowser.Download.DownloadManager.DownloadManagerDefaultRemovePolicy?7 +eric7.WebBrowser.Download.DownloadManager.DownloadManagerRemovePolicy.Exit?7 +eric7.WebBrowser.Download.DownloadManager.DownloadManagerRemovePolicy.Never?7 +eric7.WebBrowser.Download.DownloadManager.DownloadManagerRemovePolicy.SuccessfullDownload?7 eric7.WebBrowser.Download.DownloadManagerButton.DownloadManagerButton?1(parent=None) eric7.WebBrowser.Download.DownloadModel.DownloadModel.data?4(index, role) eric7.WebBrowser.Download.DownloadModel.DownloadModel.flags?4(index) @@ -12071,8 +12082,8 @@ eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget.GreaseMonkeyConfigurationListWidget?1(parent=None) eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog.GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog.GreaseMonkeyConfigurationScriptInfoDialog?1(script, parent=None) -eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloader.DownloadMainScript?7 -eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloader.DownloadRequireScript?7 +eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloadType.MainScript?7 +eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloadType.RequireScript?7 eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloader.error?7 eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloader.finished?7 eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.GreaseMonkeyDownloader.updateScript?4(fileName) @@ -12102,9 +12113,6 @@ eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.GreaseMonkeyManager.scriptsDirectory?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.GreaseMonkeyManager.showConfigurationDialog?4(parent=None) eric7.WebBrowser.GreaseMonkey.GreaseMonkeyManager.GreaseMonkeyManager?1(parent=None) -eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.DocumentEnd?7 -eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.DocumentIdle?7 -eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.DocumentStart?7 eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.description?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.downloadUrl?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.exclude?4() @@ -12129,6 +12137,9 @@ eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.version?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript.webScript?4() eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScript?1(manager, path) +eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScriptStartPoint.DocumentEnd?7 +eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScriptStartPoint.DocumentIdle?7 +eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.GreaseMonkeyScriptStartPoint.DocumentStart?7 eric7.WebBrowser.History.HistoryCompleter.HistoryCompleter.pathFromIndex?4(idx) eric7.WebBrowser.History.HistoryCompleter.HistoryCompleter.splitPath?4(path) eric7.WebBrowser.History.HistoryCompleter.HistoryCompleter?1(model, parent=None) @@ -12453,29 +12464,29 @@ eric7.WebBrowser.Passwords.PasswordsDialog.PasswordsDialog?1(parent=None) eric7.WebBrowser.PersonalInformationManager.PersonalDataDialog.PersonalDataDialog.storeData?4() eric7.WebBrowser.PersonalInformationManager.PersonalDataDialog.PersonalDataDialog?1(parent=None) -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Address?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.City?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Country?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Email?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.FirstName?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.FullName?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.HomePage?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Invalid?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.LastName?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Max?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Mobile?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Phone?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Special1?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Special2?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Special3?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Special4?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.State?7 -eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.Zip?7 eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.connectPage?4(page) eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.createSubMenu?4(menu, view, hitTestResult) eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.showConfigurationDialog?4(parent=None) eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager.viewKeyPressEvent?4(view, evt) eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationManager?1(parent=None) +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Address?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.City?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Country?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Email?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.FirstName?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.FullName?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.HomePage?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Invalid?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.LastName?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Max?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Mobile?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Phone?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Special1?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Special2?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Special3?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Special4?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.State?7 +eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.PersonalInformationType.Zip?7 eric7.WebBrowser.SafeBrowsing.SafeBrowsingAPIClient.SafeBrowsingAPIClient.ClientId?7 eric7.WebBrowser.SafeBrowsing.SafeBrowsingAPIClient.SafeBrowsingAPIClient.ClientVersion?7 eric7.WebBrowser.SafeBrowsing.SafeBrowsingAPIClient.SafeBrowsingAPIClient.GsbUrlTemplate?7 @@ -12774,9 +12785,10 @@ eric7.WebBrowser.Sync.SyncManager.SyncManager.syncMessage?7 eric7.WebBrowser.Sync.SyncManager.SyncManager.syncStatus?7 eric7.WebBrowser.Sync.SyncManager.SyncManager?1(parent=None) -eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget.GroupByDomain?7 -eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget.GroupByHost?7 -eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget.GroupByWindow?7 +eric7.WebBrowser.TabManager.TabManagerWidget.TabGroupByDefaultType?7 +eric7.WebBrowser.TabManager.TabManagerWidget.TabGroupByType.Domain?7 +eric7.WebBrowser.TabManager.TabManagerWidget.TabGroupByType.Host?7 +eric7.WebBrowser.TabManager.TabManagerWidget.TabGroupByType.Window?7 eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget.WebBrowserRole?7 eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget.WebWindowRole?7 eric7.WebBrowser.TabManager.TabManagerWidget.TabManagerWidget._tldExtractor?8 @@ -12864,11 +12876,11 @@ eric7.WebBrowser.Tools.WebIconProvider.WebIconProvider?1(parent=None) eric7.WebBrowser.Tools.WebIconProvider._WebIconProvider?8 eric7.WebBrowser.Tools.WebIconProvider.instance?4() -eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.AddBookmark?7 -eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.AddSpeeddial?7 -eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.EditBookmark?7 -eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.RemoveSpeeddial?7 -eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.Undefined?7 +eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkAction.AddBookmark?7 +eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkAction.AddSpeeddial?7 +eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkAction.EditBookmark?7 +eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkAction.RemoveSpeeddial?7 +eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkAction.Undefined?7 eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.getAction?4() eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked?4() eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.BookmarkActionSelectionDialog.on_speeddialPushButton_clicked?4()
--- a/src/eric7/APIs/Python3/eric7.bas Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/APIs/Python3/eric7.bas Wed Jan 10 09:44:42 2024 +0100 @@ -53,9 +53,13 @@ BluetoothScanWindow QWidget Ui_BluetoothScanWindow BluetoothStatusDialog QDialog Ui_BluetoothStatusDialog BoardDataDialog QDialog Ui_BoardDataDialog +BookmarkAction enum.Enum BookmarkActionSelectionDialog QDialog Ui_BookmarkActionSelectionDialog BookmarkInfoDialog QDialog Ui_BookmarkInfoDialog +BookmarkNodeType enum.Enum BookmarkPropertiesDialog QDialog Ui_BookmarkPropertiesDialog +BookmarkSearchStart enum.Enum +BookmarkTimestampType enum.Enum BookmarkedFilesDialog QDialog Ui_BookmarkedFilesDialog BookmarksDialog QDialog Ui_BookmarksDialog BookmarksImportDialog QDialog Ui_BookmarksImportDialog @@ -137,8 +141,11 @@ Connection QTcpSocket ConnectionSelectionDialog QDialog Ui_ConnectionSelectionDialog ConvertToUF2Dialog QDialog Ui_ConvertToUF2Dialog +CookieAcceptPolicy enum.Enum +CookieExceptionRuleType enum.Enum CookieExceptionsModel QAbstractTableModel CookieJar QNetworkCookieJar +CookieKeepPolicy enum.Enum CookiesConfigurationDialog QDialog Ui_CookiesConfigurationDialog CookiesDialog QDialog Ui_CookiesDialog CookiesExceptionsDialog QDialog Ui_CookiesExceptionsDialog @@ -184,6 +191,7 @@ DownloadItem QWidget Ui_DownloadItem DownloadManager QDialog Ui_DownloadManager DownloadManagerButton EricToolButton +DownloadManagerRemovePolicy enum.Enum DownloadModel QAbstractListModel DownloadState enum.Enum DummyThreadWrapper ThreadWrapper module._DummyThread @@ -363,10 +371,13 @@ FileReport BaseReport FiletypeAssociationDialog QDialog Ui_FiletypeAssociationDialog FindFileDialog QDialog +FindFileFilterPropertiesDialog QDialog Ui_FindFileFilterPropertiesDialog +FindFileFiltersEditDialog QDialog Ui_FindFileFiltersEditDialog FindFileWidget QWidget Ui_FindFileWidget FindLocationDialog QDialog FindLocationWidget QWidget Ui_FindLocationWidget FirefoxImporter BookmarksImporter +FontChangeMode enum.Enum FontDialogOptionsDialog QDialog Ui_FontDialogOptionsDialog FontDialogWizard QObject FontDialogWizardDialog QDialog Ui_FontDialogWizardDialog @@ -421,6 +432,7 @@ GitRevisionsSelectionDialog QDialog Ui_GitRevisionsSelectionDialog GitStashBrowserDialog QWidget Ui_GitStashBrowserDialog GitStashDataDialog QDialog Ui_GitStashDataDialog +GitStashKind enum.Enum GitStatusDialog QWidget Ui_GitStatusDialog GitStatusMonitorThread VcsStatusMonitorThread GitSubmoduleAddDialog QDialog Ui_GitSubmoduleAddDialog @@ -432,6 +444,8 @@ GitSubmodulesUpdateOptionsDialog QDialog Ui_GitSubmodulesUpdateOptionsDialog GitTagBranchListDialog QDialog Ui_GitTagBranchListDialog GitTagDialog QDialog Ui_GitTagDialog +GitTagOperation enum.Enum +GitTagType enum.Enum GitUserConfigDataDialog QDialog Ui_GitUserConfigDataDialog GitWorktreeAddDialog QDialog Ui_GitWorktreeAddDialog GitWorktreeDialog QWidget Ui_GitWorktreeDialog @@ -448,10 +462,12 @@ GreaseMonkeyConfigurationListDelegate QStyledItemDelegate GreaseMonkeyConfigurationListWidget QListWidget GreaseMonkeyConfigurationScriptInfoDialog QDialog Ui_GreaseMonkeyConfigurationScriptInfoDialog +GreaseMonkeyDownloadType enum.Enum GreaseMonkeyDownloader QObject GreaseMonkeyJsObject QObject GreaseMonkeyManager QObject GreaseMonkeyScript QObject +GreaseMonkeyScriptStartPoint enum.Enum GroupEnum enum.IntEnum HelpBookmarkPropertiesDialog QDialog Ui_HelpBookmarkPropertiesDialog HelpBookmarksImportDialog QDialog Ui_HelpBookmarksImportDialog @@ -479,9 +495,11 @@ HgAnnotateDialog QDialog Ui_HgAnnotateDialog HgArchiveDialog QDialog Ui_HgArchiveDialog HgBackoutDialog QDialog Ui_HgBackoutDialog +HgBookmarkAction enum.Enum HgBookmarkDialog QDialog Ui_HgBookmarkDialog HgBookmarkRenameDialog QDialog Ui_HgBookmarkRenameDialog HgBookmarksInOutDialog QDialog Ui_HgBookmarksInOutDialog +HgBookmarksInOutDialogMode enum.Enum HgBookmarksListDialog QDialog Ui_HgBookmarksListDialog HgBranchInputDialog QDialog Ui_HgBranchInputDialog HgBundleDialog QDialog Ui_HgBundleDialog @@ -524,7 +542,9 @@ HgQueuesListDialog QDialog Ui_HgQueuesListDialog HgQueuesListGuardsDialog QDialog Ui_HgQueuesListGuardsDialog HgQueuesNewPatchDialog QDialog Ui_HgQueuesNewPatchDialog +HgQueuesNewPatchDialogMode enum.Enum HgQueuesQueueManagementDialog QDialog Ui_HgQueuesQueueManagementDialog +HgQueuesQueueManagementDialogMode enum.Enum HgQueuesRenamePatchDialog QDialog Ui_HgQueuesRenamePatchDialog HgRebaseDialog QDialog Ui_HgRebaseDialog HgRemoveSubrepositoriesDialog QDialog Ui_HgRemoveSubrepositoriesDialog @@ -541,6 +561,7 @@ HgSummaryDialog QDialog Ui_HgSummaryDialog HgTagBranchListDialog QDialog Ui_HgTagBranchListDialog HgTagDialog QDialog Ui_HgTagDialog +HgTagOperation enum.Enum HgUnshelveDataDialog QDialog Ui_HgUnshelveDataDialog HgUserConfigDialog QDialog Ui_HgUserConfigDialog HgUserConfigHostFingerprintDialog QDialog Ui_HgUserConfigHostFingerprintDialog @@ -578,6 +599,7 @@ IconsPreviewDialog QDialog Ui_IconsPreviewDialog IgnoredDevicesDialog QDialog Ui_IgnoredDevicesDialog ImageMarkupDialog QDialog Ui_ImageMarkupDialog +ImageMarkupMode enum.Enum ImageSearchEngine QObject ImagesIcon StatusBarIcon ImportNodeError Exception @@ -591,6 +613,7 @@ InvalidModulePathError Exception IrcChannelEditDialog QDialog Ui_IrcChannelEditDialog IrcChannelWidget QWidget Ui_IrcChannelWidget +IrcConnectionState enum.Enum IrcIdentitiesEditDialog QDialog Ui_IrcIdentitiesEditDialog IrcMessageEdit QLineEdit IrcNetworkEditDialog QDialog Ui_IrcNetworkEditDialog @@ -742,10 +765,12 @@ PackageModel UMLModel PageScreenDialog QDialog Ui_PageScreenDialog PageThumbnailer QObject +PasswordCheckStatus enum.Enum PasswordManager QObject PasswordManagerJsObject QObject PasswordModel QAbstractTableModel PasswordReader QXmlStreamReader +PasswordStrength enum.IntEnum PasswordWriter QXmlStreamWriter PasswordsDialog QDialog Ui_PasswordsDialog PathGraphingAstVisitor ASTVisitor @@ -764,6 +789,7 @@ PdfZoomSelector QComboBox PersonalDataDialog QDialog Ui_PersonalDataDialog PersonalInformationManager QObject +PersonalInformationType enum.Enum Pip QObject PipDialog QDialog Ui_PipDialog PipFileSelectionDialog QDialog Ui_PipFileSelectionDialog @@ -771,6 +797,7 @@ PipFreezeDialogModes enum.Enum PipLicensesDialog QDialog Ui_PipLicensesDialog PipPackageDetailsDialog QDialog Ui_PipPackageDetailsDialog +PipPackageInformationMode enum.Enum PipPackagesInputDialog QDialog Ui_PipPackagesInputDialog PipPackagesWidget QWidget Ui_PipPackagesWidget PipPackagesWindow EricMainWindow @@ -879,6 +906,8 @@ QtHelpSchemeReply QIODevice QtPage ConfigurationPageBase Ui_QtPage QtResolver BaseResolver +QueueOperation enum.Enum +QueuePatchesListType enum.Enum Queues HgExtension QueuesProjectHelper HgExtensionProjectHelper QuickFindFileDialog QWidget Ui_QuickFindFile @@ -1027,6 +1056,7 @@ TRSingleApplicationClient SingleApplicationClient TRSingleApplicationServer SingleApplicationServer TabBar EricWheelTabBar +TabGroupByType enum.Enum TabManagerWidget QWidget TabWidget EricTabWidget Tabview ViewManager @@ -1096,6 +1126,7 @@ UserAgentWriter QXmlStreamWriter UserAgentsDialog QDialog Ui_UserAgentsDialog UserInterface EricMainWindow +UserInterfaceSide enum.Enum UserProjectFile QObject UserProjectReader XMLStreamReaderBase UserPropertiesDialog QDialog Ui_UserPropertiesDialog @@ -1115,6 +1146,7 @@ VcsStatusMonitorThread QThread VcsSubversionPlugin QObject VersionControl QObject +VersionControlState enum.Enum VersionsDialog QDialog Ui_VersionsDialog ViewManager QWidget ViewProfileDialog QDialog
--- a/src/eric7/Documentation/Help/source.qhp Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Help/source.qhp Wed Jan 10 09:44:42 2024 +0100 @@ -1226,6 +1226,8 @@ <section title="eric7.UI.DiffHighlighter" ref="eric7.UI.DiffHighlighter.html" /> <section title="eric7.UI.EmailDialog" ref="eric7.UI.EmailDialog.html" /> <section title="eric7.UI.ErrorLogDialog" ref="eric7.UI.ErrorLogDialog.html" /> + <section title="eric7.UI.FindFileFilterPropertiesDialog" ref="eric7.UI.FindFileFilterPropertiesDialog.html" /> + <section title="eric7.UI.FindFileFiltersEditDialog" ref="eric7.UI.FindFileFiltersEditDialog.html" /> <section title="eric7.UI.FindFileWidget" ref="eric7.UI.FindFileWidget.html" /> <section title="eric7.UI.FindLocationWidget" ref="eric7.UI.FindLocationWidget.html" /> <section title="eric7.UI.Info" ref="eric7.UI.Info.html" /> @@ -2369,6 +2371,7 @@ <keyword name="BoardDataDialog (Constructor)" id="BoardDataDialog (Constructor)" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog.__init__" /> <keyword name="BoardDataDialog (Module)" id="BoardDataDialog (Module)" ref="eric7.MicroPython.BoardDataDialog.html" /> <keyword name="BoardDataDialog.__createHeader" id="BoardDataDialog.__createHeader" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog.__createHeader" /> + <keyword name="BookmarkAction" id="BookmarkAction" ref="eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html#BookmarkAction" /> <keyword name="BookmarkActionSelectionDialog" id="BookmarkActionSelectionDialog" ref="eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog" /> <keyword name="BookmarkActionSelectionDialog (Constructor)" id="BookmarkActionSelectionDialog (Constructor)" ref="eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog.__init__" /> <keyword name="BookmarkActionSelectionDialog (Module)" id="BookmarkActionSelectionDialog (Module)" ref="eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html" /> @@ -2389,10 +2392,13 @@ <keyword name="BookmarkNode.remove" id="BookmarkNode.remove" ref="eric7.WebBrowser.Bookmarks.BookmarkNode.html#BookmarkNode.remove" /> <keyword name="BookmarkNode.setType" id="BookmarkNode.setType" ref="eric7.WebBrowser.Bookmarks.BookmarkNode.html#BookmarkNode.setType" /> <keyword name="BookmarkNode.type" id="BookmarkNode.type" ref="eric7.WebBrowser.Bookmarks.BookmarkNode.html#BookmarkNode.type" /> + <keyword name="BookmarkNodeType" id="BookmarkNodeType" ref="eric7.WebBrowser.Bookmarks.BookmarkNode.html#BookmarkNodeType" /> <keyword name="BookmarkPropertiesDialog" id="BookmarkPropertiesDialog" ref="eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog" /> <keyword name="BookmarkPropertiesDialog (Constructor)" id="BookmarkPropertiesDialog (Constructor)" ref="eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog.__init__" /> <keyword name="BookmarkPropertiesDialog (Module)" id="BookmarkPropertiesDialog (Module)" ref="eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.html" /> <keyword name="BookmarkPropertiesDialog.accept" id="BookmarkPropertiesDialog.accept" ref="eric7.WebBrowser.Bookmarks.BookmarkPropertiesDialog.html#BookmarkPropertiesDialog.accept" /> + <keyword name="BookmarkSearchStart" id="BookmarkSearchStart" ref="eric7.WebBrowser.Bookmarks.BookmarksManager.html#BookmarkSearchStart" /> + <keyword name="BookmarkTimestampType" id="BookmarkTimestampType" ref="eric7.WebBrowser.Bookmarks.BookmarkNode.html#BookmarkTimestampType" /> <keyword name="BookmarkedFilesDialog" id="BookmarkedFilesDialog" ref="eric7.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog" /> <keyword name="BookmarkedFilesDialog (Constructor)" id="BookmarkedFilesDialog (Constructor)" ref="eric7.ViewManager.BookmarkedFilesDialog.html#BookmarkedFilesDialog.__init__" /> <keyword name="BookmarkedFilesDialog (Module)" id="BookmarkedFilesDialog (Module)" ref="eric7.ViewManager.BookmarkedFilesDialog.html" /> @@ -3654,6 +3660,8 @@ <keyword name="ConvertToUF2Dialog.on_convertButton_clicked" id="ConvertToUF2Dialog.on_convertButton_clicked" ref="eric7.MicroPython.ConvertToUF2Dialog.html#ConvertToUF2Dialog.on_convertButton_clicked" /> <keyword name="ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged" id="ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged" ref="eric7.MicroPython.ConvertToUF2Dialog.html#ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged" /> <keyword name="ConvertToUF2Dialog.on_firmwarePicker_textChanged" id="ConvertToUF2Dialog.on_firmwarePicker_textChanged" ref="eric7.MicroPython.ConvertToUF2Dialog.html#ConvertToUF2Dialog.on_firmwarePicker_textChanged" /> + <keyword name="CookieAcceptPolicy" id="CookieAcceptPolicy" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieAcceptPolicy" /> + <keyword name="CookieExceptionRuleType" id="CookieExceptionRuleType" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieExceptionRuleType" /> <keyword name="CookieExceptionsModel" id="CookieExceptionsModel" ref="eric7.WebBrowser.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel" /> <keyword name="CookieExceptionsModel (Constructor)" id="CookieExceptionsModel (Constructor)" ref="eric7.WebBrowser.CookieJar.CookieExceptionsModel.html#CookieExceptionsModel.__init__" /> <keyword name="CookieExceptionsModel (Module)" id="CookieExceptionsModel (Module)" ref="eric7.WebBrowser.CookieJar.CookieExceptionsModel.html" /> @@ -3694,6 +3702,7 @@ <keyword name="CookieJar.setBlockedCookies" id="CookieJar.setBlockedCookies" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieJar.setBlockedCookies" /> <keyword name="CookieJar.setFilterTrackingCookies" id="CookieJar.setFilterTrackingCookies" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieJar.setFilterTrackingCookies" /> <keyword name="CookieJar.setKeepPolicy" id="CookieJar.setKeepPolicy" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieJar.setKeepPolicy" /> + <keyword name="CookieKeepPolicy" id="CookieKeepPolicy" ref="eric7.WebBrowser.CookieJar.CookieJar.html#CookieKeepPolicy" /> <keyword name="CookiesConfigurationDialog" id="CookiesConfigurationDialog" ref="eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog" /> <keyword name="CookiesConfigurationDialog (Constructor)" id="CookiesConfigurationDialog (Constructor)" ref="eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.html#CookiesConfigurationDialog.__init__" /> <keyword name="CookiesConfigurationDialog (Module)" id="CookiesConfigurationDialog (Module)" ref="eric7.WebBrowser.CookieJar.CookiesConfigurationDialog.html" /> @@ -4534,6 +4543,7 @@ <keyword name="DownloadManagerButton (Module)" id="DownloadManagerButton (Module)" ref="eric7.WebBrowser.Download.DownloadManagerButton.html" /> <keyword name="DownloadManagerButton.__buttonClicked" id="DownloadManagerButton.__buttonClicked" ref="eric7.WebBrowser.Download.DownloadManagerButton.html#DownloadManagerButton.__buttonClicked" /> <keyword name="DownloadManagerButton.__updateState" id="DownloadManagerButton.__updateState" ref="eric7.WebBrowser.Download.DownloadManagerButton.html#DownloadManagerButton.__updateState" /> + <keyword name="DownloadManagerRemovePolicy" id="DownloadManagerRemovePolicy" ref="eric7.WebBrowser.Download.DownloadManager.html#DownloadManagerRemovePolicy" /> <keyword name="DownloadModel" id="DownloadModel" ref="eric7.WebBrowser.Download.DownloadModel.html#DownloadModel" /> <keyword name="DownloadModel (Constructor)" id="DownloadModel (Constructor)" ref="eric7.WebBrowser.Download.DownloadModel.html#DownloadModel.__init__" /> <keyword name="DownloadModel (Module)" id="DownloadModel (Module)" ref="eric7.WebBrowser.Download.DownloadModel.html" /> @@ -6701,9 +6711,27 @@ <keyword name="FindFileDialog (Constructor)" id="FindFileDialog (Constructor)" ref="eric7.UI.FindFileWidget.html#FindFileDialog.__init__" /> <keyword name="FindFileDialog.activate" id="FindFileDialog.activate" ref="eric7.UI.FindFileWidget.html#FindFileDialog.activate" /> <keyword name="FindFileDialog.populateFileCategories" id="FindFileDialog.populateFileCategories" ref="eric7.UI.FindFileWidget.html#FindFileDialog.populateFileCategories" /> + <keyword name="FindFileFilterPropertiesDialog" id="FindFileFilterPropertiesDialog" ref="eric7.UI.FindFileFilterPropertiesDialog.html#FindFileFilterPropertiesDialog" /> + <keyword name="FindFileFilterPropertiesDialog (Constructor)" id="FindFileFilterPropertiesDialog (Constructor)" ref="eric7.UI.FindFileFilterPropertiesDialog.html#FindFileFilterPropertiesDialog.__init__" /> + <keyword name="FindFileFilterPropertiesDialog (Module)" id="FindFileFilterPropertiesDialog (Module)" ref="eric7.UI.FindFileFilterPropertiesDialog.html" /> + <keyword name="FindFileFilterPropertiesDialog.__updateOKAndError" id="FindFileFilterPropertiesDialog.__updateOKAndError" ref="eric7.UI.FindFileFilterPropertiesDialog.html#FindFileFilterPropertiesDialog.__updateOKAndError" /> + <keyword name="FindFileFilterPropertiesDialog.getProperties" id="FindFileFilterPropertiesDialog.getProperties" ref="eric7.UI.FindFileFilterPropertiesDialog.html#FindFileFilterPropertiesDialog.getProperties" /> + <keyword name="FindFileFiltersEditDialog" id="FindFileFiltersEditDialog" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog" /> + <keyword name="FindFileFiltersEditDialog (Constructor)" id="FindFileFiltersEditDialog (Constructor)" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.__init__" /> + <keyword name="FindFileFiltersEditDialog (Module)" id="FindFileFiltersEditDialog (Module)" ref="eric7.UI.FindFileFiltersEditDialog.html" /> + <keyword name="FindFileFiltersEditDialog.__adjustColumns" id="FindFileFiltersEditDialog.__adjustColumns" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.__adjustColumns" /> + <keyword name="FindFileFiltersEditDialog.__getFiltersList" id="FindFileFiltersEditDialog.__getFiltersList" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.__getFiltersList" /> + <keyword name="FindFileFiltersEditDialog.__populateFilters" id="FindFileFiltersEditDialog.__populateFilters" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.__populateFilters" /> + <keyword name="FindFileFiltersEditDialog.getFilters" id="FindFileFiltersEditDialog.getFilters" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.getFilters" /> + <keyword name="FindFileFiltersEditDialog.on_addFileFilterButton_clicked" id="FindFileFiltersEditDialog.on_addFileFilterButton_clicked" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.on_addFileFilterButton_clicked" /> + <keyword name="FindFileFiltersEditDialog.on_defaultFiltersButton_clicked" id="FindFileFiltersEditDialog.on_defaultFiltersButton_clicked" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.on_defaultFiltersButton_clicked" /> + <keyword name="FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked" id="FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked" /> + <keyword name="FindFileFiltersEditDialog.on_editFileFilterButton_clicked" id="FindFileFiltersEditDialog.on_editFileFilterButton_clicked" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.on_editFileFilterButton_clicked" /> + <keyword name="FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged" id="FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged" ref="eric7.UI.FindFileFiltersEditDialog.html#FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged" /> <keyword name="FindFileWidget" id="FindFileWidget" ref="eric7.UI.FindFileWidget.html#FindFileWidget" /> <keyword name="FindFileWidget (Constructor)" id="FindFileWidget (Constructor)" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__init__" /> <keyword name="FindFileWidget (Module)" id="FindFileWidget (Module)" ref="eric7.UI.FindFileWidget.html" /> + <keyword name="FindFileWidget.__buildReFileFilter" id="FindFileWidget.__buildReFileFilter" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__buildReFileFilter" /> <keyword name="FindFileWidget.__clearResults" id="FindFileWidget.__clearResults" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__clearResults" /> <keyword name="FindFileWidget.__contextMenuRequested" id="FindFileWidget.__contextMenuRequested" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__contextMenuRequested" /> <keyword name="FindFileWidget.__copyToClipboard" id="FindFileWidget.__copyToClipboard" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__copyToClipboard" /> @@ -6713,6 +6741,7 @@ <keyword name="FindFileWidget.__enableFindButton" id="FindFileWidget.__enableFindButton" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__enableFindButton" /> <keyword name="FindFileWidget.__getFileList" id="FindFileWidget.__getFileList" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__getFileList" /> <keyword name="FindFileWidget.__openFile" id="FindFileWidget.__openFile" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__openFile" /> + <keyword name="FindFileWidget.__populateFiltersSelector" id="FindFileWidget.__populateFiltersSelector" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__populateFiltersSelector" /> <keyword name="FindFileWidget.__projectClosed" id="FindFileWidget.__projectClosed" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__projectClosed" /> <keyword name="FindFileWidget.__projectOpened" id="FindFileWidget.__projectOpened" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__projectOpened" /> <keyword name="FindFileWidget.__selectAll" id="FindFileWidget.__selectAll" ref="eric7.UI.FindFileWidget.html#FindFileWidget.__selectAll" /> @@ -6726,7 +6755,8 @@ <keyword name="FindFileWidget.on_dirPicker_editTextChanged" id="FindFileWidget.on_dirPicker_editTextChanged" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_dirPicker_editTextChanged" /> <keyword name="FindFileWidget.on_escapeToolButton_toggled" id="FindFileWidget.on_escapeToolButton_toggled" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_escapeToolButton_toggled" /> <keyword name="FindFileWidget.on_filterCheckBox_clicked" id="FindFileWidget.on_filterCheckBox_clicked" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_filterCheckBox_clicked" /> - <keyword name="FindFileWidget.on_filterEdit_textEdited" id="FindFileWidget.on_filterEdit_textEdited" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_filterEdit_textEdited" /> + <keyword name="FindFileWidget.on_filterComboBox_currentIndexChanged" id="FindFileWidget.on_filterComboBox_currentIndexChanged" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_filterComboBox_currentIndexChanged" /> + <keyword name="FindFileWidget.on_filtersConfigButton_clicked" id="FindFileWidget.on_filtersConfigButton_clicked" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_filtersConfigButton_clicked" /> <keyword name="FindFileWidget.on_findList_itemDoubleClicked" id="FindFileWidget.on_findList_itemDoubleClicked" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_findList_itemDoubleClicked" /> <keyword name="FindFileWidget.on_findtextCombo_editTextChanged" id="FindFileWidget.on_findtextCombo_editTextChanged" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_findtextCombo_editTextChanged" /> <keyword name="FindFileWidget.on_openFilesButton_clicked" id="FindFileWidget.on_openFilesButton_clicked" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_openFilesButton_clicked" /> @@ -6759,6 +6789,7 @@ <keyword name="FirefoxImporter.open" id="FirefoxImporter.open" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.open" /> <keyword name="FirefoxImporter.setPath" id="FirefoxImporter.setPath" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.setPath" /> <keyword name="FlexCompleter (Module)" id="FlexCompleter (Module)" ref="eric7.DebugClients.Python.FlexCompleter.html" /> + <keyword name="FontChangeMode" id="FontChangeMode" ref="eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html#FontChangeMode" /> <keyword name="FontDialogOptionsDialog" id="FontDialogOptionsDialog" ref="eric7.Plugins.WizardPlugins.FontDialogWizard.FontDialogOptionsDialog.html#FontDialogOptionsDialog" /> <keyword name="FontDialogOptionsDialog (Constructor)" id="FontDialogOptionsDialog (Constructor)" ref="eric7.Plugins.WizardPlugins.FontDialogWizard.FontDialogOptionsDialog.html#FontDialogOptionsDialog.__init__" /> <keyword name="FontDialogOptionsDialog (Module)" id="FontDialogOptionsDialog (Module)" ref="eric7.Plugins.WizardPlugins.FontDialogWizard.FontDialogOptionsDialog.html" /> @@ -7623,6 +7654,7 @@ <keyword name="GitStashDataDialog (Constructor)" id="GitStashDataDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html#GitStashDataDialog.__init__" /> <keyword name="GitStashDataDialog (Module)" id="GitStashDataDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html" /> <keyword name="GitStashDataDialog.getData" id="GitStashDataDialog.getData" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html#GitStashDataDialog.getData" /> + <keyword name="GitStashKind" id="GitStashKind" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html#GitStashKind" /> <keyword name="GitStatusDialog" id="GitStatusDialog" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html#GitStatusDialog" /> <keyword name="GitStatusDialog (Constructor)" id="GitStatusDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html#GitStatusDialog.__init__" /> <keyword name="GitStatusDialog (Module)" id="GitStatusDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html" /> @@ -7752,6 +7784,8 @@ <keyword name="GitTagDialog (Module)" id="GitTagDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html" /> <keyword name="GitTagDialog.getParameters" id="GitTagDialog.getParameters" ref="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html#GitTagDialog.getParameters" /> <keyword name="GitTagDialog.on_tagCombo_editTextChanged" id="GitTagDialog.on_tagCombo_editTextChanged" ref="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html#GitTagDialog.on_tagCombo_editTextChanged" /> + <keyword name="GitTagOperation" id="GitTagOperation" ref="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html#GitTagOperation" /> + <keyword name="GitTagType" id="GitTagType" ref="eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html#GitTagType" /> <keyword name="GitUserConfigDataDialog" id="GitUserConfigDataDialog" ref="eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html#GitUserConfigDataDialog" /> <keyword name="GitUserConfigDataDialog (Constructor)" id="GitUserConfigDataDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html#GitUserConfigDataDialog.__init__" /> <keyword name="GitUserConfigDataDialog (Module)" id="GitUserConfigDataDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html" /> @@ -7888,6 +7922,7 @@ <keyword name="GreaseMonkeyConfigurationScriptInfoDialog (Constructor)" id="GreaseMonkeyConfigurationScriptInfoDialog (Constructor)" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog.html#GreaseMonkeyConfigurationScriptInfoDialog.__init__" /> <keyword name="GreaseMonkeyConfigurationScriptInfoDialog (Module)" id="GreaseMonkeyConfigurationScriptInfoDialog (Module)" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog.html" /> <keyword name="GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked" id="GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog.html#GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked" /> + <keyword name="GreaseMonkeyDownloadType" id="GreaseMonkeyDownloadType" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html#GreaseMonkeyDownloadType" /> <keyword name="GreaseMonkeyDownloader" id="GreaseMonkeyDownloader" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html#GreaseMonkeyDownloader" /> <keyword name="GreaseMonkeyDownloader (Constructor)" id="GreaseMonkeyDownloader (Constructor)" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html#GreaseMonkeyDownloader.__init__" /> <keyword name="GreaseMonkeyDownloader (Module)" id="GreaseMonkeyDownloader (Module)" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html" /> @@ -7958,6 +7993,7 @@ <keyword name="GreaseMonkeyScript.updateUrl" id="GreaseMonkeyScript.updateUrl" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html#GreaseMonkeyScript.updateUrl" /> <keyword name="GreaseMonkeyScript.version" id="GreaseMonkeyScript.version" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html#GreaseMonkeyScript.version" /> <keyword name="GreaseMonkeyScript.webScript" id="GreaseMonkeyScript.webScript" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html#GreaseMonkeyScript.webScript" /> + <keyword name="GreaseMonkeyScriptStartPoint" id="GreaseMonkeyScriptStartPoint" ref="eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html#GreaseMonkeyScriptStartPoint" /> <keyword name="GroupEnum" id="GroupEnum" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportsEnums.html#GroupEnum" /> <keyword name="HTMLGenerator" id="HTMLGenerator" ref="eric7.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator" /> <keyword name="HTMLGenerator (Constructor)" id="HTMLGenerator (Constructor)" ref="eric7.QScintilla.Exporters.ExporterHTML.html#HTMLGenerator.__init__" /> @@ -8588,6 +8624,7 @@ <keyword name="HgBackoutDialog (Module)" id="HgBackoutDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html" /> <keyword name="HgBackoutDialog.__updateOK" id="HgBackoutDialog.__updateOK" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.__updateOK" /> <keyword name="HgBackoutDialog.getParameters" id="HgBackoutDialog.getParameters" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html#HgBackoutDialog.getParameters" /> + <keyword name="HgBookmarkAction" id="HgBookmarkAction" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html#HgBookmarkAction" /> <keyword name="HgBookmarkDialog" id="HgBookmarkDialog" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html#HgBookmarkDialog" /> <keyword name="HgBookmarkDialog (Constructor)" id="HgBookmarkDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html#HgBookmarkDialog.__init__" /> <keyword name="HgBookmarkDialog (Module)" id="HgBookmarkDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html" /> @@ -8613,6 +8650,7 @@ <keyword name="HgBookmarksInOutDialog.closeEvent" id="HgBookmarksInOutDialog.closeEvent" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.closeEvent" /> <keyword name="HgBookmarksInOutDialog.on_buttonBox_clicked" id="HgBookmarksInOutDialog.on_buttonBox_clicked" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.on_buttonBox_clicked" /> <keyword name="HgBookmarksInOutDialog.start" id="HgBookmarksInOutDialog.start" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html#HgBookmarksInOutDialog.start" /> + <keyword name="HgBookmarksInOutDialogMode" id="HgBookmarksInOutDialogMode" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html#HgBookmarksInOutDialogMode" /> <keyword name="HgBookmarksListDialog" id="HgBookmarksListDialog" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog" /> <keyword name="HgBookmarksListDialog (Constructor)" id="HgBookmarksListDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.__init__" /> <keyword name="HgBookmarksListDialog (Module)" id="HgBookmarksListDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html" /> @@ -9145,6 +9183,7 @@ <keyword name="HgQueuesNewPatchDialog.on_nameEdit_textChanged" id="HgQueuesNewPatchDialog.on_nameEdit_textChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_nameEdit_textChanged" /> <keyword name="HgQueuesNewPatchDialog.on_userEdit_textChanged" id="HgQueuesNewPatchDialog.on_userEdit_textChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userEdit_textChanged" /> <keyword name="HgQueuesNewPatchDialog.on_userGroup_toggled" id="HgQueuesNewPatchDialog.on_userGroup_toggled" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialog.on_userGroup_toggled" /> + <keyword name="HgQueuesNewPatchDialogMode" id="HgQueuesNewPatchDialogMode" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html#HgQueuesNewPatchDialogMode" /> <keyword name="HgQueuesQueueManagementDialog" id="HgQueuesQueueManagementDialog" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog" /> <keyword name="HgQueuesQueueManagementDialog (Constructor)" id="HgQueuesQueueManagementDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.__init__" /> <keyword name="HgQueuesQueueManagementDialog (Module)" id="HgQueuesQueueManagementDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html" /> @@ -9154,6 +9193,7 @@ <keyword name="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" id="HgQueuesQueueManagementDialog.on_nameEdit_textChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_nameEdit_textChanged" /> <keyword name="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" id="HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.on_queuesList_itemSelectionChanged" /> <keyword name="HgQueuesQueueManagementDialog.refresh" id="HgQueuesQueueManagementDialog.refresh" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialog.refresh" /> + <keyword name="HgQueuesQueueManagementDialogMode" id="HgQueuesQueueManagementDialogMode" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html#HgQueuesQueueManagementDialogMode" /> <keyword name="HgQueuesRenamePatchDialog" id="HgQueuesRenamePatchDialog" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog" /> <keyword name="HgQueuesRenamePatchDialog (Constructor)" id="HgQueuesRenamePatchDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html#HgQueuesRenamePatchDialog.__init__" /> <keyword name="HgQueuesRenamePatchDialog (Module)" id="HgQueuesRenamePatchDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html" /> @@ -9318,6 +9358,7 @@ <keyword name="HgTagDialog.getParameters" id="HgTagDialog.getParameters" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.getParameters" /> <keyword name="HgTagDialog.on_tagCombo_currentIndexChanged" id="HgTagDialog.on_tagCombo_currentIndexChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_currentIndexChanged" /> <keyword name="HgTagDialog.on_tagCombo_editTextChanged" id="HgTagDialog.on_tagCombo_editTextChanged" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagDialog.on_tagCombo_editTextChanged" /> + <keyword name="HgTagOperation" id="HgTagOperation" ref="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html#HgTagOperation" /> <keyword name="HgUnshelveDataDialog" id="HgUnshelveDataDialog" ref="eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html#HgUnshelveDataDialog" /> <keyword name="HgUnshelveDataDialog (Constructor)" id="HgUnshelveDataDialog (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html#HgUnshelveDataDialog.__init__" /> <keyword name="HgUnshelveDataDialog (Module)" id="HgUnshelveDataDialog (Module)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html" /> @@ -9771,6 +9812,7 @@ <keyword name="ImageMarkupDialog.on_imagePicker_textChanged" id="ImageMarkupDialog.on_imagePicker_textChanged" ref="eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupDialog.on_imagePicker_textChanged" /> <keyword name="ImageMarkupDialog.on_sizeCheckBox_toggled" id="ImageMarkupDialog.on_sizeCheckBox_toggled" ref="eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupDialog.on_sizeCheckBox_toggled" /> <keyword name="ImageMarkupDialog.on_widthSpinBox_valueChanged" id="ImageMarkupDialog.on_widthSpinBox_valueChanged" ref="eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupDialog.on_widthSpinBox_valueChanged" /> + <keyword name="ImageMarkupMode" id="ImageMarkupMode" ref="eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupMode" /> <keyword name="ImageSearch (Package)" id="ImageSearch (Package)" ref="index-eric7.WebBrowser.ImageSearch.html" /> <keyword name="ImageSearchEngine" id="ImageSearchEngine" ref="eric7.WebBrowser.ImageSearch.ImageSearchEngine.html#ImageSearchEngine" /> <keyword name="ImageSearchEngine (Constructor)" id="ImageSearchEngine (Constructor)" ref="eric7.WebBrowser.ImageSearch.ImageSearchEngine.html#ImageSearchEngine.__init__" /> @@ -9984,6 +10026,7 @@ <keyword name="IrcChannelWidget.showEvent" id="IrcChannelWidget.showEvent" ref="eric7.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.showEvent" /> <keyword name="IrcChannelWidget.unsetMarkerLine" id="IrcChannelWidget.unsetMarkerLine" ref="eric7.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.unsetMarkerLine" /> <keyword name="IrcChannelWidget.userName" id="IrcChannelWidget.userName" ref="eric7.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.userName" /> + <keyword name="IrcConnectionState" id="IrcConnectionState" ref="eric7.Network.IRC.IrcWidget.html#IrcConnectionState" /> <keyword name="IrcIdentitiesEditDialog" id="IrcIdentitiesEditDialog" ref="eric7.Network.IRC.IrcIdentitiesEditDialog.html#IrcIdentitiesEditDialog" /> <keyword name="IrcIdentitiesEditDialog (Constructor)" id="IrcIdentitiesEditDialog (Constructor)" ref="eric7.Network.IRC.IrcIdentitiesEditDialog.html#IrcIdentitiesEditDialog.__init__" /> <keyword name="IrcIdentitiesEditDialog (Module)" id="IrcIdentitiesEditDialog (Module)" ref="eric7.Network.IRC.IrcIdentitiesEditDialog.html" /> @@ -12065,6 +12108,7 @@ <keyword name="Parser" id="Parser" ref="eric7.DataViews.CodeMetrics.html#Parser" /> <keyword name="Parser.__addToken" id="Parser.__addToken" ref="eric7.DataViews.CodeMetrics.html#Parser.__addToken" /> <keyword name="Parser.parse" id="Parser.parse" ref="eric7.DataViews.CodeMetrics.html#Parser.parse" /> + <keyword name="PasswordCheckStatus" id="PasswordCheckStatus" ref="eric7.Utilities.PasswordChecker.html#PasswordCheckStatus" /> <keyword name="PasswordChecker" id="PasswordChecker" ref="eric7.Utilities.PasswordChecker.html#PasswordChecker" /> <keyword name="PasswordChecker (Constructor)" id="PasswordChecker (Constructor)" ref="eric7.Utilities.PasswordChecker.html#PasswordChecker.__init__" /> <keyword name="PasswordChecker (Module)" id="PasswordChecker (Module)" ref="eric7.Utilities.PasswordChecker.html" /> @@ -12116,6 +12160,7 @@ <keyword name="PasswordReader.__readPasswords" id="PasswordReader.__readPasswords" ref="eric7.WebBrowser.Passwords.PasswordReader.html#PasswordReader.__readPasswords" /> <keyword name="PasswordReader.__skipUnknownElement" id="PasswordReader.__skipUnknownElement" ref="eric7.WebBrowser.Passwords.PasswordReader.html#PasswordReader.__skipUnknownElement" /> <keyword name="PasswordReader.read" id="PasswordReader.read" ref="eric7.WebBrowser.Passwords.PasswordReader.html#PasswordReader.read" /> + <keyword name="PasswordStrength" id="PasswordStrength" ref="eric7.Utilities.PasswordChecker.html#PasswordStrength" /> <keyword name="PasswordWriter" id="PasswordWriter" ref="eric7.WebBrowser.Passwords.PasswordWriter.html#PasswordWriter" /> <keyword name="PasswordWriter (Constructor)" id="PasswordWriter (Constructor)" ref="eric7.WebBrowser.Passwords.PasswordWriter.html#PasswordWriter.__init__" /> <keyword name="PasswordWriter (Module)" id="PasswordWriter (Module)" ref="eric7.WebBrowser.Passwords.PasswordWriter.html" /> @@ -12354,6 +12399,7 @@ <keyword name="PersonalInformationManager.createSubMenu" id="PersonalInformationManager.createSubMenu" ref="eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html#PersonalInformationManager.createSubMenu" /> <keyword name="PersonalInformationManager.showConfigurationDialog" id="PersonalInformationManager.showConfigurationDialog" ref="eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html#PersonalInformationManager.showConfigurationDialog" /> <keyword name="PersonalInformationManager.viewKeyPressEvent" id="PersonalInformationManager.viewKeyPressEvent" ref="eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html#PersonalInformationManager.viewKeyPressEvent" /> + <keyword name="PersonalInformationType" id="PersonalInformationType" ref="eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html#PersonalInformationType" /> <keyword name="Pip" id="Pip" ref="eric7.PipInterface.Pip.html#Pip" /> <keyword name="Pip (Constructor)" id="Pip (Constructor)" ref="eric7.PipInterface.Pip.html#Pip.__init__" /> <keyword name="Pip (Module)" id="Pip (Module)" ref="eric7.PipInterface.Pip.html" /> @@ -12450,6 +12496,7 @@ <keyword name="PipPackageDetailsDialog.__populateVulnerabilities" id="PipPackageDetailsDialog.__populateVulnerabilities" ref="eric7.PipInterface.PipPackageDetailsDialog.html#PipPackageDetailsDialog.__populateVulnerabilities" /> <keyword name="PipPackageDetailsDialog.__sanitize" id="PipPackageDetailsDialog.__sanitize" ref="eric7.PipInterface.PipPackageDetailsDialog.html#PipPackageDetailsDialog.__sanitize" /> <keyword name="PipPackageDetailsDialog.on_buttonBox_clicked" id="PipPackageDetailsDialog.on_buttonBox_clicked" ref="eric7.PipInterface.PipPackageDetailsDialog.html#PipPackageDetailsDialog.on_buttonBox_clicked" /> + <keyword name="PipPackageInformationMode" id="PipPackageInformationMode" ref="eric7.PipInterface.PipPackagesWidget.html#PipPackageInformationMode" /> <keyword name="PipPackagesInputDialog" id="PipPackagesInputDialog" ref="eric7.PipInterface.PipPackagesInputDialog.html#PipPackagesInputDialog" /> <keyword name="PipPackagesInputDialog (Constructor)" id="PipPackagesInputDialog (Constructor)" ref="eric7.PipInterface.PipPackagesInputDialog.html#PipPackagesInputDialog.__init__" /> <keyword name="PipPackagesInputDialog (Module)" id="PipPackagesInputDialog (Module)" ref="eric7.PipInterface.PipPackagesInputDialog.html" /> @@ -14132,6 +14179,8 @@ <keyword name="QtResolver.getVariableList" id="QtResolver.getVariableList" ref="eric7.DebugClients.Python.DebugVariables.html#QtResolver.getVariableList" /> <keyword name="QtResolver.resolve" id="QtResolver.resolve" ref="eric7.DebugClients.Python.DebugVariables.html#QtResolver.resolve" /> <keyword name="QtUtilities (Module)" id="QtUtilities (Module)" ref="eric7.SystemUtilities.QtUtilities.html" /> + <keyword name="QueueOperation" id="QueueOperation" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#QueueOperation" /> + <keyword name="QueuePatchesListType" id="QueuePatchesListType" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#QueuePatchesListType" /> <keyword name="Queues" id="Queues" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues" /> <keyword name="Queues (Constructor)" id="Queues (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__init__" /> <keyword name="Queues.__getCommitMessage" id="Queues.__getCommitMessage" ref="eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html#Queues.__getCommitMessage" /> @@ -16712,6 +16761,7 @@ <keyword name="TabBar.dropEvent" id="TabBar.dropEvent" ref="eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.dropEvent" /> <keyword name="TabBar.mouseMoveEvent" id="TabBar.mouseMoveEvent" ref="eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mouseMoveEvent" /> <keyword name="TabBar.mousePressEvent" id="TabBar.mousePressEvent" ref="eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html#TabBar.mousePressEvent" /> + <keyword name="TabGroupByType" id="TabGroupByType" ref="eric7.WebBrowser.TabManager.TabManagerWidget.html#TabGroupByType" /> <keyword name="TabManager (Package)" id="TabManager (Package)" ref="index-eric7.WebBrowser.TabManager.html" /> <keyword name="TabManagerWidget" id="TabManagerWidget" ref="eric7.WebBrowser.TabManager.TabManagerWidget.html#TabManagerWidget" /> <keyword name="TabManagerWidget (Constructor)" id="TabManagerWidget (Constructor)" ref="eric7.WebBrowser.TabManager.TabManagerWidget.html#TabManagerWidget.__init__" /> @@ -17888,6 +17938,7 @@ <keyword name="UserInterface.upgradeEricPyQt" id="UserInterface.upgradeEricPyQt" ref="eric7.UI.UserInterface.html#UserInterface.upgradeEricPyQt" /> <keyword name="UserInterface.upgradePyQt" id="UserInterface.upgradePyQt" ref="eric7.UI.UserInterface.html#UserInterface.upgradePyQt" /> <keyword name="UserInterface.versionIsNewer" id="UserInterface.versionIsNewer" ref="eric7.UI.UserInterface.html#UserInterface.versionIsNewer" /> + <keyword name="UserInterfaceSide" id="UserInterfaceSide" ref="eric7.UI.UserInterface.html#UserInterfaceSide" /> <keyword name="UserProjectFile" id="UserProjectFile" ref="eric7.Project.UserProjectFile.html#UserProjectFile" /> <keyword name="UserProjectFile (Constructor)" id="UserProjectFile (Constructor)" ref="eric7.Project.UserProjectFile.html#UserProjectFile.__init__" /> <keyword name="UserProjectFile (Module)" id="UserProjectFile (Module)" ref="eric7.Project.UserProjectFile.html" /> @@ -18145,6 +18196,7 @@ <keyword name="VersionControl.vcsSwitch" id="VersionControl.vcsSwitch" ref="eric7.VCS.VersionControl.html#VersionControl.vcsSwitch" /> <keyword name="VersionControl.vcsTag" id="VersionControl.vcsTag" ref="eric7.VCS.VersionControl.html#VersionControl.vcsTag" /> <keyword name="VersionControl.vcsUpdate" id="VersionControl.vcsUpdate" ref="eric7.VCS.VersionControl.html#VersionControl.vcsUpdate" /> + <keyword name="VersionControlState" id="VersionControlState" ref="eric7.VCS.VersionControl.html#VersionControlState" /> <keyword name="VersionsDialog" id="VersionsDialog" ref="eric7.UI.VersionsDialog.html#VersionsDialog" /> <keyword name="VersionsDialog (Constructor)" id="VersionsDialog (Constructor)" ref="eric7.UI.VersionsDialog.html#VersionsDialog.__init__" /> <keyword name="VersionsDialog (Module)" id="VersionsDialog (Module)" ref="eric7.UI.VersionsDialog.html" /> @@ -21713,6 +21765,8 @@ <file>eric7.UI.DiffHighlighter.html</file> <file>eric7.UI.EmailDialog.html</file> <file>eric7.UI.ErrorLogDialog.html</file> + <file>eric7.UI.FindFileFilterPropertiesDialog.html</file> + <file>eric7.UI.FindFileFiltersEditDialog.html</file> <file>eric7.UI.FindFileWidget.html</file> <file>eric7.UI.FindLocationWidget.html</file> <file>eric7.UI.Info.html</file>
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcWidget.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcWidget.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,6 +19,10 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#IrcConnectionState">IrcConnectionState</a></td> +<td>Class defining the connection states.</td> +</tr> +<tr> <td><a href="#IrcWidget">IrcWidget</a></td> <td>Class implementing the IRC window.</td> </tr> @@ -31,6 +35,40 @@ <hr /> <hr /> +<a NAME="IrcConnectionState" ID="IrcConnectionState"></a> +<h2>IrcConnectionState</h2> +<p> + Class defining the connection states. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Connected</td></tr> +<tr><td>Connecting</td></tr> +<tr><td>Disconnected</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="IrcWidget" ID="IrcWidget"></a> <h2>IrcWidget</h2> <p> @@ -49,9 +87,7 @@ QWidget, Ui_IrcWidget <h3>Class Attributes</h3> <table> -<tr><td>ServerConnected</td></tr> -<tr><td>ServerConnecting</td></tr> -<tr><td>ServerDisconnected</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3>
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,6 +19,10 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#PipPackageInformationMode">PipPackageInformationMode</a></td> +<td>Class defining the show information process modes.</td> +</tr> +<tr> <td><a href="#PipPackagesWidget">PipPackagesWidget</a></td> <td>Class implementing the pip packages management widget.</td> </tr> @@ -35,6 +39,42 @@ <hr /> <hr /> +<a NAME="PipPackageInformationMode" ID="PipPackageInformationMode"></a> +<h2>PipPackageInformationMode</h2> +<p> + Class defining the show information process modes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Classifiers</td></tr> +<tr><td>EntryPoints</td></tr> +<tr><td>FilesList</td></tr> +<tr><td>General</td></tr> +<tr><td>UrlsList</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="PipPackagesWidget" ID="PipPackagesWidget"></a> <h2>PipPackagesWidget</h2> <p> @@ -52,11 +92,6 @@ <tr><td>InstalledVersionColumn</td></tr> <tr><td>PackageColumn</td></tr> <tr><td>SearchVersionRole</td></tr> -<tr><td>ShowProcessClassifiersMode</td></tr> -<tr><td>ShowProcessEntryPointsMode</td></tr> -<tr><td>ShowProcessFilesListMode</td></tr> -<tr><td>ShowProcessGeneralMode</td></tr> -<tr><td>ShowProcessUrlsListMode</td></tr> <tr><td>VulnerabilityColumn</td></tr> <tr><td>VulnerabilityRole</td></tr> </table>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#GitStashDataDialog">GitStashDataDialog</a></td> <td>Class implementing a dialog to enter the data for a stash operation.</td> </tr> +<tr> +<td><a href="#GitStashKind">GitStashKind</a></td> +<td>Class defining the kind of stash to be performed.</td> +</tr> </table> <h3>Functions</h3> @@ -41,9 +45,7 @@ QDialog, Ui_GitStashDataDialog <h3>Class Attributes</h3> <table> -<tr><td>NoUntracked</td></tr> -<tr><td>UntrackedAndIgnored</td></tr> -<tr><td>UntrackedOnly</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -101,9 +103,43 @@ <dl> <dt>Return Type:</dt> <dd> -tuple of (str, bool, int) +tuple of (str, bool, GitStashKind) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="GitStashKind" ID="GitStashKind"></a> +<h2>GitStashKind</h2> +<p> + Class defining the kind of stash to be performed. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>NoUntracked</td></tr> +<tr><td>UntrackedAndIgnored</td></tr> +<tr><td>UntrackedOnly</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,14 @@ <td><a href="#GitTagDialog">GitTagDialog</a></td> <td>Class implementing a dialog to enter the data for a tagging operation.</td> </tr> +<tr> +<td><a href="#GitTagOperation">GitTagOperation</a></td> +<td>Class defining the supported git tag operations.</td> +</tr> +<tr> +<td><a href="#GitTagType">GitTagType</a></td> +<td>Class defining the supported git tag types.</td> +</tr> </table> <h3>Functions</h3> @@ -41,12 +49,7 @@ QDialog, Ui_GitTagDialog <h3>Class Attributes</h3> <table> -<tr><td>AnnotatedTag</td></tr> -<tr><td>CreateTag</td></tr> -<tr><td>DeleteTag</td></tr> -<tr><td>LocalTag</td></tr> -<tr><td>SignedTag</td></tr> -<tr><td>VerifyTag</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -119,7 +122,7 @@ <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, int, int, bool) +tuple of (str, str, GitTagOperation, GitTagType, bool) </dd> </dl> <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.on_tagCombo_editTextChanged"></a> @@ -138,4 +141,72 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="GitTagOperation" ID="GitTagOperation"></a> +<h2>GitTagOperation</h2> +<p> + Class defining the supported git tag operations. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Create</td></tr> +<tr><td>Delete</td></tr> +<tr><td>Verify</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="GitTagType" ID="GitTagType"></a> +<h2>GitTagType</h2> +<p> + Class defining the supported git tag types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Annotated</td></tr> +<tr><td>Local</td></tr> +<tr><td>Signed</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Wed Jan 10 09:44:42 2024 +0100 @@ -2561,8 +2561,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -3126,13 +3126,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Git.vcsRemove" ID="Git.vcsRemove"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,6 +19,10 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#HgBookmarkAction">HgBookmarkAction</a></td> +<td>Class defining the supported bookmark actions.</td> +</tr> +<tr> <td><a href="#HgBookmarkDialog">HgBookmarkDialog</a></td> <td>Class mplementing the bookmark dialog.</td> </tr> @@ -31,6 +35,39 @@ <hr /> <hr /> +<a NAME="HgBookmarkAction" ID="HgBookmarkAction"></a> +<h2>HgBookmarkAction</h2> +<p> + Class defining the supported bookmark actions. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>DEFINE</td></tr> +<tr><td>MOVE</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="HgBookmarkDialog" ID="HgBookmarkDialog"></a> <h2>HgBookmarkDialog</h2> <p> @@ -41,8 +78,7 @@ QDialog, Ui_HgBookmarkDialog <h3>Class Attributes</h3> <table> -<tr><td>DEFINE_MODE</td></tr> -<tr><td>MOVE_MODE</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -78,16 +114,16 @@ <a NAME="HgBookmarkDialog.__init__" ID="HgBookmarkDialog.__init__"></a> <h4>HgBookmarkDialog (Constructor)</h4> -<b>HgBookmarkDialog</b>(<i>mode, tagsList, branchesList, bookmarksList, parent=None</i>) +<b>HgBookmarkDialog</b>(<i>action, tagsList, branchesList, bookmarksList, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>mode</i> (int)</dt> +<dt><i>action</i> (HgBookmarkAction)</dt> <dd> -of the dialog +bookmark action to be performed </dd> <dt><i>tagsList</i> (list of str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgBookmarksInOutDialog">HgBookmarksInOutDialog</a></td> <td>Class implementing a dialog to show a list of incoming or outgoing bookmarks.</td> </tr> +<tr> +<td><a href="#HgBookmarksInOutDialogMode">HgBookmarksInOutDialogMode</a></td> +<td>Class defining the modes of the dialog.</td> +</tr> </table> <h3>Functions</h3> @@ -42,8 +46,7 @@ QDialog, Ui_HgBookmarksInOutDialog <h3>Class Attributes</h3> <table> -<tr><td>INCOMING</td></tr> -<tr><td>OUTGOING</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -114,10 +117,9 @@ <dd> reference to the vcs object </dd> -<dt><i>mode</i> (int)</dt> +<dt><i>mode</i> (HgBookmarksInOutDialogMode)</dt> <dd> -mode of the dialog (HgBookmarksInOutDialog.INCOMING, - HgBookmarksInOutDialog.OUTGOING) +mode of the dialog </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -234,13 +236,39 @@ Public slot to start the bookmarks command. </p> -<dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="HgBookmarksInOutDialogMode" ID="HgBookmarksInOutDialogMode"></a> +<h2>HgBookmarksInOutDialogMode</h2> +<p> + Class defining the modes of the dialog. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>INCOMING</td></tr> +<tr><td>OUTGOING</td></tr> +</table> -<dt>Raises <b>ValueError</b>:</dt> -<dd> -raised to indicate an invalid dialog mode -</dd> -</dl> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgTagDialog">HgTagDialog</a></td> <td>Class implementing a dialog to enter the data for a tagging operation.</td> </tr> +<tr> +<td><a href="#HgTagOperation">HgTagOperation</a></td> +<td>Class defining the supported tagging operations.</td> +</tr> </table> <h3>Functions</h3> @@ -41,10 +45,7 @@ QDialog, Ui_HgTagDialog <h3>Class Attributes</h3> <table> -<tr><td>CreateGlobalTag</td></tr> -<tr><td>CreateLocalTag</td></tr> -<tr><td>DeleteGlobalTag</td></tr> -<tr><td>DeleteLocalTag</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -121,7 +122,7 @@ <dl> <dt>Return Type:</dt> <dd> -tuple of str, str, int,bool +tuple of str, str, HgTagOperation, bool </dd> </dl> <a NAME="HgTagDialog.on_tagCombo_currentIndexChanged" ID="HgTagDialog.on_tagCombo_currentIndexChanged"></a> @@ -154,4 +155,39 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="HgTagOperation" ID="HgTagOperation"></a> +<h2>HgTagOperation</h2> +<p> + Class defining the supported tagging operations. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>CreateGlobal</td></tr> +<tr><td>CreateLocal</td></tr> +<tr><td>DeleteGlobal</td></tr> +<tr><td>DeleteLocal</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgQueuesNewPatchDialog">HgQueuesNewPatchDialog</a></td> <td>Class implementing a dialog to get the data for a new patch.</td> </tr> +<tr> +<td><a href="#HgQueuesNewPatchDialogMode">HgQueuesNewPatchDialogMode</a></td> +<td>Class defining the dialog modes.</td> +</tr> </table> <h3>Functions</h3> @@ -41,8 +45,7 @@ QDialog, Ui_HgQueuesNewPatchDialog <h3>Class Attributes</h3> <table> -<tr><td>NEW_MODE</td></tr> -<tr><td>REFRESH_MODE</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -101,10 +104,9 @@ <dl> -<dt><i>mode</i> (int)</dt> +<dt><i>mode</i> (HgQueuesNewPatchDialogMode)</dt> <dd> -mode of the dialog (HgQueuesNewPatchDialog.NEW_MODE, - HgQueuesNewPatchDialog.REFRESH_MODE) +mode of the dialog </dd> <dt><i>message</i> (str)</dt> <dd> @@ -218,4 +220,37 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="HgQueuesNewPatchDialogMode" ID="HgQueuesNewPatchDialogMode"></a> +<h2>HgQueuesNewPatchDialogMode</h2> +<p> + Class defining the dialog modes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>NEW</td></tr> +<tr><td>REFRESH</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#HgQueuesQueueManagementDialog">HgQueuesQueueManagementDialog</a></td> <td>Class implementing a dialog used by the queue management functions.</td> </tr> +<tr> +<td><a href="#HgQueuesQueueManagementDialogMode">HgQueuesQueueManagementDialogMode</a></td> +<td>Class defining the supported dialog modes.</td> +</tr> </table> <h3>Functions</h3> @@ -41,9 +45,7 @@ QDialog, Ui_HgQueuesQueueManagementDialog <h3>Class Attributes</h3> <table> -<tr><td>NAME_INPUT</td></tr> -<tr><td>NO_INPUT</td></tr> -<tr><td>QUEUE_INPUT</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -98,11 +100,9 @@ <dl> -<dt><i>mode</i> (int)</dt> +<dt><i>mode</i> (HgQueuesQueueManagementDialogMode)</dt> <dd> -mode of the dialog (HgQueuesQueueManagementDialog.NO_INPUT - HgQueuesQueueManagementDialog.NAME_INPUT, - HgQueuesQueueManagementDialog.QUEUE_INPUT) +mode of the dialog </dd> <dt><i>title</i> (str)</dt> <dd> @@ -212,4 +212,38 @@ <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="HgQueuesQueueManagementDialogMode" ID="HgQueuesQueueManagementDialogMode"></a> +<h2>HgQueuesQueueManagementDialogMode</h2> +<p> + Class defining the supported dialog modes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>NAME_INPUT</td></tr> +<tr><td>NO_INPUT</td></tr> +<tr><td>QUEUE_INPUT</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Wed Jan 10 09:44:42 2024 +0100 @@ -518,10 +518,9 @@ <dl> -<dt><i>operation</i> (int)</dt> +<dt><i>operation</i> (QueueOperation)</dt> <dd> -operation type to be performed (Queues.POP, - Queues.PUSH, Queues.GOTO) +operation to be performed </dd> <dt><i>doAll</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,6 +19,14 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#QueueOperation">QueueOperation</a></td> +<td>Class defining the supported queue operations.</td> +</tr> +<tr> +<td><a href="#QueuePatchesListType">QueuePatchesListType</a></td> +<td>Class defining the supported queue patch list types.</td> +</tr> +<tr> <td><a href="#Queues">Queues</a></td> <td>Class implementing the queues extension interface.</td> </tr> @@ -31,6 +39,77 @@ <hr /> <hr /> +<a NAME="QueueOperation" ID="QueueOperation"></a> +<h2>QueueOperation</h2> +<p> + Class defining the supported queue operations. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>ACTIVATE</td></tr> +<tr><td>DELETE</td></tr> +<tr><td>GOTO</td></tr> +<tr><td>POP</td></tr> +<tr><td>PURGE</td></tr> +<tr><td>PUSH</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="QueuePatchesListType" ID="QueuePatchesListType"></a> +<h2>QueuePatchesListType</h2> +<p> + Class defining the supported queue patch list types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>APPLIED</td></tr> +<tr><td>SERIES</td></tr> +<tr><td>UNAPPLIED</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="Queues" ID="Queues"></a> <h2>Queues</h2> <p> @@ -41,15 +120,7 @@ HgExtension <h3>Class Attributes</h3> <table> -<tr><td>APPLIED_LIST</td></tr> -<tr><td>GOTO</td></tr> -<tr><td>POP</td></tr> -<tr><td>PUSH</td></tr> -<tr><td>QUEUE_ACTIVATE</td></tr> -<tr><td>QUEUE_DELETE</td></tr> -<tr><td>QUEUE_PURGE</td></tr> -<tr><td>SERIES_LIST</td></tr> -<tr><td>UNAPPLIED_LIST</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -240,10 +311,9 @@ <dl> -<dt><i>listType</i> (int)</dt> +<dt><i>listType</i> (QueuePatchesListType)</dt> <dd> type of patches list to get - (Queues.APPLIED_LIST, Queues.UNAPPLIED_LIST, Queues.SERIES_LIST) </dd> <dt><i>withSummary</i> (bool)</dt> <dd> @@ -326,10 +396,9 @@ <dl> -<dt><i>operation</i> (int)</dt> +<dt><i>operation</i> (QueueOperation)</dt> <dd> -operation to be performed (Queues.QUEUE_DELETE, - Queues.QUEUE_PURGE, Queues.QUEUE_ACTIVATE) +operation to be performed (PURGE, DELETE or ACTIVATE) </dd> </dl> <dl> @@ -440,10 +509,9 @@ <dl> -<dt><i>operation</i> (int)</dt> +<dt><i>operation</i> (QueueOperation)</dt> <dd> -operation type to be performed (Queues.POP, - Queues.PUSH, Queues.GOTO) +operation to be performed (POP, PUSH or GOTO) </dd> <dt><i>doAll</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Jan 10 09:44:42 2024 +0100 @@ -1986,8 +1986,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -2559,13 +2559,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Hg.vcsRemove" ID="Hg.vcsRemove"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Wed Jan 10 09:44:42 2024 +0100 @@ -492,8 +492,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -537,8 +537,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -575,13 +575,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> @@ -605,13 +605,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> @@ -1181,8 +1181,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -1742,13 +1742,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html Wed Jan 10 09:44:42 2024 +0100 @@ -453,8 +453,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -494,8 +494,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -532,13 +532,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> @@ -562,13 +562,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> @@ -1101,8 +1101,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -1661,13 +1661,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#EditorHighlightingStylesPage">EditorHighlightingStylesPage</a></td> <td>Class implementing the Editor Highlighting Styles configuration page.</td> </tr> +<tr> +<td><a href="#FontChangeMode">FontChangeMode</a></td> +<td>Class defining the modes for font changes.</td> +</tr> </table> <h3>Functions</h3> @@ -44,10 +48,6 @@ ConfigurationPageBase, Ui_EditorHighlightingStylesPage <h3>Class Attributes</h3> <table> -<tr><td>FAMILYANDSIZE</td></tr> -<tr><td>FAMILYONLY</td></tr> -<tr><td>FONT</td></tr> -<tr><td>SIZEONLY</td></tr> <tr><td>StyleRole</td></tr> <tr><td>SubstyleRole</td></tr> </table> @@ -728,6 +728,41 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="FontChangeMode" ID="FontChangeMode"></a> +<h2>FontChangeMode</h2> +<p> + Class defining the modes for font changes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>FAMILYANDSIZE</td></tr> +<tr><td>FAMILYONLY</td></tr> +<tr><td>FONT</td></tr> +<tr><td>SIZEONLY</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="create" ID="create"></a> <h2>create</h2> <b>create</b>(<i>dlg</i>)
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.MarkupProviders.ImageMarkupDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#ImageMarkupDialog">ImageMarkupDialog</a></td> <td>Class implementing a dialog to enter data for an image markup.</td> </tr> +<tr> +<td><a href="#ImageMarkupMode">ImageMarkupMode</a></td> +<td>Class defining the image markup modes.</td> +</tr> </table> <h3>Functions</h3> @@ -41,9 +45,7 @@ QDialog, Ui_ImageMarkupDialog <h3>Class Attributes</h3> <table> -<tr><td>HtmlMode</td></tr> -<tr><td>MarkDownMode</td></tr> -<tr><td>RestMode</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -228,4 +230,38 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="ImageMarkupMode" ID="ImageMarkupMode"></a> +<h2>ImageMarkupMode</h2> +<p> + Class defining the image markup modes. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Html</td></tr> +<tr><td>MarkDown</td></tr> +<tr><td>Rest</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.UI.FindFileFilterPropertiesDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -0,0 +1,125 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.UI.FindFileFilterPropertiesDialog</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.UI.FindFileFilterPropertiesDialog</h1> +<p> +Module implementing a dialog to enter the file filter properties. +</p> + +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FindFileFilterPropertiesDialog">FindFileFilterPropertiesDialog</a></td> +<td>Class implementing a dialog to enter the file filter properties.</td> +</tr> +</table> + +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> + +<hr /> +<hr /> +<a NAME="FindFileFilterPropertiesDialog" ID="FindFileFilterPropertiesDialog"></a> +<h2>FindFileFilterPropertiesDialog</h2> +<p> + Class implementing a dialog to enter the file filter properties. +</p> + +<h3>Derived from</h3> +QDialog, Ui_FindFileFilterPropertiesDialog +<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="#FindFileFilterPropertiesDialog.__init__">FindFileFilterPropertiesDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#FindFileFilterPropertiesDialog.__updateOKAndError">__updateOKAndError</a></td> +<td>Private slot to set the enabled state of the OK button.</td> +</tr> +<tr> +<td><a href="#FindFileFilterPropertiesDialog.getProperties">getProperties</a></td> +<td>Public method to retrieve the entered filter properties.</td> +</tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<a NAME="FindFileFilterPropertiesDialog.__init__" ID="FindFileFilterPropertiesDialog.__init__"></a> +<h4>FindFileFilterPropertiesDialog (Constructor)</h4> +<b>FindFileFilterPropertiesDialog</b>(<i>currentFilters, properties=None, parent=None</i>) +<p> + Constructor +</p> + +<dl> + +<dt><i>currentFilters</i> (list of str)</dt> +<dd> +list of existing filters to check against +</dd> +<dt><i>properties</i> (tuple of (str, str) (optional))</dt> +<dd> +tuple containing the filter name and pattern + to be edited (defaults to None) +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) +</dd> +</dl> +<a NAME="FindFileFilterPropertiesDialog.__updateOKAndError" ID="FindFileFilterPropertiesDialog.__updateOKAndError"></a> +<h4>FindFileFilterPropertiesDialog.__updateOKAndError</h4> +<b>__updateOKAndError</b>(<i></i>) +<p> + Private slot to set the enabled state of the OK button. +</p> + +<a NAME="FindFileFilterPropertiesDialog.getProperties" ID="FindFileFilterPropertiesDialog.getProperties"></a> +<h4>FindFileFilterPropertiesDialog.getProperties</h4> +<b>getProperties</b>(<i></i>) +<p> + Public method to retrieve the entered filter properties. +</p> + +<dl> +<dt>Return:</dt> +<dd> +tuple cotaining the filter name and pattern +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.UI.FindFileFiltersEditDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -0,0 +1,225 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.UI.FindFileFiltersEditDialog</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.UI.FindFileFiltersEditDialog</h1> +<p> +Module implementing a dialog to configure the file filters. +</p> + +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FindFileFiltersEditDialog">FindFileFiltersEditDialog</a></td> +<td>Class implementing a dialog to configure the file filters.</td> +</tr> +</table> + +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> + +<hr /> +<hr /> +<a NAME="FindFileFiltersEditDialog" ID="FindFileFiltersEditDialog"></a> +<h2>FindFileFiltersEditDialog</h2> +<p> + Class implementing a dialog to configure the file filters. +</p> + +<h3>Derived from</h3> +QDialog, Ui_FindFileFiltersEditDialog +<h3>Class Attributes</h3> +<table> +<tr><td>FilterPatternRole</td></tr> +<tr><td>FilterTextRole</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr> +<td><a href="#FindFileFiltersEditDialog.__init__">FindFileFiltersEditDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.__adjustColumns">__adjustColumns</a></td> +<td>Private method to adjust the column widths.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.__getFiltersList">__getFiltersList</a></td> +<td>Private method to get the list of defined filter names.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.__populateFilters">__populateFilters</a></td> +<td>Private method to populate the filters list.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.getFilters">getFilters</a></td> +<td>Public method to retrieve the edited filter list.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.on_addFileFilterButton_clicked">on_addFileFilterButton_clicked</a></td> +<td>Private slot to add a new filter entry.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.on_defaultFiltersButton_clicked">on_defaultFiltersButton_clicked</a></td> +<td>Private slot to create the default list of file filters.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked">on_deleteFileFilterButton_clicked</a></td> +<td>Private slot to delete the selected filter entries.</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.on_editFileFilterButton_clicked">on_editFileFilterButton_clicked</a></td> +<td>Private slot to edit the selected filter entry..</td> +</tr> +<tr> +<td><a href="#FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged">on_fileFiltersList_itemSelectionChanged</a></td> +<td>Private slot to handle a change of the selected items.</td> +</tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<a NAME="FindFileFiltersEditDialog.__init__" ID="FindFileFiltersEditDialog.__init__"></a> +<h4>FindFileFiltersEditDialog (Constructor)</h4> +<b>FindFileFiltersEditDialog</b>(<i>filters, parent=None</i>) +<p> + Constructor +</p> + +<dl> + +<dt><i>filters</i> (dict)</dt> +<dd> +dictionary containing the existing file filters +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) +</dd> +</dl> +<a NAME="FindFileFiltersEditDialog.__adjustColumns" ID="FindFileFiltersEditDialog.__adjustColumns"></a> +<h4>FindFileFiltersEditDialog.__adjustColumns</h4> +<b>__adjustColumns</b>(<i></i>) +<p> + Private method to adjust the column widths. +</p> + +<a NAME="FindFileFiltersEditDialog.__getFiltersList" ID="FindFileFiltersEditDialog.__getFiltersList"></a> +<h4>FindFileFiltersEditDialog.__getFiltersList</h4> +<b>__getFiltersList</b>(<i>forEdit=False</i>) +<p> + Private method to get the list of defined filter names. +</p> + +<dl> + +<dt><i>forEdit</i> (bool (optional))</dt> +<dd> +flag indicating a list for an edit operation + (defaults to False) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +list of defined filter names +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> +<a NAME="FindFileFiltersEditDialog.__populateFilters" ID="FindFileFiltersEditDialog.__populateFilters"></a> +<h4>FindFileFiltersEditDialog.__populateFilters</h4> +<b>__populateFilters</b>(<i>filters</i>) +<p> + Private method to populate the filters list. +</p> + +<dl> + +<dt><i>filters</i> (dict)</dt> +<dd> +dictionary containing the existing file filters +</dd> +</dl> +<a NAME="FindFileFiltersEditDialog.getFilters" ID="FindFileFiltersEditDialog.getFilters"></a> +<h4>FindFileFiltersEditDialog.getFilters</h4> +<b>getFilters</b>(<i></i>) +<p> + Public method to retrieve the edited filter list. +</p> + +<dl> +<dt>Return:</dt> +<dd> +dictionary containing the defined file filters +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<a NAME="FindFileFiltersEditDialog.on_addFileFilterButton_clicked" ID="FindFileFiltersEditDialog.on_addFileFilterButton_clicked"></a> +<h4>FindFileFiltersEditDialog.on_addFileFilterButton_clicked</h4> +<b>on_addFileFilterButton_clicked</b>(<i></i>) +<p> + Private slot to add a new filter entry. +</p> + +<a NAME="FindFileFiltersEditDialog.on_defaultFiltersButton_clicked" ID="FindFileFiltersEditDialog.on_defaultFiltersButton_clicked"></a> +<h4>FindFileFiltersEditDialog.on_defaultFiltersButton_clicked</h4> +<b>on_defaultFiltersButton_clicked</b>(<i></i>) +<p> + Private slot to create the default list of file filters. +</p> + +<a NAME="FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked" ID="FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked"></a> +<h4>FindFileFiltersEditDialog.on_deleteFileFilterButton_clicked</h4> +<b>on_deleteFileFilterButton_clicked</b>(<i></i>) +<p> + Private slot to delete the selected filter entries. +</p> + +<a NAME="FindFileFiltersEditDialog.on_editFileFilterButton_clicked" ID="FindFileFiltersEditDialog.on_editFileFilterButton_clicked"></a> +<h4>FindFileFiltersEditDialog.on_editFileFilterButton_clicked</h4> +<b>on_editFileFilterButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected filter entry.. +</p> + +<a NAME="FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged" ID="FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged"></a> +<h4>FindFileFiltersEditDialog.on_fileFiltersList_itemSelectionChanged</h4> +<b>on_fileFiltersList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot to handle a change of the selected items. +</p> + +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html>
--- a/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Wed Jan 10 09:44:42 2024 +0100 @@ -244,6 +244,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#FindFileWidget.__buildReFileFilter">__buildReFileFilter</a></td> +<td>Private method to convert a file filter expression into a valid re search pattern.</td> +</tr> +<tr> <td><a href="#FindFileWidget.__clearResults">__clearResults</a></td> <td>Private slot to clear the current search results.</td> </tr> @@ -280,6 +284,10 @@ <td>Private slot to open the currently selected entry.</td> </tr> <tr> +<td><a href="#FindFileWidget.__populateFiltersSelector">__populateFiltersSelector</a></td> +<td>Private method to (re-)populate the file filters selector.</td> +</tr> +<tr> <td><a href="#FindFileWidget.__projectClosed">__projectClosed</a></td> <td>Private slot to react to the closing of a project.</td> </tr> @@ -332,8 +340,12 @@ <td>Private slot to handle the selection of the file filter check box.</td> </tr> <tr> -<td><a href="#FindFileWidget.on_filterEdit_textEdited">on_filterEdit_textEdited</a></td> -<td>Private slot to handle the textChanged signal of the file filter edit.</td> +<td><a href="#FindFileWidget.on_filterComboBox_currentIndexChanged">on_filterComboBox_currentIndexChanged</a></td> +<td>Private slot to handle the selection of a file filter.</td> +</tr> +<tr> +<td><a href="#FindFileWidget.on_filtersConfigButton_clicked">on_filtersConfigButton_clicked</a></td> +<td>Private slot to edit the list of defined file filter entries.</td> </tr> <tr> <td><a href="#FindFileWidget.on_findList_itemDoubleClicked">on_findList_itemDoubleClicked</a></td> @@ -393,6 +405,33 @@ parent widget of this dialog (defaults to None) </dd> </dl> +<a NAME="FindFileWidget.__buildReFileFilter" ID="FindFileWidget.__buildReFileFilter"></a> +<h4>FindFileWidget.__buildReFileFilter</h4> +<b>__buildReFileFilter</b>(<i>fileFilter</i>) +<p> + Private method to convert a file filter expression into a valid re search + pattern. +</p> + +<dl> + +<dt><i>fileFilter</i> (str)</dt> +<dd> +file filter expression +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +re search pattern with dot, question mark and star converted +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="FindFileWidget.__clearResults" ID="FindFileWidget.__clearResults"></a> <h4>FindFileWidget.__clearResults</h4> <b>__clearResults</b>(<i></i>) @@ -526,6 +565,13 @@ Private slot to open the currently selected entry. </p> +<a NAME="FindFileWidget.__populateFiltersSelector" ID="FindFileWidget.__populateFiltersSelector"></a> +<h4>FindFileWidget.__populateFiltersSelector</h4> +<b>__populateFiltersSelector</b>(<i></i>) +<p> + Private method to (re-)populate the file filters selector. +</p> + <a NAME="FindFileWidget.__projectClosed" ID="FindFileWidget.__projectClosed"></a> <h4>FindFileWidget.__projectClosed</h4> <b>__projectClosed</b>(<i></i>) @@ -686,20 +732,27 @@ Private slot to handle the selection of the file filter check box. </p> -<a NAME="FindFileWidget.on_filterEdit_textEdited" ID="FindFileWidget.on_filterEdit_textEdited"></a> -<h4>FindFileWidget.on_filterEdit_textEdited</h4> -<b>on_filterEdit_textEdited</b>(<i>text</i>) +<a NAME="FindFileWidget.on_filterComboBox_currentIndexChanged" ID="FindFileWidget.on_filterComboBox_currentIndexChanged"></a> +<h4>FindFileWidget.on_filterComboBox_currentIndexChanged</h4> +<b>on_filterComboBox_currentIndexChanged</b>(<i>index</i>) <p> - Private slot to handle the textChanged signal of the file filter edit. + Private slot to handle the selection of a file filter. </p> <dl> -<dt><i>text</i> (str)</dt> +<dt><i>index</i> (int)</dt> <dd> -(ignored) +index of the selected entry </dd> </dl> +<a NAME="FindFileWidget.on_filtersConfigButton_clicked" ID="FindFileWidget.on_filtersConfigButton_clicked"></a> +<h4>FindFileWidget.on_filtersConfigButton_clicked</h4> +<b>on_filtersConfigButton_clicked</b>(<i></i>) +<p> + Private slot to edit the list of defined file filter entries. +</p> + <a NAME="FindFileWidget.on_findList_itemDoubleClicked" ID="FindFileWidget.on_findList_itemDoubleClicked"></a> <h4>FindFileWidget.on_findList_itemDoubleClicked</h4> <b>on_findList_itemDoubleClicked</b>(<i>itm, column</i>)
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Wed Jan 10 09:44:42 2024 +0100 @@ -26,6 +26,10 @@ <td><a href="#UserInterface">UserInterface</a></td> <td>Class implementing the main user interface.</td> </tr> +<tr> +<td><a href="#UserInterfaceSide">UserInterfaceSide</a></td> +<td>Class defining the supported sides of the user interface.</td> +</tr> </table> <h3>Functions</h3> @@ -215,10 +219,7 @@ EricMainWindow <h3>Class Attributes</h3> <table> -<tr><td>BottomSide</td></tr> <tr><td>ErrorLogFileName</td></tr> -<tr><td>LeftSide</td></tr> -<tr><td>RightSide</td></tr> <tr><td>maxFilePathLen</td></tr> <tr><td>maxMenuFilePathLen</td></tr> </table> @@ -3054,10 +3055,9 @@ <dl> -<dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt> +<dt><i>side</i> (UserInterfaceSide)</dt> <dd> side to add the widget to - UserInterface.RightSide) </dd> <dt><i>widget</i> (QWidget)</dt> <dd> @@ -3964,4 +3964,38 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="UserInterfaceSide" ID="UserInterfaceSide"></a> +<h2>UserInterfaceSide</h2> +<p> + Class defining the supported sides of the user interface. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Bottom</td></tr> +<tr><td>Left</td></tr> +<tr><td>Right</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.Utilities.PasswordChecker.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.PasswordChecker.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,9 +19,17 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#PasswordCheckStatus">PasswordCheckStatus</a></td> +<td>Class defining the status of a password check.</td> +</tr> +<tr> <td><a href="#PasswordChecker">PasswordChecker</a></td> <td>Class implementing a checker for password strength.</td> </tr> +<tr> +<td><a href="#PasswordStrength">PasswordStrength</a></td> +<td>Class defining the password strength.</td> +</tr> </table> <h3>Functions</h3> @@ -31,6 +39,40 @@ <hr /> <hr /> +<a NAME="PasswordCheckStatus" ID="PasswordCheckStatus"></a> +<h2>PasswordCheckStatus</h2> +<p> + Class defining the status of a password check. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Exceeded</td></tr> +<tr><td>Failed</td></tr> +<tr><td>Passed</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="PasswordChecker" ID="PasswordChecker"></a> <h2>PasswordChecker</h2> <p> @@ -41,14 +83,7 @@ None <h3>Class Attributes</h3> <table> -<tr><td>Complexity_Good</td></tr> -<tr><td>Complexity_Strong</td></tr> -<tr><td>Complexity_VeryStrong</td></tr> -<tr><td>Complexity_VeryWeak</td></tr> -<tr><td>Complexity_Weak</td></tr> -<tr><td>Status_Exceeded</td></tr> -<tr><td>Status_Failed</td></tr> -<tr><td>Status_Passed</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -110,13 +145,13 @@ <dl> <dt>Return:</dt> <dd> -status (Status_Failed, Status_Passed) +status </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +PasswordCheckStatus </dd> </dl> <a NAME="PasswordChecker.__determineStatus" ID="PasswordChecker.__determineStatus"></a> @@ -136,13 +171,13 @@ <dl> <dt>Return:</dt> <dd> -status (Status_Failed, Status_Passed, Status_Exceeded) +status </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +PasswordCheckStatus </dd> </dl> <a NAME="PasswordChecker.__strReverse" ID="PasswordChecker.__strReverse"></a> @@ -188,17 +223,51 @@ <dl> <dt>Return:</dt> <dd> -indication for the password strength (Complexity_VeryWeak, - Complexity_Weak, Complexity_Good, Complexity_Strong, - Complexity_VeryStrong) +indication for the password strength </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +PasswordStrength </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="PasswordStrength" ID="PasswordStrength"></a> +<h2>PasswordStrength</h2> +<p> + Class defining the password strength. +</p> + +<h3>Derived from</h3> +enum.IntEnum +<h3>Class Attributes</h3> +<table> +<tr><td>Good</td></tr> +<tr><td>Strong</td></tr> +<tr><td>VeryStrong</td></tr> +<tr><td>VeryWeak</td></tr> +<tr><td>Weak</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Wed Jan 10 09:44:42 2024 +0100 @@ -23,6 +23,10 @@ <td><a href="#VersionControl">VersionControl</a></td> <td>Class implementing an abstract base class to be subclassed by all specific VCS interfaces.</td> </tr> +<tr> +<td><a href="#VersionControlState">VersionControlState</a></td> +<td>Class defining the global VCS states of files and directories.</td> +</tr> </table> <h3>Functions</h3> @@ -79,8 +83,6 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>canBeAdded</td></tr> -<tr><td>canBeCommitted</td></tr> <tr><td>commitHistoryData</td></tr> <tr><td>commitHistoryLock</td></tr> </table> @@ -925,8 +927,8 @@ <dl> <dt>Return:</dt> <dd> -the received dictionary completed with a combination of - canBeCommited and canBeAdded or None in order to signal an error +the received dictionary completed with the VCS state or None in + order to signal an error </dd> </dl> <dl> @@ -1671,13 +1673,13 @@ <dl> <dt>Return:</dt> <dd> -registered state (one of canBeCommited and canBeAdded) +registered state </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -int +VersionControlState </dd> </dl> <dl> @@ -2059,4 +2061,37 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="VersionControlState" ID="VersionControlState"></a> +<h2>VersionControlState</h2> +<p> + Class defining the global VCS states of files and directories. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Controlled</td></tr> +<tr><td>Uncontrolled</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarkNode.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarkNode.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,14 @@ <td><a href="#BookmarkNode">BookmarkNode</a></td> <td>Class implementing the bookmark node type.</td> </tr> +<tr> +<td><a href="#BookmarkNodeType">BookmarkNodeType</a></td> +<td>Class defining the bookmark node types.</td> +</tr> +<tr> +<td><a href="#BookmarkTimestampType">BookmarkTimestampType</a></td> +<td>Class defining the bookmark timestamp types.</td> +</tr> </table> <h3>Functions</h3> @@ -41,13 +49,7 @@ None <h3>Class Attributes</h3> <table> -<tr><td>Bookmark</td></tr> -<tr><td>Folder</td></tr> -<tr><td>Root</td></tr> -<tr><td>Separator</td></tr> -<tr><td>TsAdded</td></tr> -<tr><td>TsModified</td></tr> -<tr><td>TsVisited</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -95,7 +97,7 @@ <a NAME="BookmarkNode.__init__" ID="BookmarkNode.__init__"></a> <h4>BookmarkNode (Constructor)</h4> -<b>BookmarkNode</b>(<i>type_=Root, parent=None</i>) +<b>BookmarkNode</b>(<i>type_=BookmarkNodeType.Root, parent=None</i>) <p> Constructor </p> @@ -216,4 +218,73 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="BookmarkNodeType" ID="BookmarkNodeType"></a> +<h2>BookmarkNodeType</h2> +<p> + Class defining the bookmark node types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Bookmark</td></tr> +<tr><td>Folder</td></tr> +<tr><td>Root</td></tr> +<tr><td>Separator</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="BookmarkTimestampType" ID="BookmarkTimestampType"></a> +<h2>BookmarkTimestampType</h2> +<p> + Class defining the bookmark timestamp types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Added</td></tr> +<tr><td>Modified</td></tr> +<tr><td>Visited</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksManager.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksManager.html Wed Jan 10 09:44:42 2024 +0100 @@ -15,14 +15,15 @@ <table> <tr><td>BOOKMARKBAR</td></tr> <tr><td>BOOKMARKMENU</td></tr> -<tr><td>StartMenu</td></tr> -<tr><td>StartRoot</td></tr> -<tr><td>StartToolBar</td></tr> </table> <h3>Classes</h3> <table> <tr> +<td><a href="#BookmarkSearchStart">BookmarkSearchStart</a></td> +<td>Class defining the start points for bookmark searches.</td> +</tr> +<tr> <td><a href="#BookmarksManager">BookmarksManager</a></td> <td>Class implementing the bookmarks manager.</td> </tr> @@ -47,6 +48,40 @@ <hr /> <hr /> +<a NAME="BookmarkSearchStart" ID="BookmarkSearchStart"></a> +<h2>BookmarkSearchStart</h2> +<p> + Class defining the start points for bookmark searches. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Menu</td></tr> +<tr><td>Root</td></tr> +<tr><td>ToolBar</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="BookmarksManager" ID="BookmarksManager"></a> <h2>BookmarksManager</h2> <p> @@ -337,7 +372,7 @@ </dl> <a NAME="BookmarksManager.bookmarkForUrl" ID="BookmarksManager.bookmarkForUrl"></a> <h4>BookmarksManager.bookmarkForUrl</h4> -<b>bookmarkForUrl</b>(<i>url, start=StartRoot</i>) +<b>bookmarkForUrl</b>(<i>url, start=BookmarkSearchStart.Root</i>) <p> Public method to get a bookmark node for a given URL. </p> @@ -348,10 +383,9 @@ <dd> URL of the bookmark to search for </dd> -<dt><i>start</i> (int)</dt> +<dt><i>start</i> (BookmarkSearchStart)</dt> <dd> indicator for the start of the search - (StartRoot, StartMenu, StartToolBar) </dd> </dl> <dl> @@ -387,7 +421,7 @@ </dl> <a NAME="BookmarksManager.bookmarksForUrl" ID="BookmarksManager.bookmarksForUrl"></a> <h4>BookmarksManager.bookmarksForUrl</h4> -<b>bookmarksForUrl</b>(<i>url, start=StartRoot</i>) +<b>bookmarksForUrl</b>(<i>url, start=BookmarkSearchStart.Root</i>) <p> Public method to get a list of bookmark nodes for a given URL. </p> @@ -398,10 +432,9 @@ <dd> URL of the bookmarks to search for </dd> -<dt><i>start</i> (int)</dt> +<dt><i>start</i> (BookmarkSearchStart)</dt> <dd> indicator for the start of the search - (StartRoot, StartMenu, StartToolBar) </dd> </dl> <dl> @@ -574,11 +607,9 @@ <dd> reference to the node to be changed </dd> -<dt><i>timestampType</i> (int)</dt> +<dt><i>timestampType</i> (BookmarkTimestampType)</dt> <dd> type of the timestamp to set - (BookmarkNode.TsAdded, BookmarkNode.TsModified, - BookmarkNode.TsVisited) </dd> <dt><i>timestamp</i> (QDateTime)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieExceptionsModel.html Wed Jan 10 09:44:42 2024 +0100 @@ -148,10 +148,9 @@ <dd> name of the host to add a rule for </dd> -<dt><i>rule</i> (int)</dt> +<dt><i>rule</i> (CookieExceptionRuleType)</dt> <dd> -type of rule to add (CookieJar.Allow, CookieJar.Block or - CookieJar.AllowForSession) +type of rule to add </dd> </dl> <a NAME="CookieExceptionsModel.columnCount" ID="CookieExceptionsModel.columnCount"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieJar.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.CookieJar.CookieJar.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,9 +19,21 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#CookieAcceptPolicy">CookieAcceptPolicy</a></td> +<td>Class defining the cookie accept policies.</td> +</tr> +<tr> +<td><a href="#CookieExceptionRuleType">CookieExceptionRuleType</a></td> +<td>Class defining the cookie exception rule types.</td> +</tr> +<tr> <td><a href="#CookieJar">CookieJar</a></td> <td>Class implementing a QNetworkCookieJar subclass with various accept policies.</td> </tr> +<tr> +<td><a href="#CookieKeepPolicy">CookieKeepPolicy</a></td> +<td>Class defining the cookie keep policies.</td> +</tr> </table> <h3>Functions</h3> @@ -31,6 +43,74 @@ <hr /> <hr /> +<a NAME="CookieAcceptPolicy" ID="CookieAcceptPolicy"></a> +<h2>CookieAcceptPolicy</h2> +<p> + Class defining the cookie accept policies. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Always</td></tr> +<tr><td>Never</td></tr> +<tr><td>OnlyFromSitesNavigatedTo</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="CookieExceptionRuleType" ID="CookieExceptionRuleType"></a> +<h2>CookieExceptionRuleType</h2> +<p> + Class defining the cookie exception rule types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Allow</td></tr> +<tr><td>AllowForSession</td></tr> +<tr><td>Block</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="CookieJar" ID="CookieJar"></a> <h2>CookieJar</h2> <p> @@ -50,16 +130,7 @@ QNetworkCookieJar <h3>Class Attributes</h3> <table> -<tr><td>AcceptAlways</td></tr> -<tr><td>AcceptMax</td></tr> -<tr><td>AcceptNever</td></tr> -<tr><td>AcceptOnlyFromSitesNavigatedTo</td></tr> -<tr><td>Allow</td></tr> -<tr><td>AllowForSession</td></tr> -<tr><td>Block</td></tr> -<tr><td>KeepMax</td></tr> -<tr><td>KeepUntilExit</td></tr> -<tr><td>KeepUntilExpire</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -632,11 +703,44 @@ <dl> -<dt><i>policy</i> (int)</dt> +<dt><i>policy</i> (CookieKeepPolicy)</dt> <dd> keep policy to be set </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="CookieKeepPolicy" ID="CookieKeepPolicy"></a> +<h2>CookieKeepPolicy</h2> +<p> + Class defining the cookie keep policies. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>UntilExit</td></tr> +<tr><td>UntilExpire</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html Wed Jan 10 09:44:42 2024 +0100 @@ -13,7 +13,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>DownloadManagerDefaultRemovePolicy</td></tr> </table> <h3>Classes</h3> @@ -22,6 +22,10 @@ <td><a href="#DownloadManager">DownloadManager</a></td> <td>Class implementing the download manager.</td> </tr> +<tr> +<td><a href="#DownloadManagerRemovePolicy">DownloadManagerRemovePolicy</a></td> +<td>Class defining the remove policies.</td> +</tr> </table> <h3>Functions</h3> @@ -50,9 +54,6 @@ QDialog, Ui_DownloadManager <h3>Class Attributes</h3> <table> -<tr><td>RemoveExit</td></tr> -<tr><td>RemoveNever</td></tr> -<tr><td>RemoveSuccessFullDownload</td></tr> <tr><td>UpdateTimerTimeout</td></tr> </table> @@ -604,7 +605,7 @@ <dl> <dt>Return Type:</dt> <dd> -int +DownloadManagerRemovePolicy </dd> </dl> <a NAME="DownloadManager.save" ID="DownloadManager.save"></a> @@ -637,11 +638,9 @@ <dl> -<dt><i>policy</i> (int)</dt> +<dt><i>policy</i> (DownloadManagerRemovePolicy)</dt> <dd> -policy to be set - (DownloadManager.RemoveExit, DownloadManager.RemoveNever, - DownloadManager.RemoveSuccessFullDownload) +remove policy to be set </dd> </dl> <a NAME="DownloadManager.show" ID="DownloadManager.show"></a> @@ -674,4 +673,38 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="DownloadManagerRemovePolicy" ID="DownloadManagerRemovePolicy"></a> +<h2>DownloadManagerRemovePolicy</h2> +<p> + Class defining the remove policies. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Exit</td></tr> +<tr><td>Never</td></tr> +<tr><td>SuccessfullDownload</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyDownloader.html Wed Jan 10 09:44:42 2024 +0100 @@ -19,6 +19,10 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#GreaseMonkeyDownloadType">GreaseMonkeyDownloadType</a></td> +<td>Class defining the download types.</td> +</tr> +<tr> <td><a href="#GreaseMonkeyDownloader">GreaseMonkeyDownloader</a></td> <td>Class implementing the downloader for GreaseMonkey scripts.</td> </tr> @@ -31,6 +35,39 @@ <hr /> <hr /> +<a NAME="GreaseMonkeyDownloadType" ID="GreaseMonkeyDownloadType"></a> +<h2>GreaseMonkeyDownloadType</h2> +<p> + Class defining the download types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>MainScript</td></tr> +<tr><td>RequireScript</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="GreaseMonkeyDownloader" ID="GreaseMonkeyDownloader"></a> <h2>GreaseMonkeyDownloader</h2> <p> @@ -54,8 +91,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>DownloadMainScript</td></tr> -<tr><td>DownloadRequireScript</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -106,7 +142,7 @@ <dd> reference to the GreaseMonkey manager </dd> -<dt><i>mode</i> (int (one of DownloadMainScript, DownloadRequireScript))</dt> +<dt><i>mode</i> (GreaseMonkeyDownloadType)</dt> <dd> download mode </dd>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Wed Jan 10 09:44:42 2024 +0100 @@ -22,6 +22,10 @@ <td><a href="#GreaseMonkeyScript">GreaseMonkeyScript</a></td> <td>Class implementing the GreaseMonkey script.</td> </tr> +<tr> +<td><a href="#GreaseMonkeyScriptStartPoint">GreaseMonkeyScriptStartPoint</a></td> +<td>Class defining the script start points.</td> +</tr> </table> <h3>Functions</h3> @@ -54,9 +58,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>DocumentEnd</td></tr> -<tr><td>DocumentIdle</td></tr> -<tr><td>DocumentStart</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -648,7 +650,7 @@ <dl> <dt>Return Type:</dt> <dd> -DocumentStart or DocumentEnd +GreaseMonkeyScriptStartPoint </dd> </dl> <a NAME="GreaseMonkeyScript.updateScript" ID="GreaseMonkeyScript.updateScript"></a> @@ -717,4 +719,38 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="GreaseMonkeyScriptStartPoint" ID="GreaseMonkeyScriptStartPoint"></a> +<h2>GreaseMonkeyScriptStartPoint</h2> +<p> + Class defining the script start points. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>DocumentEnd</td></tr> +<tr><td>DocumentIdle</td></tr> +<tr><td>DocumentStart</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.PersonalInformationManager.PersonalInformationManager.html Wed Jan 10 09:44:42 2024 +0100 @@ -23,6 +23,10 @@ <td><a href="#PersonalInformationManager">PersonalInformationManager</a></td> <td>Class implementing the personal information manager used to complete form fields.</td> </tr> +<tr> +<td><a href="#PersonalInformationType">PersonalInformationType</a></td> +<td>Class defining the personal information types.</td> +</tr> </table> <h3>Functions</h3> @@ -43,24 +47,7 @@ QObject <h3>Class Attributes</h3> <table> -<tr><td>Address</td></tr> -<tr><td>City</td></tr> -<tr><td>Country</td></tr> -<tr><td>Email</td></tr> -<tr><td>FirstName</td></tr> -<tr><td>FullName</td></tr> -<tr><td>HomePage</td></tr> -<tr><td>Invalid</td></tr> -<tr><td>LastName</td></tr> -<tr><td>Max</td></tr> -<tr><td>Mobile</td></tr> -<tr><td>Phone</td></tr> -<tr><td>Special1</td></tr> -<tr><td>Special2</td></tr> -<tr><td>Special3</td></tr> -<tr><td>Special4</td></tr> -<tr><td>State</td></tr> -<tr><td>Zip</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -269,4 +256,53 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="PersonalInformationType" ID="PersonalInformationType"></a> +<h2>PersonalInformationType</h2> +<p> + Class defining the personal information types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Address</td></tr> +<tr><td>City</td></tr> +<tr><td>Country</td></tr> +<tr><td>Email</td></tr> +<tr><td>FirstName</td></tr> +<tr><td>FullName</td></tr> +<tr><td>HomePage</td></tr> +<tr><td>Invalid</td></tr> +<tr><td>LastName</td></tr> +<tr><td>Max</td></tr> +<tr><td>Mobile</td></tr> +<tr><td>Phone</td></tr> +<tr><td>Special1</td></tr> +<tr><td>Special2</td></tr> +<tr><td>Special3</td></tr> +<tr><td>Special4</td></tr> +<tr><td>State</td></tr> +<tr><td>Zip</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.TabManager.TabManagerWidget.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.TabManager.TabManagerWidget.html Wed Jan 10 09:44:42 2024 +0100 @@ -13,12 +13,16 @@ <h3>Global Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>TabGroupByDefaultType</td></tr> </table> <h3>Classes</h3> <table> <tr> +<td><a href="#TabGroupByType">TabGroupByType</a></td> +<td>Class defining the supported "Group By" types.</td> +</tr> +<tr> <td><a href="#TabManagerWidget">TabManagerWidget</a></td> <td>Class implementing a window for managing the web browser tabs.</td> </tr> @@ -31,6 +35,40 @@ <hr /> <hr /> +<a NAME="TabGroupByType" ID="TabGroupByType"></a> +<h2>TabGroupByType</h2> +<p> + Class defining the supported "Group By" types. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>Domain</td></tr> +<tr><td>Host</td></tr> +<tr><td>Window</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="TabManagerWidget" ID="TabManagerWidget"></a> <h2>TabManagerWidget</h2> <p> @@ -40,18 +78,16 @@ <h3>Signals</h3> <dl> -<dt>groupTypeChanged(int)</dt> +<dt>groupTypeChanged(TabGroupByType)</dt> <dd> -emitted when the 'Group By' value was changed +emitted when the 'Group By' value + was changed </dd> </dl> <h3>Derived from</h3> QWidget <h3>Class Attributes</h3> <table> -<tr><td>GroupByDomain</td></tr> -<tr><td>GroupByHost</td></tr> -<tr><td>GroupByWindow</td></tr> <tr><td>WebBrowserRole</td></tr> <tr><td>WebWindowRole</td></tr> <tr><td>_tldExtractor</td></tr>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html Wed Jan 10 09:44:42 2024 +0100 @@ -20,6 +20,10 @@ <h3>Classes</h3> <table> <tr> +<td><a href="#BookmarkAction">BookmarkAction</a></td> +<td>Class defining the available bookmark actions.</td> +</tr> +<tr> <td><a href="#BookmarkActionSelectionDialog">BookmarkActionSelectionDialog</a></td> <td>Class implementing a dialog to select the action to be performed on the bookmark.</td> </tr> @@ -32,6 +36,42 @@ <hr /> <hr /> +<a NAME="BookmarkAction" ID="BookmarkAction"></a> +<h2>BookmarkAction</h2> +<p> + Class defining the available bookmark actions. +</p> + +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> +<table> +<tr><td>AddBookmark</td></tr> +<tr><td>AddSpeeddial</td></tr> +<tr><td>EditBookmark</td></tr> +<tr><td>RemoveSpeeddial</td></tr> +<tr><td>Undefined</td></tr> +</table> + +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="BookmarkActionSelectionDialog" ID="BookmarkActionSelectionDialog"></a> <h2>BookmarkActionSelectionDialog</h2> <p> @@ -43,11 +83,7 @@ QDialog, Ui_BookmarkActionSelectionDialog <h3>Class Attributes</h3> <table> -<tr><td>AddBookmark</td></tr> -<tr><td>AddSpeeddial</td></tr> -<tr><td>EditBookmark</td></tr> -<tr><td>RemoveSpeeddial</td></tr> -<tr><td>Undefined</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3>
--- a/src/eric7/Documentation/Source/index-eric7.UI.html Wed Jan 10 09:42:15 2024 +0100 +++ b/src/eric7/Documentation/Source/index-eric7.UI.html Wed Jan 10 09:44:42 2024 +0100 @@ -88,6 +88,14 @@ <td>Module implementing a dialog to display an error log.</td> </tr> <tr> +<td><a href="eric7.UI.FindFileFilterPropertiesDialog.html">FindFileFilterPropertiesDialog</a></td> +<td>Module implementing a dialog to enter the file filter properties.</td> +</tr> +<tr> +<td><a href="eric7.UI.FindFileFiltersEditDialog.html">FindFileFiltersEditDialog</a></td> +<td>Module implementing a dialog to configure the file filters.</td> +</tr> +<tr> <td><a href="eric7.UI.FindFileWidget.html">FindFileWidget</a></td> <td>Module implementing a dialog to search for text in files.</td> </tr>