简体   繁体   中英

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?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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