Eclipse 中的 GWT 编译按钮
一个简单的问题:
我正在使用 Eclipse 3.7 Indigo 并更新了 GWT (2.4) Eclipse 插件。
现在我在主工具栏中找不到GWT编译按钮。
以前主工具栏中有这个符号 , 但更新后,此按钮消失了,编译操作已作为子菜单条目移动到“Google 服务和开发工具”中,在主工具栏中用此符号表示 。
有没有办法将GWT编译按钮添加到主工具栏或指定快捷方式?
点击“Google Services and Development Tools”进入编译子菜单条目真的很累:-)
A simple question :
I am using Eclipse 3.7 Indigo and have updated the GWT (2.4) Eclipse plugin.
Now I can't find the GWT compile button in the main toolbar.
Previously there was this symbol in the main toolbar ,
but after the update, this button has disappeared and the compile action has been moved as a submenu entry into the "Google Services and Development Tools", represented in the main toolbar by this symbol .
Is there a way to add the GWT compile button to the main toolbar or to specify a shortcut?
It's really exhausting to click on the "Google Services and Development Tools" to reach the compile submenu entry :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
突出显示您的项目
右键单击它
在下拉菜单中向下转到“Google”
“Google”的子菜单将有“GWT Compile”按钮
Highlight your project
right-click on it
go down in the dropdown menu to "Google"
The submenu of "Google" will have the "GWT Compile" button
在 Eclipse Juno 中,GWT 编译选项位于 Google 徽标下方的工具栏上,如下所示:
输入图像描述">
In Eclipse Juno, GWT Compile option is located on the toolbar underneath the Google logo as seen here:
There is no key binding in Eclipse Juno for GWT Compile. That seems to be something the plugin could provide, but does not.
您可以通过转到
Window -> 向工具栏添加任何命令的按钮。自定义透视图并探索其中的对话框。您可能需要使用命令和菜单可见性来启用某些功能,然后在第一个选项卡中您可以将按钮添加到工具栏。
You can add a button for any command to the toolbar by go to
Window -> Customize Perspective
and exploring the dialog there. You may need to enable things using the Command and Menu visibility and then in the first tab you can add the buttons to the toolbar.我不知道如何重新添加工具栏项,但您可以通过键盘快捷键运行编译器:
如果您愿意,您还可以通过转到“窗口”->“首选项”->“按键”来自定义键盘快捷键。
I don't know of a way to add the toolbar item back, but you can run the compiler via keyboard shortcut:
You can also customize the keyboard shortcut if you wish, by going to Window->Preferences->Keys.
如果你想编译 GWT 应用程序,你应该安装 Google 插件。以下是链接。
If you want to compile a GWT application, you should install the Google plugin. Here are the links.