src/eric7/UI/FindFileFilterPropertiesDialog.py

branch
eric7
changeset 10494
8db0328580d7
parent 10492
53eac4c7d10b
child 10514
5e6362665247
equal deleted inserted replaced
10493:f795d68d8e09 10494:8db0328580d7
76 Public method to retrieve the entered filter properties. 76 Public method to retrieve the entered filter properties.
77 77
78 @return tuple cotaining the filter name and pattern 78 @return tuple cotaining the filter name and pattern
79 @rtype tuple of (str, str) 79 @rtype tuple of (str, str)
80 """ 80 """
81 return self.textEdit.text(), self.patternEdit.text().rstrip(";") 81 return self.textEdit.text(), self.patternEdit.text().strip()

eric ide

mercurial