RichFilemanager
RichFilemanager copied to clipboard
Some paths moves into config
Implemented new view mode "split" (in filemanager.config.json -> options -> filemaagerMode = 'split'). In this view mode tree view will show only folders and main view - files only. Also, important lazy-load changes applied.
Could you post a screenshot of the "Split view mode"?
Only folders in the tree model and only files in the main section.

listFiles works only with tree panel, but split mode includes main area
The screenshot does not show an expanded folder, so it's hard to see the feature in action. But I think it makes the tree show only dirs, and the main panel show only files...?
What is the white box in the upper left, covering most of the tree?
Hey @Iworb
Thanks for the commits. I am reviewing and can see that the implementation breaks some features, so I have to rewrite lazy loading in a bit different way, however I can use many of your ideas. Most likely I will have to close this PR, but feel free to continue commit changes if you have any. Your contribution is very valuable.
Heya, @servocoder
Okay, I think I will take a look for my own connector and than join to your lazy_loading branch again.