如何在 Eclipse PDT 中打开新的浏览器选项卡?
当我在 Eclipse 环境中运行 PHP 脚本时,我可以选择不同的浏览器来渲染我的页面,并可以获得不同的结果。
但结果仍然全部显示在 Eclipse 本身的浏览器输出窗口中。
如何提示 eclipse 使用 php 页面在浏览器本身中实际打开一个新选项卡。 我知道它可以通过“外部工具”来完成,只是不知道如何准确配置它。
When I run a PHP script in Eclipse environment, I can select different browsers to render my page and can get different results.
But the results are still all shown in the browser output window in eclipse itself.
How can I prompt eclipse to actually open a new tab in the browser itself with the php page. I know it can be done by "external tools", just dont know how exactly to configure it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从主菜单-> 窗口 -> 首选项-> 一般-> 浏览器-> 选择外部浏览器单选按钮和您的首选浏览器。
享受 ;)
罗伊
From the main menu -> Windows -> Preferences -> General -> Browser -> select the external browser radio button and your preferred browser.
enjoy ;)
Roy