I need to create a new .properties file, when I create a new file then change its name to have .properties at the end it shows with a question mark next to the file. Any advice?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since your project is controlled by SVN, the question mark appears because it’s a new file and it needs to be commited, so it’s like an alert for the user to say hey, don’t forget to commit this new file.
Don’t worry about the mark, you can edit the file as long as you want.
When you commit the file to the repository, the mark will dissappear. Then, if you modify the file, an asterisk (*) mark will appear in the file saying hey, don’t forget that I’ve been modified and you should commit me.