简体   繁体   中英

Eclipse RCP File Explorer

Is there a good Eclipse RCP file explorer out there? I need a platform independent file explorer which should be extensible through plugins. I only found File Arranger , wich seems to be outdated.

I just ask cause i want to develop such an explorer, but it wouldn't make sense if there is already a solution out there.

I did not find any recent File Explorer.

The Navigator view based on the old ResourceNavigator ( bug 268083 ) is now based on the CNF (Common Navigator Framework) , which can be adatped for all sort of trees.

Other plugins exist to add explorer-like feature ( pathtools : 替代文字
(source: googlecode.com )
), but none propose directly a file explorer.

I done something like a File Explorer in college.
Protip: use CNF with Apache VFS, and you can extend it to explore a FTP, a Zip or anything you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM