diff -r c94f53ab789a -r 073b872fce59 src/eric7/APIs/Python3/eric7.api --- a/src/eric7/APIs/Python3/eric7.api Mon Sep 19 16:44:08 2022 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Mon Sep 19 19:44:38 2022 +0200 @@ -2,7 +2,7 @@ eric7.CodeFormatting.BlackConfigurationDialog.BlackConfigurationDialog.on_excludeEdit_textChanged?4() eric7.CodeFormatting.BlackConfigurationDialog.BlackConfigurationDialog.on_sourceComboBox_currentTextChanged?4(selection) eric7.CodeFormatting.BlackConfigurationDialog.BlackConfigurationDialog.on_validateButton_clicked?4() -eric7.CodeFormatting.BlackConfigurationDialog.BlackConfigurationDialog?1(withProject=True, parent=None) +eric7.CodeFormatting.BlackConfigurationDialog.BlackConfigurationDialog?1(withProject=True, onlyProject=False, parent=None) eric7.CodeFormatting.BlackDiffWidget.BlackDiffWidget.closeEvent?4(evt) eric7.CodeFormatting.BlackDiffWidget.BlackDiffWidget.showDiff?4(diff) eric7.CodeFormatting.BlackDiffWidget.BlackDiffWidget?1(parent=None) @@ -516,6 +516,14 @@ eric7.DebugClients.Python.getpass.getuser?4() eric7.DebugClients.Python.getpass.unix_getpass?7 eric7.DebugClients.Python.getpass.win_getpass?7 +eric7.Debugger.BreakPointModel.BreakPointModel.Alignments?7 +eric7.Debugger.BreakPointModel.BreakPointModel.ConditionColumn?7 +eric7.Debugger.BreakPointModel.BreakPointModel.EnabledColumn?7 +eric7.Debugger.BreakPointModel.BreakPointModel.FilenameColumn?7 +eric7.Debugger.BreakPointModel.BreakPointModel.Header?7 +eric7.Debugger.BreakPointModel.BreakPointModel.IgnoreCountColumn?7 +eric7.Debugger.BreakPointModel.BreakPointModel.LineNumberColumn?7 +eric7.Debugger.BreakPointModel.BreakPointModel.TemporaryColumn?7 eric7.Debugger.BreakPointModel.BreakPointModel.addBreakPoint?4(fn, line, properties) eric7.Debugger.BreakPointModel.BreakPointModel.addBreakPoints?4(breakpoints) eric7.Debugger.BreakPointModel.BreakPointModel.columnCount?4(parent=None) @@ -902,6 +910,13 @@ eric7.Debugger.VariablesViewer.VariablesViewer.showVariables?4(vlist, frmnr) eric7.Debugger.VariablesViewer.VariablesViewer.verticalScrollbarValueChanged?4(value) eric7.Debugger.VariablesViewer.VariablesViewer?1(viewer, globalScope, parent=None) +eric7.Debugger.WatchPointModel.WatchPointModel.Alignments?7 +eric7.Debugger.WatchPointModel.WatchPointModel.ConditionColumn?7 +eric7.Debugger.WatchPointModel.WatchPointModel.EnabledColumn?7 +eric7.Debugger.WatchPointModel.WatchPointModel.Header?7 +eric7.Debugger.WatchPointModel.WatchPointModel.IgnoreCountColumn?7 +eric7.Debugger.WatchPointModel.WatchPointModel.SpecialColumn?7 +eric7.Debugger.WatchPointModel.WatchPointModel.TemporaryColumn?7 eric7.Debugger.WatchPointModel.WatchPointModel.addWatchPoint?4(cond, special, properties) eric7.Debugger.WatchPointModel.WatchPointModel.addWatchPoints?4(watchpoints) eric7.Debugger.WatchPointModel.WatchPointModel.columnCount?4(parent=None)