eric6/MicroPython/MicroPythonWidget.py

changeset 7609
d5aff4fd0ef8
parent 7595
5db6bfeff23e
child 7759
51aa6c6b66f7
equal deleted inserted replaced
7606:a3a4760b59ec 7609:d5aff4fd0ef8
1546 @pyqtSlot() 1546 @pyqtSlot()
1547 def __manageIgnored(self): 1547 def __manageIgnored(self):
1548 """ 1548 """
1549 Private slot to manage the list of ignored serial devices. 1549 Private slot to manage the list of ignored serial devices.
1550 """ 1550 """
1551 # TODO: implement this
1552 from .IgnoredDevicesDialog import IgnoredDevicesDialog 1551 from .IgnoredDevicesDialog import IgnoredDevicesDialog
1553 1552
1554 dlg = IgnoredDevicesDialog( 1553 dlg = IgnoredDevicesDialog(
1555 Preferences.getMicroPython("IgnoredUnknownDevices"), 1554 Preferences.getMicroPython("IgnoredUnknownDevices"),
1556 self) 1555 self)

eric ide

mercurial