简体   繁体   English

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

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

C#: why is there an asterisk on one of the code editor tabs in VS2005? C#:为什么VS2005中的一个代码编辑器选项卡上有星号?

Does it have something to do with source control? 它与源代码控制有关吗?

It means there are unsaved modifications. 这意味着有未保存的修改。

Press CTRL+s to save and it'll go away. 按CTRL + s保存,它将消失。

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. 绿色条表示保存更改的行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM