简体   繁体   English

Eclipse RCP文件资源管理器

[英]Eclipse RCP File Explorer

Is there a good Eclipse RCP file explorer out there? 那里有一个很好的Eclipse RCP文件浏览器吗? I need a platform independent file explorer which should be extensible through plugins. 我需要一个独立于平台的文件浏览器,它应该可以通过插件进行扩展。 I only found File Arranger , wich seems to be outdated. 我只发现了File Arranger ,它似乎已经过时了。

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. 基于旧的ResourceNavigator错误268083 )的Navigator视图现在基于CNF(Common Navigator Framework) ,可以为所有类型的树进行adatped。

Other plugins exist to add explorer-like feature ( pathtools : 其他插件用于添加类似资源管理器的功能( pathtools 替代文字
(source: googlecode.com ) (来源: googlecode.com
), but none propose directly a file explorer. ),但没有人直接建议文件浏览器。

I done something like a File Explorer in college. 我在大学时做过类似File Explorer的事情。
Protip: use CNF with Apache VFS, and you can extend it to explore a FTP, a Zip or anything you want. Protip:将CNF与Apache VFS一起使用,您可以扩展它以探索FTP,Zip或任何您想要的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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