Skip to content

Improve the UI for quick-open

Waqar Ahmed requested to merge waqar/kate:quick-open-small into master
  • The UI for quick-open is now smaller, takes 1 / 3 of the editor window.
  • Both path and file name are taken into account when filtering for a match by default now and so the config for that is removed.

The performance has decreased a little bit for very large projects(90k entries) but is usable. I think it can be improved with incremental loading of data.

Screenshot:

Screenshot_20210108_020547

Edited by Waqar Ahmed

Merge request reports