Open ksonofre opened 9 years ago
What is the status of that bug. Can you reproduce it currently with Docear 1.2.0?
Bug over 2 years old, no response from raiser since first asked. Recommend this can be closed. (raiser can re-open if it's still an issue)
When renaming a project folder manually (from test to test_NEW) the settings file is not updated with the new global path to default literature repository but remains:
<folder type="repository_path" name="default" path="file:/C:/test/literature_repository"/>
resulting in automatic creation of the folder 'test' and 'literature_repository' in it. Changing the line to:"<folder type="repository_path" name="default" path="project://literature_repository"/>
does not work, but it works correctly with:"<folder type="repository_path" name="default" path="project:/HASH_VALUE/literature_repository"/>
where HASH_VALUE is the 36 character (project) name inside the '_data' folder.Noticed on Windows 7, Docear 1.1.1 beta build239