Sun, 30 Jun 2024 17:58:59 +0200
Corrected some code formatting issues.
--- a/src/eric7/EricWidgets/EricTextEditSearchWidget.py Sun Jun 30 17:58:31 2024 +0200 +++ b/src/eric7/EricWidgets/EricTextEditSearchWidget.py Sun Jun 30 17:58:59 2024 +0200 @@ -494,8 +494,7 @@ """ if result.numberOfMatches() == 0: self.infoLabel.setText( - self.tr("'{0}' was not found.") - .format(self.findtextCombo.currentText()) + self.tr("'{0}' was not found.").format(self.findtextCombo.currentText()) ) self.__setFindtextComboBackground(True) else:
--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py Sun Jun 30 17:58:31 2024 +0200 +++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py Sun Jun 30 17:58:59 2024 +0200 @@ -280,10 +280,10 @@ ''' -apiImportsTemplate = '''import glob +apiImportsTemplate = """import glob import os -''' +""" installDependenciesTemplate = '''