如何打开 Eclipse Web 浏览器?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8528454/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you open the Eclipse web browser?
提问by Joe
Eclipse has a web browser, but I don't know any straightforward way to open it. I know that if you go to the Eclipse market place and ask for more results it'll open, and if you make the browser open your html you can open it, but is there a more straightforward way to open it? (For example, a button or menu option that says browser?)
Eclipse 有一个网络浏览器,但我不知道任何直接的打开方式。我知道如果你去 Eclipse 市场并要求更多的结果它会打开,如果你让浏览器打开你的 html 你可以打开它,但是有没有更直接的方法来打开它?(例如,显示浏览器的按钮或菜单选项?)
采纳答案by ijse
Right click a file in left Project Navigator, and in the pop up context menu, chse Open with ...
, and then you can find it in sub menu.
在左侧的 Project Navigator 中右键单击一个文件,在弹出的上下文菜单中 chse Open with ...
,然后您可以在子菜单中找到它。
Actually, I don't like to use it.
实际上,我不喜欢使用它。
回答by jnas
The Web and Java EE perspective will reveal a button on the toolbar to open a new web browser.
Web 和 Java EE 透视图将在工具栏上显示一个按钮以打开新的 Web 浏览器。
Also, from Window > Show View you find the Internal Web browser view.
此外,从窗口 > 显示视图中,您可以找到内部 Web 浏览器视图。
The former acts as an editor tab, the later not.
前者充当编辑器选项卡,后者则不是。
回答by Michael Siegel
You can add the button and menu option to launch the Internal Web Browser to any perspective. Right click on the toolbar and select "Customize Perspective...". Then click the Command Groups Availability tab and check the Web Browser command group in the list on the left to make it available.
您可以添加按钮和菜单选项以将内部 Web 浏览器启动到任何透视图。右键单击工具栏并选择“自定义透视...”。然后单击命令组可用性选项卡并选中左侧列表中的 Web 浏览器命令组以使其可用。