diff -r ed835044c0cf -r 22c3928a1ab5 src/eric7/APIs/Python3/eric7.api --- a/src/eric7/APIs/Python3/eric7.api Wed Sep 25 14:05:07 2024 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Wed Sep 25 14:07:40 2024 +0200 @@ -1407,6 +1407,10 @@ eric7.EricWidgets.EricApplication.EricApplication.usesSmallScreen?4() eric7.EricWidgets.EricApplication.EricApplication?1(args) eric7.EricWidgets.EricApplication.ericApp?7 +eric7.EricWidgets.EricAuthenticationDialog.EricAuthenticationDialog.getData?4() +eric7.EricWidgets.EricAuthenticationDialog.EricAuthenticationDialog.setData?4(username, password) +eric7.EricWidgets.EricAuthenticationDialog.EricAuthenticationDialog.shallSave?4() +eric7.EricWidgets.EricAuthenticationDialog.EricAuthenticationDialog?1(info, username, showSave=False, saveIt=False, parent=None) eric7.EricWidgets.EricAutoResizeTextBrowser.EricAutoResizeTextBrowser.resizeEvent?4(evt) eric7.EricWidgets.EricAutoResizeTextBrowser.EricAutoResizeTextBrowser.updateGeometry?4() eric7.EricWidgets.EricAutoResizeTextBrowser.EricAutoResizeTextBrowser?1(parent=None) @@ -10559,10 +10563,6 @@ eric7.Tools.UIPreviewer.UIPreviewer.show?4() eric7.Tools.UIPreviewer.UIPreviewer?1(filename=None, parent=None, name=None) eric7.Tools.webBrowserSupport.variant?7 -eric7.UI.AuthenticationDialog.AuthenticationDialog.getData?4() -eric7.UI.AuthenticationDialog.AuthenticationDialog.setData?4(username, password) -eric7.UI.AuthenticationDialog.AuthenticationDialog.shallSave?4() -eric7.UI.AuthenticationDialog.AuthenticationDialog?1(info, username, showSave=False, saveIt=False, parent=None) eric7.UI.Browser.Browser._contextMenuRequested?5(coord) eric7.UI.Browser.Browser._copyToClipboard?5() eric7.UI.Browser.Browser._deleteFileOrDirectory?5()