eric6/UI/CompareDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
267 """ 267 """
268 Public method to compare two lists of text. 268 Public method to compare two lists of text.
269 269
270 @param lines1 text to compare against (string or list of strings) 270 @param lines1 text to compare against (string or list of strings)
271 @param lines2 text to compare (string or list of strings) 271 @param lines2 text to compare (string or list of strings)
272 @keyparam name1 name to be shown for the first text (string) 272 @param name1 name to be shown for the first text (string)
273 @keyparam name2 name to be shown for the second text (string) 273 @param name2 name to be shown for the second text (string)
274 """ 274 """
275 if name1 == "" or name2 == "": 275 if name1 == "" or name2 == "":
276 self.filesGroup.hide() 276 self.filesGroup.hide()
277 else: 277 else:
278 self.file1Picker.setText(name1) 278 self.file1Picker.setText(name1)

eric ide

mercurial