Long directory names in combobox
Duplicate/unique file analyzer with at-a-glance statistics.
Brought to you by:
rknopman
wxpython's Combobox truncates strings at the right side of the dropdown. For similar but long directory paths, this behavior hides the interesting parts. The Combobox should show long names either with elipses in the middle of the string, so you can see the beginning and end.
This could be done by modifying the values before they are put into the actual combobox widget, but then the historycombobox will need a separate list attribute to hold the actual values.