Tue, 17 Aug 2021 12:26:40 +0200
Updated source documentation.
--- a/eric7/APIs/Python3/eric7.api Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/APIs/Python3/eric7.api Tue Aug 17 12:26:40 2021 +0200 @@ -6448,28 +6448,20 @@ eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.getCode?4(indLevel, indString) eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_addExludePatternButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_addModuleButton_clicked?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_addPackageButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_addScriptButton_clicked?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_autodiscoverPackagesButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_deleteExcludePatternButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_deleteModuleButton_clicked?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_deletePackageButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_deleteScriptButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_excludePatternEdit_returnPressed?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_excludePatternEdit_textChanged?4(txt) eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_excludePatternList_itemSelectionChanged?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_localClassifiersButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_modulesList_itemSelectionChanged?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packageDirButton_clicked?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packageEdit_returnPressed?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packageEdit_textChanged?4(txt) eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packageRootDirButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packageRootEdit_textChanged?4(txt) -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_packagesList_itemSelectionChanged?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_projectButton_clicked?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_scriptsList_itemSelectionChanged?4() eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_sourceDirectoryButton_clicked?4() -eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog.on_variantComboBox_currentIndexChanged?4(index) eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.SetupWizardDialog?1(parent=None) eric7.Preferences.ConfigurationDialog.ConfigurationDialog.accept?4() eric7.Preferences.ConfigurationDialog.ConfigurationDialog.getConfigurationPageName?4() @@ -7913,6 +7905,7 @@ eric7.QScintilla.Editor.Editor.refresh?4() eric7.QScintilla.Editor.Editor.refreshCoverageAnnotations?4() eric7.QScintilla.Editor.Editor.refreshed?7 +eric7.QScintilla.Editor.Editor.registerMouseHoverHelpFunction?4(func) eric7.QScintilla.Editor.Editor.removeCallTipHook?4(key) eric7.QScintilla.Editor.Editor.removeClone?4(editor) eric7.QScintilla.Editor.Editor.removeCompletionListHook?4(key) @@ -7943,6 +7936,7 @@ eric7.QScintilla.Editor.Editor.shortenEmptyLines?4() eric7.QScintilla.Editor.Editor.shouldAutosave?4() eric7.QScintilla.Editor.Editor.showMenu?7 +eric7.QScintilla.Editor.Editor.showMouseHoverHelpData?4(line, index, data) eric7.QScintilla.Editor.Editor.smartIndentLineOrSelection?4() eric7.QScintilla.Editor.Editor.sortLines?4() eric7.QScintilla.Editor.Editor.spellLanguageChanged?7 @@ -7963,6 +7957,7 @@ eric7.QScintilla.Editor.Editor.undo?4() eric7.QScintilla.Editor.Editor.undoAvailable?7 eric7.QScintilla.Editor.Editor.unindentLineOrSelection?4() +eric7.QScintilla.Editor.Editor.unregisterMouseHoverHelpFunction?4(func) eric7.QScintilla.Editor.Editor.updateMarkerMap?4() eric7.QScintilla.Editor.Editor.viewportEvent?4(evt) eric7.QScintilla.Editor.Editor.wheelEvent?4(evt)
--- a/eric7/Documentation/Help/source.qhp Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Help/source.qhp Tue Aug 17 12:26:40 2021 +0200 @@ -3983,6 +3983,7 @@ <keyword name="Editor.__breakPointDataAboutToBeChanged" id="Editor.__breakPointDataAboutToBeChanged" ref="eric7.QScintilla.Editor.html#Editor.__breakPointDataAboutToBeChanged" /> <keyword name="Editor.__calculateChanges" id="Editor.__calculateChanges" ref="eric7.QScintilla.Editor.html#Editor.__calculateChanges" /> <keyword name="Editor.__callTip" id="Editor.__callTip" ref="eric7.QScintilla.Editor.html#Editor.__callTip" /> + <keyword name="Editor.__cancelMouseHoverHelp" id="Editor.__cancelMouseHoverHelp" ref="eric7.QScintilla.Editor.html#Editor.__cancelMouseHoverHelp" /> <keyword name="Editor.__changeBreakPoints" id="Editor.__changeBreakPoints" ref="eric7.QScintilla.Editor.html#Editor.__changeBreakPoints" /> <keyword name="Editor.__charAdded" id="Editor.__charAdded" ref="eric7.QScintilla.Editor.html#Editor.__charAdded" /> <keyword name="Editor.__checkEncoding" id="Editor.__checkEncoding" ref="eric7.QScintilla.Editor.html#Editor.__checkEncoding" /> @@ -4128,6 +4129,7 @@ <keyword name="Editor.__showContextMenuSpelling" id="Editor.__showContextMenuSpelling" ref="eric7.QScintilla.Editor.html#Editor.__showContextMenuSpelling" /> <keyword name="Editor.__showContextMenuTools" id="Editor.__showContextMenuTools" ref="eric7.QScintilla.Editor.html#Editor.__showContextMenuTools" /> <keyword name="Editor.__showImportsDiagram" id="Editor.__showImportsDiagram" ref="eric7.QScintilla.Editor.html#Editor.__showImportsDiagram" /> + <keyword name="Editor.__showMouseHoverHelp" id="Editor.__showMouseHoverHelp" ref="eric7.QScintilla.Editor.html#Editor.__showMouseHoverHelp" /> <keyword name="Editor.__showPackageDiagram" id="Editor.__showPackageDiagram" ref="eric7.QScintilla.Editor.html#Editor.__showPackageDiagram" /> <keyword name="Editor.__showProfileData" id="Editor.__showProfileData" ref="eric7.QScintilla.Editor.html#Editor.__showProfileData" /> <keyword name="Editor.__showSyntaxError" id="Editor.__showSyntaxError" ref="eric7.QScintilla.Editor.html#Editor.__showSyntaxError" /> @@ -4301,6 +4303,7 @@ <keyword name="Editor.redo" id="Editor.redo" ref="eric7.QScintilla.Editor.html#Editor.redo" /> <keyword name="Editor.refresh" id="Editor.refresh" ref="eric7.QScintilla.Editor.html#Editor.refresh" /> <keyword name="Editor.refreshCoverageAnnotations" id="Editor.refreshCoverageAnnotations" ref="eric7.QScintilla.Editor.html#Editor.refreshCoverageAnnotations" /> + <keyword name="Editor.registerMouseHoverHelpFunction" id="Editor.registerMouseHoverHelpFunction" ref="eric7.QScintilla.Editor.html#Editor.registerMouseHoverHelpFunction" /> <keyword name="Editor.removeCallTipHook" id="Editor.removeCallTipHook" ref="eric7.QScintilla.Editor.html#Editor.removeCallTipHook" /> <keyword name="Editor.removeClone" id="Editor.removeClone" ref="eric7.QScintilla.Editor.html#Editor.removeClone" /> <keyword name="Editor.removeCompletionListHook" id="Editor.removeCompletionListHook" ref="eric7.QScintilla.Editor.html#Editor.removeCompletionListHook" /> @@ -4329,6 +4332,7 @@ <keyword name="Editor.shareEditor" id="Editor.shareEditor" ref="eric7.QScintilla.Editor.html#Editor.shareEditor" /> <keyword name="Editor.shortenEmptyLines" id="Editor.shortenEmptyLines" ref="eric7.QScintilla.Editor.html#Editor.shortenEmptyLines" /> <keyword name="Editor.shouldAutosave" id="Editor.shouldAutosave" ref="eric7.QScintilla.Editor.html#Editor.shouldAutosave" /> + <keyword name="Editor.showMouseHoverHelpData" id="Editor.showMouseHoverHelpData" ref="eric7.QScintilla.Editor.html#Editor.showMouseHoverHelpData" /> <keyword name="Editor.smartIndentLineOrSelection" id="Editor.smartIndentLineOrSelection" ref="eric7.QScintilla.Editor.html#Editor.smartIndentLineOrSelection" /> <keyword name="Editor.sortLines" id="Editor.sortLines" ref="eric7.QScintilla.Editor.html#Editor.sortLines" /> <keyword name="Editor.startSharedEdit" id="Editor.startSharedEdit" ref="eric7.QScintilla.Editor.html#Editor.startSharedEdit" /> @@ -4345,6 +4349,7 @@ <keyword name="Editor.uncommentSelection" id="Editor.uncommentSelection" ref="eric7.QScintilla.Editor.html#Editor.uncommentSelection" /> <keyword name="Editor.undo" id="Editor.undo" ref="eric7.QScintilla.Editor.html#Editor.undo" /> <keyword name="Editor.unindentLineOrSelection" id="Editor.unindentLineOrSelection" ref="eric7.QScintilla.Editor.html#Editor.unindentLineOrSelection" /> + <keyword name="Editor.unregisterMouseHoverHelpFunction" id="Editor.unregisterMouseHoverHelpFunction" ref="eric7.QScintilla.Editor.html#Editor.unregisterMouseHoverHelpFunction" /> <keyword name="Editor.updateMarkerMap" id="Editor.updateMarkerMap" ref="eric7.QScintilla.Editor.html#Editor.updateMarkerMap" /> <keyword name="Editor.viewportEvent" id="Editor.viewportEvent" ref="eric7.QScintilla.Editor.html#Editor.viewportEvent" /> <keyword name="Editor.wheelEvent" id="Editor.wheelEvent" ref="eric7.QScintilla.Editor.html#Editor.wheelEvent" /> @@ -13112,7 +13117,6 @@ <keyword name="SetupWizardDialog (Constructor)" id="SetupWizardDialog (Constructor)" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__init__" /> <keyword name="SetupWizardDialog (Module)" id="SetupWizardDialog (Module)" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html" /> <keyword name="SetupWizardDialog.__addClassifierEntry" id="SetupWizardDialog.__addClassifierEntry" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__addClassifierEntry" /> - <keyword name="SetupWizardDialog.__addPackage" id="SetupWizardDialog.__addPackage" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__addPackage" /> <keyword name="SetupWizardDialog.__classifiersDownloadDone" id="SetupWizardDialog.__classifiersDownloadDone" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__classifiersDownloadDone" /> <keyword name="SetupWizardDialog.__enableOkButton" id="SetupWizardDialog.__enableOkButton" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__enableOkButton" /> <keyword name="SetupWizardDialog.__getLicenseText" id="SetupWizardDialog.__getLicenseText" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.__getLicenseText" /> @@ -13122,28 +13126,20 @@ <keyword name="SetupWizardDialog.getCode" id="SetupWizardDialog.getCode" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.getCode" /> <keyword name="SetupWizardDialog.on_addExludePatternButton_clicked" id="SetupWizardDialog.on_addExludePatternButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_addExludePatternButton_clicked" /> <keyword name="SetupWizardDialog.on_addModuleButton_clicked" id="SetupWizardDialog.on_addModuleButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_addModuleButton_clicked" /> - <keyword name="SetupWizardDialog.on_addPackageButton_clicked" id="SetupWizardDialog.on_addPackageButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_addPackageButton_clicked" /> <keyword name="SetupWizardDialog.on_addScriptButton_clicked" id="SetupWizardDialog.on_addScriptButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_addScriptButton_clicked" /> - <keyword name="SetupWizardDialog.on_autodiscoverPackagesButton_clicked" id="SetupWizardDialog.on_autodiscoverPackagesButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_autodiscoverPackagesButton_clicked" /> <keyword name="SetupWizardDialog.on_deleteExcludePatternButton_clicked" id="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_deleteExcludePatternButton_clicked" /> <keyword name="SetupWizardDialog.on_deleteModuleButton_clicked" id="SetupWizardDialog.on_deleteModuleButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_deleteModuleButton_clicked" /> - <keyword name="SetupWizardDialog.on_deletePackageButton_clicked" id="SetupWizardDialog.on_deletePackageButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_deletePackageButton_clicked" /> <keyword name="SetupWizardDialog.on_deleteScriptButton_clicked" id="SetupWizardDialog.on_deleteScriptButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_deleteScriptButton_clicked" /> <keyword name="SetupWizardDialog.on_excludePatternEdit_returnPressed" id="SetupWizardDialog.on_excludePatternEdit_returnPressed" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_excludePatternEdit_returnPressed" /> <keyword name="SetupWizardDialog.on_excludePatternEdit_textChanged" id="SetupWizardDialog.on_excludePatternEdit_textChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_excludePatternEdit_textChanged" /> <keyword name="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" id="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_excludePatternList_itemSelectionChanged" /> <keyword name="SetupWizardDialog.on_localClassifiersButton_clicked" id="SetupWizardDialog.on_localClassifiersButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_localClassifiersButton_clicked" /> <keyword name="SetupWizardDialog.on_modulesList_itemSelectionChanged" id="SetupWizardDialog.on_modulesList_itemSelectionChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_modulesList_itemSelectionChanged" /> - <keyword name="SetupWizardDialog.on_packageDirButton_clicked" id="SetupWizardDialog.on_packageDirButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packageDirButton_clicked" /> - <keyword name="SetupWizardDialog.on_packageEdit_returnPressed" id="SetupWizardDialog.on_packageEdit_returnPressed" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packageEdit_returnPressed" /> - <keyword name="SetupWizardDialog.on_packageEdit_textChanged" id="SetupWizardDialog.on_packageEdit_textChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packageEdit_textChanged" /> <keyword name="SetupWizardDialog.on_packageRootDirButton_clicked" id="SetupWizardDialog.on_packageRootDirButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packageRootDirButton_clicked" /> <keyword name="SetupWizardDialog.on_packageRootEdit_textChanged" id="SetupWizardDialog.on_packageRootEdit_textChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packageRootEdit_textChanged" /> - <keyword name="SetupWizardDialog.on_packagesList_itemSelectionChanged" id="SetupWizardDialog.on_packagesList_itemSelectionChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_packagesList_itemSelectionChanged" /> <keyword name="SetupWizardDialog.on_projectButton_clicked" id="SetupWizardDialog.on_projectButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_projectButton_clicked" /> <keyword name="SetupWizardDialog.on_scriptsList_itemSelectionChanged" id="SetupWizardDialog.on_scriptsList_itemSelectionChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_scriptsList_itemSelectionChanged" /> <keyword name="SetupWizardDialog.on_sourceDirectoryButton_clicked" id="SetupWizardDialog.on_sourceDirectoryButton_clicked" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_sourceDirectoryButton_clicked" /> - <keyword name="SetupWizardDialog.on_variantComboBox_currentIndexChanged" id="SetupWizardDialog.on_variantComboBox_currentIndexChanged" ref="eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html#SetupWizardDialog.on_variantComboBox_currentIndexChanged" /> <keyword name="Shell" id="Shell" ref="eric7.QScintilla.Shell.html#Shell" /> <keyword name="Shell (Constructor)" id="Shell (Constructor)" ref="eric7.QScintilla.Shell.html#Shell.__init__" /> <keyword name="Shell (Module)" id="Shell (Module)" ref="eric7.QScintilla.Shell.html" /> @@ -15373,7 +15369,8 @@ <keyword name="TranslatorWidget.__availableTranslationsLoaded" id="TranslatorWidget.__availableTranslationsLoaded" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__availableTranslationsLoaded" /> <keyword name="TranslatorWidget.__engineComboBoxCurrentIndexChanged" id="TranslatorWidget.__engineComboBoxCurrentIndexChanged" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__engineComboBoxCurrentIndexChanged" /> <keyword name="TranslatorWidget.__ensureTranslationEngineReady" id="TranslatorWidget.__ensureTranslationEngineReady" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__ensureTranslationEngineReady" /> - <keyword name="TranslatorWidget.__mediaPlayerStateChanged" id="TranslatorWidget.__mediaPlayerStateChanged" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__mediaPlayerStateChanged" /> + <keyword name="TranslatorWidget.__mediaPlayerError" id="TranslatorWidget.__mediaPlayerError" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__mediaPlayerError" /> + <keyword name="TranslatorWidget.__mediaPlayerPlaybackStateChanged" id="TranslatorWidget.__mediaPlayerPlaybackStateChanged" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__mediaPlayerPlaybackStateChanged" /> <keyword name="TranslatorWidget.__originalLanguage" id="TranslatorWidget.__originalLanguage" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__originalLanguage" /> <keyword name="TranslatorWidget.__pronounce" id="TranslatorWidget.__pronounce" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__pronounce" /> <keyword name="TranslatorWidget.__translate" id="TranslatorWidget.__translate" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html#TranslatorWidget.__translate" />
--- a/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Tue Aug 17 12:26:40 2021 +0200 @@ -109,13 +109,13 @@ </p> <dl> -<dt><i>plugin</i></dt> +<dt><i>plugin</i> (TranslatorPlugin)</dt> <dd> -reference to the plugin object (TranslatorPlugin) +reference to the plugin object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="GoogleV1Engine.engineName" ID="GoogleV1Engine.engineName"></a> @@ -128,7 +128,13 @@ <dl> <dt>Return:</dt> <dd> -engine name (string) +engine name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="GoogleV1Engine.getTextToSpeechData" ID="GoogleV1Engine.getTextToSpeechData"></a> @@ -140,25 +146,29 @@ </p> <dl> -<dt><i>requestObject</i></dt> +<dt><i>requestObject</i> (TranslatorRequest)</dt> <dd> reference to the request object - (TranslatorRequest) </dd> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be pronounced (string) +text to be pronounced </dd> -<dt><i>language</i></dt> +<dt><i>language</i> (str)</dt> <dd> -language code of the text (string) +language code of the text </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple with pronounce data (QByteArray) or error string (string) - and success flag (boolean) +tuple with pronounce data or error string and success flag +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (QByteArray or str, bool) </dd> </dl> <a NAME="GoogleV1Engine.getTranslation" ID="GoogleV1Engine.getTranslation"></a> @@ -170,29 +180,33 @@ </p> <dl> -<dt><i>requestObject</i></dt> +<dt><i>requestObject</i> (TranslatorRequest)</dt> <dd> reference to the request object - (TranslatorRequest) </dd> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be translated (string) +text to be translated </dd> -<dt><i>originalLanguage</i></dt> +<dt><i>originalLanguage</i> (str)</dt> <dd> -language code of the original (string) +language code of the original </dd> -<dt><i>translationLanguage</i></dt> +<dt><i>translationLanguage</i> (str)</dt> <dd> -language code of the translation (string) +language code of the translation </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple of translated text (string) and flag indicating - success (boolean) +tuple of translated text and flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) </dd> </dl> <a NAME="GoogleV1Engine.hasTTS" ID="GoogleV1Engine.hasTTS"></a> @@ -205,7 +219,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the Text-to-Speech capability (boolean) +flag indicating the Text-to-Speech capability +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="GoogleV1Engine.supportedLanguages" ID="GoogleV1Engine.supportedLanguages"></a> @@ -218,7 +238,13 @@ <dl> <dt>Return:</dt> <dd> -list of supported language codes (list of string) +list of supported language codes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html Tue Aug 17 12:26:40 2021 +0200 @@ -85,7 +85,11 @@ <td>Private slot to ensure, that the currently selected translation engine is ready.</td> </tr> <tr> -<td><a href="#TranslatorWidget.__mediaPlayerStateChanged">__mediaPlayerStateChanged</a></td> +<td><a href="#TranslatorWidget.__mediaPlayerError">__mediaPlayerError</a></td> +<td>Private slot to handle errors during playback of the data.</td> +</tr> +<tr> +<td><a href="#TranslatorWidget.__mediaPlayerPlaybackStateChanged">__mediaPlayerPlaybackStateChanged</a></td> <td>Private slot handling changes of the media player state.</td> </tr> <tr> @@ -180,17 +184,17 @@ </p> <dl> -<dt><i>plugin</i></dt> +<dt><i>plugin</i> (TranslatorPlugin)</dt> <dd> -reference to the plugin object (TranslatorPlugin) +reference to the plugin object </dd> -<dt><i>translator</i></dt> +<dt><i>translator</i> (Translator)</dt> <dd> -reference to the translator object (Translator) +reference to the translator object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="TranslatorWidget.__availableTranslationsLoaded" ID="TranslatorWidget.__availableTranslationsLoaded"></a> @@ -222,9 +226,27 @@ Private slot to ensure, that the currently selected translation engine is ready. </p> -<a NAME="TranslatorWidget.__mediaPlayerStateChanged" ID="TranslatorWidget.__mediaPlayerStateChanged"></a> -<h4>TranslatorWidget.__mediaPlayerStateChanged</h4> -<b>__mediaPlayerStateChanged</b>(<i>state</i>) +<a NAME="TranslatorWidget.__mediaPlayerError" ID="TranslatorWidget.__mediaPlayerError"></a> +<h4>TranslatorWidget.__mediaPlayerError</h4> +<b>__mediaPlayerError</b>(<i>error, errorString</i>) + +<p> + Private slot to handle errors during playback of the data. +</p> +<dl> + +<dt><i>error</i> (QMediaPlayer.Error)</dt> +<dd> +media player error condition +</dd> +<dt><i>errorString</i> (str)</dt> +<dd> +string representation for the error +</dd> +</dl> +<a NAME="TranslatorWidget.__mediaPlayerPlaybackStateChanged" ID="TranslatorWidget.__mediaPlayerPlaybackStateChanged"></a> +<h4>TranslatorWidget.__mediaPlayerPlaybackStateChanged</h4> +<b>__mediaPlayerPlaybackStateChanged</b>(<i>state</i>) <p> Private slot handling changes of the media player state. @@ -233,7 +255,7 @@ <dt><i>state</i></dt> <dd> -media player state (QAudio.State) +media player state (QMediaPlayer.PlaybackState) </dd> </dl> <a NAME="TranslatorWidget.__originalLanguage" ID="TranslatorWidget.__originalLanguage"></a> @@ -246,7 +268,13 @@ <dl> <dt>Return:</dt> <dd> -code of the original language (string) +code of the original language +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="TranslatorWidget.__pronounce" ID="TranslatorWidget.__pronounce"></a> @@ -258,13 +286,13 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be pronounced (string) +text to be pronounced </dd> -<dt><i>language</i></dt> +<dt><i>language</i> (str)</dt> <dd> -language code of the text (string) +language code of the text </dd> </dl> <a NAME="TranslatorWidget.__translate" ID="TranslatorWidget.__translate"></a> @@ -276,24 +304,29 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be translated (string) +text to be translated </dd> -<dt><i>originalLanguage</i></dt> +<dt><i>originalLanguage</i> (str)</dt> <dd> -language code of the original (string) +language code of the original </dd> -<dt><i>translationLanguage</i></dt> +<dt><i>translationLanguage</i> (str)</dt> <dd> -language code of the translation (string) +language code of the translation </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple of translated text (string) and flag indicating - success (boolean) +tuple of translated text and flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) </dd> </dl> <a NAME="TranslatorWidget.__translationLanguage" ID="TranslatorWidget.__translationLanguage"></a> @@ -306,7 +339,13 @@ <dl> <dt>Return:</dt> <dd> -code of the translation language (string) +code of the translation language +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="TranslatorWidget.__updateClearButton" ID="TranslatorWidget.__updateClearButton"></a> @@ -367,9 +406,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -current index (integer) +current index </dd> </dl> <a NAME="TranslatorWidget.on_preferencesButton_clicked" ID="TranslatorWidget.on_preferencesButton_clicked"></a> @@ -416,9 +455,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -current index (integer) +current index </dd> </dl> <a NAME="TranslatorWidget.on_translateButton_clicked" ID="TranslatorWidget.on_translateButton_clicked"></a>
--- a/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Tue Aug 17 12:26:40 2021 +0200 @@ -81,10 +81,6 @@ <td>Private method to add a new entry to the list of trove classifiers.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.__addPackage">__addPackage</a></td> -<td>Private method to add a package to the list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.__classifiersDownloadDone">__classifiersDownloadDone</a></td> <td>Private slot called, after the classifiers file has been downloaded from the internet.</td> </tr> @@ -121,18 +117,10 @@ <td>Private slot to add Python modules to the list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_addPackageButton_clicked">on_addPackageButton_clicked</a></td> -<td>Private slot to add a package to the list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_addScriptButton_clicked">on_addScriptButton_clicked</a></td> <td>Private slot to add scripts to the list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_autodiscoverPackagesButton_clicked">on_autodiscoverPackagesButton_clicked</a></td> -<td>Private slot to discover packages automatically.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_deleteExcludePatternButton_clicked">on_deleteExcludePatternButton_clicked</a></td> <td>Private slot to delete the selected exclude pattern items.</td> </tr> @@ -141,10 +129,6 @@ <td>Private slot to delete the selected script items.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_deletePackageButton_clicked">on_deletePackageButton_clicked</a></td> -<td>Private slot to delete the selected package items.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_deleteScriptButton_clicked">on_deleteScriptButton_clicked</a></td> <td>Private slot to delete the selected script items.</td> </tr> @@ -169,18 +153,6 @@ <td>Private slot to handle a change of selected items of the modules list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_packageDirButton_clicked">on_packageDirButton_clicked</a></td> -<td>Private slot to select a package directory via a directory selection dialog.</td> -</tr> -<tr> -<td><a href="#SetupWizardDialog.on_packageEdit_returnPressed">on_packageEdit_returnPressed</a></td> -<td>Private slot handling a press of the return button of the package edit.</td> -</tr> -<tr> -<td><a href="#SetupWizardDialog.on_packageEdit_textChanged">on_packageEdit_textChanged</a></td> -<td>Private slot to handle a change of the package text.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_packageRootDirButton_clicked">on_packageRootDirButton_clicked</a></td> <td>Private slot to select the packages root directory via a directory selection dialog.</td> </tr> @@ -189,10 +161,6 @@ <td>Private slot handling the entering of a packages root.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_packagesList_itemSelectionChanged">on_packagesList_itemSelectionChanged</a></td> -<td>Private slot to handle a change of selected items of the packages list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td> <td>Private slot to populate some fields with data retrieved from the current project.</td> </tr> @@ -204,10 +172,6 @@ <td><a href="#SetupWizardDialog.on_sourceDirectoryButton_clicked">on_sourceDirectoryButton_clicked</a></td> <td>Private slot to select the packages root directory via a directory selection dialog.</td> </tr> -<tr> -<td><a href="#SetupWizardDialog.on_variantComboBox_currentIndexChanged">on_variantComboBox_currentIndexChanged</a></td> -<td>Private slot handling a change of the setup variant.</td> -</tr> </table> <h3>Static Methods</h3> @@ -243,20 +207,6 @@ line containing the data for the entry (string) </dd> </dl> -<a NAME="SetupWizardDialog.__addPackage" ID="SetupWizardDialog.__addPackage"></a> -<h4>SetupWizardDialog.__addPackage</h4> -<b>__addPackage</b>(<i>pkgDir</i>) - -<p> - Private method to add a package to the list. -</p> -<dl> - -<dt><i>pkgDir</i></dt> -<dd> -name of the package directory (string) -</dd> -</dl> <a NAME="SetupWizardDialog.__classifiersDownloadDone" ID="SetupWizardDialog.__classifiersDownloadDone"></a> <h4>SetupWizardDialog.__classifiersDownloadDone</h4> <b>__classifiersDownloadDone</b>(<i>reply</i>) @@ -366,13 +316,6 @@ <p> Private slot to add Python modules to the list. </p> -<a NAME="SetupWizardDialog.on_addPackageButton_clicked" ID="SetupWizardDialog.on_addPackageButton_clicked"></a> -<h4>SetupWizardDialog.on_addPackageButton_clicked</h4> -<b>on_addPackageButton_clicked</b>(<i></i>) - -<p> - Private slot to add a package to the list. -</p> <a NAME="SetupWizardDialog.on_addScriptButton_clicked" ID="SetupWizardDialog.on_addScriptButton_clicked"></a> <h4>SetupWizardDialog.on_addScriptButton_clicked</h4> <b>on_addScriptButton_clicked</b>(<i></i>) @@ -380,13 +323,6 @@ <p> Private slot to add scripts to the list. </p> -<a NAME="SetupWizardDialog.on_autodiscoverPackagesButton_clicked" ID="SetupWizardDialog.on_autodiscoverPackagesButton_clicked"></a> -<h4>SetupWizardDialog.on_autodiscoverPackagesButton_clicked</h4> -<b>on_autodiscoverPackagesButton_clicked</b>(<i></i>) - -<p> - Private slot to discover packages automatically. -</p> <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a> <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4> <b>on_deleteExcludePatternButton_clicked</b>(<i></i>) @@ -401,13 +337,6 @@ <p> Private slot to delete the selected script items. </p> -<a NAME="SetupWizardDialog.on_deletePackageButton_clicked" ID="SetupWizardDialog.on_deletePackageButton_clicked"></a> -<h4>SetupWizardDialog.on_deletePackageButton_clicked</h4> -<b>on_deletePackageButton_clicked</b>(<i></i>) - -<p> - Private slot to delete the selected package items. -</p> <a NAME="SetupWizardDialog.on_deleteScriptButton_clicked" ID="SetupWizardDialog.on_deleteScriptButton_clicked"></a> <h4>SetupWizardDialog.on_deleteScriptButton_clicked</h4> <b>on_deleteScriptButton_clicked</b>(<i></i>) @@ -464,36 +393,6 @@ Private slot to handle a change of selected items of the modules list. </p> -<a NAME="SetupWizardDialog.on_packageDirButton_clicked" ID="SetupWizardDialog.on_packageDirButton_clicked"></a> -<h4>SetupWizardDialog.on_packageDirButton_clicked</h4> -<b>on_packageDirButton_clicked</b>(<i></i>) - -<p> - Private slot to select a package directory via a directory - selection dialog. -</p> -<a NAME="SetupWizardDialog.on_packageEdit_returnPressed" ID="SetupWizardDialog.on_packageEdit_returnPressed"></a> -<h4>SetupWizardDialog.on_packageEdit_returnPressed</h4> -<b>on_packageEdit_returnPressed</b>(<i></i>) - -<p> - Private slot handling a press of the return button of the - package edit. -</p> -<a NAME="SetupWizardDialog.on_packageEdit_textChanged" ID="SetupWizardDialog.on_packageEdit_textChanged"></a> -<h4>SetupWizardDialog.on_packageEdit_textChanged</h4> -<b>on_packageEdit_textChanged</b>(<i>txt</i>) - -<p> - Private slot to handle a change of the package text. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the line edit (string) -</dd> -</dl> <a NAME="SetupWizardDialog.on_packageRootDirButton_clicked" ID="SetupWizardDialog.on_packageRootDirButton_clicked"></a> <h4>SetupWizardDialog.on_packageRootDirButton_clicked</h4> <b>on_packageRootDirButton_clicked</b>(<i></i>) @@ -516,14 +415,6 @@ text of the line edit (string) </dd> </dl> -<a NAME="SetupWizardDialog.on_packagesList_itemSelectionChanged" ID="SetupWizardDialog.on_packagesList_itemSelectionChanged"></a> -<h4>SetupWizardDialog.on_packagesList_itemSelectionChanged</h4> -<b>on_packagesList_itemSelectionChanged</b>(<i></i>) - -<p> - Private slot to handle a change of selected items of the - packages list. -</p> <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> <h4>SetupWizardDialog.on_projectButton_clicked</h4> <b>on_projectButton_clicked</b>(<i></i>) @@ -548,20 +439,6 @@ Private slot to select the packages root directory via a directory selection dialog. </p> -<a NAME="SetupWizardDialog.on_variantComboBox_currentIndexChanged" ID="SetupWizardDialog.on_variantComboBox_currentIndexChanged"></a> -<h4>SetupWizardDialog.on_variantComboBox_currentIndexChanged</h4> -<b>on_variantComboBox_currentIndexChanged</b>(<i>index</i>) - -<p> - Private slot handling a change of the setup variant. -</p> -<dl> - -<dt><i>index</i></dt> -<dd> -index of the selected entry (integer) -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Aug 17 12:26:40 2021 +0200 @@ -273,6 +273,10 @@ <td>Private method to show call tips provided by a plugin.</td> </tr> <tr> +<td><a href="#Editor.__cancelMouseHoverHelp">__cancelMouseHoverHelp</a></td> +<td>Private slot cancelling the display of mouse hover help.</td> +</tr> +<tr> <td><a href="#Editor.__changeBreakPoints">__changeBreakPoints</a></td> <td>Private slot to set changed breakpoints.</td> </tr> @@ -853,6 +857,10 @@ <td>Private method to handle the Imports Diagram context menu action.</td> </tr> <tr> +<td><a href="#Editor.__showMouseHoverHelp">__showMouseHoverHelp</a></td> +<td>Private slot showing code information about the symbol under the cursor.</td> +</tr> +<tr> <td><a href="#Editor.__showPackageDiagram">__showPackageDiagram</a></td> <td>Private method to handle the Package Diagram context menu action.</td> </tr> @@ -1545,6 +1553,10 @@ <td>Public method to refresh the code coverage annotations.</td> </tr> <tr> +<td><a href="#Editor.registerMouseHoverHelpFunction">registerMouseHoverHelpFunction</a></td> +<td>Public method to register a mouse hover help function.</td> +</tr> +<tr> <td><a href="#Editor.removeCallTipHook">removeCallTipHook</a></td> <td>Public method to remove a previously registered calltip provider.</td> </tr> @@ -1657,6 +1669,10 @@ <td>Public slot to check the autosave flags.</td> </tr> <tr> +<td><a href="#Editor.showMouseHoverHelpData">showMouseHoverHelpData</a></td> +<td>Public method to show the mouse hover help data.</td> +</tr> +<tr> <td><a href="#Editor.smartIndentLineOrSelection">smartIndentLineOrSelection</a></td> <td>Public slot to indent current line smartly.</td> </tr> @@ -1721,6 +1737,10 @@ <td>Public slot to unindent the current line or current selection.</td> </tr> <tr> +<td><a href="#Editor.unregisterMouseHoverHelpFunction">unregisterMouseHoverHelpFunction</a></td> +<td>Public method to unregister a mouse hover help function.</td> +</tr> +<tr> <td><a href="#Editor.updateMarkerMap">updateMarkerMap</a></td> <td>Public method to initiate an update of the marker map.</td> </tr> @@ -2055,6 +2075,13 @@ <p> Private method to show call tips provided by a plugin. </p> +<a NAME="Editor.__cancelMouseHoverHelp" ID="Editor.__cancelMouseHoverHelp"></a> +<h4>Editor.__cancelMouseHoverHelp</h4> +<b>__cancelMouseHoverHelp</b>(<i></i>) + +<p> + Private slot cancelling the display of mouse hover help. +</p> <a NAME="Editor.__changeBreakPoints" ID="Editor.__changeBreakPoints"></a> <h4>Editor.__changeBreakPoints</h4> <b>__changeBreakPoints</b>(<i>startIndex, endIndex</i>) @@ -3801,6 +3828,29 @@ <p> Private method to handle the Imports Diagram context menu action. </p> +<a NAME="Editor.__showMouseHoverHelp" ID="Editor.__showMouseHoverHelp"></a> +<h4>Editor.__showMouseHoverHelp</h4> +<b>__showMouseHoverHelp</b>(<i>pos, x, y</i>) + +<p> + Private slot showing code information about the symbol under the + cursor. +</p> +<dl> + +<dt><i>pos</i> (int)</dt> +<dd> +mouse position into the document +</dd> +<dt><i>x</i> (int)</dt> +<dd> +x-value of mouse screen position +</dd> +<dt><i>y</i> (int)</dt> +<dd> +y-value of mouse screen position +</dd> +</dl> <a NAME="Editor.__showPackageDiagram" ID="Editor.__showPackageDiagram"></a> <h4>Editor.__showPackageDiagram</h4> <b>__showPackageDiagram</b>(<i></i>) @@ -6127,6 +6177,25 @@ <p> Public method to refresh the code coverage annotations. </p> +<a NAME="Editor.registerMouseHoverHelpFunction" ID="Editor.registerMouseHoverHelpFunction"></a> +<h4>Editor.registerMouseHoverHelpFunction</h4> +<b>registerMouseHoverHelpFunction</b>(<i>func</i>) + +<p> + Public method to register a mouse hover help function. +</p> +<p> + Note: Only one plugin should provide this function. Otherwise + the last one wins. +</p> +<dl> + +<dt><i>func</i> (func)</dt> +<dd> +function accepting a reference to the calling editor and + the line and column position (zero based each) +</dd> +</dl> <a NAME="Editor.removeCallTipHook" ID="Editor.removeCallTipHook"></a> <h4>Editor.removeCallTipHook</h4> <b>removeCallTipHook</b>(<i>key</i>) @@ -6558,6 +6627,28 @@ flag indicating this editor should be saved (boolean) </dd> </dl> +<a NAME="Editor.showMouseHoverHelpData" ID="Editor.showMouseHoverHelpData"></a> +<h4>Editor.showMouseHoverHelpData</h4> +<b>showMouseHoverHelpData</b>(<i>line, index, data</i>) + +<p> + Public method to show the mouse hover help data. +</p> +<dl> + +<dt><i>line</i> (int)</dt> +<dd> +line of mouse cursor position +</dd> +<dt><i>index</i> (TYPE)</dt> +<dd> +column of mouse cursor position +</dd> +<dt><i>data</i> (str)</dt> +<dd> +information text to be shown +</dd> +</dl> <a NAME="Editor.smartIndentLineOrSelection" ID="Editor.smartIndentLineOrSelection"></a> <h4>Editor.smartIndentLineOrSelection</h4> <b>smartIndentLineOrSelection</b>(<i></i>) @@ -6734,6 +6825,21 @@ <p> Public slot to unindent the current line or current selection. </p> +<a NAME="Editor.unregisterMouseHoverHelpFunction" ID="Editor.unregisterMouseHoverHelpFunction"></a> +<h4>Editor.unregisterMouseHoverHelpFunction</h4> +<b>unregisterMouseHoverHelpFunction</b>(<i>func</i>) + +<p> + Public method to unregister a mouse hover help function. +</p> +<dl> + +<dt><i>func</i> (func)</dt> +<dd> +function accepting a reference to the calling editor and + the line and column position (zero based each) +</dd> +</dl> <a NAME="Editor.updateMarkerMap" ID="Editor.updateMarkerMap"></a> <h4>Editor.updateMarkerMap</h4> <b>updateMarkerMap</b>(<i></i>)