如何在其他windows 之上安装phpstorm IDE?
如何将编辑器安装在其他窗口之上? 操作系统:Windows 7。
How to install the editor on top of other windows?
OS: windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将编辑器安装在其他窗口之上? 操作系统:Windows 7。
How to install the editor on top of other windows?
OS: windows 7.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
PhpStorm 或 Windows 中没有内置工具可以执行此操作。您需要一些第 3 方实用程序,它可以为 PS 窗口设置“aways on top”标志。
快速谷歌搜索给出了 AutoIt 脚本 http://www.labnol .org/software/tutorials/keep-window-always-on-top/5213/ 和一些实用程序,即 http://www.fadsoft.net/AlwaysOnTopMaker.htm 来完成此操作。
There's no built-in facilities in PhpStorm or Windows to do it. You'll need some 3rd party utility, which can set "aways on top" flag for PS window.
Quick googling gives AutoIt script http://www.labnol.org/software/tutorials/keep-window-always-on-top/5213/ and some utilities i.e. http://www.fadsoft.net/AlwaysOnTopMaker.htm to accomplish this.