diff -r ce4c3c401482 -r 8cacde11f4fd eric7/Documentation/Help/source.qhp --- a/eric7/Documentation/Help/source.qhp Mon Sep 27 16:41:31 2021 +0200 +++ b/eric7/Documentation/Help/source.qhp Mon Sep 27 16:44:54 2021 +0200 @@ -1053,8 +1053,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.FindFileNameDialog" ref="eric7.UI.FindFileNameDialog.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" /> <section title="eric7.UI.InstallInfoDialog" ref="eric7.UI.InstallInfoDialog.html" /> <section title="eric7.UI.LogView" ref="eric7.UI.LogView.html" /> @@ -5939,22 +5939,6 @@ <keyword name="FiletypeAssociationDialog.on_filePatternEdit_textChanged" id="FiletypeAssociationDialog.on_filePatternEdit_textChanged" ref="eric7.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filePatternEdit_textChanged" /> <keyword name="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" id="FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" ref="eric7.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged" /> <keyword name="FiletypeAssociationDialog.transferData" id="FiletypeAssociationDialog.transferData" ref="eric7.Project.FiletypeAssociationDialog.html#FiletypeAssociationDialog.transferData" /> - <keyword name="FindFileNameDialog" id="FindFileNameDialog" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog" /> - <keyword name="FindFileNameDialog (Constructor)" id="FindFileNameDialog (Constructor)" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.__init__" /> - <keyword name="FindFileNameDialog (Module)" id="FindFileNameDialog (Module)" ref="eric7.UI.FindFileNameDialog.html" /> - <keyword name="FindFileNameDialog.__openFile" id="FindFileNameDialog.__openFile" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.__openFile" /> - <keyword name="FindFileNameDialog.__searchFile" id="FindFileNameDialog.__searchFile" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.__searchFile" /> - <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" /> - <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" /> - <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" /> - <keyword name="FindFileNameDialog.on_fileList_currentItemChanged" id="FindFileNameDialog.on_fileList_currentItemChanged" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_currentItemChanged" /> - <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" /> - <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" /> - <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirCheckBox_toggled" id="FindFileNameDialog.on_searchDirCheckBox_toggled" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirCheckBox_toggled" /> - <keyword name="FindFileNameDialog.on_searchDirPicker_textChanged" id="FindFileNameDialog.on_searchDirPicker_textChanged" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_searchDirPicker_textChanged" /> - <keyword name="FindFileNameDialog.on_syspathCheckBox_toggled" id="FindFileNameDialog.on_syspathCheckBox_toggled" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.on_syspathCheckBox_toggled" /> - <keyword name="FindFileNameDialog.show" id="FindFileNameDialog.show" ref="eric7.UI.FindFileNameDialog.html#FindFileNameDialog.show" /> <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" /> @@ -5983,6 +5967,20 @@ <keyword name="FindFileWidget.on_replacetextCombo_editTextChanged" id="FindFileWidget.on_replacetextCombo_editTextChanged" ref="eric7.UI.FindFileWidget.html#FindFileWidget.on_replacetextCombo_editTextChanged" /> <keyword name="FindFileWidget.setOpenFiles" id="FindFileWidget.setOpenFiles" ref="eric7.UI.FindFileWidget.html#FindFileWidget.setOpenFiles" /> <keyword name="FindFileWidget.setSearchDirectory" id="FindFileWidget.setSearchDirectory" ref="eric7.UI.FindFileWidget.html#FindFileWidget.setSearchDirectory" /> + <keyword name="FindLocationWidget" id="FindLocationWidget" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget" /> + <keyword name="FindLocationWidget (Constructor)" id="FindLocationWidget (Constructor)" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__init__" /> + <keyword name="FindLocationWidget (Module)" id="FindLocationWidget (Module)" ref="eric7.UI.FindLocationWidget.html" /> + <keyword name="FindLocationWidget.__openFile" id="FindLocationWidget.__openFile" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__openFile" /> + <keyword name="FindLocationWidget.__projectClosed" id="FindLocationWidget.__projectClosed" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__projectClosed" /> + <keyword name="FindLocationWidget.__projectOpened" id="FindLocationWidget.__projectOpened" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__projectOpened" /> + <keyword name="FindLocationWidget.__searchFile" id="FindLocationWidget.__searchFile" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__searchFile" /> + <keyword name="FindLocationWidget.__stopSearch" id="FindLocationWidget.__stopSearch" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.__stopSearch" /> + <keyword name="FindLocationWidget.activate" id="FindLocationWidget.activate" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.activate" /> + <keyword name="FindLocationWidget.checkStop" id="FindLocationWidget.checkStop" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.checkStop" /> + <keyword name="FindLocationWidget.on_fileList_currentItemChanged" id="FindLocationWidget.on_fileList_currentItemChanged" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.on_fileList_currentItemChanged" /> + <keyword name="FindLocationWidget.on_fileList_itemActivated" id="FindLocationWidget.on_fileList_itemActivated" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.on_fileList_itemActivated" /> + <keyword name="FindLocationWidget.on_fileNameEdit_textChanged" id="FindLocationWidget.on_fileNameEdit_textChanged" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.on_fileNameEdit_textChanged" /> + <keyword name="FindLocationWidget.on_searchDirPicker_textChanged" id="FindLocationWidget.on_searchDirPicker_textChanged" ref="eric7.UI.FindLocationWidget.html#FindLocationWidget.on_searchDirPicker_textChanged" /> <keyword name="FirefoxImporter" id="FirefoxImporter" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter" /> <keyword name="FirefoxImporter (Constructor)" id="FirefoxImporter (Constructor)" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html#FirefoxImporter.__init__" /> <keyword name="FirefoxImporter (Module)" id="FirefoxImporter (Module)" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html" /> @@ -6194,12 +6192,15 @@ <keyword name="Git.initCommand" id="Git.initCommand" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.initCommand" /> <keyword name="Git.vcsAdd" id="Git.vcsAdd" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsAdd" /> <keyword name="Git.vcsAddBinary" id="Git.vcsAddBinary" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsAddBinary" /> + <keyword name="Git.vcsAddCommitMessage" id="Git.vcsAddCommitMessage" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsAddCommitMessage" /> <keyword name="Git.vcsAddTree" id="Git.vcsAddTree" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsAddTree" /> <keyword name="Git.vcsAllRegisteredStates" id="Git.vcsAllRegisteredStates" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsAllRegisteredStates" /> <keyword name="Git.vcsCheckout" id="Git.vcsCheckout" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsCheckout" /> <keyword name="Git.vcsCleanup" id="Git.vcsCleanup" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsCleanup" /> + <keyword name="Git.vcsClearCommitMessages" id="Git.vcsClearCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsClearCommitMessages" /> <keyword name="Git.vcsCommandLine" id="Git.vcsCommandLine" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsCommandLine" /> <keyword name="Git.vcsCommit" id="Git.vcsCommit" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsCommit" /> + <keyword name="Git.vcsCommitMessages" id="Git.vcsCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsCommitMessages" /> <keyword name="Git.vcsConvertProject" id="Git.vcsConvertProject" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsConvertProject" /> <keyword name="Git.vcsDiff" id="Git.vcsDiff" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsDiff" /> <keyword name="Git.vcsExists" id="Git.vcsExists" ref="eric7.Plugins.VcsPlugins.vcsGit.git.html#Git.vcsExists" /> @@ -7487,12 +7488,15 @@ <keyword name="Hg.stopClient" id="Hg.stopClient" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.stopClient" /> <keyword name="Hg.vcsAdd" id="Hg.vcsAdd" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAdd" /> <keyword name="Hg.vcsAddBinary" id="Hg.vcsAddBinary" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddBinary" /> + <keyword name="Hg.vcsAddCommitMessage" id="Hg.vcsAddCommitMessage" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddCommitMessage" /> <keyword name="Hg.vcsAddTree" id="Hg.vcsAddTree" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAddTree" /> <keyword name="Hg.vcsAllRegisteredStates" id="Hg.vcsAllRegisteredStates" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsAllRegisteredStates" /> <keyword name="Hg.vcsCheckout" id="Hg.vcsCheckout" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCheckout" /> <keyword name="Hg.vcsCleanup" id="Hg.vcsCleanup" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCleanup" /> + <keyword name="Hg.vcsClearCommitMessages" id="Hg.vcsClearCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsClearCommitMessages" /> <keyword name="Hg.vcsCommandLine" id="Hg.vcsCommandLine" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommandLine" /> <keyword name="Hg.vcsCommit" id="Hg.vcsCommit" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommit" /> + <keyword name="Hg.vcsCommitMessages" id="Hg.vcsCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsCommitMessages" /> <keyword name="Hg.vcsConvertProject" id="Hg.vcsConvertProject" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsConvertProject" /> <keyword name="Hg.vcsDiff" id="Hg.vcsDiff" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsDiff" /> <keyword name="Hg.vcsExists" id="Hg.vcsExists" ref="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html#Hg.vcsExists" /> @@ -9633,6 +9637,7 @@ <keyword name="LexerQSS.isCommentStyle" id="LexerQSS.isCommentStyle" ref="eric7.QScintilla.Lexers.LexerQSS.html#LexerQSS.isCommentStyle" /> <keyword name="LexerQSS.isStringStyle" id="LexerQSS.isStringStyle" ref="eric7.QScintilla.Lexers.LexerQSS.html#LexerQSS.isStringStyle" /> <keyword name="LexerQSS.language" id="LexerQSS.language" ref="eric7.QScintilla.Lexers.LexerQSS.html#LexerQSS.language" /> + <keyword name="LexerQSS.lexer" id="LexerQSS.lexer" ref="eric7.QScintilla.Lexers.LexerQSS.html#LexerQSS.lexer" /> <keyword name="LexerQSS.lexerName" id="LexerQSS.lexerName" ref="eric7.QScintilla.Lexers.LexerQSS.html#LexerQSS.lexerName" /> <keyword name="LexerRuby" id="LexerRuby" ref="eric7.QScintilla.Lexers.LexerRuby.html#LexerRuby" /> <keyword name="LexerRuby (Constructor)" id="LexerRuby (Constructor)" ref="eric7.QScintilla.Lexers.LexerRuby.html#LexerRuby.__init__" /> @@ -11275,9 +11280,11 @@ <keyword name="PluginRepositoryWidget.__changeScheme" id="PluginRepositoryWidget.__changeScheme" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__changeScheme" /> <keyword name="PluginRepositoryWidget.__cleanupDownloads" id="PluginRepositoryWidget.__cleanupDownloads" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__cleanupDownloads" /> <keyword name="PluginRepositoryWidget.__closeAndInstall" id="PluginRepositoryWidget.__closeAndInstall" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__closeAndInstall" /> + <keyword name="PluginRepositoryWidget.__downloadButtonClicked" id="PluginRepositoryWidget.__downloadButtonClicked" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadButtonClicked" /> <keyword name="PluginRepositoryWidget.__downloadCancel" id="PluginRepositoryWidget.__downloadCancel" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadCancel" /> <keyword name="PluginRepositoryWidget.__downloadFile" id="PluginRepositoryWidget.__downloadFile" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFile" /> <keyword name="PluginRepositoryWidget.__downloadFileDone" id="PluginRepositoryWidget.__downloadFileDone" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadFileDone" /> + <keyword name="PluginRepositoryWidget.__downloadInstallButtonClicked" id="PluginRepositoryWidget.__downloadInstallButtonClicked" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadInstallButtonClicked" /> <keyword name="PluginRepositoryWidget.__downloadPlugin" id="PluginRepositoryWidget.__downloadPlugin" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugin" /> <keyword name="PluginRepositoryWidget.__downloadPluginDone" id="PluginRepositoryWidget.__downloadPluginDone" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPluginDone" /> <keyword name="PluginRepositoryWidget.__downloadPlugins" id="PluginRepositoryWidget.__downloadPlugins" ref="eric7.PluginManager.PluginRepositoryDialog.html#PluginRepositoryWidget.__downloadPlugins" /> @@ -13778,6 +13785,16 @@ <keyword name="SpellCheckMixin.setDefaultLanguage" id="SpellCheckMixin.setDefaultLanguage" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin.setDefaultLanguage" /> <keyword name="SpellCheckMixin.setDict" id="SpellCheckMixin.setDict" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin.setDict" /> <keyword name="SpellCheckMixin.setFormat" id="SpellCheckMixin.setFormat" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin.setFormat" /> + <keyword name="SpellCheckMixin.setLanguage" id="SpellCheckMixin.setLanguage" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin.setLanguage" /> + <keyword name="SpellCheckMixin.setLanguageWithPWL" id="SpellCheckMixin.setLanguageWithPWL" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin.setLanguageWithPWL" /> + <keyword name="SpellCheckMixin_1" id="SpellCheckMixin_1" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1" /> + <keyword name="SpellCheckMixin_1 (Constructor)" id="SpellCheckMixin_1 (Constructor)" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.__init__" /> + <keyword name="SpellCheckMixin_1.dict" id="SpellCheckMixin_1.dict" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.dict" /> + <keyword name="SpellCheckMixin_1.setDefaultLanguage" id="SpellCheckMixin_1.setDefaultLanguage" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.setDefaultLanguage" /> + <keyword name="SpellCheckMixin_1.setDict" id="SpellCheckMixin_1.setDict" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.setDict" /> + <keyword name="SpellCheckMixin_1.setFormat" id="SpellCheckMixin_1.setFormat" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.setFormat" /> + <keyword name="SpellCheckMixin_1.setLanguage" id="SpellCheckMixin_1.setLanguage" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.setLanguage" /> + <keyword name="SpellCheckMixin_1.setLanguageWithPWL" id="SpellCheckMixin_1.setLanguageWithPWL" ref="eric7.EricWidgets.EricSpellCheckedTextEdit.html#SpellCheckMixin_1.setLanguageWithPWL" /> <keyword name="SpellChecker" id="SpellChecker" ref="eric7.QScintilla.SpellChecker.html#SpellChecker" /> <keyword name="SpellChecker (Constructor)" id="SpellChecker (Constructor)" ref="eric7.QScintilla.SpellChecker.html#SpellChecker.__init__" /> <keyword name="SpellChecker (Module)" id="SpellChecker (Module)" ref="eric7.QScintilla.SpellChecker.html" /> @@ -13983,6 +14000,7 @@ <keyword name="StatusWidget (Module)" id="StatusWidget (Module)" ref="eric7.VCS.StatusWidget.html" /> <keyword name="StatusWidget.__addAllUntracked" id="StatusWidget.__addAllUntracked" ref="eric7.VCS.StatusWidget.html#StatusWidget.__addAllUntracked" /> <keyword name="StatusWidget.__addUntracked" id="StatusWidget.__addUntracked" ref="eric7.VCS.StatusWidget.html#StatusWidget.__addUntracked" /> + <keyword name="StatusWidget.__clearCommitMessages" id="StatusWidget.__clearCommitMessages" ref="eric7.VCS.StatusWidget.html#StatusWidget.__clearCommitMessages" /> <keyword name="StatusWidget.__commit" id="StatusWidget.__commit" ref="eric7.VCS.StatusWidget.html#StatusWidget.__commit" /> <keyword name="StatusWidget.__commitDeselectAll" id="StatusWidget.__commitDeselectAll" ref="eric7.VCS.StatusWidget.html#StatusWidget.__commitDeselectAll" /> <keyword name="StatusWidget.__commitSelectAll" id="StatusWidget.__commitSelectAll" ref="eric7.VCS.StatusWidget.html#StatusWidget.__commitSelectAll" /> @@ -14005,16 +14023,20 @@ <keyword name="StatusWidget.__processStatusData" id="StatusWidget.__processStatusData" ref="eric7.VCS.StatusWidget.html#StatusWidget.__processStatusData" /> <keyword name="StatusWidget.__projectClosed" id="StatusWidget.__projectClosed" ref="eric7.VCS.StatusWidget.html#StatusWidget.__projectClosed" /> <keyword name="StatusWidget.__projectOpened" id="StatusWidget.__projectOpened" ref="eric7.VCS.StatusWidget.html#StatusWidget.__projectOpened" /> + <keyword name="StatusWidget.__quickCommit" id="StatusWidget.__quickCommit" ref="eric7.VCS.StatusWidget.html#StatusWidget.__quickCommit" /> + <keyword name="StatusWidget.__quickCommitEditTextChanged" id="StatusWidget.__quickCommitEditTextChanged" ref="eric7.VCS.StatusWidget.html#StatusWidget.__quickCommitEditTextChanged" /> <keyword name="StatusWidget.__reload" id="StatusWidget.__reload" ref="eric7.VCS.StatusWidget.html#StatusWidget.__reload" /> <keyword name="StatusWidget.__reset" id="StatusWidget.__reset" ref="eric7.VCS.StatusWidget.html#StatusWidget.__reset" /> <keyword name="StatusWidget.__restoreMissing" id="StatusWidget.__restoreMissing" ref="eric7.VCS.StatusWidget.html#StatusWidget.__restoreMissing" /> <keyword name="StatusWidget.__revert" id="StatusWidget.__revert" ref="eric7.VCS.StatusWidget.html#StatusWidget.__revert" /> <keyword name="StatusWidget.__sbsDiff" id="StatusWidget.__sbsDiff" ref="eric7.VCS.StatusWidget.html#StatusWidget.__sbsDiff" /> + <keyword name="StatusWidget.__selectQuickCommitMessage" id="StatusWidget.__selectQuickCommitMessage" ref="eric7.VCS.StatusWidget.html#StatusWidget.__selectQuickCommitMessage" /> <keyword name="StatusWidget.__setCheckMark" id="StatusWidget.__setCheckMark" ref="eric7.VCS.StatusWidget.html#StatusWidget.__setCheckMark" /> <keyword name="StatusWidget.__setInfoText" id="StatusWidget.__setInfoText" ref="eric7.VCS.StatusWidget.html#StatusWidget.__setInfoText" /> + <keyword name="StatusWidget.__setProjectSpellCheckData" id="StatusWidget.__setProjectSpellCheckData" ref="eric7.VCS.StatusWidget.html#StatusWidget.__setProjectSpellCheckData" /> <keyword name="StatusWidget.__showActionsMenu" id="StatusWidget.__showActionsMenu" ref="eric7.VCS.StatusWidget.html#StatusWidget.__showActionsMenu" /> <keyword name="StatusWidget.__toggleCheckMark" id="StatusWidget.__toggleCheckMark" ref="eric7.VCS.StatusWidget.html#StatusWidget.__toggleCheckMark" /> - <keyword name="StatusWidget.__updateButtonStates" id="StatusWidget.__updateButtonStates" ref="eric7.VCS.StatusWidget.html#StatusWidget.__updateButtonStates" /> + <keyword name="StatusWidget.__updateEnabledStates" id="StatusWidget.__updateEnabledStates" ref="eric7.VCS.StatusWidget.html#StatusWidget.__updateEnabledStates" /> <keyword name="Strip" id="Strip" ref="eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html#Strip" /> <keyword name="Strip (Constructor)" id="Strip (Constructor)" ref="eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html#Strip.__init__" /> <keyword name="Strip.hgStrip" id="Strip.hgStrip" ref="eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html#Strip.hgStrip" /> @@ -14146,6 +14168,8 @@ <keyword name="Subversion.vcsAdd" id="Subversion.vcsAdd" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAdd" /> <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddBinary" /> <keyword name="Subversion.vcsAddBinary" id="Subversion.vcsAddBinary" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddBinary" /> + <keyword name="Subversion.vcsAddCommitMessage" id="Subversion.vcsAddCommitMessage" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddCommitMessage" /> + <keyword name="Subversion.vcsAddCommitMessage" id="Subversion.vcsAddCommitMessage" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddCommitMessage" /> <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAddTree" /> <keyword name="Subversion.vcsAddTree" id="Subversion.vcsAddTree" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsAddTree" /> <keyword name="Subversion.vcsAllRegisteredStates" id="Subversion.vcsAllRegisteredStates" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsAllRegisteredStates" /> @@ -14154,10 +14178,14 @@ <keyword name="Subversion.vcsCheckout" id="Subversion.vcsCheckout" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCheckout" /> <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCleanup" /> <keyword name="Subversion.vcsCleanup" id="Subversion.vcsCleanup" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCleanup" /> + <keyword name="Subversion.vcsClearCommitMessages" id="Subversion.vcsClearCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsClearCommitMessages" /> + <keyword name="Subversion.vcsClearCommitMessages" id="Subversion.vcsClearCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsClearCommitMessages" /> <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommandLine" /> <keyword name="Subversion.vcsCommandLine" id="Subversion.vcsCommandLine" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommandLine" /> <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommit" /> <keyword name="Subversion.vcsCommit" id="Subversion.vcsCommit" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommit" /> + <keyword name="Subversion.vcsCommitMessages" id="Subversion.vcsCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsCommitMessages" /> + <keyword name="Subversion.vcsCommitMessages" id="Subversion.vcsCommitMessages" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsCommitMessages" /> <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsConvertProject" /> <keyword name="Subversion.vcsConvertProject" id="Subversion.vcsConvertProject" ref="eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html#Subversion.vcsConvertProject" /> <keyword name="Subversion.vcsDiff" id="Subversion.vcsDiff" ref="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html#Subversion.vcsDiff" /> @@ -15886,6 +15914,7 @@ <keyword name="UserInterface.__activateBrowser" id="UserInterface.__activateBrowser" ref="eric7.UI.UserInterface.html#UserInterface.__activateBrowser" /> <keyword name="UserInterface.__activateCondaWidget" id="UserInterface.__activateCondaWidget" ref="eric7.UI.UserInterface.html#UserInterface.__activateCondaWidget" /> <keyword name="UserInterface.__activateFindFileWidget" id="UserInterface.__activateFindFileWidget" ref="eric7.UI.UserInterface.html#UserInterface.__activateFindFileWidget" /> + <keyword name="UserInterface.__activateFindLocationWidget" id="UserInterface.__activateFindLocationWidget" ref="eric7.UI.UserInterface.html#UserInterface.__activateFindLocationWidget" /> <keyword name="UserInterface.__activateIRC" id="UserInterface.__activateIRC" ref="eric7.UI.UserInterface.html#UserInterface.__activateIRC" /> <keyword name="UserInterface.__activateLogViewer" id="UserInterface.__activateLogViewer" ref="eric7.UI.UserInterface.html#UserInterface.__activateLogViewer" /> <keyword name="UserInterface.__activateMicroPython" id="UserInterface.__activateMicroPython" ref="eric7.UI.UserInterface.html#UserInterface.__activateMicroPython" /> @@ -16097,6 +16126,7 @@ <keyword name="UserInterface.showEvent" id="UserInterface.showEvent" ref="eric7.UI.UserInterface.html#UserInterface.showEvent" /> <keyword name="UserInterface.showFindFileByNameDialog" id="UserInterface.showFindFileByNameDialog" ref="eric7.UI.UserInterface.html#UserInterface.showFindFileByNameDialog" /> <keyword name="UserInterface.showFindFilesWidget" id="UserInterface.showFindFilesWidget" ref="eric7.UI.UserInterface.html#UserInterface.showFindFilesWidget" /> + <keyword name="UserInterface.showFindLocationWidget" id="UserInterface.showFindLocationWidget" ref="eric7.UI.UserInterface.html#UserInterface.showFindLocationWidget" /> <keyword name="UserInterface.showLogViewer" id="UserInterface.showLogViewer" ref="eric7.UI.UserInterface.html#UserInterface.showLogViewer" /> <keyword name="UserInterface.showNotification" id="UserInterface.showNotification" ref="eric7.UI.UserInterface.html#UserInterface.showNotification" /> <keyword name="UserInterface.showPreferences" id="UserInterface.showPreferences" ref="eric7.UI.UserInterface.html#UserInterface.showPreferences" /> @@ -16299,6 +16329,9 @@ <keyword name="VersionControl.__statusMonitorInfo" id="VersionControl.__statusMonitorInfo" ref="eric7.VCS.VersionControl.html#VersionControl.__statusMonitorInfo" /> <keyword name="VersionControl.__statusMonitorStatus" id="VersionControl.__statusMonitorStatus" ref="eric7.VCS.VersionControl.html#VersionControl.__statusMonitorStatus" /> <keyword name="VersionControl._createStatusMonitorThread" id="VersionControl._createStatusMonitorThread" ref="eric7.VCS.VersionControl.html#VersionControl._createStatusMonitorThread" /> + <keyword name="VersionControl._vcsAddProjectCommitMessage" id="VersionControl._vcsAddProjectCommitMessage" ref="eric7.VCS.VersionControl.html#VersionControl._vcsAddProjectCommitMessage" /> + <keyword name="VersionControl._vcsClearProjectCommitMessages" id="VersionControl._vcsClearProjectCommitMessages" ref="eric7.VCS.VersionControl.html#VersionControl._vcsClearProjectCommitMessages" /> + <keyword name="VersionControl._vcsProjectCommitMessages" id="VersionControl._vcsProjectCommitMessages" ref="eric7.VCS.VersionControl.html#VersionControl._vcsProjectCommitMessages" /> <keyword name="VersionControl.addArguments" id="VersionControl.addArguments" ref="eric7.VCS.VersionControl.html#VersionControl.addArguments" /> <keyword name="VersionControl.checkVCSStatus" id="VersionControl.checkVCSStatus" ref="eric7.VCS.VersionControl.html#VersionControl.checkVCSStatus" /> <keyword name="VersionControl.clearStatusCache" id="VersionControl.clearStatusCache" ref="eric7.VCS.VersionControl.html#VersionControl.clearStatusCache" /> @@ -16314,12 +16347,15 @@ <keyword name="VersionControl.stopStatusMonitor" id="VersionControl.stopStatusMonitor" ref="eric7.VCS.VersionControl.html#VersionControl.stopStatusMonitor" /> <keyword name="VersionControl.vcsAdd" id="VersionControl.vcsAdd" ref="eric7.VCS.VersionControl.html#VersionControl.vcsAdd" /> <keyword name="VersionControl.vcsAddBinary" id="VersionControl.vcsAddBinary" ref="eric7.VCS.VersionControl.html#VersionControl.vcsAddBinary" /> + <keyword name="VersionControl.vcsAddCommitMessage" id="VersionControl.vcsAddCommitMessage" ref="eric7.VCS.VersionControl.html#VersionControl.vcsAddCommitMessage" /> <keyword name="VersionControl.vcsAddTree" id="VersionControl.vcsAddTree" ref="eric7.VCS.VersionControl.html#VersionControl.vcsAddTree" /> <keyword name="VersionControl.vcsAllRegisteredStates" id="VersionControl.vcsAllRegisteredStates" ref="eric7.VCS.VersionControl.html#VersionControl.vcsAllRegisteredStates" /> <keyword name="VersionControl.vcsCheckout" id="VersionControl.vcsCheckout" ref="eric7.VCS.VersionControl.html#VersionControl.vcsCheckout" /> <keyword name="VersionControl.vcsCleanup" id="VersionControl.vcsCleanup" ref="eric7.VCS.VersionControl.html#VersionControl.vcsCleanup" /> + <keyword name="VersionControl.vcsClearCommitMessages" id="VersionControl.vcsClearCommitMessages" ref="eric7.VCS.VersionControl.html#VersionControl.vcsClearCommitMessages" /> <keyword name="VersionControl.vcsCommandLine" id="VersionControl.vcsCommandLine" ref="eric7.VCS.VersionControl.html#VersionControl.vcsCommandLine" /> <keyword name="VersionControl.vcsCommit" id="VersionControl.vcsCommit" ref="eric7.VCS.VersionControl.html#VersionControl.vcsCommit" /> + <keyword name="VersionControl.vcsCommitMessages" id="VersionControl.vcsCommitMessages" ref="eric7.VCS.VersionControl.html#VersionControl.vcsCommitMessages" /> <keyword name="VersionControl.vcsConvertProject" id="VersionControl.vcsConvertProject" ref="eric7.VCS.VersionControl.html#VersionControl.vcsConvertProject" /> <keyword name="VersionControl.vcsDiff" id="VersionControl.vcsDiff" ref="eric7.VCS.VersionControl.html#VersionControl.vcsDiff" /> <keyword name="VersionControl.vcsExists" id="VersionControl.vcsExists" ref="eric7.VCS.VersionControl.html#VersionControl.vcsExists" /> @@ -16419,7 +16455,7 @@ <keyword name="ViewManager.__enableSpellingActions" id="ViewManager.__enableSpellingActions" ref="eric7.ViewManager.ViewManager.html#ViewManager.__enableSpellingActions" /> <keyword name="ViewManager.__eolPixmap" id="ViewManager.__eolPixmap" ref="eric7.ViewManager.ViewManager.html#ViewManager.__eolPixmap" /> <keyword name="ViewManager.__exportMenuTriggered" id="ViewManager.__exportMenuTriggered" ref="eric7.ViewManager.ViewManager.html#ViewManager.__exportMenuTriggered" /> - <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric7.ViewManager.ViewManager.html#ViewManager.__findFileName" /> + <keyword name="ViewManager.__findLocation" id="ViewManager.__findLocation" ref="eric7.ViewManager.ViewManager.html#ViewManager.__findLocation" /> <keyword name="ViewManager.__findNextWord" id="ViewManager.__findNextWord" ref="eric7.ViewManager.ViewManager.html#ViewManager.__findNextWord" /> <keyword name="ViewManager.__findPrevWord" id="ViewManager.__findPrevWord" ref="eric7.ViewManager.ViewManager.html#ViewManager.__findPrevWord" /> <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric7.ViewManager.ViewManager.html#ViewManager.__goto" /> @@ -18192,6 +18228,7 @@ <keyword name="getSaveFileNameAndFilter" id="getSaveFileNameAndFilter" ref="eric7.EricWidgets.EricFileDialog.html#getSaveFileNameAndFilter" /> <keyword name="getServersPath" id="getServersPath" ref="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html#getServersPath" /> <keyword name="getServersPath" id="getServersPath" ref="eric7.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getServersPath" /> + <keyword name="getSettings" id="getSettings" ref="eric7.Preferences.__init__.html#getSettings" /> <keyword name="getShell" id="getShell" ref="eric7.Preferences.__init__.html#getShell" /> <keyword name="getSupportedApiLanguages" id="getSupportedApiLanguages" ref="eric7.QScintilla.Lexers.__init__.html#getSupportedApiLanguages" /> <keyword name="getSupportedDevices" id="getSupportedDevices" ref="eric7.MicroPython.MicroPythonDevices.html#getSupportedDevices" /> @@ -18728,12 +18765,12 @@ <keyword name="windowsProgramsEntry" id="windowsProgramsEntry" ref="eric7.eric7_post_install.html#windowsProgramsEntry" /> <keyword name="windowsProgramsEntry" id="windowsProgramsEntry" ref="install.html#windowsProgramsEntry" /> <keyword name="windowsProgramsEntry" id="windowsProgramsEntry" ref="uninstall.html#windowsProgramsEntry" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#worker" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#worker" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#worker" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#worker" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html#worker" /> - <keyword name="worker" id="worker" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#worker" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#workerTask" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#workerTask" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html#workerTask" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html#workerTask" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html#workerTask" /> + <keyword name="workerTask" id="workerTask" ref="eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html#workerTask" /> <keyword name="wrapperNames" id="wrapperNames" ref="install.html#wrapperNames" /> <keyword name="wrapperNames" id="wrapperNames" ref="uninstall.html#wrapperNames" /> <keyword name="writeEncodedFile" id="writeEncodedFile" ref="eric7.Utilities.__init__.html#writeEncodedFile" /> @@ -19584,8 +19621,8 @@ <file>eric7.UI.DiffHighlighter.html</file> <file>eric7.UI.EmailDialog.html</file> <file>eric7.UI.ErrorLogDialog.html</file> - <file>eric7.UI.FindFileNameDialog.html</file> <file>eric7.UI.FindFileWidget.html</file> + <file>eric7.UI.FindLocationWidget.html</file> <file>eric7.UI.Info.html</file> <file>eric7.UI.InstallInfoDialog.html</file> <file>eric7.UI.LogView.html</file>