如何在 NetBeans 中的选项卡名称中隐藏文件状态 [已修改]/[新建]?

发布于 2024-12-25 19:14:16 字数 95 浏览 0 评论 0原文

在 NetBeans 7 中,选项卡的文件名后面有一个文件状态([已修改]/[新])。我怎样才能隐藏它?根据文件的状态,选项卡的名称已经具有不同的颜色,因此无需占用宝贵的空间。

In NetBeans 7 There is a file status after tab's file name ([Modified]/[New]). How can I hide it? Name of a tab already has a different color depending on file's status so there is no need to take that valuable space.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

自由如风 2025-01-01 19:14:16

我正在使用 Netbeans 6.0.1 并遇到同样的问题。版本控制标签“已修改”或“新建”出现在选项卡上。

因此,您可以做的是:

转到查看> >取消勾选“显示版本控制标签”

问题就解决了。

祝你好运!

I'm using Netbeans 6.0.1 and having the same problem. The versioning labels 'Modified' or 'New' appear at the tab.

So, what you can do is :

go to View > Untick Show Versioning Labels

The problem is solved.

Good luck!

Spring初心 2025-01-01 19:14:16

好的,我找到了解决方案:

转到: Tools >杂项>版本控制> Subversion

将字段 format 设置为 {mime_type}

当您完全清除 format 字段(或例如使用空格字符)时,我认为 NB 会恢复为默认值(即是状态),这就是为什么我选择 {mime_type} 属性,在我的例子中它是空的。

Ok, I found the solution:

Goto: Tools > Miscellanous > Versioning > Subversion

Set field format to {mime_type}

When you clear format field completely (or use space character for example), I think NB falls to its default (which is status), that is why I choose {mime_type} property which in my case is empty.

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