Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py

changeset 1437
6d7bc811c758
parent 1434
69c3d77a8dd6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1434:69c3d77a8dd6 1437:6d7bc811c758
220 The directory in the ignore directories 220 The directory in the ignore directories
221 line edit is moved to the listbox above and the edit is cleared. 221 line edit is moved to the listbox above and the edit is cleared.
222 """ 222 """
223 basename = os.path.basename(self.ignoreDirEdit.text()) 223 basename = os.path.basename(self.ignoreDirEdit.text())
224 if basename: 224 if basename:
225 self.ignoreDirsList.addItem() 225 self.ignoreDirsList.addItem(basename)
226 self.ignoreDirEdit.clear() 226 self.ignoreDirEdit.clear()
227 227
228 @pyqtSlot() 228 @pyqtSlot()
229 def on_deleteButton_clicked(self): 229 def on_deleteButton_clicked(self):
230 """ 230 """

eric ide

mercurial