C#:为什么 VS2005 中的代码编辑器选项卡之一上有一个星号?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这意味着还有未保存的修改。
按 CTRL+s 保存,它就会消失。
It means there are unsaved modifications.
Press CTRL+s to save and it'll go away.
这意味着文件已被修改,但未保存。当您保存选项卡(文件)时,星号将消失。
这与源代码控制无关。
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.
正如其他人所说,这意味着未保存的更改。如果您不确定在文件中更改了什么,请向下滚动以查找页边空白处的黄色条 - 它们表示未保存更改的行。绿色条表示已保存更改的行。
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.