从 Windows 中的 Eclipse 中打开 php 文件
我已经更改了 Windows 中的 .php 文件扩展名关联,以使用 eclipse 打开 .php 文件。当我双击 php 文件时,只要 eclipse 尚未打开,它就可以正常打开。如果 eclipse 已经打开,它会尝试打开另一个。我的其他程序(UltraEdit、Winzip 等)都没有像这样延迟。
如何让 Eclipse 仅在已打开的工作区中打开文件,而不尝试重新启动新实例。
I have changed my .php file extension association in windows to use eclipse to open .php files. When I double-click a php file, it opens just fine as long as eclipse is not already open. If eclipse is already open it tries to open ANOTHER one. None of my other programs (UltraEdit, Winzip, etc) are retarded like this.
How do I get eclipse to just open the file in the already open workspace, without trying to re-launch a new instance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Eclipse 中最古老的错误之一。 Eclipse 目前还没有这样做,但我确信有基于它的产品可以这样做。
好消息是,该功能目前正在开发中,应该会在 3.6 中提供。
另请参阅 swt 和 启动器 错误。
This is one of the oldest bugs in Eclipse. Eclipse doesn't currently do this, though I'm sure there are products based on it that do.
The good news is that this is currently being worked on and should be available in 3.6.
See also the swt and launcher bugs.