Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py

branch
5_1_x
changeset 1436
f170933c1431
parent 1435
09ec4c8c75d8
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1435:09ec4c8c75d8 1436:f170933c1431
305 The directory in the ignore directories 305 The directory in the ignore directories
306 line edit is moved to the listbox above and the edit is cleared. 306 line edit is moved to the listbox above and the edit is cleared.
307 """ 307 """
308 basename = os.path.basename(self.ignoreDirEdit.text()) 308 basename = os.path.basename(self.ignoreDirEdit.text())
309 if basename: 309 if basename:
310 self.ignoreDirsList.addItem() 310 self.ignoreDirsList.addItem(basename)
311 self.ignoreDirEdit.clear() 311 self.ignoreDirEdit.clear()
312 312
313 @pyqtSlot() 313 @pyqtSlot()
314 def on_deleteButton_clicked(self): 314 def on_deleteButton_clicked(self):
315 """ 315 """

eric ide

mercurial