最新的 eclipse/pydev 在编辑器窗口选项卡中显示 python 包名称而不是模块名称

发布于 2024-10-13 06:20:33 字数 252 浏览 3 评论 0原文

我刚刚更新到最新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

徒留西风 2024-10-20 06:20:33

您转到 Eclipse 首选项 ->派德夫 ->编辑->编辑器标题/图标 -> Django 模块处理 ->显示为常规模块

You go to Eclipse Preferences -> Pydev -> Editor -> Editor caption/icons -> Django modules handling -> Show as regular module

蝶…霜飞 2024-10-20 06:20:33

窗口选项卡中选项卡名称前面的小图标显示该文件是否是模型 (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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文