Skip to content

file_manager on orbtk

Jeremy Soller requested to merge Emily:file_manager_on_orbtk into master

Created by: Emily

This is just step one. Porting it over to orbtk did a couple things:

  • took away some performance
  • made clear to me what orbtk is still missing

I'm planning to tackle both of those next, as they are intertwined, and wrote a small bit about it in the accompanying orbtk pr: https://github.com/redox-os/orbtk/pull/38.

Edit: it is also worth noting this doesn't support the first-letter feature, because exposing those events here is not particularly straightforward. With the refactoring I'm suggesting in the orbtk PR, I suspect making those changes would become a lot easier.

Merge request reports