C#:为什么 VS2005 中的代码编辑器选项卡之一上有一个星号?

发布于 2024-09-04 05:09:01 字数 61 浏览 4 评论 0原文

C#:为什么 VS2005 中的代码编辑器选项卡之一上有一个星号?

这与源代码控制有关系吗?

C#: why is there an asterisk on one of the code editor tabs in VS2005?

Does it have something to do with source control?

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

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

发布评论

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

评论(3

冷弦 2024-09-11 05:09:01

这意味着还有未保存的修改。

按 CTRL+s 保存,它就会消失。

It means there are unsaved modifications.

Press CTRL+s to save and it'll go away.

π浅易 2024-09-11 05:09:01

这意味着文件已被修改,但未保存。当您保存选项卡(文件)时,星号将消失。

这与源代码控制无关。

It means the file has been modified, but not saved. When you save the tab (file), the asterisk will go away.

This has nothing to do with source control.

能怎样 2024-09-11 05:09:01

正如其他人所说,这意味着未保存的更改。如果您不确定在文件中更改了什么,请向下滚动以查找页边空白处的黄色条 - 它们表示未保存更改的行。绿色条表示已保存更改的行。

As the others said, it means unsaved changes. If you're not sure what you changed in the file, scroll down looking for yellow bars in the margin - they indicate lines with unsaved changes. Green bars mean lines with saved changes.

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