eric6/Project/Project.py

changeset 8265
0090cfa83159
parent 8259
2bbec88047dd
child 8273
698ae46f40a4
child 8276
1436fd09d1e1
equal deleted inserted replaced
8264:f95dde35d0ab 8265:0090cfa83159
5484 self.ui.showNotification( 5484 self.ui.showNotification(
5485 UI.PixmapCache.getPixmap("pluginArchive48"), 5485 UI.PixmapCache.getPixmap("pluginArchive48"),
5486 self.tr("Create Plugin Archive"), 5486 self.tr("Create Plugin Archive"),
5487 self.tr("<p>The eric plugin archive files were " 5487 self.tr("<p>The eric plugin archive files were "
5488 "created with some errors.</p>"), 5488 "created with some errors.</p>"),
5489 kind=NotificationTypes.Critical, 5489 kind=NotificationTypes.CRITICAL,
5490 timeout=0) 5490 timeout=0)
5491 else: 5491 else:
5492 self.ui.showNotification( 5492 self.ui.showNotification(
5493 UI.PixmapCache.getPixmap("pluginArchive48"), 5493 UI.PixmapCache.getPixmap("pluginArchive48"),
5494 self.tr("Create Plugin Archive"), 5494 self.tr("Create Plugin Archive"),
5755 5755
5756 self.ui.showNotification( 5756 self.ui.showNotification(
5757 UI.PixmapCache.getPixmap("makefile48"), 5757 UI.PixmapCache.getPixmap("makefile48"),
5758 title, 5758 title,
5759 message, 5759 message,
5760 kind=NotificationTypes.Warning, 5760 kind=NotificationTypes.WARNING,
5761 timeout=0) 5761 timeout=0)
5762 elif exitCode > 1: 5762 elif exitCode > 1:
5763 E5MessageBox.critical( 5763 E5MessageBox.critical(
5764 self.ui, 5764 self.ui,
5765 self.tr("Execute Make"), 5765 self.tr("Execute Make"),

eric ide

mercurial