Reputation: 41
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, which 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.
Upvotes: 4
Views: 1282
Reputation: 1324505
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.
Upvotes: 1
Reputation: 7249
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.
Upvotes: 0