有没有办法让 Eclipse/Aptana 中打开的选项卡同时显示目录和文件名?
在 Eclipse/Aptana Studio 中,有一个设置允许选项卡显示目录和文件名(而不仅仅是文件名),这样我就可以看到:
blog/views.py
而不是仅仅显示
views
In Eclipse / Aptana Studio is there a setting that allows the tab to show both the directory and file name (instead of just the file name) so I can see:
blog/views.py
instead of just
views
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果将指针悬停在文件的选项卡上,Eclipse 将显示一个工具提示,其中显示完整路径和文件名。
If you hover the pointer over the file’s tab, Eclipse will display a tooltip showing the full path and filename.
通常当你打开两个同名的文件时,它会显示文件名和目录。默认情况下似乎没有办法做到这一点。
我发现的最接近的东西是在 Preferences/PyDev/Editor/“编辑器标题/图标”下显示 python 中的文件扩展名
Normally when you open two files with the same name, it will display filename and the directory. It doesn't look like there is a way to do this by default.
The closest thing I found was showing the file extension in python under Preferences/PyDev/Editor/"Editor caption/icon"