Different title depending on project
Answered
Hello,
I've run into something strange lately, different projects shows different thing as a title.
Here are three projects, all showing different information. I'd say that "camera_tool - main.py" is how all my projects looked earlier but now I also see the path inside [] for some projects and as you can see, sometime even the full path to the .py-file when it's open instead of just "main.py".

I suspect that I might have done something for it to become like this, but does anyone have an idea on how I can at least make them look the same? Doesn't really matter if it looks like the camera_tool or like the layouter.
Best regards,
Please sign in to leave a comment.
Hi,
It can happen when you rename a project or a project folder.
Both can be fixed using Rename refactoring. Right-click the project root and choose Refactor | Rename...
Has it helped?
Hi Sergey,
Thanks for answering, no it doesn't seem like it helped. I tried "Rename directory" but got an error and then tried "Rename project" but it just looked weirder so I changed it back.
With that said, I'm pretty sure it happened with those two projects because I moved them. After getting the professional version of Pycharm I noticed that the new project were created in /pythonProject/ and I moved them when I noticed that. I assume that will have the same effect as renaming them.
When I create new projects they look as before so I'll just live with this until I'm done with the projects that look bad.
Thanks again for your answer!
Small update, after restarting PyCharm the renaming actually seems to have had an effect:
Again, thanks a lot! :)