Eclipse PDT:如何添加“Javascript”作为 PHP 浏览器 New... 弹出菜单的选项?
我没有创建插件,只是使用该应用程序。
我希望 PHP 资源管理器窗格中的右键单击弹出菜单将“Javascript 源文件”作为其默认“新建”选项之一(以及常用的任务、PHP 文件、文件夹等)
我意识到我可以得到通过进入 New...Other... 选项并从树视图中进行选择,但由于我编写了大量 Javascript,因此将其放在直接列表中会很有用。
这可能吗?
提前致谢。
I'm not creating a plug-in, just using the application.
I want the right click pop-up menu in the PHP Explorer pane to have 'Javascript Source File' as one of its default 'New' options (along with the usual Task, PHP File, Folder, etc.)
I realise I can get to it by going into the New...Other... option and selecting from the tree-view but as I write a lot of Javascript it would be useful to have it in the immediate list.
Is this possible?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以自定义 IDE。选择菜单“窗口”->“自定义透视”,移动“菜单可见性”选项卡,展开“文件”和“新建”,选中“JavaScript 源文件”。
You're able to customize IDE. Select menu Window->Customize Perspective, move 'Menu Visibility' tab, expand 'File' and 'New', check 'JavaScript Source File'.