Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py

branch
5_1_x
changeset 1436
f170933c1431
parent 1435
09ec4c8c75d8
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1435:09ec4c8c75d8 1436:f170933c1431
219 The directory in the ignore directories 219 The directory in the ignore directories
220 line edit is moved to the listbox above and the edit is cleared. 220 line edit is moved to the listbox above and the edit is cleared.
221 """ 221 """
222 basename = os.path.basename(self.ignoreDirEdit.text()) 222 basename = os.path.basename(self.ignoreDirEdit.text())
223 if basename: 223 if basename:
224 self.ignoreDirsList.addItem() 224 self.ignoreDirsList.addItem(basename)
225 self.ignoreDirEdit.clear() 225 self.ignoreDirEdit.clear()
226 226
227 @pyqtSlot() 227 @pyqtSlot()
228 def on_deleteButton_clicked(self): 228 def on_deleteButton_clicked(self):
229 """ 229 """

eric ide

mercurial