最新的 eclipse/pydev 在编辑器窗口选项卡中显示 python 包名称而不是模块名称
我刚刚更新到最新的 Eclipse classic plus PyDev,并且不是在编辑器窗口选项卡中显示模块名称(不带 .py 扩展名),而是显示 python 包名称(相当于父文件夹名称)。
有谁知道这是否符合设计,是否有任何解决方法?似乎无法完全自定义选项卡标题:3450648
I just updated to the latest Eclipse classic plus PyDev, and instead of showing the module name (without the .py extension) in the editor window tabs, it shows the python package name (equivalent to the parent folder name).
Does anyone know if this is as per design, and if there's any workaround? It appears there's no way to customize the tab titles entirely: 3450648
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您转到 Eclipse 首选项 ->派德夫 ->编辑->编辑器标题/图标 -> Django 模块处理 ->显示为常规模块
You go to Eclipse Preferences -> Pydev -> Editor -> Editor caption/icons -> Django modules handling -> Show as regular module
窗口选项卡中选项卡名称前面的小图标显示该文件是否是模型 (M)、视图 (V) 等。这实际上是 PyDev django 的一个功能;对于符合典型 django 命名约定的模块,它们显示“图标 + 应用程序名称”而不是文件名。需要一点时间来适应,但它很实用。
除了破解 PyDev 本身之外,我还没有找到任何方法将选项卡名称更改回旧约定。
The little icon in the window tab, which precedes the tab name, shows whether the file is a model (M), view (V), etc. This is actually a PyDev django feature; they show "icon + appname" instead of filename, for modules that fit the typical django naming convention. Takes a bit of getting used to, but it's functional.
I have not found any way of changing the tab names back to the old convention, short of hacking PyDev itself.