通过远程系统资源管理器 (RSE) 的 API 获取选定的远程文件?
我正在开发一个自定义 Eclipse 插件,该插件使用远程系统资源管理器(Eclipse TM 项目)在引擎盖下。
我的问题是,如何获取当前选定的 远程文件 来自我自己的插件?我想某个地方有一些方便的方法,但我找不到它(或者我找到了一些接近的匹配项,但无法让任何东西发挥作用)。
I'm developing a custom Eclipse plugin that makes use of Remote System Explorer (of the Eclipse TM project) under the hoods.
My question is, how can I grab the currently selected remote file from my own plugin? I suppose there is some convenience method somewhere, but I can't find it (or I found a number of close matches, but couldn't get anything to work).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要利用选择服务。
这里有一篇文章可以提供帮助。
Sounds like you need to make use of the selection service.
There is an article here that will help.