I'm running Rubymine 5.4.x on Windows 7 (but that shouldn't really matter for this question) and I have managed to delete projects and seemingly rename them before, but I am stuck this time.
In the past, this is what I've done:
- rename all instances of your old project name in all the files in the
.idea
folder in your project directory. - rename all instances of your old project name in all the files in the RubyMine config folder and subfolders (on windows, for RM 5.x -
%USERPROFILE%\.RubyMine50\config
) - rename all instances of your old project name in all the files in the RubyMine system folder and subfolders (on windows, for RM 5.x -
%USERPROFILE%\.RubyMine50\config
) - rename all FILES that contain your old project name to the new project name, a few examples - rename:
- your actual project directory which would probably have the same name as the project to the new project name
- the
.idea/<your_project_name>.iml
file
In Summary:
By deleting or modifying these files/folders I have managed to delete or rename the projects that appear in my "project list" in that startup screen/Create Project/Open Project Modal for RubyMine, and in the ReOpen Projects menu.
However, this time around I can't get the name of this particular project rename... that is it appears with the correct path in these lists, but the incorrect name.
Furthermore, the incorrect name appears in my Project ToolWindow once the IDE is launch, although directly to the right of it in parenthesis is the correct path.
Any thoughts? tia