src/eric7/CodeFormatting/BlackConfigurationDialog.py

branch
eric7
changeset 9216
e89083501ce3
parent 9214
bd28e56047d7
child 9221
bf71ee032bb4
equal deleted inserted replaced
9215:30d7f7fd2b4a 9216:e89083501ce3
236 236
237 QGuiApplication.clipboard().setText(tomlkit.dumps(doc)) 237 QGuiApplication.clipboard().setText(tomlkit.dumps(doc))
238 238
239 EricMessageBox.information( 239 EricMessageBox.information(
240 self, 240 self,
241 self.tr("Create TOML snipper"), 241 self.tr("Create TOML snippet"),
242 self.tr("""The 'pyproject.toml' snippet was copied to the clipboard""" 242 self.tr("""The 'pyproject.toml' snippet was copied to the clipboard"""
243 """ successfully.""") 243 """ successfully.""")
244 ) 244 )
245 245
246 def getConfiguration(self): 246 def getConfiguration(self):

eric ide

mercurial