Cutter: Contradicting recent file behaviour in NewFileDialog

Created on 13 Apr 2019  路  3Comments  路  Source: rizinorg/cutter

Is your feature request related to a problem? Please describe.

NewFileDialog currently contains code for two contradicting behaviors:

  • have most recent file at the top - by doing removeAll+prepend in NewFileDialog::loadFIle
  • sort recent files alphabetical order - flag in .ui file

Describe the solution you'd like
Choose which behavior is preferable and removed code for other.

Having most recent file at the top seems more useful to me than sorting list of 5 items (sorting would be more helpful for longer list). This might be down to personal preference.

Describe alternatives you've considered
It wouldn't be difficult allow user choosing but doing, but that seems like overkill for something that gets used only few times per session.

Most helpful comment

React to this comment if you prefer most recent at top.

All 3 comments

React to this comment if you prefer current behavior.

React to this comment if you prefer most recent at top.

Most recent order. No doubt :)
Good catch!

Was this page helpful?
0 / 5 - 0 ratings